summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-04-25Bug 137183 - tab names should be in the template not in the .cgi. Patch by ↵gerv%gerv.net2-19/+12
gerv; r=afranke, myk.
2002-04-25Fix for bug 126571: prevents display of messages to end-users about ↵myk%mozilla.org1-47/+28
parameters being removed when an installation upgrades to a later version of Bugzilla from which some parameters have been removed. Patch by Myk Melez <myk@mozilla.org> 2xr=gerv
2002-04-25Bug 138456 - use proper error functions in DBNameToIdAndCheck. Patch by ↵gerv%gerv.net1-20/+6
gerv; 2xr=myk.
2002-04-25Fix for bug 139632: connect to the database in enter_bug.cgi in case it is ↵myk%mozilla.org1-0/+5
time to rebuild the version cache, which needs a database connection. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
2002-04-25Bug 125066 - remove the need to set a milestone on accept for products with ↵gerv%gerv.net1-1/+2
just one milestone. Patch by zeroj; r=justdave, gerv.
2002-04-25Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net13-19/+30
2002-04-25Bug 139800 - remove errant references to index.html. Patch by ddk, 2xr=gerv.gerv%gerv.net2-2/+2
2002-04-25Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, ↵gerv%gerv.net4-8/+8
2xr=gerv.
2002-04-24Fix tinderbox bustage caused by the template location code change. The ↵justdave%syndicomm.com1-1/+1
tests are now looking in the right place for the templates. 4 templates in the new location now come up with syntax errors however.
2002-04-24Adding .cvsignore file so we ignore "custom" directory and ".htaccess" file.gerv%gerv.net1-0/+2
2002-04-24Bug 138588 - missed a DisplayError -> ThrowTemplateError change.gerv%gerv.net1-1/+1
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net28-160/+118
afranke.
2002-04-24Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net38-80/+80
2002-04-24Fix for bug 124587: Lock bugs table before inserting new bug.myk%mozilla.org1-0/+7
Patch by Myk Melez <myk@mozilla.org> r=bbaetz,justdave
2002-04-23Bug 138604, make the bugzilla sidebar use valid XUL plus some template ↵caillon%returnzero.com2-60/+52
cleanup. r=bbaetz,gerv
2002-04-23Bug 139051 - fix misspelling of "privilege". Patch by mental ↵gerv%gerv.net5-10/+10
<xor@ivwnet.com>, 2xr=bbaetz.
2002-04-22Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net5-0/+330
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-21Fix for bug 125013: ProcessMultipartFormFields in CGI.pl would hang if the ↵justdave%syndicomm.com1-1/+1
posting browser included regexp metacharacters in its boundary string. Patch by tkl@telenet.ch (Thomas Klaeger) 2xr= justdave
2002-04-20Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave.gerv%gerv.net1-1/+1
2002-04-20Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net44-92/+152
templates use all the correct names internally. Patch by me, 2xr=myk.
2002-04-20Bug 135707 - make template/en/default templates consistent with ↵gerv%gerv.net4-33/+6
template/default. Patch by ddk, 2xr=gerv.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net1-0/+55
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-19Bug 138064 - False-positive error message in checksetup.pl when checking for ↵gerv%gerv.net1-5/+7
"png" in data/webdot/.htaccess. Patch by ddk; 2xr=justdave.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net4-0/+0
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net4-0/+294
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net58-0/+6877
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-18Missing version string. Fixes tinderbox bustage, or it would if thebbaetz%student.usyd.edu.au1-0/+1
tinderboxes were working r=./runtests.sh --verbose x2
2002-04-18Fix for bug 12004: need info on Template and AppConfig in the help docs.justdave%syndicomm.com2-18/+82
Documentation SGML patch by Greg Leblanc <gleblanc@linuxweasel.com>
2002-04-18Bug 137954 - Empty "move-button-text" field blocks changing bugs. Patch by ↵gerv%gerv.net1-1/+1
gerv, 2xr=justdave.
2002-04-18Fix for bug 126792: Templatizes showdependencytree.cgi.myk%mozilla.org2-356/+336
Patch by Myk Melez <myk@mozilla.org>. r=afranke,gerv
2002-04-18Bug 135545 - missing template version strings. Patch by ddk; 2xr=gerv.gerv%gerv.net12-1/+34
2002-04-18Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch ↵gerv%gerv.net1-1/+1
by justdave; r=gerv, bbaetz.
2002-04-18Bug 137589 - fix test 4 not to hang on the "use CGI" in the template.gerv%gerv.net1-0/+3
2002-04-17Fix for bug 136506: work-around taint error on Perl 5.005.myk%mozilla.org1-0/+1
Patch by Davidy Avery <daa@rm.incc.net>. 2x r=myk
2002-04-16bug 117718 - Mass Change removes a bugs groupset if the bug was in thebbaetz%student.usyd.edu.au1-4/+12
wrong product group r=justdave x2
2002-04-16Bug 125427 - Taint error in duplicates.cgi with perl < 5.6bbaetz%student.usyd.edu.au1-19/+39
r=gerv, myk
2002-04-16Fix for bug 137669: remove <nobr> tags from attachment status listsjustdave%syndicomm.com2-6/+2
Patch by Jeffrey Baker <jwbaker@acm.org> r= justdave x2
2002-04-16Release notes update.matty%chariot.net.au1-16/+175
2002-04-16Bug 121247 - enter_bug comment templates. Template method for amalgamation ↵gerv%gerv.net2-2/+31
of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk.
2002-04-16Fix for bug 134198: Warns installations about Apache configuration issue ↵myk%mozilla.org2-0/+10
with security ramifications. Fix by Gregory Leblanc <gleblanc@linuxweasel.com>. Docs fix, no review needed.
2002-04-15Bug 92763 Add Windows XP as OS selection for entering/searching bugstimeless%mac.com3-10/+78
patch by ddk r=bbaetz r=justdave Bug 135666 Creating bugs: OS detection doesn't work for Internet Explorer, Win NT 4. patch by ddk+johannes.pellenz@sdm.de r=bbaetz r=justdave Adds Windows XP to the bugzilla OS list Activates the Windows XP detection (it was commented out waiting for this fix...) Makes Windows NT (4) detection match the pattern everything else used
2002-04-15Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au23-157/+216
transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
2002-04-15Bug 136751 - warnings with show_bug.cgibbaetz%student.usyd.edu.au1-5/+5
r=justdave x2
2002-04-14Bug 110980 - no email to cc list when opening new bugbbaetz%student.usyd.edu.au2-2/+25
original patch by jake@bugzilla.org, merged to current sources by bbaetz@student.usyd.edu.au r=gerv, justdave
2002-04-13Fix for bug 136227: Corrects syntax error in bash script.myk%mozilla.org1-1/+1
Patch by David Kilzer <ddkilzer@theracingworld.com>. 2xr=afranke
2002-04-13Fix for bug 125660: Templatizes process_bug.cgi.myk%mozilla.org8-315/+519
Patch by Myk Melez <myk@mozilla.org> r=gerv,bbaetz
2002-04-11Bug 121162 - remove unused file booleanchart.htmlbbaetz%student.usyd.edu.au1-79/+0
'patch' by mattyt, r=bbaetz, justdave
2002-04-11Build bustage - add version string. Oops. No bug number.gerv%gerv.net1-0/+1
2002-04-11Bug 199635 - templatise duplicates.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2-229/+400
2002-04-07Byg 136003 - two extra spaces after every commentbbaetz%student.usyd.edu.au1-3/+6
r=gerv x2