[Koha-bugs] [Bug 21662] Missing Developers from history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 29 10:49:07 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662

--- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
The first patch tries to clean up leading and trailing whitespace from each
tab-delimited column. Katrin pointed out this may be a problem for the website?

The second patch makes the actual changes to the history.txt file.. there's a
lot of noise in that patch as it's required to renumber commiters.. I've
extracted the 'important' lines below for review:

Missing Developers
+1059703830     August  1 2003  Rachel Hamilton-Williams becomes the 29th
committer to Koha     developer
+1252258885     September  6 2009       Jean-andré Santoni becomes the 99th
committer to Koha   developer
+1254303027     September 30 2009       John Soros becomes the 100th committer
to Koha  developer
+1296281924     January 29 2011 David Schuster becomes the 138th developer to
have a patch pushed       developer
+1342191932     July 13 2012    Wajasu becomes the 195th developer to have a
patch pushed       developer
+1359650663     January 31 2013 Ed Veal becomes the 209th developer to have a
patch pushed      developer
+1390496638     January 23 2014 Jatara Barnes becomes the 253rd developer to
have a patch pushed        developer
+1394549843     March 11 2014   Nicholas Van Oudtshoorn becomes the 255th
developer to have a patch pushed      developer
+1421282617     January 15 2015 शंतनू becomes the 287th developer to have a patch
pushed  developer
+1421588456     January 18 2015 Thomas Misilo becomes the 288th developer to
have a patch pushed        developer
+1429539894     April 20 2015   Winona Salesky becomes the 292nd developer to
have a patch pushed       developer
+1445522767     October 22 2015 Ahmed becomes the 304th developer to have a
patch pushed        developer
+1461932425     April 29 2016   Bouzid Fergani becomes the 313th developer to
have a patch pushed       developer
+1535127807     August 24 2018  Maryse Simard becomes the 381st developer to
have a patch pushed        developer


Fixed Developers
+1117720067     June  2 2005    Gavin McCullagh becomes the 36th committer to
Koha      developer (Change from Gavin ??)
+1289527356     November 12 2010        Chris Hall becomes the 125th committer
to have a patch accepted developer (moved from 136th)


Removed Developers
-1211068800     May 18 2008     Koha production??? becomes the 62nd committer
to Koha   developer (not exactly meaningful)
-1479895944     November 23 2016        Petter Goksøyr Åsen becomes the 314th
developer to have a patch pushed  developer (was listed twice)
-1519060391     February 19 2018        Pongtawat Chippimolchai becomes the
358th developer to have a patch pushed      developer (was listed twice as
pongtawat and Pongtawat Chippimolchai)


Left as is, but questionable
-1453075201     January 18 2016 Natasha ?? becomes the 295th developer to have
a patch pushed   developer (Any advances on ??)

I've extracted this data from a mixture of git and the existing history.txt
file.  Git wise I used `git -c i18n.logOutputEncoding=UTF-8 log
--pretty=format:"%ct, %an, %ae"` to grab every commit, ensuring utf8 encoding,
with it's commite time (not the authored time, it made sense to order by when
the patch was accepted rather than authored, the author name and author email.

I'll post the script i wrote to help me disambgaute between names.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list