From 6b41d2ddcbca290eca1238e0f6e8e062d3c7a6a7 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 21 Jun 2012 11:01:15 +0200 Subject: [PATCH] Bug 7143 Followup for timeline Fixes few tabs within date; adds a regex to fix mistakes with spaces. Signed-off-by: Marc Veron Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack (cherry picked from commit ee53a0c6fae18ca247a589e485455dfc6d333d04) Signed-off-by: Jared Camins-Esakov --- about.pl | 3 +++ docs/history.txt | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/about.pl b/about.pl index d196a7f9ab..9295b33b46 100755 --- a/about.pl +++ b/about.pl @@ -138,6 +138,9 @@ shift @lines; #remove header row foreach (@lines) { my ( $date, $desc, $tag ) = split(/\t/); + if(!$desc && $date=~ /(?<=\d{4})\s+/) { + ($date, $desc)= ($`, $'); + } push( @rows2, { diff --git a/docs/history.txt b/docs/history.txt index d275c58298..919164e6e4 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -3,7 +3,7 @@ Date Description Tags 1999 HLT send out RFP, no responses that would actually work over dialup links 1999 HLT and Katipo look for Opensource ILS, can't find one September 6 1999 Work starts on Koha -September,October,December 1999 Katipo work with HLT to write an ILS. +September,October,December 1999 Katipo work with HLT to write an ILS. 1999 Olwen Williams does at lot of work on data conversion. January 3 2000 Koha goes live after many sleepness nights and a few hundred commits July 2000 Koha written about in Library Life NZ @@ -292,7 +292,7 @@ March 7 2006 Pierrick Le Gall becomes the 40th committer to Koha March 13 2006 IRC meeting March 17 2006 First email from Kyle Hall at ccfls to the Mailing list March 24 2006 Joshua Ferraro has revised his document about installing Koha on Debian to accommodate Koha version 2.2.6 and Debian sarge (3.1). Find it on www.kohadocs.org under "System Administration." documentation -April 3 2006 Developer meeting on IRC +April 3 2006 Developer meeting on IRC April 11 2006 Tümer Garip becomes the 41st committer to Koha (major influence in the addition of zebra to Koha and other) April 14 2006 Pierrick Le Gall begins as translation manager May 2,3 2006 Kohacon in Paris http://www.koha.org/community/conferences/ @@ -474,7 +474,7 @@ February 11 2010 Acquisition of Liblime by PTFS called off February 11 2010 Equinox begin to offer Koha support February 15 2010 Will Stokes becomes the 103rd committer to have a patch accepted February 16 2010 Kohacon10 IRC meeting http://wiki.koha-community.org/wiki/KohaCon_Meeting,_16_Feb_2010 -March 2 2010 Community Handover meeting http://wiki.koha-community.org/wiki/Community_Handover_IRC_Meeting,_2_March_2010 +March 2 2010 Community Handover meeting http://wiki.koha-community.org/wiki/Community_Handover_IRC_Meeting,_2_March_2010 March 3 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_3_March_2010 March 15 2010 PTFS acquires LibLime after all March 16 2010 Lars Wirzenius becomes the 104th committer to have a patch accepted -- 2.39.5