Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-14 | Bug 621122: Add support for MantisBT URLs in "see also". | Reed Loden | 2 | -0/+52 | |
[r=timello a=mkanat] | |||||
2011-02-14 | Bug 543667: Add support for Trac URLs in "see also". | Matt Selsky | 2 | -0/+55 | |
2011-02-14 | Bug 558784: Add support for JIRA URLs in "see also". | Matt Selsky | 2 | -0/+55 | |
2011-02-12 | Bug 535571: Allow Search.pm to accept "limit" and "offset" as parameters. | Max Kanat-Alexander | 1 | -1/+31 | |
r=mkanat, a=mkanat (module owner) | |||||
2011-02-12 | Bug 630800: Require a newer version of URI.pm to correctly parse URLs that | Max Kanat-Alexander | 1 | -1/+3 | |
have ';' as their query-string delimiter, which show up when upgrading from the old tag system to the new tag system. r=LpSolit, a=LpSolit | |||||
2011-02-11 | Bug 620827: Fix the bug_see_also class column length. | Tiago Mello | 1 | -2/+7 | |
r/a=LpSolit | |||||
2011-02-11 | Bug 620827: Refactor remove see also to use remove_from_db instead. | Tiago Mello | 6 | -46/+169 | |
r/a=mkanat | |||||
2011-02-11 | Fix a POD compilation error. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=633041 | |||||
2011-02-11 | Fix the POD of Bug.add_attachment to reflect that it now automatically | Max Kanat-Alexander | 1 | -3/+2 | |
picks the content_type of text/plain when you set is_patch to true. https://bugzilla.mozilla.org/show_bug.cgi?id=633041 | |||||
2011-02-11 | Bug 633041: Add an error code for zero_length_file and fill in content_type | Max Kanat-Alexander | 3 | -3/+13 | |
for patches when content_type is missing in Bug.add_attachment in the WebService r=LpSolit, a=LpSolit | |||||
2011-02-02 | Bug 630681: Implement a MOD function for SQLite so collectstats.pl can run | Max Kanat-Alexander | 1 | -0/+3 | |
r=mkanat, a=mkanat (module owner) | |||||
2011-02-01 | Redesign the Install::DB code for migrating queries to tags, including adding | Max Kanat-Alexander | 1 | -27/+51 | |
a transaction and indicate_progress. https://bugzilla.mozilla.org/show_bug.cgi?id=616185 | |||||
2011-01-30 | Another bustage fix for bug 616185: in some cases, the columnlist parameter ↵ | Frédéric Buclin | 1 | -8/+20 | |
was appended to the list of bugs | |||||
2011-01-30 | Typo :( | Frédéric Buclin | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616185 | |||||
2011-01-30 | Fix bustage for bug 616185: commas are encoded as %2C in Bugzilla 3.x, but ↵ | Frédéric Buclin | 1 | -0/+2 | |
not in 2.22 | |||||
2011-01-30 | Bug 616185: Move tags (aka lists of bugs) to their own DB tables | Frédéric Buclin | 6 | -27/+177 | |
r/a=mkanat | |||||
2011-01-28 | Bug 622080 - Change group which can moderate quips | David Lawrence | 1 | -0/+4 | |
r/a=mkanat | |||||
2011-01-27 | Bug 622679 - Autocomplete suggests inactive/disabled accounts as matches | David Lawrence | 1 | -1/+11 | |
r/a=mkanat | |||||
2011-01-27 | Allow extensions to alter quicksearch terms and search format. r=mkanat. | Gervase Markham | 2 | -0/+17 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=621878 | |||||
2011-01-27 | Allow jobqueue.pl to run once and then exit. r=mkanat. | Gervase Markham | 1 | -1/+19 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=621256 | |||||
2011-01-27 | Add missing documentation. r=mkanat. | Gervase Markham | 1 | -1/+3 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=629321 | |||||
2011-01-27 | Fix bustage; diffs is an arrayref in 4.0, an array on trunk. | Gervase Markham | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616422 | |||||
2011-01-27 | Update default column list to something more sensible. r=mkanat, lpsolit, ↵ | Gervase Markham | 1 | -2/+2 | |
wurblzap. https://bugzilla.mozilla.org/show_bug.cgi?id=621676 | |||||
2011-01-27 | Add diffs parameter to bugmail_recipients hook. r=mkanat. | Gervase Markham | 2 | -2/+11 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616422 | |||||
2011-01-24 | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of | Max Kanat-Alexander | 3 | -3/+25 | |
generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591 | |||||
2011-01-24 | Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking ↵ | Frédéric Buclin | 1 | -6/+21 | |
for javascript: or data: URLs in the URL field can be evaded with prefixed whitespace and Bug 628034: (CVE-2011-0048) [SECURITY] For not-logged-in users, the URL field doesn't safeguard against javascript: or data: URLs r=dkl a=LpSolit | |||||
2011-01-23 | Bug 625741: Need a hook in update_fielddefs_definition to enable adding ↵ | rojanu | 2 | -0/+11 | |
columns to fielddefs r/a=mkanat | |||||
2011-01-21 | Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of ↵ | Reed Loden | 1 | -2/+2 | |
CGI.pm to v3.51 in order to address header injection vulnerability. [r=mkanat a=mkanat] | |||||
2011-01-15 | Bug 625190: Typo and Missing FK in Bugzilla::DB::Schema | David Marshall | 1 | -3/+6 | |
r/a=mkanat | |||||
2011-01-15 | Bug 623408: Message-ID is gone in bugmail for new bugs | Frédéric Buclin | 1 | -2/+3 | |
r=dkl a=LpSolit | |||||
2011-01-11 | Bug 624349: Let the config_modify_panels hook add new parameters to existing ↵ | Frédéric Buclin | 1 | -11/+10 | |
panels r/a=mkanat | |||||
2011-01-09 | Bug 622204: Bugzilla::Migrate crashes trying to create bugs with resolutions | 1 | -1/+1 | ||
r/a=mkanat | |||||
2011-01-07 | Bug 558803: Add a parameter to specify the password complexity for new passwords | rojanu | 2 | -0/+22 | |
r/a=LpSolit | |||||
2011-01-07 | Provide user objects to bugmail_recipients hook. r,a=mkanat. | Gervase Markham | 2 | -1/+15 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=622813 | |||||
2011-01-05 | Document how to add user settings. r,a=mkanat. | Gervase Markham | 1 | -1/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616427 | |||||
2011-01-05 | Allow extensions to add new Jobs. r,a=mkanat. | Gervase Markham | 3 | -2/+29 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=617012 | |||||
2011-01-04 | Bug 595410: Make it faster to display a bug that has a lot of dependencies. | Max Kanat-Alexander | 3 | -41/+64 | |
r=LpSolit, a=LpSolit | |||||
2010-12-28 | Remove unused variable, per my review comment | Frédéric Buclin | 1 | -1/+0 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=615574 | |||||
2010-12-27 | Bug 599539: Update the mod_perl code for Apache2::SizeLimit 0.92 | Max Kanat-Alexander | 1 | -0/+18 | |
r=glob, a=mkanat | |||||
2010-12-27 | Bug 615574: Make every search done by buglist.cgi create a list_id, so that | Max Kanat-Alexander | 3 | -2/+60 | |
even Saved Searches get "last list" support. r=LpSolit, a=LpSolit | |||||
2010-12-27 | Bug 588013: Fix typo | timeless | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-12-23 | Add contributor lines for mkanat and myself for the new BugUrl modules. | Reed Loden | 5 | -5/+9 | |
Add missing period in original developer line in license block. [a=mkanat] | |||||
2010-12-22 | Bug 620796: Make Bugzilla::Migrate skip abnormal fields when doing | Max Kanat-Alexander | 1 | -0/+2 | |
create_legal_values (otherwise it tried to create Components there, when it should not have). r=mkanat, a=mkanat (module owner) | |||||
2010-12-21 | Bug 593539: Fix the bugs activity for the see_also field. | Tiago Mello | 1 | -1/+2 | |
r/a=mkanat | |||||
2010-12-20 | Bug 593539: Refactor See Also to use separate modules for each type of URL | Tiago Mello | 8 | -160/+558 | |
r/a=mkanat | |||||
2010-12-18 | Bug 475894 - Send the 'X-Frame-Options: SAMEORIGIN' header to help protect ↵ | Reed Loden | 1 | -0/+6 | |
against clickjacking. [r=mkanat a=mkanat] | |||||
2010-12-16 | Bug 619581: Make contrib/bzdbcopy.pl work again, and also make it work with | Max Kanat-Alexander | 1 | -1/+15 | |
SQLite. r=mkanat, a=mkanat | |||||
2010-12-16 | Checkin fix for bug 619016: "DEFAULT TRUE" and "DEFAULT FALSE" were no longer | Max Kanat-Alexander | 1 | -7/+11 | |
getting properly translated to 1 and 0 inside of _set_nulls_sql in Bugzilla::DB::Schema. | |||||
2010-12-15 | Additional fix for bug 619016: The FK adding/removing code for SQLite didn't | Max Kanat-Alexander | 1 | -9/+26 | |
work when it was modifying tables to have their first FK or removing all the FKs on a table. r=mkanat, a=mkanat (module owner) | |||||
2010-12-15 | Bug 619016: Make SQLite installations able to alter an existing schema, | Max Kanat-Alexander | 2 | -20/+218 | |
meaning that SQLite installations can now upgrade and add custom fields. r=mkanat, a=mkanat (module owner) |