summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Collapse)AuthorFilesLines
2002-10-26Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au1-1/+1
r=gerv, justdave
2002-10-16Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au1-2/+2
r=joel x2
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-7/+34
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
2002-10-11Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; ↵gerv%gerv.net1-4/+0
r=bbaetz.
2002-10-07Bug 172740 - "use of uninitialized variable" warnings. Patch by gerv; r=bbaetz.gerv%gerv.net1-0/+1
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net1-13/+7
Patch by gerv; r=burnus.
2002-10-02Bug 172045 can't see restricted bugs if cc setbugreport%peshkin.net1-1/+1
r=daa,bbaetz
2002-10-02Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.gerv%gerv.net1-1/+1
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-4/+8
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-27Bug 170986 - General Summary reports don't work with taint checking. Also ↵gerv%gerv.net1-0/+2
fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz.
2002-09-25Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net1-0/+12
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-128/+241
r=bbaetz, gerv
2002-09-22Bug 108987 - Linkify script to use quoteUrls on texts provided by user. ↵gerv%gerv.net1-0/+3
Patch by gerv; r=kiko.
2002-09-19Bug 169561 - Speed up UserInGroup by using cached information. Patch by ↵gerv%gerv.net1-14/+1
gerv; r=bbaetz, joel, myk.
2002-09-18Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net1-109/+17
"ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
2002-09-09Bug 166023 - On failure in template->new, a template is used to display errorbugreport%peshkin.net1-2/+1
2xr = bbaetz
2002-09-06Spelling fixes.matty%chariot.net.au1-2/+2
2002-08-31Bug 165221: Apostrophes not properly handled during account creation. ↵preed%sigkill.com1-2/+10
r=joel,r2=bbaetz
2002-08-29Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au1-151/+37
r=joel, preed
2002-08-27Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org1-1/+1
* NO CODE CHANGES *
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net1-10/+17
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-19Big 163291 - Move utility funcs into a modulebbaetz%student.usyd.edu.au1-72/+3
r=preed x2
2002-08-17Backing out patch for bug 126955 (supporting localized templates) due to ↵justdave%syndicomm.com1-49/+1
fatal regression in checksetup.pl for initial checkouts/clean installs. See comment 25 onward in bug for details.
2002-08-16Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net1-4/+2
by gerv; r=bbaetz.
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-5/+57
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-08-12Bug 162217: fixed my bustage introduced in bug 160410; yes, I owe the whole ↵preed%sigkill.com1-1/+7
Bugzilla team a good bottle of tequila now (ask Baloo for details)
2002-08-11D'OH! Previous checkin for Bug 160410 broke the build due to "only seen ↵preed%sigkill.com1-0/+1
once" errors (and some unitialized errors; but I couldn't repeat those with the testing suite once I used the var twice; I guess we'll see... :-/
2002-08-11Bug 160410: defparams.pl support for single/multi pulldown menus; ↵preed%sigkill.com1-22/+26
p=preed,r=joel,r2=bbaetz
2002-08-11Bug 126955 - Bugzilla should support translated/localized templates. This ↵gerv%gerv.net1-1/+49
patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv.
2002-08-10Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs tablebbaetz%student.usyd.edu.au1-6/+1
r=joel x2
2002-07-27... and = instead of =>.gerv%gerv.net1-1/+1
2002-07-27Fixing bustage caused by ; instead of , in burnus' patch.gerv%gerv.net1-1/+1
2002-07-27Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv.gerv%gerv.net1-0/+3
2002-07-19Bug 157074 - verify-new-product doubles comment linefeeds on Win32bbaetz%student.usyd.edu.au1-0/+14
r=myk, jouni
2002-07-10Bug 150829 - 'My Votes' link missing from footerbbaetz%student.usyd.edu.au1-7/+0
r=myk, jouni
2002-07-03Bug 151871 - rewrite quoteUrls to fix major performance problems, and abbaetz%student.usyd.edu.au1-86/+90
few other misc bugs too. r=myk x2
2002-07-01Bug 150770 - Lost <nobr> arround query resultsbbaetz%student.usyd.edu.au1-9/+0
r=jouni, justdave
2002-06-28Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au1-1/+1
r=jouni, gerv
2002-06-23Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2bbaetz%student.usyd.edu.au1-6/+0
r=jouni x2
2002-06-15Bug 151695 - assignee/qa contact can't access secure bugsbbaetz%student.usyd.edu.au1-2/+6
r=myk x2
2002-06-04Bug 143574 - taint errors with alternate formats. Also make data/templatebbaetz%student.usyd.edu.au1-1/+9
writable for non webservergroup users. r=myk, justdave
2002-06-03Bug 93167 - &GroupExists and &GroupIsActive should push and pop sql statebbaetz%student.usyd.edu.au1-0/+4
r=justdave, jouni
2002-05-30Fix for bug 148011: Move pseudo-method definitions together.myk%mozilla.org1-22/+23
Patch by Myk Melez <myk@mozilla.org>. 2xr=justdave
2002-05-11Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release ↵justdave%syndicomm.com1-1/+1
process is now ocurring on BUGZILLA-2_16-BRANCH. Any bugs intended for 2.16 must be checked in both on the branch and the trunk. Checkins for 2.17/2.18 items can be checked in on the trunk now.
2002-05-09Bumping version number to 2.16rc1justdave%syndicomm.com1-1/+1
2002-05-08Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave.gerv%gerv.net1-7/+0
2002-05-08Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net1-1/+11
2002-05-07Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au1-0/+3
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
2002-04-30Bug 140564 - Unquoted variable in regexp in globals.pl. Patch by ↵gerv%gerv.net1-1/+1
xor@ivwnet.com; 2xr=gerv.