summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
AgeCommit message (Collapse)AuthorFilesLines
2004-03-03Bump version number to 2.17.7 for release.justdave%syndicomm.com1-1/+1
2004-02-09Patch for bug 232441: Suggest solution in the error message in case admin ↵jocuri%softhome.net1-1/+1
forgets to rerun checksetup.pl; r=kiko; a=justdave.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-16/+38
2003-11-10Bump version number to 2.17.6justdave%syndicomm.com1-1/+1
2003-11-03Bump version number for releasejustdave%syndicomm.com1-1/+1
2003-04-25Bumping version number to 2.17.4 for developer snapshot releasejustdave%syndicomm.com1-1/+1
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-0/+5
r=gerv, justdave a=justdave
2003-02-22Bug 194426: "usequips" was renamed improperly in the backward-compatibility ↵justdave%syndicomm.com1-2/+2
Param code. Patch by Steve Lamm <slamm@yahoo-inc.com> r= bbaetz, a= justdave
2003-01-03Bumping the rev number for 2.17.3 release.preed%sigkill.com1-1/+1
2002-12-26Bug 186594: $db_sock was not being exported from Bugzilla/Config.pmjustdave%syndicomm.com1-1/+1
patch by sergeyli@pisem.net (Sergey Lipnevich) r=bbaetz, a=justdave
2002-12-22Bug 186337 - Param lookup should fall back to defaultsbbaetz%student.usyd.edu.au1-2/+11
r=joel, a=justdave
2002-12-13bumping version number to 2.17.2justdave%syndicomm.com1-1/+1
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-0/+10
Patch by joel r=bbaetz,justdave a=justdave
2002-11-19Bug 124589 - support database replicationbbaetz%student.usyd.edu.au1-1/+5
r=myk, a=justdave
2002-11-09Bumping version number for development snapshot tarballjustdave%syndicomm.com1-1/+1
2002-10-16Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au1-131/+125
r=joel x2
2002-09-18Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a ↵gerv%gerv.net1-3/+3
"pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
2002-09-06Spelling fixes.matty%chariot.net.au1-3/+3
2002-09-04Bug 166318 - Bugzilla::Config should check for defparams.pl failurebbaetz%student.usyd.edu.au1-1/+5
r=joel x2
2002-08-29Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au1-0/+379
r=joel, preed