aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 182946 - fix additional typo noticed on irc by tmbbaetz%student.usyd.edu.au2002-12-031-1/+1
* Bug 182946 - fix regressions from bug 171493bbaetz%student.usyd.edu.au2002-12-031-5/+5
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-282-214/+290
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org2002-11-282-9/+52
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-252-0/+86
* Bug 180980 Doing 2 email searches fails when searching for CC list membersbugreport%peshkin.net2002-11-221-8/+21
* Bug 180966 - warnings in webserver error log (take 2)bbaetz%student.usyd.edu.au2002-11-221-1/+1
* Backing out the checkin for bug 180966 (fix warnings in web server error log)...justdave%syndicomm.com2002-11-221-1/+1
* Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com2002-11-201-4/+4
* Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au2002-11-201-1/+1
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-192-9/+5
* Bug 179960 - Qucksearch queries are slow and timeoutbbaetz%student.usyd.edu.au2002-11-181-9/+30
* Fix for bug 180632: corrects reference flag->is_requesteeble to flag->type->i...myk%mozilla.org2002-11-181-4/+5
* Last part of fix for bug 179494: adds "use Bugzilla::Util" and removes "&::" ...myk%mozilla.org2002-11-181-1/+2
* Fix for bug 179494: prevents Bugzilla from thinking users have changed flags ...myk%mozilla.org2002-11-172-13/+30
* Bug 179697 - OR terms need extra level of bracketingbbaetz%student.usyd.edu.au2002-11-141-0/+1
* Bug 179706 activity log needs to include full account names for requesteesbugreport%peshkin.net2002-11-131-2/+2
* Bug 179491 Searchs of attachments containing a string do not enforce attchmen...bugreport%peshkin.net2002-11-121-0/+3
* Fix for bug 179334: updates the setter consistently. also fixes numerous oth...myk%mozilla.org2002-11-112-16/+50
* Bug 179238 - searching by commenter is ignored if you do 'exact' orbbaetz%student.usyd.edu.au2002-11-101-4/+4
* Bug 179242 Part 2 - Handle both conditions for the if blockjake%bugzilla.org2002-11-101-2/+2
* Bug 178383 - product/component query conditions appear twicebbaetz%student.usyd.edu.au2002-11-101-14/+0
* Bug 179193 - anyexact should use IN, not ORbbaetz%student.usyd.edu.au2002-11-101-2/+4
* Bug 179242 Searching for comment contains string + email gives "Not unique ta...bugreport%peshkin.net2002-11-101-1/+1
* Bug 179174 - renable $| = 1bbaetz%student.usyd.edu.au2002-11-091-0/+3
* Bumping version number for development snapshot tarballjustdave%syndicomm.com2002-11-091-1/+1
* Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au2002-11-091-21/+33
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-082-59/+36
* Fix for bug 178801: Missing &:: caused function call to fail, resulting in se...myk%mozilla.org2002-11-071-1/+1
* Fix for bug 178801: missing &:: caused function not to be found, resulting in...myk%mozilla.org2002-11-071-1/+1
* Bug 173571 - Turn "all selected" into "none selected" for efficiency. Patch b...gerv%gerv.net2002-11-051-0/+20
* 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-041-3/+6
* Bug 127200 Query for CC/longdesc/OR takes long timebugreport%peshkin.net2002-11-011-7/+70
* 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 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-263-57/+216
* Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net2002-10-251-19/+242
* Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au2002-10-162-245/+219
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-0/+61
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net2002-10-061-6/+1
* Bug 164038 - token.cgi: Cancel token messages should be moved into the templa...gerv%gerv.net2002-09-301-2/+1
* Fix for bug 171420: fixes usage of $template, $vars, and &Param in Flag.pm.myk%mozilla.org2002-09-291-18/+17
* Fixing build bustage.myk%mozilla.org2002-09-291-1/+1
* Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org2002-09-295-86/+1176
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-251-0/+4
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-232-39/+38
* Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a "p...gerv%gerv.net2002-09-181-3/+3
* Bug 168075 - Undefined subroutine &main::Error called at /opt/webtools/bugzil...gerv%gerv.net2002-09-141-1/+1
* Bug 167595 - Query - multiple-select product (and probably component) brokenbugreport%peshkin.net2002-09-111-2/+4