Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-03 | Bug 567846: Modify set_status, set_resolution, and set_dup_id to use | Max Kanat-Alexander | 1 | -4/+11 | |
VALIDATOR_DEPENDENCIES, so that they don't need custom code in set_all. | |||||
2010-05-25 | "part" can return "undef" for a list, so sometimes $has_deps or $no_deps | Max Kanat-Alexander | 1 | -2/+2 | |
in Bugzilla::Object::_sort_by_deps were undef. https://bugzilla.mozilla.org/show_bug.cgi?id=567303 | |||||
2010-05-25 | Bug 567303: Implement a working algorithm for sorting fields based on | Max Kanat-Alexander | 1 | -19/+53 | |
VALIDATOR_DEPENDENCIES in Bugzilla::Object. (The previous code did not actually sort fields correctly.) r=timello, a=mkanat | |||||
2010-04-22 | Bug 539865: Make Bugzilla::Object pass $params to validators during create() | Max Kanat-Alexander | 1 | -7/+51 | |
(implement VALIDATOR_DEPENDENCIES) r=LpSolit, a=LpSolit | |||||
2010-04-02 | Bug 556869: New Hook: object_before_delete | Max Kanat-Alexander | 1 | -0/+1 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-02 | Bug 556695: New Hook: object_end_of_set | Max Kanat-Alexander | 1 | -0/+3 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-23 | Bug 486074: Allow the JSON-RPC interface to properly serialize objects | Max Kanat-Alexander | 1 | -0/+5 | |
to JSON, so that the Bug.get "internals" return item works. r=dkl, a=mkanat | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -1/+2 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-11 | Bug 545551: Hook: object_update_columns | Max Kanat-Alexander | 1 | -2/+8 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-11 | Bug 545541: New Hook: object_columns | Max Kanat-Alexander | 1 | -8/+35 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-11 | Fix a typo in Object.pm. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=545524 | |||||
2010-02-11 | Bug 545524: New Hook: object_validators | Max Kanat-Alexander | 1 | -2/+23 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-05 | Bug 543986: False positive in 012throwables.t, 'object_does_not_exist' is ↵ | Frédéric Buclin | 1 | -2/+6 | |
still in use r/a=mkanat | |||||
2010-02-02 | Bug 514970: Clean up duplicates.cgi and make it use Bug objects | Max Kanat-Alexander | 1 | -1/+2 | |
r=LpSolit, a=LpSolit | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -5/+5 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-23 | Fix checkin of bug 528062--it was missing ::process in the hook call. | mkanat%bugzilla.org | 1 | -3/+3 | |
2009-11-23 | Bug 528062: Hook: Object-end_of_update | mkanat%bugzilla.org | 1 | -0/+4 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-23 | Bug 521413: Hook: object-end_of_set_all | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-18 | Bug 525426: Hook: object-before_set | mkanat%bugzilla.org | 1 | -0/+4 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-18 | Bug 524007: New Hook: object-end_of_create_validators | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-18 | Bug 521373: Hook: object-before_create | mkanat%bugzilla.org | 1 | -0/+6 | |
2009-10-24 | Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), ↵ | mkanat%bugzilla.org | 1 | -3/+10 | |
and also be more accurate about what's "empty". This also makes detaint_natural and detaint_signed call int() on their return values. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-09-11 | Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and ↵ | mkanat%bugzilla.org | 1 | -1/+27 | |
Bug.create (CVE-2009-3165) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-08-21 | Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Saved | mkanat%bugzilla.org | 1 | -2/+7 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-11 | Bug 509045: Make "use_keywords" a global template variable instead of having ↵ | mkanat%bugzilla.org | 1 | -5/+21 | |
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-04-08 | Fix the warning thrown by 011pod.t | lpsolit%gmail.com | 1 | -1/+1 | |
2009-03-31 | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 1 | -1/+6 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-01-23 | Fix some nits that I forgot to fix on checkin for bug 474715. | mkanat%bugzilla.org | 1 | -2/+1 | |
2009-01-23 | Bug 474715: Add 'limit', 'offset' and 'changed_since' arguments to ↵ | mkanat%bugzilla.org | 1 | -5/+47 | |
WebService::Bug.search() Patch By Kip Hampton <khampton@totalcinema.com> r=mkanat, a=mkanat | |||||
2008-10-25 | Bug 291433: Ability to have custom fields whose visibility depends on the ↵ | mkanat%bugzilla.org | 1 | -6/+4 | |
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-18 | Bug 460293: Implement Bugzilla::Object::set_all and have editkeywords.cgi use it | mkanat%bugzilla.org | 1 | -4/+35 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-10-03 | Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵ | mkanat%bugzilla.org | 1 | -0/+15 | |
editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-03 | Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵ | mkanat%bugzilla.org | 1 | -0/+13 | |
editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-09-24 | Bug 357904: Create an object for a Field Value and have ↵ | mkanat%bugzilla.org | 1 | -2/+7 | |
Bugzilla::Field->legal_values use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-03-27 | Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵ | mkanat%bugzilla.org | 1 | -42/+41 | |
when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-01-18 | Bug 408172: [Oracle] Bug lists longer than 1000 bugs fail | mkanat%bugzilla.org | 1 | -2/+3 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2007-11-29 | Bug 397099: Date/Time Fields should have a JavaScript widget for picking a date | mkanat%bugzilla.org | 1 | -1/+13 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat | |||||
2007-10-10 | Bug 313129: Implement $milestone->create and $milestone->update based on ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-08-24 | Bug 373440: Make "check" into a generic function in Bugzilla::Object | mkanat%bugzilla.org | 1 | -3/+49 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-07-27 | Bug 388149: Move updating of time-tracking fields into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -1/+11 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-07-14 | Bug 388045: Move updating of cc_accessible and reporter_accessible into ↵ | mkanat%bugzilla.org | 1 | -0/+20 | |
Bugzilla::Bug (from process_bug) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-07-13 | Bug 385849: Make Bugzilla::Bug do updating for op_sys, rep_platform, and ↵ | mkanat%bugzilla.org | 1 | -0/+10 | |
other product-inspecific fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit | |||||
2007-04-19 | Bug 372531: "match" should be a generic function in Bugzilla::Object | mkanat%bugzilla.org | 1 | -0/+69 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-03-24 | Bug 374012: Use transactions inside of Bugzilla::Object | mkanat%bugzilla.org | 1 | -1/+9 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-03-10 | Bug 372700: Make Bugzilla::Bug do bug updating for moving in process_bug.cgi | mkanat%bugzilla.org | 1 | -5/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-03-06 | Bug 372533: Bugzilla::Object->update throws a warning if some values are ↵ | mkanat%bugzilla.org | 1 | -8/+16 | |
undefined Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2006-12-19 | Bug 339380: Make Bugzilla::Component use Bugzilla::Object | mkanat%bugzilla.org | 1 | -19/+68 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-10-21 | Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updates | mkanat%bugzilla.org | 1 | -7/+36 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-09-09 | Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵ | lpsolit%gmail.com | 1 | -2/+6 | |
Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk | |||||
2006-09-09 | Bug 323239: Move CC insertion from post_bug.cgi to Bugzilla::Bug | mkanat%bugzilla.org | 1 | -19/+69 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=bkor, a=myk |