| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 2010-07-18 | 1 | -12/+2 |
| | | | | | r/a=mkanat | ||||
| * | The illegal_changed_in_x_days error message is no longer used. | Max Kanat-Alexander | 2010-07-13 | 1 | -5/+0 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=578323 | ||||
| * | Remove two errors that are no longer used, after the $$some_var refactor | Max Kanat-Alexander | 2010-07-08 | 1 | -10/+0 |
| | | | | | | in Search.pm. https://bugzilla.mozilla.org/show_bug.cgi?id=574556 | ||||
| * | Fix a template and POD bustage from the $$some_var Search.pm checkin. | Max Kanat-Alexander | 2010-07-08 | 1 | -2/+2 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=574556 | ||||
| * | Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere. | Max Kanat-Alexander | 2010-07-08 | 1 | -6/+16 |
| | | | | | | | | Instead, we pass around a hashref and update the hashref. This patch also includes some cleanup for bugs surrounding percentage_complete, attachments.isobsolete, attachments.ispatch, and owner_idle_time. r=mkanat, a=mkanat | ||||
| * | Bug 490930: Always store attachments locally if they are over X size (and ↵ | Frédéric Buclin | 2010-07-08 | 1 | -14/+6 |
| | | | | | | | below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit | ||||
| * | Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵ | Frédéric Buclin | 2010-07-07 | 1 | -13/+0 |
| | | | | | | | Bugzilla::Product->check() r=mkanat a=LpSolit | ||||
| * | Bug 573173: Make Bugzilla::Bug's add_group and remove_group take group | Max Kanat-Alexander | 2010-06-25 | 1 | -4/+4 |
| | | | | | | names instead of ids r=dkl, a=mkanat | ||||
| * | Bug 573172: Prepare set_all for being used in a context other than | Max Kanat-Alexander | 2010-06-23 | 1 | -0/+4 |
| | | | | | | process_bug.cgi r=dkl, a=mkanat | ||||
| * | Bug 556422: Move the existing bug-moving functionality into an extension | Max Kanat-Alexander | 2010-06-18 | 1 | -7/+2 |
| | | | | | | called OldBugMove. r=dkl, a=mkanat | ||||
| * | Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with | Max Kanat-Alexander | 2010-06-15 | 1 | -0/+2 |
| | | | | | | multiple buglists at once r=glob, a=mkanat | ||||
| * | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵ | Frédéric Buclin | 2010-05-20 | 1 | -4/+7 |
| | | | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit | ||||
| * | Bug 494395: Implement the ability to mark custom fields as mandatory when | Tiago Mello | 2010-05-19 | 1 | -0/+5 |
| | | | | | | creating/changing bugs r=mkanat, a=mkanat | ||||
| * | Bug 561296: A fix allowing updating a field value's name when it is | Max Kanat-Alexander | 2010-05-14 | 1 | -4/+5 |
| | | | | | | the default value r=LpSolit, a=LpSolit | ||||
| * | Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵ | Frédéric Buclin | 2010-05-14 | 1 | -0/+11 |
| | | | | | | | be user errors, not code errors a=LpSolit | ||||
| * | Bug 550727: Add JSONP Support to the JSON-RPC WebService Interface | Max Kanat-Alexander | 2010-04-27 | 1 | -0/+5 |
| | | | | | r=dkl, a=mkanat | ||||
| * | Bug 550732: Allow read-only JSON-RPC methods to be called with GET | Max Kanat-Alexander | 2010-04-22 | 1 | -2/+12 |
| | | | | | r=dkl, a=mkanat | ||||
| * | Bug 553913: Add explicit error codes to WebService errors that were missing | Max Kanat-Alexander | 2010-03-28 | 1 | -1/+2 |
| | | | | | | them r=dkl, a=mkanat | ||||
| * | Bug 553770: Make the JSON-RPC WebService throw a proper error when you don't | Max Kanat-Alexander | 2010-03-23 | 1 | -0/+4 |
| | | | | | | | provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat | ||||
| * | Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm | David Lawrence | 2010-03-23 | 1 | -2/+2 |
| | | | | | r/a=mkanat | ||||
| * | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 2010-02-15 | 1 | -39/+0 |
| | | | | | r=mkanat, a=mkanat, a=LpSolit | ||||
| * | Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵ | Jesse Clark | 2010-02-07 | 1 | -0/+6 |
| | | | | | | | blocks/dependson) r=mkanat, a=mkanat | ||||
| * | Bug 518293: Improve and Simplify the QuickSearch Documentation | Max Kanat-Alexander | 2010-02-07 | 1 | -2/+2 |
| | | | | | r=LpSolit, a=LpSolit | ||||
| * | Bug 487508: Allow restricting the visibility of custom fields and values by ↵ | Max Kanat-Alexander | 2010-02-01 | 1 | -1/+1 |
| | | | | | | | component r=dkl, a=mkanat | ||||
| * | Bug 514970: Clean up duplicates.cgi and make it use Bug objects | Max Kanat-Alexander | 2010-02-01 | 1 | -2/+7 |
| | | | | | r=LpSolit, a=LpSolit | ||||
| * | Bug 534057: Auto-completion no longer works in email_in.pl | Frédéric Buclin | 2010-02-01 | 1 | -0/+6 |
| | | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵ | mkanat%bugzilla.org | 2009-12-31 | 1 | -2/+5 |
| | | | | | | | in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit | ||||
| * | Bug 502683: Ability to get attachments by ID in the WebService | mkanat%bugzilla.org | 2009-12-13 | 1 | -1/+5 |
| | | | | | Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat | ||||
| * | Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵ | mkanat%bugzilla.org | 2009-12-13 | 1 | -0/+15 |
| | | | | | | | they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs ↵ | mkanat%bugzilla.org | 2009-12-10 | 1 | -0/+2 |
| | | | | | | | instead of requiring post_bug.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 518024: Make quicksearch accept any field name or any unique starting ↵ | mkanat%bugzilla.org | 2009-12-08 | 1 | -11/+13 |
| | | | | | | | substring of a fieldname Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 452919: Allow the "created an attachment" message in comments to be ↵ | mkanat%bugzilla.org | 2009-12-04 | 1 | -1/+3 |
| | | | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 530252: Create a script that sets up the framework of an extension | mkanat%bugzilla.org | 2009-11-25 | 1 | -4/+12 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵ | mkanat%bugzilla.org | 2009-10-24 | 1 | -0/+9 |
| | | | | | | | start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 176002: Move duplicate statistics into the db | mkanat%bugzilla.org | 2009-09-06 | 1 | -25/+0 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Saved | mkanat%bugzilla.org | 2009-08-21 | 1 | -0/+2 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by ↵ | lpsolit%gmail.com | 2009-08-09 | 1 | -5/+0 |
| | | | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit | ||||
| * | Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵ | lpsolit%gmail.com | 2009-08-05 | 1 | -8/+14 |
| | | | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit | ||||
| * | Bug 463598: Improve the performance of the JavaScript that adjusts field ↵ | mkanat%bugzilla.org | 2009-06-21 | 1 | -3/+5 |
| | | | | | | | values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | ||||
| * | Bug 486057: Title of product_name_already_in_use is inconsistent with its ↵ | lpsolit%gmail.com | 2009-04-14 | 1 | -1/+1 |
| | | | | | description - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit | ||||
| * | Bug 471871: Bugzilla::Version has duplicated code compared to ↵ | lpsolit%gmail.com | 2009-04-10 | 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 | ||||
| * | Bug 454251: Implement Bugzilla::Attachment->create() and ↵ | lpsolit%gmail.com | 2009-04-09 | 1 | -2/+11 |
| | | | | | $attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner) | ||||
| * | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 2009-03-31 | 1 | -0/+4 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
| * | Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug ↵ | lpsolit%gmail.com | 2009-03-02 | 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 | ||||
| * | Bug 371995: Allow the Product field to restrict visibility of custom fields | mkanat%bugzilla.org | 2009-02-08 | 1 | -2/+2 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
| * | Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵ | lpsolit%gmail.com | 2009-02-02 | 1 | -2/+3 |
| | | | | | confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | ||||
| * | SnowyOwl noticed that the word "Bug" appeared raw in the title of some ↵ | mkanat%bugzilla.org | 2009-01-31 | 1 | -2/+2 |
| | | | | | errors I checked in as part of bug 472872. | ||||
| * | Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵ | mkanat%bugzilla.org | 2009-01-22 | 1 | -0/+18 |
| | | | | | | | any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
| * | Bug 471942: Make the WebService validate and properly convert input parameters | mkanat%bugzilla.org | 2009-01-09 | 1 | -0/+5 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
| * | Bug 450403: Add ability to view comments via the web service (Bug.comments) | mkanat%bugzilla.org | 2009-01-07 | 1 | -0/+6 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
