Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | Bug 556429: Stop sending bugmail from inside the template | Max Kanat-Alexander | 11 | -54/+44 | |
r=LpSolit, a=LpSolit | |||||
2010-04-03 | Bug 556439: Prevent datetime_from from dying if it gets 0000-00-00 as a | Max Kanat-Alexander | 1 | -0/+3 | |
date from the database r=LpSolit, a=LpSolit | |||||
2010-04-02 | Bug 556869: New Hook: object_before_delete | Max Kanat-Alexander | 3 | -0/+32 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-02 | Bug 556736: Make the bug_end_of_update hook also send $old_bug to the hook | Max Kanat-Alexander | 3 | -11/+22 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-02 | Bug 556695: New Hook: object_end_of_set | Max Kanat-Alexander | 3 | -0/+42 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-01 | Bug 554714: Make JSON-RPC throw errors properly even if they are thrown | Max Kanat-Alexander | 1 | -2/+5 | |
before method evaluation (like during checking of Bugzilla_login and Bugzilla_password) r=dkl, a=mkanat | |||||
2010-03-30 | Bug 556021: Remove "buglist" bareword from request queue page. | Marc Schumann | 1 | -1/+3 | |
r/a=mkanat | |||||
2010-03-30 | Bug 552167: show_bug.cgi loads flagtypes from the database for each attachment | Frédéric Buclin | 1 | -3/+5 | |
r/a=mkanat | |||||
2010-03-30 | Bug 515515: For clients, mid-air collision results when user's timezone ↵ | Frank Becker | 1 | -22/+25 | |
preference differs from server's r=mkanat r=LpSolit a=LpSolit | |||||
2010-03-30 | Follow-up to bug 533121 -- make regex for matching "code.google.com" ↵ | Reed Loden | 1 | -1/+1 | |
case-insensitive [r=mkanat over IRC] | |||||
2010-03-30 | Bug 533121 - "Support Google Code for see_also urls" | Reed Loden | 1 | -0/+22 | |
[r=LpSolit a=mkanat] | |||||
2010-03-29 | Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags method | Frédéric Buclin | 2 | -21/+1 | |
a=LpSolit | |||||
2010-03-29 | Bug 553693: A new logincookie is created when changing the password or email ↵ | Frédéric Buclin | 2 | -30/+25 | |
address instead of reusing the existing one r/a=mkanat | |||||
2010-03-29 | Bug 554986: Add a "notmatches" search type, which allows the minus sign | Max Kanat-Alexander | 6 | -22/+15 | |
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit | |||||
2010-03-29 | Bug 555089: Add hooks in the messages template to warn the user after ↵ | Tiago Mello | 1 | -0/+3 | |
updating classification or components custom fields r/a=mkanat | |||||
2010-03-29 | Bug 555431: documentation should point to perl.org and not perl.com | Gabor Szabo | 1 | -2/+2 | |
r/a=LpSolit | |||||
2010-03-29 | Bug 554552: Refactor classifications and components templates to use ↵ | Tiago Mello | 6 | -162/+144 | |
edit-common.html.tmpl and add the 'rows' hook r/a=mkanat | |||||
2010-03-29 | Bug 548327: Administration page should have hooks to extend the admin links | Tiago Mello | 1 | -0/+4 | |
r/a=mkanat | |||||
2010-03-29 | Bug 540042: Change flag markup to identify flag type in all cases | Gervase Markham | 1 | -2/+2 | |
r/a=LpSolit | |||||
2010-03-29 | Bug 25275: Allow the URL column to be displayed in buglists | Gervase Markham | 2 | -1/+3 | |
r/a=LpSolit | |||||
2010-03-29 | Bug 554819: Make Quicksearch use Text::ParseWords instead of its custom | Max Kanat-Alexander | 1 | -32/+4 | |
splitString method. r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 548975: Under trunk Firefox builds with Direct2D enabled on Windows, | Guy Pyrzak | 1 | -1/+1 | |
<dt> tags were overly bold r=mkanat, a=mkanat | |||||
2010-03-28 | Bug 554569: WebService Bug.fields: Make it so that if you request a field | Max Kanat-Alexander | 1 | -5/+7 | |
by both id and name, only one field is returned r=dkl, a=mkanat | |||||
2010-03-28 | Bug 554560: WebService Bug.fields: Send visibility_values for all select-type | Max Kanat-Alexander | 1 | -7/+11 | |
fields (including built-in fields that don't support it yet), but don't send a single null in the array for fields that have no visibility values. r=dkl, a=mkanat | |||||
2010-03-28 | Bug 554536: [WebService] Make Bug.fields not send the "values" item for | Max Kanat-Alexander | 1 | -5/+9 | |
fields that don't have a list of values r=dkl, a=mkanat | |||||
2010-03-28 | Bug 553923: Don't word-wrap messages and errors for the WebService | Max Kanat-Alexander | 1 | -2/+10 | |
r=dkl, a=mkanat | |||||
2010-03-28 | Bug 553913: Add explicit error codes to WebService errors that were missing | Max Kanat-Alexander | 3 | -3/+32 | |
them r=dkl, a=mkanat | |||||
2010-03-28 | Bug 550765: Unicode strings from install_string were showing up as garbage | Max Kanat-Alexander | 2 | -1/+9 | |
when used in the web interface r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 550148: Using Quicksearch with a comma-separated list of bug ids was | Max Kanat-Alexander | 1 | -1/+1 | |
throwing an error, and this patch fixes it r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 490766: Link all field labels on enter_bug.cgi to their description | Max Kanat-Alexander | 4 | -44/+80 | |
on fields.html r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 365926: Serve attachments without an explicit charset, and let the browser | Max Kanat-Alexander | 1 | -0/+8 | |
decide which charset to use r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 549814 - "Internal error when using login fields in header/footer after ↵ | Reed Loden | 1 | -1/+1 | |
visiting token.cgi URL" [r=mkanat a=mkanat] | |||||
2010-03-28 | Bug 533927 - "email address domain filtering is applying to non-email fields ↵ | Reed Loden | 1 | -32/+28 | |
in the history" [r=LpSolit a=LpSolit] | |||||
2010-03-28 | Bug 529433 - "Show name and full e-mail in a tooltip for flag setters and ↵ | Reed Loden | 2 | -5/+25 | |
requestees" [r=LpSolit a=LpSolit] | |||||
2010-03-26 | Bug 553818: Fix the format of the return value for the Bug.attachments | Max Kanat-Alexander | 1 | -3/+1 | |
method in the WebService r=dkl, a=mkanat | |||||
2010-03-24 | Bug 553774: Make User.login correctly return cookies under JSON-RPC | Max Kanat-Alexander | 1 | -0/+19 | |
r=dkl, a=mkanat | |||||
2010-03-24 | Bug 553770: Make the JSON-RPC WebService throw a proper error when you don't | Max Kanat-Alexander | 3 | -6/+9 | |
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 | |||||
2010-03-24 | Bug 504946: Fix "Use of uninitialized value $strs in split at | Jesse Clark | 1 | -0/+1 | |
Bugzilla/Search.pm line 1038" r=mkanat, a=mkanat | |||||
2010-03-23 | Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm | David Lawrence | 5 | -16/+143 | |
r/a=mkanat | |||||
2010-03-18 | Bug 553267: Allow specifying that you don't want flag data, for config.cgi | Max Kanat-Alexander | 2 | -33/+46 | |
r=gerv, a=mkanat | |||||
2010-03-18 | Bug 553255: Make config.cgi use Bugzilla::Product::preload, for a small | Max Kanat-Alexander | 1 | -0/+4 | |
performance improvement r=gerv, a=mkanat | |||||
2010-03-18 | Bug 395461: Allow multi-select fields to show up in buglist.cgi | Max Kanat-Alexander | 4 | -3/+21 | |
r=dkl, a=mkanat | |||||
2010-03-18 | Bug 330633 - "Remove the "Reset Form" button on editparams.cgi" | Reed Loden | 1 | -1/+0 | |
[r=mkanat a=LpSolit] | |||||
2010-03-17 | Bug 545587: Make colchange.cgi use the database to determine buglist-able | Max Kanat-Alexander | 3 | -69/+62 | |
columns, instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2010-03-16 | Bug 545770: Make contrib/merge-users.pl figure out what columns to merge | Max Kanat-Alexander | 2 | -24/+32 | |
by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2010-03-16 | Bug 526189: Refactor the way that groups are checked for being validly | Max Kanat-Alexander | 2 | -16/+33 | |
settable in a particular product, to eliminate the possibility of ever setting an inactive or invalid group on a product. r=LpSolit, a=LpSolit | |||||
2010-03-15 | Bug 552349: A lot of errors are thrown when an Atom feed queries Bugzilla | Frédéric Buclin | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-03-15 | Fix Rémi Zara's first name (wasn't a valid UTF8 string) | Frédéric Buclin | 1 | -1/+1 | |
2010-03-14 | Bug 349356: Correctly detect PPC as PocketPC (not only PowerPC) | timeless | 1 | -29/+39 | |
r/a=LpSolit | |||||
2010-03-14 | Bug 552168: Speed up comment display by pre-loading all Bugzilla::User | Max Kanat-Alexander | 2 | -0/+14 | |
objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit |