aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)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.pm/show_bug.cgi/bug_form.pl reorg) r,a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-282-214/+290
| | | | | r=justdave, joel a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-282-9/+52
| | | | | | | every time we display. r=justdave a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-252-0/+86
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 180980 Doing 2 email searches fails when searching for CC list membersbugreport%peshkin.net2002-11-221-8/+21
| | | | | Patch by bugreport@peshkin.net r=myk, a=justdave
* Bug 180966 - warnings in webserver error log (take 2)bbaetz%student.usyd.edu.au2002-11-221-1/+1
| | | | r=joel, a=justdave
* Backing out the checkin for bug 180966 (fix warnings in web server error ↵justdave%syndicomm.com2002-11-221-1/+1
| | | | | | log). This checkin caused commenting on bugs to fail if timetracking is not enabled.
* Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com2002-11-201-4/+4
| | | | | r=myk a=myk
* Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au2002-11-201-1/+1
| | | | r,a=myk
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-192-9/+5
| | | | r=myk, a=justdave
* Bug 179960 - Qucksearch queries are slow and timeoutbbaetz%student.usyd.edu.au2002-11-181-9/+30
| | | | | fixed by adding subselect emulation for product/component lookups r=joel, a=justdave
* Fix for bug 180632: corrects reference flag->is_requesteeble to ↵myk%mozilla.org2002-11-181-4/+5
| | | | | | | flag->type->is_requesteeble r=bbaetz a=myk
* Last part of fix for bug 179494: adds "use Bugzilla::Util" and removes "&::" ↵myk%mozilla.org2002-11-181-1/+2
| | | | | | | from before "trim" per bbaetz. r=bbaetz a=myk
* Fix for bug 179494: prevents Bugzilla from thinking users have changed flags ↵myk%mozilla.org2002-11-172-13/+30
| | | | | | | when they haven't. r=bbaetz a=myk
* Bug 179697 - OR terms need extra level of bracketingbbaetz%student.usyd.edu.au2002-11-141-0/+1
| | | | r=myk, a=justdave
* Bug 179706 activity log needs to include full account names for requesteesbugreport%peshkin.net2002-11-131-2/+2
| | | | r,a=myk
* Bug 179491 Searchs of attachments containing a string do not enforce ↵bugreport%peshkin.net2002-11-121-0/+3
| | | | | | | attchment privacy r=bbaetz a=justdave
* Fix for bug 179334: updates the setter consistently. also fixes numerous ↵myk%mozilla.org2002-11-112-16/+50
| | | | | | | other bugs in the RT code. r=bbaetz a=myk
* Bug 179238 - searching by commenter is ignored if you do 'exact' orbbaetz%student.usyd.edu.au2002-11-101-4/+4
| | | | | 'contains' r, a=myk
* Bug 179242 Part 2 - Handle both conditions for the if blockjake%bugzilla.org2002-11-101-2/+2
| | | | r=bbaetz
* Bug 178383 - product/component query conditions appear twicebbaetz%student.usyd.edu.au2002-11-101-14/+0
| | | | | r=myk, justdave a=justdave
* Bug 179193 - anyexact should use IN, not ORbbaetz%student.usyd.edu.au2002-11-101-2/+4
| | | | r=gerv, a=justdave
* Bug 179242 Searching for comment contains string + email gives "Not unique ↵bugreport%peshkin.net2002-11-101-1/+1
| | | | | | | table/alias: 'longdescs_' at globals.pl line 242" r=jake a=myk
* Bug 179174 - renable $| = 1bbaetz%student.usyd.edu.au2002-11-091-0/+3
| | | | | r=justdave x2 a=justdave
* 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
| | | | | Patch by joel, dkl + me r=myk, a=justdave
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-082-59/+36
| | | | | r=not_erik,joel a=justdave
* Fix for bug 178801: Missing &:: caused function call to fail, resulting in ↵myk%mozilla.org2002-11-071-1/+1
| | | | | | | server error. r=justdave a=justdave
* Fix for bug 178801: missing &:: caused function not to be found, resulting ↵myk%mozilla.org2002-11-071-1/+1
| | | | | | in server error r=justdave
* Bug 173571 - Turn "all selected" into "none selected" for efficiency. Patch ↵gerv%gerv.net2002-11-051-0/+20
| | | | by gerv; r=justdave.
* Bug 177436 User matching shouldn't be case-sensitivebugreport%peshkin.net2002-11-051-5/+5
| | | | | | patch by not_erik 2xr=justdave a=justdave for 2.17.1
* Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br2002-11-041-3/+6
| | | | Toms Baugis, r=kiko, 2xr=joel.
* Bug 127200 Query for CC/longdesc/OR takes long timebugreport%peshkin.net2002-11-011-7/+70
| | | | r=gerv
* Bug 177435 exact match on assignee fails with user matchingbugreport%peshkin.net2002-11-011-1/+1
| | | | | patch by not_erik r=myk,joel
* Bug 177624 Wildcard rejects --do_not_change-- in mass-changebugreport%peshkin.net2002-11-011-0/+6
| | | | | Patch by not_erik r=joel
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-263-57/+216
| | | | r=gerv, justdave
* Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net2002-10-251-19/+242
| | | | | patch by not_erik@dasbistro.com r=joel, myk
* Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au2002-10-162-245/+219
| | | | r=joel x2
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-0/+61
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net2002-10-061-6/+1
| | | | Patch by gerv; r=burnus.
* Bug 164038 - token.cgi: Cancel token messages should be moved into the ↵gerv%gerv.net2002-09-301-2/+1
| | | | templates. Patch by burnus; r=gerv.
* Fix for bug 171420: fixes usage of $template, $vars, and &Param in Flag.pm.myk%mozilla.org2002-09-291-18/+17
| | | | r=bbaetz
* Fixing build bustage.myk%mozilla.org2002-09-291-1/+1
|
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-295-86/+1176
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* 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
| | | | r=bbaetz, gerv
* Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a ↵gerv%gerv.net2002-09-181-3/+3
| | | | "pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
* Bug 168075 - Undefined subroutine &main::Error called at ↵gerv%gerv.net2002-09-141-1/+1
| | | | /opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz.
* Bug 167595 - Query - multiple-select product (and probably component) brokenbugreport%peshkin.net2002-09-111-2/+4
| | | | 2xr = bbaetz