aboutsummaryrefslogtreecommitdiffstats
path: root/CGI.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-8/+0
| | | | | | | 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.
* Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"kiko%async.com.br2003-10-301-1/+1
| | | | messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
* Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com2003-10-171-2/+1
|
* Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org2003-10-161-1/+2
| | | | patch by caduvall@glue.umd.edu r=timeless a=justdave
* Bug 213384: shutdownhtml login bypass via editparams.cgi is broken under ↵jocuri%softhome.net2003-10-081-1/+1
| | | | suexec. r=kiko, a=justdave
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-80/+5
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-47/+0
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+2
| | | | r=joel, a=justdave
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-20/+2
| | | | | r=gerv a=justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-363/+15
| | | | | r=gerv, justdave a=justdave
* Bug 135820 - token cancellation message are not user-friendlyburnus%gmx.de2003-02-171-1/+1
| | | | r=gerv, a=justdave
* Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com2003-02-101-4/+1
| | | | a=justdave
* Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org2003-02-091-2/+2
| | | | r, a=justdave
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+1
| | | | | r=gerv, justdave a=justdave
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-201-5/+3
|
* Bug 183843 Query knobs are missing if requirelogin is setbugreport%peshkin.net2002-12-061-2/+1
| | | | r,a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-281-1/+1
| | | | | | | every time we display. r=justdave a=justdave
* Bug 173761 Need ability to always require loginbugreport%peshkin.net2002-11-271-4/+19
| | | | | patch by joel r=gerv, a=justdave
* Bug 114179 - Concentration, improvement, and templatisation of Bugzilla ↵gerv%gerv.net2002-11-271-0/+3
| | | | general user help system. Patch by gerv; r,a=justdave.
* Bug 179290 - login cookie email needs to be escapedbbaetz%student.usyd.edu.au2002-11-111-1/+1
| | | | r=jake, a=justdave
* Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au2002-11-091-2/+5
| | | | | Patch by joel, dkl + me r=myk, a=justdave
* Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org2002-11-051-1/+1
|
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-261-185/+18
| | | | r=gerv, justdave
* Bug 112373 you should be able to enter bug dependencies/blockers when you ↵bugreport%peshkin.net2002-10-171-0/+31
| | | | | | | enter a bug. patch by jhedlund r,2xr=joel
* Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-171-50/+1
|
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-26/+45
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, ↵gerv%gerv.net2002-10-081-0/+29
| | | | rearranged UI, better API for new report types. Patch by gerv; r=joel.
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net2002-10-061-12/+0
| | | | Patch by gerv; r=burnus.
* Bug 155389 - More <link> elements & templatization of navigation_links. ↵gerv%gerv.net2002-10-031-43/+0
| | | | Patch by gerv; r=bbaetz.
* Bug 20122 - Bugzilla requires new login if IP changesbbaetz%student.usyd.edu.au2002-10-021-4/+38
| | | | r=joel x2
* Bug 172010 voting broken on tipbugreport%peshkin.net2002-10-021-1/+1
| | | | | Regression from 43600 and 157756 2xr=bbaetz
* Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; ↵gerv%gerv.net2002-09-291-30/+7
| | | | r=burnus.
* Bug 170986 - General Summary reports don't work with taint checking. Also ↵gerv%gerv.net2002-09-271-4/+8
| | | | fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz.
* Bug 170064 - Change error API again to allow vars to be passed in the call. ↵gerv%gerv.net2002-09-231-6/+18
| | | | Patch by gerv; r=bbaetz.
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-36/+33
| | | | r=bbaetz, gerv
* Bug 166698 - clean up the error system, which was confused and broken. Patch ↵gerv%gerv.net2002-09-051-4/+0
| | | | by gerv; r=bbaetz.
* Bug 121419 - If multiple cookies exist, the least significant is assigned.bugreport%peshkin.net2002-08-311-1/+3
| | | | | | 2xr = bbaetz Also fixes Duplicate Bug 165685 When switching from no cookiepath to using cookiepath, old cookie gets in the way
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-0/+1
| | | | r=joel, preed
* Bug 161203 - Bug changes with intermediate pages munges fields withbbaetz%student.usyd.edu.au2002-08-271-0/+1
| | | | | multiple values (e.g., CC) patch by "Randall M! Gee", r=bbaetz, myk
* 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 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz.gerv%gerv.net2002-08-201-4/+1
|
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-201-1/+1
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Big 163291 - Move utility funcs into a modulebbaetz%student.usyd.edu.au2002-08-191-25/+2
| | | | r=preed x2
* Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net2002-08-161-12/+6
| | | | by gerv; r=bbaetz.
* Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net2002-08-151-6/+8
| | | | code-error.html.tmpl. Patch by gerv; r=bbaetz.
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-1/+1
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 106640 - allow translation of system messages. Patch by gerv; r=burnus.gerv%gerv.net2002-07-271-9/+12
|
* Bug 158660 - confirm_login in CGI.pl should use a template for the login ↵gerv%gerv.net2002-07-251-82/+9
| | | | dialog. Patch by gerv; 2xr=jouni.
* Bug 155793 - $::FORM is not tainted under perl 5.6.1bbaetz%student.usyd.edu.au2002-07-101-22/+12
| | | | r=myk, jouni
* Fix for bug 155700: detaints bug ID in ValidateBugID so it doesn't fail ↵myk%mozilla.org2002-07-071-2/+3
| | | | | | taint checks. 2rx=bbaetz