Age | Commit message (Expand) | Author | Files | Lines |
2008-07-07 | Remove unnecessary '\' from a regexp (':' is not a special character) | eseyman%linagora.com | 1 | -1/+1 |
2008-06-27 | Bug 441503: Need update on contrib/syncLDAP.pl | eseyman%linagora.com | 1 | -4/+11 |
2008-06-26 | Bug 394574: bzdbcopy should avoid reading entire tables into memory | eseyman%linagora.com | 1 | -3/+12 |
2008-05-20 | Bug 415278: Make the WebService's plugin discovery method more extendable | mozilla%colinogilvie.co.uk | 1 | -1/+26 |
2008-03-11 | Bug 422111: rederive regexp-based group memberships on the destination user a... | justdave%bugzilla.org | 1 | -0/+7 |
2008-01-23 | Bug 337947: Fix strange syntax in contrib/syncLDAP.pl | eseyman%linagora.com | 1 | -31/+31 |
2008-01-19 | Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get() | dkl%redhat.com | 1 | -3/+5 |
2008-01-06 | Bug 355847: Make the WebService able to add a comment to a bug | mkanat%bugzilla.org | 1 | -2/+41 |
2007-12-13 | Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle | mkanat%bugzilla.org | 1 | -22/+61 |
2007-12-07 | Bug 397575: syncLDAP outputs HTML does not enable/disable accounts | eseyman%linagora.com | 1 | -1/+1 |
2007-11-15 | Bug 403824: Replace table locks in most Bugzilla files with transactions - Pa... | lpsolit%gmail.com | 1 | -5/+4 |
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 7 | -8/+8 |
2007-10-18 | Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch ... | lpsolit%gmail.com | 1 | -0/+2 |
2007-10-16 | Bug 356926: contrib/README doesn't reflect reality - Patch by Sam Folk-Willia... | lpsolit%gmail.com | 1 | -26/+52 |
2007-09-05 | Bug 383851: FAQ points to non-existing file for handling of bug creation thro... | lpsolit%gmail.com | 1 | -7/+0 |
2007-09-02 | Bug 394627: bzdbcopy.pl should remove column quoting | olav%bkor.dhs.org | 1 | -0/+6 |
2007-06-18 | Bug 382060: contrib/bz_webservice_demo.pl is unable to display bug data corre... | lpsolit%gmail.com | 1 | -2/+10 |
2007-05-26 | Bug 381737: POD for the --field option of bz_webservice_demo.pl | lpsolit%gmail.com | 1 | -0/+6 |
2007-05-26 | Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch b... | lpsolit%gmail.com | 1 | -1/+18 |
2007-03-28 | Bug 375287: Remove the version check in contrib/merge-users.pl - Patch by bug... | lpsolit%gmail.com | 1 | -11/+0 |
2007-01-06 | Bug 365593: bz_webservices_demo.pl does not match the API as defined in the W... | lpsolit%gmail.com | 1 | -4/+4 |
2006-12-30 | Bug 364637: contrib/bzdbcopy.pl: Can't locate object method "params" via pack... | mkanat%bugzilla.org | 1 | -24/+48 |
2006-12-30 | Bug 363371: It is hard to determine which row has a failed encoding, with rec... | mkanat%bugzilla.org | 1 | -2/+11 |
2006-12-27 | Bug 364134: Upgrading from 2.20 to latest CVS produces error message in contr... | lpsolit%gmail.com | 1 | -1/+23 |
2006-11-19 | Checkin fix for Bug 280633, which didn't work when the utf8 parameter was tur... | mkanat%bugzilla.org | 1 | -3/+11 |
2006-11-19 | Bug 280633: Tools to migrate existing legacy encoded database to UTF-8 (Unicode) | mkanat%bugzilla.org | 1 | -0/+346 |
2006-11-15 | Bug 349256: Make the webservice get_bug into a stable API | mkanat%bugzilla.org | 1 | -1/+1 |
2006-11-03 | Bug 355837: Make the webservice able to create bugs (bz_webservice_demo part) | mkanat%bugzilla.org | 1 | -0/+50 |
2006-11-03 | Bug 357322: Make the login/logout of webservice conform to the bugzilla webse... | mkanat%bugzilla.org | 1 | -2/+3 |
2006-11-01 | Bug 358703: WebService functions version and timezone should follow bugzilla ... | mkanat%bugzilla.org | 1 | -1/+12 |
2006-10-17 | Bug 356924: Remove the old bug_email inbound email interface | mkanat%bugzilla.org | 6 | -1811/+0 |
2006-10-05 | Bug 351178 renamed Bugzilla.get_version to Bugzilla.version and omitted | wurblzap%gmail.com | 1 | -2/+2 |
2006-09-23 | Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer... | lpsolit%gmail.com | 1 | -2/+2 |
2006-09-04 | Bug 13534: Remove REMIND and LATER from the default resolution list (only aff... | lpsolit%gmail.com | 1 | -1/+1 |
2006-08-26 | Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for... | mkanat%bugzilla.org | 1 | -1/+4 |
2006-08-20 | Bug 224577: Bugzilla could use a web services interface. | wurblzap%gmail.com | 1 | -0/+260 |
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 5 | -7/+2 |
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 3 | -13/+13 |
2006-07-03 | Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R... | lpsolit%gmail.com | 1 | -1/+2 |
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 7 | -64/+61 |
2006-06-20 | Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli... | lpsolit%gmail.com | 1 | -2/+2 |
2006-06-20 | Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu <vladd@bugzill... | vladd%bugzilla.org | 1 | -2/+2 |
2006-06-20 | Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu <vladd@bugzilla.o... | vladd%bugzilla.org | 1 | -2/+2 |
2006-06-20 | Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu <vladd@b... | vladd%bugzilla.org | 1 | -2/+2 |
2006-06-20 | Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu <vladd@bugzi... | vladd%bugzilla.org | 1 | -2/+2 |
2006-06-20 | Spelling patch: 'usefull' -> 'useful' in contrib/bugmail_help.html; patch by ... | vladd%bugzilla.org | 1 | -1/+1 |
2006-06-20 | Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad Dascalu... | vladd%bugzilla.org | 1 | -2/+2 |
2006-06-20 | Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by ... | vladd%bugzilla.org | 1 | -1/+1 |
2006-06-07 | Spelling patch: replace 'specify a email-adress' with 'specify an email-addre... | uid623 | 1 | -1/+1 |
2006-06-07 | Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; pat... | uid623 | 1 | -1/+1 |