Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-29 | Bug 1136137: Require Perl 5.14 | Frédéric Buclin | 1 | -1/+1 | |
r=dkl | |||||
2016-02-23 | Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵ | Dylan Hardison | 1 | -1/+1 | |
dependencies r=dkl,a=dylan | |||||
2015-12-23 | Bug 1201113: Support to run Bugzilla as a PSGI application | Frédéric Buclin | 1 | -1/+0 | |
r=dylan | |||||
2014-12-17 | Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave. | Gervase Markham | 1 | -1/+1 | |
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -1/+3 | |
r=dkl a=sgreen | |||||
2014-04-07 | Bug 987032: allow memcached to cache bugzilla configuration information | Byron Jones | 1 | -0/+1 | |
r=dkl, a=glob | |||||
2014-02-12 | Bug 969881: All "Help" links in the header and footer of pages point to ↵ | Frédéric Buclin | 1 | -1/+1 | |
inexistent files r=gerv a=justdave | |||||
2014-01-31 | Bug 956233: enable USE_MEMCACHE on most objects | Byron Jones | 1 | -2/+9 | |
r=dkl, a=glob | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -18/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2012-01-06 | Bug 714515: editclassifications.cgi should use ->set_all | Olav Vitters | 1 | -3/+5 | |
r/a=LpSolit | |||||
2011-08-17 | Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgi | Frédéric Buclin | 1 | -2/+2 | |
r=timello a=LpSolit | |||||
2010-05-20 | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵ | Frédéric Buclin | 1 | -1/+1 | |
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit | |||||
2009-01-02 | Bug 313126: Clean up editclassification.cgi and make it use ↵ | lpsolit%gmail.com | 1 | -89/+15 | |
Bugzilla::Classification methods - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2009-01-02 | Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵ | lpsolit%gmail.com | 1 | -20/+10 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-08-08 | Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla::Group objects (instead of a hashref of group ids and names). | |||||
2008-01-28 | Bug 325487: Admin pages should require less "clicks" (remove useless ↵ | lpsolit%gmail.com | 1 | -21/+22 | |
confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit | |||||
2007-10-23 | Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 1 | -0/+3 | |
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-10-10 | Bug 398976: edit*.cgi scripts should use transactions for database ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat | |||||
2006-10-15 | Bug 281181: [SECURITY] It's way too easy to delete ↵ | lpsolit%gmail.com | 1 | -1/+17 | |
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-08-06 | Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi ↵ | lpsolit%gmail.com | 1 | -5/+14 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave | |||||
2006-07-17 | Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵ | lpsolit%gmail.com | 1 | -2/+15 | |
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2006-07-06 | Bug 173629: Clean up "my" variable scoping issues for mod_perl | mkanat%bugzilla.org | 1 | -2/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -1/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -10/+1 | |
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache | |||||
2005-10-14 | Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵ | lpsolit%gmail.com | 1 | -29/+9 | |
André Batosti <batosti@async.com.br> r=LpSolit a=justdave | |||||
2005-08-13 | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-08-09 | Backout of bug 303669 which broke AppendComment and possibly a number | bugreport%peshkin.net | 1 | -1/+1 | |
of other items. | |||||
2005-08-09 | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-07-29 | Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ↵ | lpsolit%gmail.com | 1 | -192/+89 | |
use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk | |||||
2005-07-19 | Bug 265188: GenerateVersionTable should only overwrite versioncache if it's ↵ | lpsolit%gmail.com | 1 | -1/+4 | |
changed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob,justdave a=justdave | |||||
2005-06-15 | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk | |||||
2005-04-05 | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 1 | -3/+5 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | |||||
2005-03-23 | Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave | |||||
2005-03-16 | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵ | mkanat%kerio.com | 1 | -4/+7 | |
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | |||||
2005-03-16 | Bug 286286 : Incorrect name check when adding a new classification | travis%sedsystems.ca | 1 | -8/+12 | |
Patch by Frederic Buclin <LpSolit@gmail.com> r=jake a=myk | |||||
2005-03-09 | Bug 284975: Any code after Throw*Error is a dead code. | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk | |||||
2005-03-05 | Bug 277782: _throw_error should unlock tables when tables are locked, ↵ | mkanat%kerio.com | 1 | -2/+0 | |
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave | |||||
2005-03-03 | Bug 283394: Editing or deleting classifications causes a blank page | mkanat%kerio.com | 1 | -0/+2 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave | |||||
2005-02-20 | Bug 282124: Remove globals.pl and CGI.pl from editclassifications.cgi | mkanat%kerio.com | 1 | -6/+9 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=vladd, a=justdave | |||||
2005-02-18 | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -6/+6 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk | |||||
2005-01-16 | Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵ | jocuri%softhome.net | 1 | -1/+5 | |
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk. | |||||
2004-08-21 | Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵ | bugreport%peshkin.net | 1 | -0/+391 | |
etc.) patch by Albert Ting r=joel, glob a=myk |