Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-21 | Bug 463598: Improve the performance of the JavaScript that adjusts field ↵ | mkanat%bugzilla.org | 1 | -3/+5 | |
values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-04-14 | Bug 486057: Title of product_name_already_in_use is inconsistent with its ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
description - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit | |||||
2009-04-10 | Bug 471871: Bugzilla::Version has duplicated code compared to ↵ | lpsolit%gmail.com | 1 | -4/+0 | |
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-04-09 | Bug 454251: Implement Bugzilla::Attachment->create() and ↵ | lpsolit%gmail.com | 1 | -2/+11 | |
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner) | |||||
2009-03-31 | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 1 | -0/+4 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-03-02 | Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug ↵ | lpsolit%gmail.com | 1 | -5/+0 | |
Numbers, and Votes" section of query.cgi shouldn't throw an error - Original patch by timeless <timeless@bemail.org>, updated by me, r/a=mkanat | |||||
2009-02-08 | Bug 371995: Allow the Product field to restrict visibility of custom fields | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-02-02 | Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵ | lpsolit%gmail.com | 1 | -2/+3 | |
confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-31 | SnowyOwl noticed that the word "Bug" appeared raw in the title of some ↵ | mkanat%bugzilla.org | 1 | -2/+2 | |
errors I checked in as part of bug 472872. | |||||
2009-01-22 | Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵ | mkanat%bugzilla.org | 1 | -0/+18 | |
any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-01-09 | Bug 471942: Make the WebService validate and properly convert input parameters | mkanat%bugzilla.org | 1 | -0/+5 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-01-07 | Bug 450403: Add ability to view comments via the web service (Bug.comments) | mkanat%bugzilla.org | 1 | -0/+6 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-01-05 | Bug 471866: Classification name length and sortkey max value not validated - ↵ | lpsolit%gmail.com | 1 | -3/+8 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2009-01-02 | Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵ | lpsolit%gmail.com | 1 | -6/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-12-10 | Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-11-07 | Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵ | mkanat%bugzilla.org | 1 | -3/+21 | |
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-11-06 | Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵ | lpsolit%gmail.com | 1 | -0/+2 | |
quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit | |||||
2008-10-25 | Bug 291433: Ability to have custom fields whose visibility depends on the ↵ | mkanat%bugzilla.org | 1 | -2/+24 | |
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-03 | Fix some test failures caused by the Field::Choice patches. | mkanat%bugzilla.org | 1 | -4/+4 | |
2008-10-03 | Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵ | mkanat%bugzilla.org | 1 | -20/+7 | |
editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-03 | Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵ | mkanat%bugzilla.org | 1 | -2/+3 | |
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 | -2/+3 | |
editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-03 | Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use it | mkanat%bugzilla.org | 1 | -7/+14 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-08-22 | Bug 378907: Bad wording in the error message when trying to create a product ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
with an existing name - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=vladd r=pyrzak a=LpSolit | |||||
2008-08-22 | Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
by Rupert Handford <rupert@handfordonline.plus.com> r=reed r=pyrzak a=LpSolit | |||||
2008-08-14 | Bug 448593: Move code to edit product group settings from editproducts.cgi ↵ | lpsolit%gmail.com | 1 | -0/+5 | |
to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-08-08 | Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla::Group objects (instead of a hashref of group ids and names). | |||||
2008-08-03 | Bug 448748: Error messages thrown should have an HTML ID - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-07-31 | Bug 313122: Implement Product->create, $product->update and ↵ | lpsolit%gmail.com | 1 | -52/+28 | |
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-06-20 | Bug 432916: Expose usermatchmode via WebServices (User.get match argument) | mkanat%bugzilla.org | 1 | -5/+10 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2008-06-20 | Bug 157092 â Implement a checking mechanism for invalid regexp | dkl%redhat.com | 1 | -0/+5 | |
Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat | |||||
2008-05-29 | Bug 412725: WebService functions to get information about a User | dkl%redhat.com | 1 | -2/+8 | |
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat | |||||
2008-05-14 | Bug 330989: illegal_change_deps error uses "empowered" inconsistently with ↵ | lpsolit%gmail.com | 1 | -7/+7 | |
"allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit | |||||
2008-04-03 | Bug 405946: Some emails are not sent in the language chosen by the addressee ↵ | lpsolit%gmail.com | 1 | -5/+0 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2008-03-28 | Bug 425565: Product name not displayed in the error message when ↵ | lpsolit%gmail.com | 1 | -3/+3 | |
adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit | |||||
2008-03-18 | Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit | |||||
2008-02-06 | Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵ | lpsolit%gmail.com | 1 | -0/+15 | |
Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit | |||||
2008-01-20 | Remove an error tag from user-error that's no longer used, as of the last | mkanat%bugzilla.org | 1 | -5/+0 | |
checkin. | |||||
2008-01-20 | Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
- Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit | |||||
2008-01-18 | The resolution_cant_clear error message was missing a TT whitespace fix. | mkanat%bugzilla.org | 1 | -1/+1 | |
2008-01-18 | Bug 402791: Move status and resolution updating from process_bug.cgi into ↵ | mkanat%bugzilla.org | 1 | -12/+25 | |
Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-01-13 | Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-12 | Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bug | mkanat%bugzilla.org | 1 | -0/+19 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-11-29 | Bug 405787: product_access_denied error tag defined twice in ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-11-13 | Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bug | mkanat%bugzilla.org | 1 | -0/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-10-24 | Bug 357324: Date/Time Custom Fields | mkanat%bugzilla.org | 1 | -0/+7 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-10-12 | Bug 313123: Implement $component->create and $component->update based on ↵ | lpsolit%gmail.com | 1 | -10/+8 | |
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-10-10 | Bug 313129: Implement $milestone->create and $milestone->update based on ↵ | lpsolit%gmail.com | 1 | -6/+6 | |
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-09-19 | Fix bustage from Bug 373689--certain error messages are no longer in use. | mkanat%bugzilla.org | 1 | -15/+0 | |
2007-09-19 | Bug 389313: summarize_time.cgi needs some cleanup - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+6 | |
Buclin <LpSolit@gmail.com> r/a=mkanat |