summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
AgeCommit message (Expand)AuthorFilesLines
2009-10-24Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), and...mkanat%bugzilla.org1-3/+10
2009-09-11Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and Bug.c...mkanat%bugzilla.org1-1/+27
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-2/+7
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org1-5/+21
2009-04-08Fix the warning thrown by 011pod.tlpsolit%gmail.com1-1/+1
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-1/+6
2009-01-23Fix some nits that I forgot to fix on checkin for bug 474715.mkanat%bugzilla.org1-2/+1
2009-01-23Bug 474715: Add 'limit', 'offset' and 'changed_since' arguments to WebService...mkanat%bugzilla.org1-5/+47
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org1-6/+4
2008-10-18Bug 460293: Implement Bugzilla::Object::set_all and have editkeywords.cgi use itmkanat%bugzilla.org1-4/+35
2008-10-03Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva...mkanat%bugzilla.org1-0/+15
2008-10-03Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org1-0/+13
2008-09-24Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega...mkanat%bugzilla.org1-2/+7
2008-03-27Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when...mkanat%bugzilla.org1-42/+41
2008-01-18Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org1-2/+3
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-1/+13
2007-10-10Bug 313129: Implement $milestone->create and $milestone->update based on Obje...lpsolit%gmail.com1-0/+1
2007-08-24Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org1-3/+49
2007-07-27Bug 388149: Move updating of time-tracking fields into Bugzilla::Bugmkanat%bugzilla.org1-1/+11
2007-07-14Bug 388045: Move updating of cc_accessible and reporter_accessible into Bugzi...mkanat%bugzilla.org1-0/+20
2007-07-13Bug 385849: Make Bugzilla::Bug do updating for op_sys, rep_platform, and othe...mkanat%bugzilla.org1-0/+10
2007-04-19Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org1-0/+69
2007-03-24Bug 374012: Use transactions inside of Bugzilla::Objectmkanat%bugzilla.org1-1/+9
2007-03-10Bug 372700: Make Bugzilla::Bug do bug updating for moving in process_bug.cgimkanat%bugzilla.org1-5/+15
2007-03-06Bug 372533: Bugzilla::Object->update throws a warning if some values are unde...mkanat%bugzilla.org1-8/+16
2006-12-19Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org1-19/+68
2006-10-21Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updatesmkanat%bugzilla.org1-7/+36
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com1-2/+6
2006-09-09Bug 323239: Move CC insertion from post_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org1-19/+69
2006-09-06Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org1-6/+122
2006-09-05Tiny checkin fix for bug 349741 (fixes burning tree).mkanat%bugzilla.org1-1/+1
2006-09-05Bug 349741: Make Bugzilla::Bug able to do basic bug creation, and have post_b...mkanat%bugzilla.org1-12/+35
2006-08-26Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org1-2/+2
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-7/+33
2006-08-11Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org1-0/+71
2006-06-01Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org1-0/+227