Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-05-01 | Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. ↵ | dkl%redhat.com | 1 | -1/+1 | |
2xr=Gerv | |||||
2002-05-01 | Bug 140311 - query.cgi, search/seach.html.tmpl: should move some strings to ↵ | gerv%gerv.net | 1 | -1/+10 | |
template. Patch by burnus@gmx.de; 2xr=gerv. | |||||
2002-04-30 | Bug 140664 - checksetup.pl fails on perl 5.005. Patch by bbaetz; r=afranke, ↵ | gerv%gerv.net | 1 | -8/+37 | |
daa@rm.incc.net, gerv. | |||||
2002-04-30 | Bug 140564 - Unquoted variable in regexp in globals.pl. Patch by ↵ | gerv%gerv.net | 1 | -1/+1 | |
xor@ivwnet.com; 2xr=gerv. | |||||
2002-04-30 | Bug 140329 - Stagger headers have wrong order. Patch by myk; 2xr=gerv. | gerv%gerv.net | 1 | -2/+2 | |
2002-04-30 | Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵ | gerv%gerv.net | 9 | -0/+9 | |
jouni@heikniemi.net; r=bbaetz, gerv. | |||||
2002-04-30 | Bug 140953 - Creating the first attachment status fails. Patch by ↵ | gerv%gerv.net | 1 | -1/+2 | |
jouni@heikniemi.net, 2xr=myk. | |||||
2002-04-29 | Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz. | gerv%gerv.net | 1 | -2/+2 | |
2002-04-29 | Bug 137623 - showdependencytree.cgi has minor grammatical and formatting ↵ | gerv%gerv.net | 1 | -24/+13 | |
issues. Patch by gerv; r=bbaetz, justdave. | |||||
2002-04-29 | Bug 140765 - midair template has an error. Patch by jouni@heikniemi.net, ↵ | gerv%gerv.net | 1 | -1/+1 | |
2xr=gerv. | |||||
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 138904 - post_bug templates should be separate. Renaming template so ↵ | gerv%gerv.net | 1 | -0/+0 | |
that the name's not so long, and we can use formats. | |||||
2002-04-29 | Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk. | gerv%gerv.net | 1 | -1/+5 | |
2002-04-29 | Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; ↵ | gerv%gerv.net | 2 | -108/+39 | |
r=justdave, bbaetz. | |||||
2002-04-29 | Fix for bug 140633: Template Toolkit bug causes directory "datatemplate" to ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
be created in the Bugzilla root directory instead of creating "template" within the "data" directory. Adding a trailing slash to the compile directory name to work around it. 2xr= bbaetz | |||||
2002-04-27 | Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. ↵ | gerv%gerv.net | 5 | -9/+34 | |
Patch by gerv; r=bbaetz, myk. | |||||
2002-04-27 | Bug 105960 - xml.cgi has wrong content type, and should be standalone | bbaetz%student.usyd.edu.au | 3 | -3/+3 | |
r=caillon x2 | |||||
2002-04-27 | Bug 97832 - turn on template compilation. This means that the minimum TT | bbaetz%student.usyd.edu.au | 3 | -16/+133 | |
version is now 2.07. r=myk, gerv | |||||
2002-04-27 | Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz. | gerv%gerv.net | 4 | -107/+189 | |
2002-04-27 | Bug 140419 - fix merge error from bug 138995. Oops. Patch by burnus@gmx.de; ↵ | gerv%gerv.net | 2 | -0/+4 | |
2xr=gerv. | |||||
2002-04-27 | Bug 140407 - remove all references to directories template/default and ↵ | gerv%gerv.net | 2 | -2/+2 | |
template/custom. They are no more. Oceania is at war with Eastasia. Oceania has always been at war with Eastasia. | |||||
2002-04-27 | Move a </center> tag (inserted in bug 129442 in a vain attempt to make this ↵ | gerv%gerv.net | 1 | -1/+1 | |
CGI's HTML validate) to the bottom of the initial page. This has the effect of fixing the alignment of the "choose chart" widgets; returning them back to the centre, where it should be. No bug number. | |||||
2002-04-27 | Bug 138995 - split up search.html.tmpl. Patch by gerv; 2xr=myk. | gerv%gerv.net | 5 | -1646/+899 | |
2002-04-27 | Fix for bug 139930: checksetup.pl no longer fails if data/params does not exist | myk%mozilla.org | 1 | -15/+16 | |
Patch by Myk Melez <myk@mozilla.org> r=bbaetz,gerv | |||||
2002-04-27 | Fix for bug 139759: gets email searches for "cc: list or assignee" working ↵ | myk%mozilla.org | 1 | -4/+2 | |
again. Patch by David Ward <dward@netschools.net> 2xr=myk | |||||
2002-04-27 | Fix for bug 140354: Prevents "edit attachment as comment" from displaying ↵ | myk%mozilla.org | 1 | -2/+2 | |
opening and closing HTML tags on recent versions of Mozilla by making the regexp that finds and removes them case-insensitive. Patch by Myk Melez <myk@mozilla.org> 2xr=gerv | |||||
2002-04-26 | Bug 135817 - update template filename. Oops. | gerv%gerv.net | 2 | -2/+4 | |
2002-04-26 | Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk. | gerv%gerv.net | 2 | -22/+9 | |
2002-04-26 | Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz. | gerv%gerv.net | 3 | -58/+62 | |
2002-04-26 | Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash ↵ | myk%mozilla.org | 1 | -14/+14 | |
since "size" is a hash built-in method in Template Toolkit 2.07 Patch by Gerv <gerv@gerv.net> r=ddk,myk | |||||
2002-04-26 | Fix for bug 140161: Prevents function call from displaying its return value, ↵ | myk%mozilla.org | 1 | -1/+1 | |
which we don't need. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv | |||||
2002-04-26 | Bug 140145 - GetLongDescriptionAsHTML must die. Patch by gerv, 2xr=bbaetz. | gerv%gerv.net | 1 | -45/+0 | |
2002-04-26 | Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the ↵ | gerv%gerv.net | 2 | -0/+4 | |
footer. Patch by gerv, 2xr=myk. | |||||
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-26 | Remove confusing comment referring make_options, which this CGI no longer ↵ | gerv%gerv.net | 1 | -5/+0 | |
calls. No bug number. | |||||
2002-04-26 | Bug 139928 - cvs remove templates from template/default directory. These ↵ | gerv%gerv.net | 67 | -6667/+0 | |
templates now all live in template/en/default, for l10n purposes. | |||||
2002-04-25 | Bug 137183 - tab names should be in the template not in the .cgi. Patch by ↵ | gerv%gerv.net | 2 | -19/+12 | |
gerv; r=afranke, myk. | |||||
2002-04-25 | Fix for bug 126571: prevents display of messages to end-users about ↵ | myk%mozilla.org | 1 | -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-25 | Bug 138456 - use proper error functions in DBNameToIdAndCheck. Patch by ↵ | gerv%gerv.net | 1 | -20/+6 | |
gerv; 2xr=myk. | |||||
2002-04-25 | Fix for bug 139632: connect to the database in enter_bug.cgi in case it is ↵ | myk%mozilla.org | 1 | -0/+5 | |
time to rebuild the version cache, which needs a database connection. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv | |||||
2002-04-25 | Bug 125066 - remove the need to set a milestone on accept for products with ↵ | gerv%gerv.net | 1 | -1/+2 | |
just one milestone. Patch by zeroj; r=justdave, gerv. | |||||
2002-04-25 | Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv. | gerv%gerv.net | 13 | -19/+30 | |
2002-04-25 | Bug 139800 - remove errant references to index.html. Patch by ddk, 2xr=gerv. | gerv%gerv.net | 2 | -2/+2 | |
2002-04-25 | Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, ↵ | gerv%gerv.net | 4 | -8/+8 | |
2xr=gerv. | |||||
2002-04-24 | Fix tinderbox bustage caused by the template location code change. The ↵ | justdave%syndicomm.com | 1 | -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-24 | Adding .cvsignore file so we ignore "custom" directory and ".htaccess" file. | gerv%gerv.net | 1 | -0/+2 | |
2002-04-24 | Bug 138588 - missed a DisplayError -> ThrowTemplateError change. | gerv%gerv.net | 1 | -1/+1 | |
2002-04-24 | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵ | gerv%gerv.net | 28 | -160/+118 | |
afranke. | |||||
2002-04-24 | Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke. | gerv%gerv.net | 38 | -80/+80 | |
2002-04-24 | Fix for bug 124587: Lock bugs table before inserting new bug. | myk%mozilla.org | 1 | -0/+7 | |
Patch by Myk Melez <myk@mozilla.org> r=bbaetz,justdave |