aboutsummaryrefslogtreecommitdiffstats
path: root/CGI.pl
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org2002-07-041-10/+45
| | | | r=bbaetz,jouni
* Bug 151871 - rewrite quoteUrls to fix major performance problems, and abbaetz%student.usyd.edu.au2002-07-031-2/+2
| | | | | few other misc bugs too. r=myk x2
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-10/+10
| | | | r=jouni, gerv
* Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2bbaetz%student.usyd.edu.au2002-06-231-2/+0
| | | | r=jouni x2
* Bug 148674 Boolean Charts don't work in Netpositive because '-' is sent as '%2Dtimeless%mac.com2002-06-031-2/+2
| | | | | This makes CGI.pl closer to CGI.pm by having it unescape the name field in addition to the value field. r=preed,justdave
* Backing out mistakenly-checked-in code fragment. Thanks to MattyT for ↵gerv%gerv.net2002-05-261-4/+1
| | | | pointing this out.
* Bug 145849 - Non-maintainers with ability to bless others need "users" link ↵gerv%gerv.net2002-05-251-5/+8
| | | | in footer. Patch by bugreport@peshkin.net; r=gerv, justdave.
* Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave.gerv%gerv.net2002-05-081-103/+0
|
* Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net2002-05-081-0/+43
|
* Bug 140993 - Pass javascript correctly into header; templatise the rest of ↵gerv%gerv.net2002-05-071-4/+3
| | | | the header-related parameters. Patch by gerv; r=bbaetz, caillon.
* Bug 140006 - ThrowTemplateError should try a template before using print ↵gerv%gerv.net2002-04-291-16/+25
| | | | statements. Patch by gerv, r=bbaetz, justdave.
* Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; ↵gerv%gerv.net2002-04-291-108/+38
| | | | r=justdave, bbaetz.
* Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk.gerv%gerv.net2002-04-261-18/+5
|
* Bug 140110 - remove 273 lines of redundant code from CGI.pl. Patch by gerv; ↵gerv%gerv.net2002-04-261-267/+3
| | | | 2xr=ddk.
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-1/+1
| | | | afranke.
* Fix for bug 125013: ProcessMultipartFormFields in CGI.pl would hang if the ↵justdave%syndicomm.com2002-04-201-1/+1
| | | | | | | posting browser included regexp metacharacters in its boundary string. Patch by tkl@telenet.ch (Thomas Klaeger) 2xr= justdave
* Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, ↵gerv%gerv.net2002-04-061-1/+1
| | | | 2xr=gerv. This one line has caused me so much grief...
* Bug 126456 - fix our error handling. Change the name of the functions to ↵gerv%gerv.net2002-04-061-19/+28
| | | | something more sane; a few enhancements. Patch by gerv, 2xr=myk.