Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-07 | Revert Bug 1273381 | Dylan William Hardison | 1 | -7/+0 | |
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5. | |||||
2018-03-05 | Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵ | Upasana | 1 | -0/+7 | |
for object accessors | |||||
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -5/+5 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -16/+9 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -9/+16 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -16/+9 | |
local symlink to data/ directory | |||||
2015-05-19 | Bug 1160430: Backport bug 69267 to BMO (Add the ability to deactivate keywords) | Dylan William Hardison | 1 | -3/+23 | |
2014-05-12 | Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla ↵ | Byron Jones | 1 | -0/+2 | |
configuration information) | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 1 | -4/+6 | |
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat | |||||
2010-02-11 | Bug 545541: New Hook: object_columns | Max Kanat-Alexander | 1 | -1/+2 | |
r=mkanat, a=mkanat (module owner) | |||||
2009-08-11 | Bug 509045: Make "use_keywords" a global template variable instead of having ↵ | mkanat%bugzilla.org | 1 | -16/+0 | |
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2006-09-06 | Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵ | mkanat%bugzilla.org | 1 | -11/+29 | |
and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-08-11 | Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use it | mkanat%bugzilla.org | 1 | -0/+34 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk | |||||
2006-07-02 | Bug 343248: SQL query to get all keywords with bug count is duplicated in ↵ | mkanat%bugzilla.org | 1 | -0/+45 | |
editkeywords.cgi and describekeywords.cgi Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave | |||||
2006-06-01 | Bug 329377: Bugzilla::Object base class for objects | mkanat%bugzilla.org | 1 | -128/+9 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave | |||||
2006-05-17 | Bug 337747: config.cgi fails with an SQL error in Bugzilla::Keyword with no ↵ | mozilla%colinogilvie.co.uk | 1 | -4/+2 | |
keywords defined Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave | |||||
2006-03-09 | Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin. | mkanat%kerio.com | 1 | -1/+1 | |
2006-03-09 | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 1 | -0/+213 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave |