Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-27 | Bug 170986 - General Summary reports don't work with taint checking. Also ↵ | gerv%gerv.net | 1 | -4/+8 | |
fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz. | |||||
2002-09-23 | Bug 170064 - Change error API again to allow vars to be passed in the call. ↵ | gerv%gerv.net | 1 | -6/+18 | |
Patch by gerv; r=bbaetz. | |||||
2002-09-23 | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 1 | -36/+33 | |
r=bbaetz, gerv | |||||
2002-09-05 | Bug 166698 - clean up the error system, which was confused and broken. Patch ↵ | gerv%gerv.net | 1 | -4/+0 | |
by gerv; r=bbaetz. | |||||
2002-08-31 | Bug 121419 - If multiple cookies exist, the least significant is assigned. | bugreport%peshkin.net | 1 | -1/+3 | |
2xr = bbaetz Also fixes Duplicate Bug 165685 When switching from no cookiepath to using cookiepath, old cookie gets in the way | |||||
2002-08-29 | Bug 163829 - move pref code into a separate package | bbaetz%student.usyd.edu.au | 1 | -0/+1 | |
r=joel, preed | |||||
2002-08-27 | Bug 161203 - Bug changes with intermediate pages munges fields with | bbaetz%student.usyd.edu.au | 1 | -0/+1 | |
multiple values (e.g., CC) patch by "Randall M! Gee", r=bbaetz, myk | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-08-20 | Bug 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -4/+1 | |
2002-08-20 | Bug 143286 - Add support for Insiders, Private comments, Private ↵ | gerv%gerv.net | 1 | -1/+1 | |
Attachments. Patch by bugreport@peshkin.net; r=gerv. | |||||
2002-08-19 | Big 163291 - Move utility funcs into a module | bbaetz%student.usyd.edu.au | 1 | -25/+2 | |
r=preed x2 | |||||
2002-08-16 | Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵ | gerv%gerv.net | 1 | -12/+6 | |
by gerv; r=bbaetz. | |||||
2002-08-15 | Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵ | gerv%gerv.net | 1 | -6/+8 | |
code-error.html.tmpl. Patch by gerv; r=bbaetz. | |||||
2002-08-12 | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed | |||||
2002-07-27 | Bug 106640 - allow translation of system messages. Patch by gerv; r=burnus. | gerv%gerv.net | 1 | -9/+12 | |
2002-07-25 | Bug 158660 - confirm_login in CGI.pl should use a template for the login ↵ | gerv%gerv.net | 1 | -82/+9 | |
dialog. Patch by gerv; 2xr=jouni. | |||||
2002-07-10 | Bug 155793 - $::FORM is not tainted under perl 5.6.1 | bbaetz%student.usyd.edu.au | 1 | -22/+12 | |
r=myk, jouni | |||||
2002-07-07 | Fix for bug 155700: detaints bug ID in ValidateBugID so it doesn't fail ↵ | myk%mozilla.org | 1 | -2/+3 | |
taint checks. 2rx=bbaetz | |||||
2002-07-04 | Fix for bug 99203: Implements bug aliases feature. | myk%mozilla.org | 1 | -10/+45 | |
r=bbaetz,jouni | |||||
2002-07-03 | Bug 151871 - rewrite quoteUrls to fix major performance problems, and a | bbaetz%student.usyd.edu.au | 1 | -2/+2 | |
few other misc bugs too. r=myk x2 | |||||
2002-06-28 | Bug 148488 - more HTML validation fixes | bbaetz%student.usyd.edu.au | 1 | -10/+10 | |
r=jouni, gerv | |||||
2002-06-23 | Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2 | bbaetz%student.usyd.edu.au | 1 | -2/+0 | |
r=jouni x2 | |||||
2002-06-03 | Bug 148674 Boolean Charts don't work in Netpositive because '-' is sent as '%2D | timeless%mac.com | 1 | -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 | |||||
2002-05-26 | Backing out mistakenly-checked-in code fragment. Thanks to MattyT for ↵ | gerv%gerv.net | 1 | -4/+1 | |
pointing this out. | |||||
2002-05-25 | Bug 145849 - Non-maintainers with ability to bless others need "users" link ↵ | gerv%gerv.net | 1 | -5/+8 | |
in footer. Patch by bugreport@peshkin.net; r=gerv, justdave. | |||||
2002-05-08 | Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave. | gerv%gerv.net | 1 | -103/+0 | |
2002-05-08 | Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. | gerv%gerv.net | 1 | -0/+43 | |
2002-05-07 | Bug 140993 - Pass javascript correctly into header; templatise the rest of ↵ | gerv%gerv.net | 1 | -4/+3 | |
the header-related parameters. Patch by gerv; r=bbaetz, caillon. | |||||
2002-04-29 | Bug 140006 - ThrowTemplateError should try a template before using print ↵ | gerv%gerv.net | 1 | -16/+25 | |
statements. Patch by gerv, r=bbaetz, justdave. | |||||
2002-04-29 | Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; ↵ | gerv%gerv.net | 1 | -108/+38 | |
r=justdave, bbaetz. | |||||
2002-04-26 | Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk. | gerv%gerv.net | 1 | -18/+5 | |
2002-04-26 | Bug 140110 - remove 273 lines of redundant code from CGI.pl. Patch by gerv; ↵ | gerv%gerv.net | 1 | -267/+3 | |
2xr=ddk. | |||||
2002-04-24 | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵ | gerv%gerv.net | 1 | -1/+1 | |
afranke. | |||||
2002-04-21 | Fix for bug 125013: ProcessMultipartFormFields in CGI.pl would hang if the ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
posting browser included regexp metacharacters in its boundary string. Patch by tkl@telenet.ch (Thomas Klaeger) 2xr= justdave | |||||
2002-04-06 | Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, ↵ | gerv%gerv.net | 1 | -1/+1 | |
2xr=gerv. This one line has caused me so much grief... | |||||
2002-04-06 | Bug 126456 - fix our error handling. Change the name of the functions to ↵ | gerv%gerv.net | 1 | -19/+28 | |
something more sane; a few enhancements. Patch by gerv, 2xr=myk. | |||||
2002-04-05 | Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch ↵ | gerv%gerv.net | 1 | -1/+1 | |
by gerv, r=myk, bbaetz. | |||||
2002-04-04 | Bug 126456 - improve our error handling. Patch by gerv, r=myk, bbaetz. | gerv%gerv.net | 1 | -12/+67 | |
2002-04-04 | Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz. | gerv%gerv.net | 1 | -39/+47 | |
2002-04-02 | Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵ | justdave%syndicomm.com | 1 | -0/+6 | |
commit didn't pick these up. | |||||
2002-03-27 | Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, ↵ | gerv%gerv.net | 1 | -0/+1 | |
r=justdave, bbaetz. | |||||
2002-03-16 | Bug 129466 - use IP addr (not hostname) in logincookies table | bbaetz%student.usyd.edu.au | 1 | -9/+3 | |
r=gerv, justdave | |||||
2002-03-12 | Fix for bug 103778: Rewrites and templatizes buglist.cgi. | myk%mozilla.org | 1 | -1/+2 | |
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv | |||||
2002-03-11 | Fix for bug 72184: prevents users from entering too-large ↵ | myk%mozilla.org | 1 | -0/+13 | |
comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv | |||||
2002-02-17 | Fix for bug 125516: the recent fix for emails truncating when a period ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv | |||||
2002-02-06 | Fix for bug 117055: Emails were being truncated if they contained a line ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake | |||||
2002-02-05 | Bug 119715 - strictvaluechecks should always be enabled | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
r=justdave, gerv | |||||
2002-02-04 | Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies from | bbaetz%student.usyd.edu.au | 1 | -3/+2 | |
the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko | |||||
2002-02-03 | Fix for bug 121747: Stops every script before it does anything else if ↵ | myk%mozilla.org | 1 | -10/+19 | |
Bugzilla is currently shut down. Also adds global template instantiation code to globals.pl. Patch by Myk Melez <myk@mozilla.org>. r=gerv,kiko | |||||
2002-01-30 | Fix for bug 104521: Removes old attachment interface in favor of new ↵ | myk%mozilla.org | 1 | -2/+2 | |
attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko |