aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 583690: (CVE-2010-2759) [SECURITY][PostgreSQL] Bugzilla crashes when view...Frédéric Buclin2010-08-051-0/+5
* Bug 574892: [SECURITY] Add EXTRA_REQUIRED_FIELDS to Bugzilla::Object, whichMax Kanat-Alexander2010-07-051-0/+36
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-17/+44
* Bug 567846: Modify set_status, set_resolution, and set_dup_id to useMax Kanat-Alexander2010-06-031-4/+11
* "part" can return "undef" for a list, so sometimes $has_deps or $no_depsMax Kanat-Alexander2010-05-241-2/+2
* Bug 567303: Implement a working algorithm for sorting fields based onMax Kanat-Alexander2010-05-241-19/+53
* Bug 539865: Make Bugzilla::Object pass $params to validators during create()Max Kanat-Alexander2010-04-221-7/+51
* Bug 556869: New Hook: object_before_deleteMax Kanat-Alexander2010-04-021-0/+1
* Bug 556695: New Hook: object_end_of_setMax Kanat-Alexander2010-04-011-0/+3
* Bug 486074: Allow the JSON-RPC interface to properly serialize objectsMax Kanat-Alexander2010-02-221-0/+5
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+2
* Bug 545551: Hook: object_update_columnsMax Kanat-Alexander2010-02-101-2/+8
* Bug 545541: New Hook: object_columnsMax Kanat-Alexander2010-02-101-8/+35
* Fix a typo in Object.pm.Max Kanat-Alexander2010-02-101-1/+1
* Bug 545524: New Hook: object_validatorsMax Kanat-Alexander2010-02-101-2/+23
* Bug 543986: False positive in 012throwables.t, 'object_does_not_exist' is sti...Frédéric Buclin2010-02-051-2/+6
* Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander2010-02-011-1/+2
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-5/+5
* Fix checkin of bug 528062--it was missing ::process in the hook call.mkanat%bugzilla.org2009-11-231-3/+3
* Bug 528062: Hook: Object-end_of_updatemkanat%bugzilla.org2009-11-231-0/+4
* Bug 521413: Hook: object-end_of_set_allmkanat%bugzilla.org2009-11-231-0/+2
* Bug 525426: Hook: object-before_setmkanat%bugzilla.org2009-11-181-0/+4
* Bug 524007: New Hook: object-end_of_create_validatorsmkanat%bugzilla.org2009-11-181-0/+3
* Bug 521373: Hook: object-before_createmkanat%bugzilla.org2009-11-181-0/+6
* Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), and...mkanat%bugzilla.org2009-10-241-3/+10
* Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and Bug.c...mkanat%bugzilla.org2009-09-111-1/+27
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-211-2/+7
* Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org2009-08-111-5/+21
* Fix the warning thrown by 011pod.tlpsolit%gmail.com2009-04-081-1/+1
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-1/+6
* Fix some nits that I forgot to fix on checkin for bug 474715.mkanat%bugzilla.org2009-01-231-2/+1
* Bug 474715: Add 'limit', 'offset' and 'changed_since' arguments to WebService...mkanat%bugzilla.org2009-01-231-5/+47
* Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org2008-10-251-6/+4
* Bug 460293: Implement Bugzilla::Object::set_all and have editkeywords.cgi use itmkanat%bugzilla.org2008-10-181-4/+35
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva...mkanat%bugzilla.org2008-10-031-0/+15
* Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org2008-10-031-0/+13
* Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega...mkanat%bugzilla.org2008-09-241-2/+7
* Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when...mkanat%bugzilla.org2008-03-271-42/+41
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-2/+3
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-1/+13
* Bug 313129: Implement $milestone->create and $milestone->update based on Obje...lpsolit%gmail.com2007-10-101-0/+1
* Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-08-241-3/+49
* Bug 388149: Move updating of time-tracking fields into Bugzilla::Bugmkanat%bugzilla.org2007-07-271-1/+11
* Bug 388045: Move updating of cc_accessible and reporter_accessible into Bugzi...mkanat%bugzilla.org2007-07-141-0/+20
* Bug 385849: Make Bugzilla::Bug do updating for op_sys, rep_platform, and othe...mkanat%bugzilla.org2007-07-131-0/+10
* Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-04-191-0/+69
* Bug 374012: Use transactions inside of Bugzilla::Objectmkanat%bugzilla.org2007-03-241-1/+9
* Bug 372700: Make Bugzilla::Bug do bug updating for moving in process_bug.cgimkanat%bugzilla.org2007-03-101-5/+15
* Bug 372533: Bugzilla::Object->update throws a warning if some values are unde...mkanat%bugzilla.org2007-03-061-8/+16
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-19/+68