Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 593138: When confirming a CSRF violation (the confirm-action page), | Max Kanat-Alexander | 2010-10-22 | 1 | -0/+1 |
| | | | | | | include an HTML comment describing the exact violation that occurred, so that screen-scrapers can know what violation they hit. r=mkanat, a=mkanat | ||||
* | Bug 473557: Make the "Collapse All Comments" link work properly even when | Max Kanat-Alexander | 2010-10-22 | 2 | -7/+7 |
| | | | | | | the "comment order" preference is set to "newest to oldest with description at top" r=mkanat, a=mkanat | ||||
* | Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible | Max Kanat-Alexander | 2010-10-22 | 2 | -3/+5 |
| | | | | | and is_reporter_accessible in the WebService. r=timello, a=mkanat | ||||
* | Bug 523205 part 2: $flagtype->set_clusions() was badly implemented | Frédéric Buclin | 2010-10-22 | 4 | -11/+40 |
| | | | | a=LpSolit | ||||
* | Another unused error tag | Frédéric Buclin | 2010-10-22 | 1 | -3/+0 |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205 | ||||
* | Bug 302293: Editing a flag type should tell me which changes have been made | Frédéric Buclin | 2010-10-22 | 2 | -7/+59 |
| | | | | a=LpSolit (module owner) | ||||
* | Bug 413648: Attachment mime type handling should strip leading and trailing ↵ | Frédéric Buclin | 2010-10-22 | 1 | -0/+1 |
| | | | | | | spaces a=LpSolit | ||||
* | Remove unused error tag | Frédéric Buclin | 2010-10-22 | 1 | -5/+0 |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205 | ||||
* | Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to ↵ | Frédéric Buclin | 2010-10-22 | 5 | -592/+480 |
| | | | | | | create and edit flag types a=LpSolit | ||||
* | Bug 598014: Document how to mark the initial comment as private when using ↵ | Frédéric Buclin | 2010-10-21 | 9 | -18/+24 |
| | | | | | | Bug.create() r/a=mkanat | ||||
* | Bug 605412 part 2: remove useless --- --- from the signature | Frédéric Buclin | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Bug 605425: Non-english templates are no longer precompiled by checksetup | Frédéric Buclin | 2010-10-21 | 2 | -3/+7 |
| | | | | r/a=mkanat | ||||
* | Bug 605412: Remove "configure bugmail" from bugmail (newchangedmail) | Martijn Ras | 2010-10-20 | 2 | -6/+0 |
| | | | | r/a=LpSolit | ||||
* | Bug 605693: Make config.cgi?ctype=rdf faster | Frédéric Buclin | 2010-10-20 | 2 | -11/+19 |
| | | | | r=timello a=LpSolit | ||||
* | Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes ↵ | Frédéric Buclin | 2010-10-20 | 4 | -32/+82 |
| | | | | | | from the database a=LpSolit (module owner) | ||||
* | Bug 605663: For MySQL, use information_schema instead of SHOW TABLE STATUS | Max Kanat-Alexander | 2010-10-19 | 2 | -56/+28 |
| | | | | | | to get table information during checksetup, because it's much faster. This also bumps our MySQL requirement to 5.0.15. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 595569: Fixes ↵ | Tiago Mello | 2010-10-18 | 1 | -4/+15 |
| | | | | | | | Bugzilla::Field::ChoiceInterface->controls_visibility_of_fields method which was causing an error when deleting a product/component. r/a=mkanat | ||||
* | Bug 596079: Merge content-types.html.tmpl with createformcontents.html.tmpl | Frédéric Buclin | 2010-10-16 | 2 | -28/+17 |
| | | | | r=timello a=LpSolit | ||||
* | Minor improvement for bug 451735 | Frédéric Buclin | 2010-10-16 | 2 | -3/+1 |
| | | | | r=mkanat | ||||
* | Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that | Max Kanat-Alexander | 2010-10-15 | 1 | -0/+1 |
| | | | | | ship with extensions. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 604107: The link to delete the value 0 of custom fields is broken | Frédéric Buclin | 2010-10-15 | 1 | -1/+1 |
| | | | | r/a=mkanat | ||||
* | Bug 604522: t/012throwables.t doesn't catch new user errors correctly | Frédéric Buclin | 2010-10-15 | 3 | -6/+6 |
| | | | | r/a=mkanat | ||||
* | Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs ↵ | Frédéric Buclin | 2010-10-15 | 2 | -0/+22 |
| | | | | | | before deleting the index itself r/a=mkanat | ||||
* | Bug 575947: Users with passwords length less than 6 characters can't login ↵ | Frédéric Buclin | 2010-10-14 | 7 | -4/+33 |
| | | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat | ||||
* | Bug 600598: "Can't call method "bug_list" on unblessed reference" error ↵ | Frédéric Buclin | 2010-10-14 | 2 | -1/+14 |
| | | | | | | thrown when editing a bug which is in the BUGLIST cookie but not in a recent saved search, with action="next_bug" r/a=mkanat | ||||
* | Bug 326826: Linkify bug comments in HTML email just like comments in the | Guy Pyrzak | 2010-10-13 | 1 | -2/+2 |
| | | | | | web interface. r=mkanat, a=mkanat | ||||
* | Bug 602418: Add "template_cache" to bz_locations(), a way of specifying that | Max Kanat-Alexander | 2010-10-13 | 4 | -16/+23 |
| | | | | | cached templates should be stored somewhere else than the data directory. r=LpSolit, a=mkanat | ||||
* | Bug 600616: show_bug.cgi: Invalid parameter passed to ↵ | Frédéric Buclin | 2010-10-14 | 1 | -1/+1 |
| | | | | | | Bugzilla::Search::Recent::_init (cookie) r/a=mkanat | ||||
* | Bug 581448: Localize the status and resolution values in the list of | Max Kanat-Alexander | 2010-10-13 | 4 | -2/+58 |
| | | | | | possible duplicates on enter_bug.cgi r=LpSolit, a=LpSolit | ||||
* | Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment) | Christian Legnitto | 2010-10-13 | 5 | -161/+243 |
| | | | | | when creating or updating bug comment r=mkanat, a=mkanat | ||||
* | Bug 593887: Perl 5.14 requires HTML::Parser 3.67 and DBI 1.614 | Frédéric Buclin | 2010-10-14 | 1 | -2/+3 |
| | | | | r/a=mkanat | ||||
* | Bug 451735: Wrong index for the series table | Frédéric Buclin | 2010-10-14 | 2 | -3/+16 |
| | | | | r/a=mkanat | ||||
* | Bug 505165: The flags.setter_id DB column cannot be NULL | Frédéric Buclin | 2010-10-14 | 2 | -1/+4 |
| | | | | r/a=mkanat | ||||
* | Bug 599953: Editing an advanced search doesn't remember values passed to ↵ | Frédéric Buclin | 2010-10-14 | 1 | -4/+6 |
| | | | | | | discrete custom fields added by extensions r/a=mkanat | ||||
* | Bug 603314 - Unprivileged users cannot create bugs any more. | Marc Schumann | 2010-10-13 | 1 | -0/+3 |
| | | | | Adding a code comment post-checkin; see bug for details. | ||||
* | Bug 595682: Always generate PNG images for charts | Frédéric Buclin | 2010-10-13 | 1 | -33/+15 |
| | | | | a=LpSolit | ||||
* | Bug 562308: importxml.pl should import each comment separately, rather than ↵ | Frédéric Buclin | 2010-10-12 | 1 | -53/+32 |
| | | | | | | concatenating them all into a single one r=ghendricks a=LpSolit | ||||
* | Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵ | Frédéric Buclin | 2010-10-11 | 3 | -1/+35 |
| | | | | | | fail with a sane error r/a=mkanat | ||||
* | Bug 603314 - Unprivileged users cannot create bugs any more. | Marc Schumann | 2010-10-11 | 1 | -1/+1 |
| | | | | r/a=LpSolit | ||||
* | Bug 602832: 008filter.t doesn't catch [%~ ~%] correctly | Frédéric Buclin | 2010-10-09 | 1 | -5/+5 |
| | | | | r/a=mkanat | ||||
* | Bug 600495: Make the "chfieldto" query parameter work all by itself, again. | Max Kanat-Alexander | 2010-10-07 | 2 | -5/+18 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Fix the xt/search.t test to not have a testfail (orange) result on MySQL. | Max Kanat-Alexander | 2010-10-07 | 1 | -2/+2 |
| | | | | (Just some missing "this test is OK" bits for longdescs.count injection tests.) | ||||
* | Bug 602165: Change sql_interval to sql_date_math, in preparation for | Max Kanat-Alexander | 2010-10-07 | 12 | -63/+86 |
| | | | | MS-SQL and SQLite support. | ||||
* | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 2010-10-05 | 9 | -11/+81 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 601848: Fix percentage_complete searches for all operators on both MySQL | Max Kanat-Alexander | 2010-10-04 | 4 | -88/+80 |
| | | | | | and PostgreSQL r=mkanat, a=mkanat (module owner) | ||||
* | s/Extensionn/Extension/ (no bug). | Reed Loden | 2010-10-04 | 1 | -1/+1 |
| | | | | [r=mkanat a=mkanat@IRC] | ||||
* | Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.t | Max Kanat-Alexander | 2010-10-03 | 3 | -5/+42 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 601513: In xt/search.t, assure that "---" continues to work for the | Max Kanat-Alexander | 2010-10-03 | 1 | -0/+3 |
| | | | | | resolution field r=mkanat, a=mkanat (module owner) | ||||
* | Bug 601499 - Make xt/search.t test the email(n)* search query parameters | Max Kanat-Alexander | 2010-10-03 | 2 | -1/+26 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 585031: Searching using the "People" section was only using one of the | Max Kanat-Alexander | 2010-10-03 | 1 | -1/+1 |
| | | | | | selected checkboxes in each column. r=mkanat, a=mkanat (module owner) |