aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1232578: Don't save hashed passwords in audit_logFrédéric Buclin2015-12-161-1/+19
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 1028795: pre-load all related bugs during show_bug initialisationByron Jones2014-07-031-0/+69
* Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones2014-04-071-21/+59
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-3/+2
* Bug 955962: memcached touched unnecessarily when USE_MEMCACHED is false or no...Byron Jones2014-01-141-2/+4
* Bug 237498: Add memcached integrationByron Jones2013-12-191-15/+52
* Bug 815026: Bugzilla::Object cache should be cleared when an object is update...Byron Jones2013-12-171-1/+15
* Bug 904568: emails generated by jobqueue.pl unable to reference custom fieldsByron Jones2013-08-271-46/+65
* Bug 877078: shift bugmail generation to the jobqueueByron Jones2013-07-311-2/+48
* Bug 824644: Typo in code comment: request_cahceOlav Vitters2012-12-251-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+16
* Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying th...Byron Jones2012-11-221-1/+30
* Fix typoFrédéric Buclin2012-11-021-1/+1
* Bug 807937: Fix PODKoosha Khajeh Moogahi2012-11-021-6/+7
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+3
* Bug 783222 - Make set_all() throw error on invalid param names2012-08-311-0/+5
* Bug 528918: Bugzilla::Object->match() shouldn't call _check_field() when the ...Frédéric Buclin2012-02-291-2/+5
* Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin2012-01-121-2/+4
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-19/+5
* Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2011-09-291-0/+2
* Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander2011-03-131-2/+39
* Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander2010-12-131-3/+0
* Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto2010-10-131-3/+60
* Bug 587793: Add a new "object_end_of_create" hook so that extensions canChristian Legnitto2010-09-011-1/+6
* 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