aboutsummaryrefslogtreecommitdiffstats
path: root/long_list.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 313546: long_list.cgi URLs don't redirect to show_bug correctly - Patch ↵lpsolit%gmail.com2005-10-261-5/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-3/+2
| | | | r=mkanat,wicked a=justdave
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-251-98/+7
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Tinderbox is burning: backing out the pach for Bug 201818travis%sedsystems.ca2005-01-241-7/+98
|
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-241-98/+7
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-2/+4
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-3/+6
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-1/+1
| | | | | r=kiko a=justdave
* Patch for bug 253357: replace IFNULL with COALESCE for increased database ↵jocuri%softhome.net2004-07-311-1/+1
| | | | compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-3/+1
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-4/+4
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* Fix for bug 204560: display alias in long listing.myk%mozilla.org2003-08-051-1/+2
| | | | | Fix by GavinS <bugzilla@chimpychompy.org>. r=myk, a=myk
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+5
| | | | r=joel, 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 178880 - Creation date is now displayed in the long list.jake%bugzilla.org2002-12-011-2/+3
| | | | | | Patch by Frank Wein <mcsmurf@gmx.net> r=jake a=justdave
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-2/+11
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-3/+3
| | | | r=bbaetz, gerv
* Bug 108987 - Linkify script to use quoteUrls on texts provided by user. ↵gerv%gerv.net2002-09-211-1/+0
| | | | Patch by gerv; r=kiko.
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-4/+5
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv.gerv%gerv.net2002-07-271-1/+0
|
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-3/+2
| | | | afranke.
* Bug 115369 - templatise long_list.cgi.gerv%gerv.net2002-02-201-90/+78
|
* Backing out checkin for bug 115369, it's busted on Perl 5.00503.justdave%syndicomm.com2002-02-141-83/+79
|
* Fixing tinderbox bustage from previous checkin.justdave%syndicomm.com2002-02-131-0/+1
| | | | Name "main::legal_keywords" used only once
* Fix for bug 115369: Templatization of long_list.cgijustdave%syndicomm.com2002-02-131-79/+82
| | | | | Patch by Gervase Markham <gerv@mozilla.org> r= bbaetz, dkl
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Oops. Bug 109690 again, r=justdave, gervbbaetz%cs.mcgill.ca2001-11-121-1/+1
|
* Bug 109690: Check $bug before using it.bbaetz%cs.mcgill.ca2001-11-121-0/+1
| | | | r=justdave,gerv
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-3/+4
| | | | | | | | | | Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-1/+1
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug 27420: Gives the Component and Target Milestone fields extra ↵myk%mozilla.org2001-10-111-2/+2
| | | | | | | space in the long list display of bugs. Patch by Randall Whitman <randall.whitman@solipsa.com>. r=justdave@syndicomm.com, no second review needed
* Fixing bug #46897tara%tequilarista.org2000-08-081-1/+3
|
* Fix for bug 27248 (Bug listings saved with .html extension). Patchdave%intrec.com2000-07-191-1/+2
| | | | submitted by mhamby@logicon.com (Mark Hamby).
* Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org2000-03-111-1/+1
| | | | | the difference between new comments and people copying stuff in from old comments.
* Add support for keywords.terry%mozilla.org2000-01-271-2/+9
|
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Fix perl warning.terry%mozilla.org1999-10-201-0/+1
|
* Fixed stupid perl warning.terry%mozilla.org1999-10-191-2/+8
|
* Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on ↵terry%mozilla.org1999-09-241-1/+1
| | | | several pages that were missing it.
* Make URL an actual linkbryce-mozilla%nextbus.com1999-05-121-1/+2
|
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-3/+4
| | | | | | put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-4/+22
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-33/+45
|
* Get rid of the "read and eat" line; it doesn't make sense here.terry%netscape.com1998-08-281-1/+0
|
* Stop looking for "target_fix_version".terry%netscape.com1998-08-271-4/+2
|
* Bugzilla source.terry%netscape.com1998-08-261-0/+78