aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 177436 User matching shouldn't be case-sensitivebugreport%peshkin.net2002-11-051-5/+5
* Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br2002-11-045-4/+18
* Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz.gerv%gerv.net2002-11-031-0/+2
* Fix for bug 176509: "(this bug is not in your list)" no longer appears in the...justdave%syndicomm.com2002-11-021-13/+17
* Bug 127200 Query for CC/longdesc/OR takes long timebugreport%peshkin.net2002-11-011-7/+70
* Bug 177430 - buglist.cgi needs a CSV output format. Patch by gerv; r=justdave.gerv%gerv.net2002-11-012-3/+36
* Bug 177435 exact match on assignee fails with user matchingbugreport%peshkin.net2002-11-011-1/+1
* Bug 177624 Wildcard rejects --do_not_change-- in mass-changebugreport%peshkin.net2002-11-011-0/+6
* Bug 95430 Reopening en masse fails.bugreport%peshkin.net2002-10-311-5/+8
* Fix for bug 177099: stored queries ordering and editing were broken after mov...justdave%syndicomm.com2002-10-311-2/+2
* Bug 175838 Reopening a bug does not clear resolution, nor does selecting 'cle...bugreport%peshkin.net2002-10-311-2/+4
* Bug 177351 - checksetup.pl tells about deleting templates in silent-running m...gerv%gerv.net2002-10-301-1/+1
* Bug 176953 - version not set properly from form value like others in enter_bu...dkl%redhat.com2002-10-301-0/+2
* Bug 168191 - Checksetup needs to force template recompilation. Patch by bbaet...gerv%gerv.net2002-10-292-36/+22
* Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; 2xr...gerv%gerv.net2002-10-2918-195/+738
* Bugzilla Bug 176936 minor consistency changes for editproducts and editflagstimeless%mozdev.org2002-10-272-5/+4
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-2612-300/+327
* Bug 171278 - component/product ids mean that you can't do change queries onbbaetz%student.usyd.edu.au2002-10-261-1/+14
* Bug 162990bugreport%peshkin.net2002-10-251-0/+180
* Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net2002-10-256-19/+299
* require Perl 5.6justdave%syndicomm.com2002-10-241-0/+6
* Bug 172874 - cvs remove old editattachstatus templates, take 2. All tests sti...gerv%gerv.net2002-10-244-313/+0
* Backing out checking for bug 172874 because it broke the tree.justdave%syndicomm.com2002-10-247-0/+733
* Bug 171770 - check in Bugzilla Helper. Code by gerv; r=myk.gerv%gerv.net2002-10-242-0/+591
* Bug 172874 - cvs remove old attachstatus templates. "patch" by gerv; r=myk.gerv%gerv.net2002-10-247-733/+0
* Bugzilla Bug 175625 Timetracking columns are computed even if not displayedbugreport%peshkin.net2002-10-221-1/+1
* Bug 172875 - Fix site-navigation.html.tmpl to link to flags CGI and not attac...gerv%gerv.net2002-10-191-2/+2
* Bug 173495 - require perl 5.6bbaetz%student.usyd.edu.au2002-10-171-2/+2
* Bug 112373 you should be able to enter bug dependencies/blockers when you ent...bugreport%peshkin.net2002-10-176-43/+186
* Bug 174221 - field names should be l10n in user-errors.html.tmpl. Patch by je...gerv%gerv.net2002-10-173-5/+11
* Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-174-589/+62
* Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au2002-10-163-247/+221
* Bug 174464 - buglist code for empty query shouldn't set headers_donebbaetz%student.usyd.edu.au2002-10-161-2/+0
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-1322-72/+609
* Bug 174112 Edit multiple bugs brokenbugreport%peshkin.net2002-10-133-9/+10
* Bug 173808 - Use of uninitialized value in subtraction (-) at duplicates.cgi ...gerv%gerv.net2002-10-111-1/+1
* Bug 173719 - warnings in report.cgi. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-112-12/+14
* Bug 170903 - review markup I missed. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-111-1/+1
* Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=b...gerv%gerv.net2002-10-117-27/+53
* Bug 173581 - Changing milestone sortkeys is broken. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-101-1/+1
* Bug 173249 - user-error.html.tmpl: Bogus title, inconsistent indenting. Patch...gerv%gerv.net2002-10-091-42/+42
* Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, re...gerv%gerv.net2002-10-0810-250/+412
* Bug 173027 - code-error.html.tmpl misses a </em>. Patch by burnus; r=gerv.gerv%gerv.net2002-10-081-1/+1
* Bug 172740 - "use of uninitialized variable" warnings. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-072-1/+2
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net2002-10-0613-109/+119
* ... and also fix a bug introduced trying to unrot the general bug check rewri...matty%chariot.net.au2002-10-051-1/+1
* Back out a stupid stupid change I made earlier when fixing the stupid stupid ...matty%chariot.net.au2002-10-051-1/+3
* ... oops missed a reviewer checkin condition.matty%chariot.net.au2002-10-051-1/+1
* Bug #93667: Minor style fix, uninit var fix, add explanatory comments to Cros...matty%chariot.net.au2002-10-051-2/+33
* Bug #93667: More movement, commenting, and remove an unused variable.matty%chariot.net.au2002-10-051-28/+32