aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-3/+3
* Fix for bug 179510: takes group restrictions into account when sending reques...myk%mozilla.org2003-04-251-49/+57
* Bug 179513, take N. Fix the bracketing so that it actually works...bbaetz%acm.org2003-04-251-24/+24
* Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com2003-04-251-22/+24
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-3/+2
* Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org2003-03-221-1/+19
* Bug 194394 - Internal error after turning useqacontact offbbaetz%acm.org2003-02-231-1/+1
* Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org2003-02-091-1/+1
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-3/+1
* Bug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi ...timeless%mozdev.org2003-01-231-5/+8
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-186/+1
* Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2002-12-211-69/+10
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-201-182/+15
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-0/+2
* Bug 184081 Change search interfaces to use Viewable products instead of enter...bugreport%peshkin.net2002-12-101-7/+17
* Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au2002-12-081-2/+3
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-5/+14
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org2002-11-281-3/+6
* Bug 180460 request.cgi doesn't filter list of products/componentsbugreport%peshkin.net2002-11-251-0/+45
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-1/+112
* Bug 181613 - $::ENV not being clearedbbaetz%student.usyd.edu.au2002-11-221-1/+1
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-16/+57
* Bug 179264 - only quote non-numeric CSV values. Patch by gerv; r=joel, a=just...gerv%gerv.net2002-11-171-1/+3
* Bug 179264 csv output for the buglist (see url inside) is invalid (too many "s)bugreport%peshkin.net2002-11-101-6/+3
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-261-1/+1
* Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au2002-10-161-2/+2
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-7/+34
* Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=b...gerv%gerv.net2002-10-111-4/+0
* Bug 172740 - "use of uninitialized variable" warnings. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-071-0/+1
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net2002-10-061-13/+7
* Bug 172045 can't see restricted bugs if cc setbugreport%peshkin.net2002-10-021-1/+1
* Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-021-1/+1
* Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org2002-09-291-4/+8
* Bug 170986 - General Summary reports don't work with taint checking. Also fix...gerv%gerv.net2002-09-271-0/+2
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-251-0/+12
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-128/+241
* Bug 108987 - Linkify script to use quoteUrls on texts provided by user. Patch...gerv%gerv.net2002-09-211-0/+3
* Bug 169561 - Speed up UserInGroup by using cached information. Patch by gerv;...gerv%gerv.net2002-09-191-14/+1
* Bug 146495 - clean up format ambiguities. We now have separate "format" and "...gerv%gerv.net2002-09-181-109/+17
* Bug 166023 - On failure in template->new, a template is used to display errorbugreport%peshkin.net2002-09-091-2/+1
* Spelling fixes.matty%chariot.net.au2002-09-061-2/+2
* Bug 165221: Apostrophes not properly handled during account creation. r=joel,...preed%sigkill.com2002-08-301-2/+10
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-151/+37
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-271-1/+1
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 143286 - Add support for Insiders, Private comments, Private Attachments....gerv%gerv.net2002-08-201-10/+17
* Big 163291 - Move utility funcs into a modulebbaetz%student.usyd.edu.au2002-08-191-72/+3
* Backing out patch for bug 126955 (supporting localized templates) due to fata...justdave%syndicomm.com2002-08-171-49/+1
* Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch b...gerv%gerv.net2002-08-161-4/+2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-5/+57