aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename getSelection to get_selection. Fixes bug 141716, Mozilla context menu...caillon%returnzero.com2002-05-051-5/+5
* Bug 139313 - warning in buglist.cgi when votes isn't a parameterbbaetz%student.usyd.edu.au2002-05-041-0/+1
* Bug 135836 - change requests should include expiration details. Patch by zero...gerv%gerv.net2002-05-035-8/+61
* Bug 141609 - "Version unspecified" error when changing product with product g...gerv%gerv.net2002-05-032-2/+3
* Bug 97496: Release notes updates.matty%chariot.net.au2002-05-031-12/+41
* Bug 141635 - showdependencygraph requires bug number for doall. Patch by zero...gerv%gerv.net2002-05-021-10/+10
* General updates. I'm working through the entire guide, tidying it up.gerv%gerv.net2002-05-026-226/+54
* Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it.gerv%gerv.net2002-05-022-2/+6
* Bug 125395 - remove revision history. That's what CVS is for :-) Also, do oth...gerv%gerv.net2002-05-022-168/+14
* ug 105877 - Backup & check for modifications before upgrade.gerv%gerv.net2002-05-022-10/+30
* Bug 137709 - remove incorrect information about email preferences.gerv%gerv.net2002-05-022-76/+0
* Bug 111712 - update command for changing path to Perl.gerv%gerv.net2002-05-022-2/+4
* Bug 126907 - remove "Future" section from guide.gerv%gerv.net2002-05-024-1371/+0
* Bug 141557 - modification to user deletion code in editusers.cgi - prevent al...gerv%gerv.net2002-05-021-0/+2
* Bug 140770 - Navigation doesn't work after creating a new bug. This fix displ...gerv%gerv.net2002-05-023-28/+18
* Full recompile of the docs so everyone can see what the current SGML docs act...justdave%syndicomm.com2002-05-0172-4113/+2846
* correction to one of the command linesjustdave%syndicomm.com2002-05-011-1/+1
* Corrected installation and compiling instructions for the docs, based on exte...justdave%syndicomm.com2002-05-011-29/+37
* Bug 141385 - dependency graph title is incorrect when doall is specified. Pat...gerv%gerv.net2002-05-011-1/+1
* Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr...dkl%redhat.com2002-05-011-1/+1
* Bug 140311 - query.cgi, search/seach.html.tmpl: should move some strings to t...gerv%gerv.net2002-05-011-1/+10
* Bug 140664 - checksetup.pl fails on perl 5.005. Patch by bbaetz; r=afranke, d...gerv%gerv.net2002-04-301-8/+37
* Bug 140564 - Unquoted variable in regexp in globals.pl. Patch by xor@ivwnet.c...gerv%gerv.net2002-04-301-1/+1
* Bug 140329 - Stagger headers have wrong order. Patch by myk; 2xr=gerv.gerv%gerv.net2002-04-301-2/+2
* Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jou...gerv%gerv.net2002-04-309-0/+9
* Bug 140953 - Creating the first attachment status fails. Patch by jouni@heikn...gerv%gerv.net2002-04-301-1/+2
* Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.gerv%gerv.net2002-04-291-2/+2
* Bug 137623 - showdependencytree.cgi has minor grammatical and formatting issu...gerv%gerv.net2002-04-291-24/+13
* Bug 140765 - midair template has an error. Patch by jouni@heikniemi.net, 2xr=...gerv%gerv.net2002-04-291-1/+1
* Bug 140006 - ThrowTemplateError should try a template before using print stat...gerv%gerv.net2002-04-291-16/+25
* Bug 138904 - post_bug templates should be separate. Renaming template so that...gerv%gerv.net2002-04-291-0/+0
* Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk.gerv%gerv.net2002-04-291-1/+5
* Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; r=...gerv%gerv.net2002-04-292-108/+39
* Fix for bug 140633: Template Toolkit bug causes directory "datatemplate" to b...justdave%syndicomm.com2002-04-291-1/+1
* Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. Patc...gerv%gerv.net2002-04-275-9/+34
* Bug 105960 - xml.cgi has wrong content type, and should be standalonebbaetz%student.usyd.edu.au2002-04-273-3/+3
* Bug 97832 - turn on template compilation. This means that the minimum TTbbaetz%student.usyd.edu.au2002-04-273-16/+133
* Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz.gerv%gerv.net2002-04-274-107/+189
* Bug 140419 - fix merge error from bug 138995. Oops. Patch by burnus@gmx.de; 2...gerv%gerv.net2002-04-272-0/+4
* Bug 140407 - remove all references to directories template/default and templa...gerv%gerv.net2002-04-272-2/+2
* Move a </center> tag (inserted in bug 129442 in a vain attempt to make this C...gerv%gerv.net2002-04-271-1/+1
* Bug 138995 - split up search.html.tmpl. Patch by gerv; 2xr=myk.gerv%gerv.net2002-04-275-1646/+899
* Fix for bug 139930: checksetup.pl no longer fails if data/params does not existmyk%mozilla.org2002-04-271-15/+16
* Fix for bug 139759: gets email searches for "cc: list or assignee" working ag...myk%mozilla.org2002-04-271-4/+2
* Fix for bug 140354: Prevents "edit attachment as comment" from displaying ope...myk%mozilla.org2002-04-271-2/+2
* Bug 135817 - update template filename. Oops.gerv%gerv.net2002-04-262-2/+4
* Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk.gerv%gerv.net2002-04-262-22/+9
* Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz.gerv%gerv.net2002-04-263-58/+62
* Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash since...myk%mozilla.org2002-04-261-14/+14
* Fix for bug 140161: Prevents function call from displaying its return value, ...myk%mozilla.org2002-04-261-1/+1