View | Details | Raw Unified | Return to bug 7143
Collapse All | Expand All

(-)a/about.pl (+3 lines)
Lines 131-136 shift @lines; #remove header row Link Here
131
131
132
foreach (@lines) {
132
foreach (@lines) {
133
    my ( $date, $desc, $tag ) = split(/\t/);
133
    my ( $date, $desc, $tag ) = split(/\t/);
134
    if(!$desc && $date=~ /(?<=\d{4})\s+/) {
135
        ($date, $desc)= ($`, $');
136
    }
134
    push(
137
    push(
135
        @rows2,
138
        @rows2,
136
        {
139
        {
(-)a/docs/history.txt (-4 / +3 lines)
Lines 3-9 Date Description Tags Link Here
3
1999	HLT send out RFP, no responses that would actually work over dialup links	
3
1999	HLT send out RFP, no responses that would actually work over dialup links	
4
1999	HLT and Katipo look for Opensource ILS, can't find one	
4
1999	HLT and Katipo look for Opensource ILS, can't find one	
5
September 6 1999	Work starts on Koha	
5
September 6 1999	Work starts on Koha	
6
September,October,December 1999	Katipo work with HLT to write an ILS.	
6
September,October,December&nbsp;1999	Katipo work with HLT to write an ILS.
7
1999	Olwen Williams does at lot of work on data conversion.	
7
1999	Olwen Williams does at lot of work on data conversion.	
8
January 3 2000	 Koha goes live after many sleepness nights and a few hundred commits
8
January 3 2000	 Koha goes live after many sleepness nights and a few hundred commits
9
July 2000	 Koha written about in Library Life NZ
9
July 2000	 Koha written about in Library Life NZ
Lines 292-298 March 7 2006 Pierrick Le Gall becomes the 40th committer to Koha Link Here
292
March 13 2006	IRC meeting
292
March 13 2006	IRC meeting
293
March 17 2006	First email from Kyle Hall at ccfls to the Mailing list
293
March 17 2006	First email from Kyle Hall at ccfls to the Mailing list
294
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
294
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
295
April 3	2006	Developer meeting on IRC
295
April 3 2006	Developer meeting on IRC
296
April 11 2006	 Tümer Garip becomes the 41st committer to Koha (major influence in the addition of zebra to Koha and other)
296
April 11 2006	 Tümer Garip becomes the 41st committer to Koha (major influence in the addition of zebra to Koha and other)
297
April 14 2006	Pierrick Le Gall begins as translation manager
297
April 14 2006	Pierrick Le Gall begins as translation manager
298
May 2,3 2006	 Kohacon in Paris http://www.koha.org/community/conferences/
298
May 2,3 2006	 Kohacon in Paris http://www.koha.org/community/conferences/
Lines 474-480 February 11 2010 Acquisition of Liblime by PTFS called off Link Here
474
February 11 2010	Equinox begin to offer Koha support
474
February 11 2010	Equinox begin to offer Koha support
475
February 15 2010	Will Stokes becomes the 103rd committer to have a patch accepted
475
February 15 2010	Will Stokes becomes the 103rd committer to have a patch accepted
476
February 16 2010	Kohacon10 IRC meeting http://wiki.koha-community.org/wiki/KohaCon_Meeting,_16_Feb_2010
476
February 16 2010	Kohacon10 IRC meeting http://wiki.koha-community.org/wiki/KohaCon_Meeting,_16_Feb_2010
477
March 2	2010	Community Handover meeting http://wiki.koha-community.org/wiki/Community_Handover_IRC_Meeting,_2_March_2010
477
March 2 2010	Community Handover meeting http://wiki.koha-community.org/wiki/Community_Handover_IRC_Meeting,_2_March_2010
478
March 3 2010	General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_3_March_2010
478
March 3 2010	General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_3_March_2010
479
March 15 2010	PTFS acquires LibLime after all
479
March 15 2010	PTFS acquires LibLime after all
480
March 16 2010	Lars Wirzenius becomes the 104th committer to have a patch accepted
480
March 16 2010	Lars Wirzenius becomes the 104th committer to have a patch accepted
481
- 

Return to bug 7143