aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 86029 create permission restrictions for createaccount.cgi (prevent peopl...bugreport%peshkin.net2002-12-096-6/+38
* Bug 159627 quips should be editable and deleteable using the web interfacebugreport%peshkin.net2002-12-094-1/+84
* Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au2002-12-086-74/+78
* Bug 183843 Query knobs are missing if requirelogin is setbugreport%peshkin.net2002-12-061-2/+1
* Bug 182946 - fix additional typo noticed on irc by tmbbaetz%student.usyd.edu.au2002-12-032-2/+2
* Bug 182946 - fix regressions from bug 171493bbaetz%student.usyd.edu.au2002-12-034-14/+14
* Bug 177850: checksetup.pl was failing if the user didn't have read permission...justdave%syndicomm.com2002-12-021-12/+10
* Bug 178880 - Creation date is now displayed in the long list.jake%bugzilla.org2002-12-012-2/+9
* Bug 182512 Charts over time brokenbugreport%peshkin.net2002-11-301-1/+2
* Bug 181951 Cannot delete groupsbugreport%peshkin.net2002-11-301-1/+1
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-2818-952/+808
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org2002-11-2818-44/+100
* Bug 173761 Need ability to always require loginbugreport%peshkin.net2002-11-274-6/+30
* Bug 114179 - Concentration, improvement, and templatisation of Bugzilla gener...gerv%gerv.net2002-11-278-3/+283
* Bug 181221 - CSV reports on 2-d tables have header messed up. Patch by gerv; ...gerv%gerv.net2002-11-271-4/+8
* Bug 181960 Reason for account being disabled is not shownbugreport%peshkin.net2002-11-261-1/+1
* Bug 180460 request.cgi doesn't filter list of products/componentsbugreport%peshkin.net2002-11-252-3/+49
* Bug 181582 - reorders the table cells on the query page so that the list head...justdave%syndicomm.com2002-11-251-77/+145
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-2522-197/+1507
* Adding blurb to release notes indicating development snapshot statusjustdave%syndicomm.com2002-11-221-0/+10
* Correcting website URL in the README file.justdave%syndicomm.com2002-11-221-3/+3
* 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-223-22/+26
* Bug 181613 - $::ENV not being clearedbbaetz%student.usyd.edu.au2002-11-221-1/+1
* Bug 181182 - Reporting fix pack 2. Fixes bug 179198 (Don't print labels for p...gerv%gerv.net2002-11-223-7/+12
* Bug 181286 - Invalid html in banner.html.tmplbbaetz%student.usyd.edu.au2002-11-221-2/+2
* Bug 179483 - Guided template displays wrong product name sometimes. Patch by ...gerv%gerv.net2002-11-221-11/+13
* Backing out the checkin for bug 180966 (fix warnings in web server error log)...justdave%syndicomm.com2002-11-223-20/+17
* Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com2002-11-204-87/+69
* Bug 179293 - time tracking js should only appear if time tracking isbbaetz%student.usyd.edu.au2002-11-201-21/+23
* Bug 181000 - Lock the keyworddefs table for READ when using a shadowdb, toobbaetz%student.usyd.edu.au2002-11-201-1/+1
* Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au2002-11-203-17/+20
* Bug 180978 - Adding keyword from enter_bug doesn't update keyword cachebbaetz%student.usyd.edu.au2002-11-201-0/+12
* Bug 179811, used & instead of &bbaetz%student.usyd.edu.au2002-11-191-1/+1
* Typo fix from bug 124589. oopsbbaetz%student.usyd.edu.au2002-11-191-2/+2
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-199-58/+190
* Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" ...myk%mozilla.org2002-11-193-28/+52
* Fix for bug 179876: Labels the "Requestee" field to reduce confusion about it...myk%mozilla.org2002-11-196-36/+53
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-1916-55/+58
* Bug 179206 - enter_bug isn't picking up version from URLbbaetz%student.usyd.edu.au2002-11-191-6/+9
* Bug 180545 - It was possible to change the product/component of a bug without...jake%bugzilla.org2002-11-181-3/+26
* Bug 179960 - Qucksearch queries are slow and timeoutbbaetz%student.usyd.edu.au2002-11-181-9/+30
* Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links are...gerv%gerv.net2002-11-186-17/+37
* Fix for bug 180444: Correctly attributes request creation to person who submi...myk%mozilla.org2002-11-181-1/+1
* 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
* Fix for bug 180544: prevents display of requestee field for generally request...myk%mozilla.org2002-11-171-2/+10
* Bug 179886 - request.cgi should not |use diagnostics|bbaetz%student.usyd.edu.au2002-11-171-1/+0
* Bug 179264 - only quote non-numeric CSV values. Patch by gerv; r=joel, a=just...gerv%gerv.net2002-11-171-1/+3