Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-28 | Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵ | jake%bugzilla.org | 1 | -3/+6 | |
every time we display. r=justdave a=justdave | |||||
2002-11-25 | Bug 180460 request.cgi doesn't filter list of products/components | bugreport%peshkin.net | 1 | -0/+45 | |
patch by joel r=bbaetz a=justdave | |||||
2002-11-25 | Bug 147275 Rearchitect product groups | bugreport%peshkin.net | 1 | -1/+112 | |
Patch by joel r=bbaetz,justdave a=justdave | |||||
2002-11-22 | Bug 181613 - $::ENV not being cleared | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
r=gerv, a=justdave | |||||
2002-11-19 | Bug 124589 - support database replication | bbaetz%student.usyd.edu.au | 1 | -16/+57 | |
r=myk, a=justdave | |||||
2002-11-17 | Bug 179264 - only quote non-numeric CSV values. Patch by gerv; r=joel, ↵ | gerv%gerv.net | 1 | -1/+3 | |
a=justdave. | |||||
2002-11-10 | Bug 179264 csv output for the buglist (see url inside) is invalid (too many "s) | bugreport%peshkin.net | 1 | -6/+3 | |
r,a=justdave | |||||
2002-10-26 | Bug 147833 - start using CGI.pm | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
r=gerv, justdave | |||||
2002-10-16 | Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modules | bbaetz%student.usyd.edu.au | 1 | -2/+2 | |
r=joel x2 | |||||
2002-10-13 | Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields | bugreport%peshkin.net | 1 | -7/+34 | |
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave | |||||
2002-10-11 | Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; ↵ | gerv%gerv.net | 1 | -4/+0 | |
r=bbaetz. | |||||
2002-10-07 | Bug 172740 - "use of uninitialized variable" warnings. Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -0/+1 | |
2002-10-06 | Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵ | gerv%gerv.net | 1 | -13/+7 | |
Patch by gerv; r=burnus. | |||||
2002-10-02 | Bug 172045 can't see restricted bugs if cc set | bugreport%peshkin.net | 1 | -1/+1 | |
r=daa,bbaetz | |||||
2002-10-02 | Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -1/+1 | |
2002-09-29 | Fix for bug 98801: Implementation of the request tracker, a set of ↵ | myk%mozilla.org | 1 | -4/+8 | |
enhancements to attachment statuses. r=gerv,bbaetz | |||||
2002-09-27 | Bug 170986 - General Summary reports don't work with taint checking. Also ↵ | gerv%gerv.net | 1 | -0/+2 | |
fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz. | |||||
2002-09-25 | Bug 12282 - General summary reports. Patch by gerv; r=joel. | gerv%gerv.net | 1 | -0/+12 | |
2002-09-23 | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 1 | -128/+241 | |
r=bbaetz, gerv | |||||
2002-09-22 | Bug 108987 - Linkify script to use quoteUrls on texts provided by user. ↵ | gerv%gerv.net | 1 | -0/+3 | |
Patch by gerv; r=kiko. | |||||
2002-09-19 | Bug 169561 - Speed up UserInGroup by using cached information. Patch by ↵ | gerv%gerv.net | 1 | -14/+1 | |
gerv; r=bbaetz, joel, myk. | |||||
2002-09-18 | Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵ | gerv%gerv.net | 1 | -109/+17 | |
"ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk. | |||||
2002-09-09 | Bug 166023 - On failure in template->new, a template is used to display error | bugreport%peshkin.net | 1 | -2/+1 | |
2xr = bbaetz | |||||
2002-09-06 | Spelling fixes. | matty%chariot.net.au | 1 | -2/+2 | |
2002-08-31 | Bug 165221: Apostrophes not properly handled during account creation. ↵ | preed%sigkill.com | 1 | -2/+10 | |
r=joel,r2=bbaetz | |||||
2002-08-29 | Bug 163829 - move pref code into a separate package | bbaetz%student.usyd.edu.au | 1 | -151/+37 | |
r=joel, preed | |||||
2002-08-27 | Updating my e-mail address as jake@acutex.net is no longer valid. | jake%bugzilla.org | 1 | -1/+1 | |
* NO CODE CHANGES * | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-08-20 | Bug 143286 - Add support for Insiders, Private comments, Private ↵ | gerv%gerv.net | 1 | -10/+17 | |
Attachments. Patch by bugreport@peshkin.net; r=gerv. | |||||
2002-08-19 | Big 163291 - Move utility funcs into a module | bbaetz%student.usyd.edu.au | 1 | -72/+3 | |
r=preed x2 | |||||
2002-08-17 | Backing out patch for bug 126955 (supporting localized templates) due to ↵ | justdave%syndicomm.com | 1 | -49/+1 | |
fatal regression in checksetup.pl for initial checkouts/clean installs. See comment 25 onward in bug for details. | |||||
2002-08-16 | Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵ | gerv%gerv.net | 1 | -4/+2 | |
by gerv; r=bbaetz. | |||||
2002-08-12 | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 1 | -5/+57 | |
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed | |||||
2002-08-12 | Bug 162217: fixed my bustage introduced in bug 160410; yes, I owe the whole ↵ | preed%sigkill.com | 1 | -1/+7 | |
Bugzilla team a good bottle of tequila now (ask Baloo for details) | |||||
2002-08-11 | D'OH! Previous checkin for Bug 160410 broke the build due to "only seen ↵ | preed%sigkill.com | 1 | -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-11 | Bug 160410: defparams.pl support for single/multi pulldown menus; ↵ | preed%sigkill.com | 1 | -22/+26 | |
p=preed,r=joel,r2=bbaetz | |||||
2002-08-11 | Bug 126955 - Bugzilla should support translated/localized templates. This ↵ | gerv%gerv.net | 1 | -1/+49 | |
patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv. | |||||
2002-08-10 | Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs table | bbaetz%student.usyd.edu.au | 1 | -6/+1 | |
r=joel x2 | |||||
2002-07-27 | ... and = instead of =>. | gerv%gerv.net | 1 | -1/+1 | |
2002-07-27 | Fixing bustage caused by ; instead of , in burnus' patch. | gerv%gerv.net | 1 | -1/+1 | |
2002-07-27 | Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv. | gerv%gerv.net | 1 | -0/+3 | |
2002-07-19 | Bug 157074 - verify-new-product doubles comment linefeeds on Win32 | bbaetz%student.usyd.edu.au | 1 | -0/+14 | |
r=myk, jouni | |||||
2002-07-10 | Bug 150829 - 'My Votes' link missing from footer | bbaetz%student.usyd.edu.au | 1 | -7/+0 | |
r=myk, jouni | |||||
2002-07-03 | Bug 151871 - rewrite quoteUrls to fix major performance problems, and a | bbaetz%student.usyd.edu.au | 1 | -86/+90 | |
few other misc bugs too. r=myk x2 | |||||
2002-07-01 | Bug 150770 - Lost <nobr> arround query results | bbaetz%student.usyd.edu.au | 1 | -9/+0 | |
r=jouni, justdave | |||||
2002-06-28 | Bug 148488 - more HTML validation fixes | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
r=jouni, gerv | |||||
2002-06-23 | Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2 | bbaetz%student.usyd.edu.au | 1 | -6/+0 | |
r=jouni x2 | |||||
2002-06-15 | Bug 151695 - assignee/qa contact can't access secure bugs | bbaetz%student.usyd.edu.au | 1 | -2/+6 | |
r=myk x2 | |||||
2002-06-04 | Bug 143574 - taint errors with alternate formats. Also make data/template | bbaetz%student.usyd.edu.au | 1 | -1/+9 | |
writable for non webservergroup users. r=myk, justdave | |||||
2002-06-03 | Bug 93167 - &GroupExists and &GroupIsActive should push and pop sql state | bbaetz%student.usyd.edu.au | 1 | -0/+4 | |
r=justdave, jouni |