summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Keyword.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org1-16/+0
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2006-09-06Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵mkanat%bugzilla.org1-11/+29
and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-11Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org1-0/+34
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-07-02Bug 343248: SQL query to get all keywords with bug count is duplicated in ↵mkanat%bugzilla.org1-0/+45
editkeywords.cgi and describekeywords.cgi Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave
2006-06-01Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org1-128/+9
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave
2006-05-17Bug 337747: config.cgi fails with an SQL error in Bugzilla::Keyword with no ↵mozilla%colinogilvie.co.uk1-4/+2
keywords defined Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave
2006-03-09Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.mkanat%kerio.com1-1/+1
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com1-0/+213
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave