aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net2004-02-131-0/+2
| | | | including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
* Fix for bug 232154: Make old column lists work again by correctly ↵myk%mozilla.org2004-01-261-7/+7
| | | | | | translating old -> new column names. r=bbaetz
* Bug 231391 - make "cumulate" option work on new charts, together with a few ↵gerv%gerv.net2004-01-221-1/+1
| | | | UI tweaks. Patch by gerv; r=kiko, a=myk.
* Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br2003-11-271-1/+1
| | | | | logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
* Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ↵jocuri%softhome.net2003-11-201-1/+1
| | | | ctype defined; r=kiko; a=justdave.
* Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵gerv%gerv.net2003-11-091-19/+12
| | | | r,a=myk.
* Bug 195530 - Make javascript version of buglists available, part 2. This is ↵gerv%gerv.net2003-11-091-0/+10
| | | | a security fix to prevent remote sites being able to see sensitive bug data. Patch by gerv; r=justdave, r=myk, a=justdave.
* Bug 224397: Mismatch of user error: insufficient_privs vs ↵jocuri%softhome.net2003-11-021-1/+1
| | | | insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave.
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-3/+3
| | | | r,a=justdave
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-0/+9
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Fix for bug 217485: displays query in the "please wait" server push page if ↵myk%mozilla.org2003-08-281-5/+5
| | | | | | | the "debug" parameter is set in the URL. r=justdave a=justdave
* Bug 139011 - Improve buglist colors furtherburnus%gmx.de2003-08-221-2/+4
| | | | r,a=justdave
* Fix for bug 213079: When severity or priority are hidden, CSS classkiko%async.com.br2003-07-221-2/+3
| | | | names are incomplete in buglist. r=burnus, a=justdave
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+18
|
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-31/+16
| | | | r=myk,jake
* last not breaktimeless%mozdev.org2003-05-261-1/+1
|
* Bug 207085 Updating a stored query shouldn't return the same message as ↵timeless%mozdev.org2003-05-261-3/+7
| | | | | | creating one r=kiko
* Bug 195977: Add ability to show alias column in buglistbugreport%peshkin.net2003-05-131-0/+1
| | | | | r=jhedlund a=justdave
* Bug 204592 - invalid column name errorbbaetz%acm.org2003-05-091-2/+1
| | | | r,a=myk
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-29/+37
| | | | r=joel, a=justdave
* Bug 197689 Missing Query - The query named $name seems to no longer exist.timeless%mozdev.org2003-03-301-1/+1
| | | | r=bbaetz a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 191020 - back out bits of generic charting checked in by mistake. Apologies.gerv%gerv.net2003-02-071-18/+0
|
* Bug 191020 - buglist.cgi doesn't always get query names right for filename ↵gerv%gerv.net2003-02-071-16/+36
| | | | to save. Patch by gerv; r=bbaetz, a=justdave.
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+1
| | | | | r=gerv, justdave a=justdave
* Bug 188712 Apple's Browser Safari does not support server-pushtimeless%mozdev.org2003-01-231-6/+7
| | | | patch by melo@isp.novis.pt r=timeless a=justdave
* Fix for bug 184909: show status whiteboard on bug lists when the user ↵myk%mozilla.org2003-01-171-1/+1
| | | | | | | requests it. r=justdave a=myk
* Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com2003-01-151-1/+1
| | | | | | | be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-6/+2
| | | | | r=justdave, myk, joel, preed a=justdave
* Bug 185944: radio buttons for adding/removing groups on the ↵justdave%syndicomm.com2002-12-181-1/+1
| | | | | | change-multiple-bugs screen all had the same name r=bbaetz, a=justdave
* Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au2002-12-081-26/+36
| | | | | | field-descs.html.tmpl Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-1/+0
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-1/+1
| | | | r=myk, a=justdave
* Second installment of Bug 179260 Unknown table 'map_assigned_to' in order ↵bugreport%peshkin.net2002-11-121-6/+10
| | | | | | | clause at globals.pl line 242 r=bbaetz a=justdave
* Bug 179260 Unknown table 'map_assigned_to' in order clause at globals.pl ↵bugreport%peshkin.net2002-11-111-15/+21
| | | | | | | line 242 r=bbatez a=myk
* Bug 179184 - regetlastlist returns all bugsbbaetz%student.usyd.edu.au2002-11-101-5/+15
| | | | r=gerv, a=justdave
* Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au2002-11-091-3/+26
| | | | | Patch by joel, dkl + me r=myk, a=justdave
* Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br2002-11-041-0/+3
| | | | Toms Baugis, r=kiko, 2xr=joel.
* Fix for bug 177099: stored queries ordering and editing were broken after ↵justdave%syndicomm.com2002-10-311-2/+2
| | | | | | moving to CGI.pm. They work again now. r=bbaetz
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-261-12/+17
| | | | r=gerv, justdave
* Bugzilla Bug 175625 Timetracking columns are computed even if not displayedbugreport%peshkin.net2002-10-221-1/+1
| | | | | Patch by jeff.hedlund r=dkl,joel
* Bug 174464 - buglist code for empty query shouldn't set headers_donebbaetz%student.usyd.edu.au2002-10-161-2/+0
| | | | r=gerv x2
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-2/+31
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 174112 Edit multiple bugs brokenbugreport%peshkin.net2002-10-131-6/+6
| | | | r=burnus
* Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; ↵gerv%gerv.net2002-10-111-4/+0
| | | | r=bbaetz.
* Bug 172740 - "use of uninitialized variable" warnings. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-071-1/+1
|
* Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; ↵gerv%gerv.net2002-09-291-31/+11
| | | | r=burnus.
* Bug 170195 Regression - buglist highlighting brokenbugreport%peshkin.net2002-09-271-1/+3
| | | | r=myk
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-17/+12
| | | | r=bbaetz, gerv
* Last part of fix for bug 146945: Hack to support format=rdf for legacy ↵myk%mozilla.org2002-09-201-0/+6
| | | | | | applications that don't know to do ctype=rdf instead. r=gerv