aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 283183 : check_multi in Config.pm returns a bad error message if the ↵travis%sedsystems.ca2005-03-011-2/+2
| | | | | | check fails iPtch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 283019: Stop Bugzilla::Config.pm from use-ing Bugzilla::Utilmkanat%kerio.com2005-02-271-4/+2
| | | | Patch By Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=myk
* Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net2005-02-211-1/+3
| | | | r=wurblzap.a=justdave
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the ↵travis%sedsystems.ca2005-02-031-2/+2
| | | | | | places where they are wrong. Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Update version to 2.19.2+ for cvs developmentjustdave%bugzilla.org2005-01-181-1/+1
|
* Bump version to 2.19.2 for snapshot releasejustdave%bugzilla.org2005-01-151-1/+1
|
* Bump version number to 2.19.1+ to indicate version pulled from CVS.justdave%bugzilla.org2004-10-251-1/+1
|
* Bump version number to 2.19.1 for snapshot releasejustdave%bugzilla.org2004-10-251-1/+1
|
* Patch for bug 248613: Custom global default platform/OS in ↵jocuri%softhome.net2004-08-281-0/+13
| | | | non-usebrowserinfo scenarios; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-0/+7
| | | | | | patch by erik r=joel, kiko a=myk
* Backing out bug 241900bugreport%peshkin.net2004-07-121-7/+0
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-0/+7
| | | | | | patch by erik r=joel a=justdave
* Bumping trunk versions to 2.19. r,a=justdave (on irc)jouni%heikniemi.net2004-07-121-1/+1
|
* Bump version number for releasejustdave%bugzilla.org2004-07-101-1/+1
|
* Bump version number to 2.17.7 for release.justdave%syndicomm.com2004-03-031-1/+1
|
* Patch for bug 232441: Suggest solution in the error message in case admin ↵jocuri%softhome.net2004-02-091-1/+1
| | | | forgets to rerun checksetup.pl; r=kiko; a=justdave.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-16/+38
|
* Bump version number to 2.17.6justdave%syndicomm.com2003-11-101-1/+1
|
* Bump version number for releasejustdave%syndicomm.com2003-11-031-1/+1
|
* Bumping version number to 2.17.4 for developer snapshot releasejustdave%syndicomm.com2003-04-251-1/+1
|
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-0/+5
| | | | | r=gerv, justdave a=justdave
* Bug 194426: "usequips" was renamed improperly in the backward-compatibility ↵justdave%syndicomm.com2003-02-221-2/+2
| | | | | | | Param code. Patch by Steve Lamm <slamm@yahoo-inc.com> r= bbaetz, a= justdave
* Bumping the rev number for 2.17.3 release.preed%sigkill.com2003-01-031-1/+1
|
* Bug 186594: $db_sock was not being exported from Bugzilla/Config.pmjustdave%syndicomm.com2002-12-261-1/+1
| | | | | patch by sergeyli@pisem.net (Sergey Lipnevich) r=bbaetz, a=justdave
* Bug 186337 - Param lookup should fall back to defaultsbbaetz%student.usyd.edu.au2002-12-221-2/+11
| | | | r=joel, a=justdave
* bumping version number to 2.17.2justdave%syndicomm.com2002-12-131-1/+1
|
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-0/+10
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-1/+5
| | | | r=myk, a=justdave
* Bumping version number for development snapshot tarballjustdave%syndicomm.com2002-11-091-1/+1
|
* Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au2002-10-161-131/+125
| | | | r=joel x2
* Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a ↵gerv%gerv.net2002-09-181-3/+3
| | | | "pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
* Spelling fixes.matty%chariot.net.au2002-09-061-3/+3
|
* Bug 166318 - Bugzilla::Config should check for defparams.pl failurebbaetz%student.usyd.edu.au2002-09-041-1/+5
| | | | r=joel x2
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-0/+379
r=joel, preed