3294 Commits

Author SHA1 Message Date
myk%mozilla.org
e4dc4740a3 Fix for bug 140354: Prevents "edit attachment as comment" from displaying 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 18:12:54 +00:00
gerv%gerv.net
8f2afb69b0 Bug 135817 - update template filename. Oops. 2002-04-26 06:46:16 +00:00
gerv%gerv.net
3d798c1bba Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk. 2002-04-26 06:13:41 +00:00
gerv%gerv.net
73f235dadf Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz. 2002-04-26 06:01:30 +00:00
kestes%walrus.com
9235301676 updates. 2002-04-26 02:11:49 +00:00
kestes%walrus.com
a2a842ad48 updates 2002-04-26 02:05:26 +00:00
kestes%walrus.com
c6e1178697 updates 2002-04-26 01:57:59 +00:00
kestes%walrus.com
5d44026bf9 typo. 2002-04-26 00:51:11 +00:00
kestes%walrus.com
3d73d56902 fix backward compatibility. 2002-04-26 00:49:22 +00:00
kestes%walrus.com
8b206bbbef remove some of the more strict checks. 2002-04-26 00:44:23 +00:00
myk%mozilla.org
7b92f0c93b Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash 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 00:41:37 +00:00
kestes%walrus.com
709581aebb updates 2002-04-26 00:06:18 +00:00
kestes%walrus.com
664f3b02c5 update 2002-04-25 23:55:30 +00:00
kestes%walrus.com
f53452d136 updates. 2002-04-25 23:46:12 +00:00
kestes%walrus.com
e310c167f7 update. 2002-04-25 23:33:14 +00:00
kestes%walrus.com
ca83477454 put html in a different directory. 2002-04-25 23:05:24 +00:00
kestes%walrus.com
d3d6f7b57a Setup for Mozilla.org Lounge. 2002-04-25 22:57:59 +00:00
myk%mozilla.org
2fe50542c8 Fix for bug 140161: Prevents function call from displaying its return value, which we don't need.
Patch by Myk Melez <myk@mozilla.org>.
2xr=gerv
2002-04-25 22:35:14 +00:00
gerv%gerv.net
cdd9173185 Bug 140145 - GetLongDescriptionAsHTML must die. Patch by gerv, 2xr=bbaetz. 2002-04-25 21:16:03 +00:00
gerv%gerv.net
498512d0b9 Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk. 2002-04-25 20:42:59 +00:00
gerv%gerv.net
a3c0d1b746 Bug 140110 - remove 273 lines of redundant code from CGI.pl. Patch by gerv; 2xr=ddk. 2002-04-25 19:43:50 +00:00
gerv%gerv.net
9fae438c01 Remove confusing comment referring make_options, which this CGI no longer calls. No bug number. 2002-04-25 19:40:59 +00:00
gerv%gerv.net
6768648711 Bug 139928 - cvs remove templates from template/default directory. These templates now all live in template/en/default, for l10n purposes. 2002-04-25 17:22:37 +00:00
kestes%walrus.com
04e0a048ea fixes to make sure that the automated tests work. mostly ignoring files
which are new but do not apply to the test.
2002-04-25 00:57:07 +00:00
kestes%walrus.com
ec2c7dad9d ignore files in the src tree beginning with dot. 2002-04-25 00:56:10 +00:00
kestes%walrus.com
35b8011ac0 fixes to make it compile. 2002-04-25 00:55:49 +00:00
kestes%walrus.com
7956254a85 add get/set functions to access the handlers. 2002-04-25 00:36:46 +00:00
kestes%walrus.com
c8f0c141a8 whops forgot a '}', code did not compile. 2002-04-25 00:31:30 +00:00
kestes%walrus.com
066eae0142 the sample would not compile. 2002-04-25 00:15:03 +00:00
kestes%walrus.com
ea68d8c238 add information about perl libraries needed. 2002-04-25 00:14:36 +00:00
kestes%walrus.com
0ff7616b55 update 2002-04-25 00:14:07 +00:00
kestes%walrus.com
8eee375c8a add support for tinderboxprint strings from build machines. build.pm now keeps most recent
build if the builds are started too quickly but loggs the error.
2002-04-25 00:13:48 +00:00
kestes%walrus.com
44c93f885a fixes to allow unit tests to work again (ignore files which are inapplicable to the test) 2002-04-25 00:12:56 +00:00
kestes%walrus.com
776e2563b7 add data to test TinderboxPrint code. 2002-04-25 00:12:13 +00:00
kestes%walrus.com
80d49ff213 test was time zone dependent, comment it out for now. 2002-04-25 00:11:51 +00:00
kestes%walrus.com
f6977d0831 let tinderbox handle the new TinderboxPrint keyword in the log files. 2002-04-24 23:25:34 +00:00
kestes%walrus.com
e260288d81 add better more detailed error messages when bonsai fails. 2002-04-24 23:24:42 +00:00
gerv%gerv.net
c14e575755 Bug 137183 - tab names should be in the template not in the .cgi. Patch by gerv; r=afranke, myk. 2002-04-24 22:21:59 +00:00
myk%mozilla.org
d92b383ce2 Fix for bug 126571: prevents display of messages to end-users about 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-24 21:44:20 +00:00
gerv%gerv.net
59629a41b0 Bug 138456 - use proper error functions in DBNameToIdAndCheck. Patch by gerv; 2xr=myk. 2002-04-24 21:41:51 +00:00
myk%mozilla.org
9d43de74a4 Fix for bug 139632: connect to the database in enter_bug.cgi in case it is time to rebuild the version cache, which needs a database
connection.
Patch by Myk Melez <myk@mozilla.org>.
2xr=gerv
2002-04-24 21:28:36 +00:00
kestes%walrus.com
e5acf112df I introduced a bug into slamm's code.
fix it.
2002-04-24 20:57:23 +00:00
ian%hixie.ch
b86ab38364 If the app name is the same as the page name, only display it once in the page title 2002-04-24 20:31:53 +00:00
gerv%gerv.net
db55935a5f Bug 125066 - remove the need to set a milestone on accept for products with just one milestone. Patch by zeroj; r=justdave, gerv. 2002-04-24 20:07:57 +00:00
ian%hixie.ch
3672975bff Move from COSES to TemplateToolkit 2002-04-24 20:02:34 +00:00
gerv%gerv.net
25f5d8eef4 Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv. 2002-04-24 18:27:43 +00:00
gerv%gerv.net
7965a4d5b9 Bug 139800 - remove errant references to index.html. Patch by ddk, 2xr=gerv. 2002-04-24 18:11:00 +00:00
gerv%gerv.net
09ffc6f415 Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, 2xr=gerv. 2002-04-24 18:07:15 +00:00
justdave%syndicomm.com
6ef0e88937 Fix tinderbox bustage caused by the template location code change. The 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 09:50:53 +00:00
gerv%gerv.net
6384d7f5c9 Adding .cvsignore file so we ignore "custom" directory and ".htaccess" file. 2002-04-24 07:29:49 +00:00