| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 407402: Make Bugzilla die when data/params doesn't exist, if we're in a CGI. | mkanat%bugzilla.org | 2008-01-18 | 1 | -0/+11 |
* | Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warn... | lpsolit%gmail.com | 2007-08-09 | 1 | -2/+0 |
* | Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st... | lpsolit%gmail.com | 2007-06-14 | 1 | -10/+15 |
* | Bug 361252: checksetup.pl should get confirmation from the user before causin... | lpsolit%gmail.com | 2006-12-09 | 1 | -1/+1 |
* | Bug 353711: Move to Email:: modules for email sending | mkanat%bugzilla.org | 2006-11-03 | 1 | -2/+15 |
* | Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from... | mkanat%bugzilla.org | 2006-09-19 | 1 | -10/+1 |
* | Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module. | mkanat%bugzilla.org | 2006-08-01 | 1 | -50/+122 |
* | Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DB | mkanat%bugzilla.org | 2006-07-29 | 1 | -1/+2 |
* | Bug 343338: Eliminate "my" variables from the root level of modules | mkanat%bugzilla.org | 2006-07-14 | 1 | -2/+2 |
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -35/+0 |
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -2/+2 |
* | Bug 343112: @Bugzilla::Config::parampanels is only defined if something calls... | mkanat%bugzilla.org | 2006-07-04 | 1 | -11/+14 |
* | Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R... | lpsolit%gmail.com | 2006-07-03 | 1 | -3/+0 |
* | Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l... | mkanat%bugzilla.org | 2006-06-29 | 1 | -41/+7 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -5/+2 |
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 2006-06-20 | 1 | -12/+15 |
* | Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ... | vladd%bugzilla.org | 2006-06-19 | 1 | -2/+2 |
* | Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:... | mkanat%bugzilla.org | 2006-05-23 | 1 | -74/+43 |
* | Bump version post-release. | mkanat%bugzilla.org | 2006-04-23 | 1 | -1/+1 |
* | Update the version numbers for 2.23.1. | mkanat%bugzilla.org | 2006-04-23 | 1 | -1/+1 |
* | Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton... | jocuri%softhome.net | 2006-02-28 | 1 | -1/+2 |
* | Start of the 2.23 development cycle; update the version number. | mkanat%kerio.com | 2006-02-21 | 1 | -1/+1 |
* | Update Version Numbers for 2.22rc1 Release. | mkanat%kerio.com | 2006-02-21 | 1 | -1/+1 |
* | Bug 106386 Correct misspellings in source code | timeless%mozdev.org | 2005-11-26 | 1 | -2/+2 |
* | Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Frédér... | lpsolit%gmail.com | 2005-10-12 | 1 | -85/+20 |
* | Add a + to the version number to indicate it came from CVS. | mkanat%kerio.com | 2005-10-02 | 1 | -1/+1 |
* | Bump version numbers for 2.21.1 | mkanat%kerio.com | 2005-10-01 | 1 | -1/+1 |
* | Bug 282686: Multiple projects sharing the same Bugzilla codebase (different d... | lpsolit%gmail.com | 2005-09-16 | 1 | -5/+17 |
* | Bug 299848: enter_bug's automatic OS/Platform code does not work with the new... | mkanat%kerio.com | 2005-08-18 | 1 | -1/+1 |
* | Update version numbers post-release. | mkanat%kerio.com | 2005-07-08 | 1 | -1/+1 |
* | Update version numbers for 2.20rc1 release. | mkanat%kerio.com | 2005-07-08 | 1 | -1/+1 |
* | Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justd... | jocuri%softhome.net | 2005-06-09 | 1 | -2/+2 |
* | Bump version number to 2.19.3+ for development | justdave%bugzilla.org | 2005-05-13 | 1 | -1/+1 |
* | Up version to 2.19.3 for release of 2.18.1. | mkanat%kerio.com | 2005-05-12 | 1 | -1/+1 |
* | Backing out the fix for bug 135812 as it causes the mail params to be deleted... | jake%bugzilla.org | 2005-03-17 | 1 | -12/+0 |
* | Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating address | travis%sedsystems.ca | 2005-03-16 | 1 | -0/+12 |
* | Bug 285689 : quip_list_entry_control conversion code is not converting the en... | travis%sedsystems.ca | 2005-03-15 | 1 | -0/+1 |
* | Bug 41972 : Per-user pref to turn quips off | travis%sedsystems.ca | 2005-03-11 | 1 | -0/+13 |
* | Bug 283183 : check_multi in Config.pm returns a bad error message if the chec... | travis%sedsystems.ca | 2005-03-01 | 1 | -2/+2 |
* | Bug 283019: Stop Bugzilla::Config.pm from use-ing Bugzilla::Util | mkanat%kerio.com | 2005-02-27 | 1 | -4/+2 |
* | Bug 252272: Allow extremely large attachments to be stored locally | bugreport%peshkin.net | 2005-02-21 | 1 | -1/+3 |
* | Bug 237862: New database layer for cross-database compatibility | mkanat%kerio.com | 2005-02-17 | 1 | -1/+1 |
* | Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the plac... | travis%sedsystems.ca | 2005-02-03 | 1 | -2/+2 |
* | Update version to 2.19.2+ for cvs development | justdave%bugzilla.org | 2005-01-18 | 1 | -1/+1 |
* | Bump version to 2.19.2 for snapshot release | justdave%bugzilla.org | 2005-01-15 | 1 | -1/+1 |
* | Bump version number to 2.19.1+ to indicate version pulled from CVS. | justdave%bugzilla.org | 2004-10-25 | 1 | -1/+1 |
* | Bump version number to 2.19.1 for snapshot release | justdave%bugzilla.org | 2004-10-25 | 1 | -1/+1 |
* | Patch for bug 248613: Custom global default platform/OS in non-usebrowserinfo... | jocuri%softhome.net | 2004-08-28 | 1 | -0/+13 |
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-21 | 1 | -0/+7 |
* | Backing out bug 241900 | bugreport%peshkin.net | 2004-07-12 | 1 | -7/+0 |