aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch b...gerv%gerv.net2002-08-161-4/+2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-5/+57
* Bug 162217: fixed my bustage introduced in bug 160410; yes, I owe the whole B...preed%sigkill.com2002-08-121-1/+7
* D'OH! Previous checkin for Bug 160410 broke the build due to "only seen once"...preed%sigkill.com2002-08-111-0/+1
* Bug 160410: defparams.pl support for single/multi pulldown menus; p=preed,r=j...preed%sigkill.com2002-08-111-22/+26
* Bug 126955 - Bugzilla should support translated/localized templates. This pat...gerv%gerv.net2002-08-101-1/+49
* Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs tablebbaetz%student.usyd.edu.au2002-08-101-6/+1
* ... and = instead of =>.gerv%gerv.net2002-07-271-1/+1
* Fixing bustage caused by ; instead of , in burnus' patch.gerv%gerv.net2002-07-271-1/+1
* Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv.gerv%gerv.net2002-07-271-0/+3
* Bug 157074 - verify-new-product doubles comment linefeeds on Win32bbaetz%student.usyd.edu.au2002-07-191-0/+14
* Bug 150829 - 'My Votes' link missing from footerbbaetz%student.usyd.edu.au2002-07-101-7/+0
* Bug 151871 - rewrite quoteUrls to fix major performance problems, and abbaetz%student.usyd.edu.au2002-07-031-86/+90
* Bug 150770 - Lost <nobr> arround query resultsbbaetz%student.usyd.edu.au2002-07-011-9/+0
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-1/+1
* Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2bbaetz%student.usyd.edu.au2002-06-231-6/+0
* Bug 151695 - assignee/qa contact can't access secure bugsbbaetz%student.usyd.edu.au2002-06-151-2/+6
* Bug 143574 - taint errors with alternate formats. Also make data/templatebbaetz%student.usyd.edu.au2002-06-041-1/+9
* Bug 93167 - &GroupExists and &GroupIsActive should push and pop sql statebbaetz%student.usyd.edu.au2002-06-031-0/+4
* Fix for bug 148011: Move pseudo-method definitions together.myk%mozilla.org2002-05-301-22/+23
* Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release ...justdave%syndicomm.com2002-05-111-1/+1
* Bumping version number to 2.16rc1justdave%syndicomm.com2002-05-091-1/+1
* Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave.gerv%gerv.net2002-05-081-7/+0
* Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net2002-05-081-1/+11
* Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au2002-05-071-0/+3
* Bug 140564 - Unquoted variable in regexp in globals.pl. Patch by xor@ivwnet.c...gerv%gerv.net2002-04-301-1/+1
* 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-271-0/+3
* Bug 97832 - turn on template compilation. This means that the minimum TTbbaetz%student.usyd.edu.au2002-04-271-0/+7
* Bug 140407 - remove all references to directories template/default and templa...gerv%gerv.net2002-04-271-1/+1
* Bug 140145 - GetLongDescriptionAsHTML must die. Patch by gerv, 2xr=bbaetz.gerv%gerv.net2002-04-261-45/+0
* Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the f...gerv%gerv.net2002-04-261-0/+3
* Bug 138456 - use proper error functions in DBNameToIdAndCheck. Patch by gerv;...gerv%gerv.net2002-04-251-20/+6
* Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-04-251-0/+7
* Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave.gerv%gerv.net2002-04-201-1/+1
* Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au2002-04-151-1/+1
* Fix for bug 125660: Templatizes process_bug.cgi.myk%mozilla.org2002-04-131-55/+0
* Bug 134575 - some scripts trying to make world writable directoriesbbaetz%student.usyd.edu.au2002-04-071-3/+13
* Remaining pieces of Bug 23067 from yesterday... no idea why the first commit...justdave%syndicomm.com2002-04-021-4/+33
* Fix for bug 92263: Don't output SQL commands before the footer when syncshado...justdave%syndicomm.com2002-04-011-0/+3
* Bug 104589 - prevent user closing window from terminating Bugzilla scripts. P...gerv%gerv.net2002-03-281-0/+6
* Bug 131521 - Set $::ENV{PATH} so that we don't get bogus 15 line warningsbbaetz%student.usyd.edu.au2002-03-231-0/+5
* Fix for bug 103778: Rewrites and templatizes buglist.cgi.myk%mozilla.org2002-03-121-2/+118
* Backing out a bit I didn't mean to check in as part of bug 119657. Oops.bbaetz%student.usyd.edu.au2002-03-021-3/+0
* Bug 127318 - push UserInGroup to templatesbbaetz%student.usyd.edu.au2002-03-011-0/+3
* Bug 119657 - template error checkingbbaetz%student.usyd.edu.au2002-03-011-2/+6
* Bug 115369 - templatise long_list.cgi.gerv%gerv.net2002-02-201-22/+34
* Fix for bug 125516: the recent fix for emails truncating when a period occurr...justdave%syndicomm.com2002-02-171-1/+1
* Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au2002-02-141-6/+8
* Backing out checkin for bug 115369, it's busted on Perl 5.00503.justdave%syndicomm.com2002-02-141-206/+13