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 | 1 | -2/+2 | |
| | | | | | | the "comment order" preference is set to "newest to oldest with description at top" r=mkanat, a=mkanat | |||||
* | Bug 523205 part 2: $flagtype->set_clusions() was badly implemented | Frédéric Buclin | 2010-10-22 | 2 | -0/+4 | |
| | | | | 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 | 1 | -4/+55 | |
| | | | | a=LpSolit (module owner) | |||||
* | 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 | 3 | -39/+28 | |
| | | | | | | 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 | 4 | -6/+7 | |
| | | | | | | 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 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 596079: Merge content-types.html.tmpl with createformcontents.html.tmpl | Frédéric Buclin | 2010-10-16 | 2 | -28/+17 | |
| | | | | r=timello a=LpSolit | |||||
* | 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 575947: Users with passwords length less than 6 characters can't login ↵ | Frédéric Buclin | 2010-10-14 | 3 | -3/+15 | |
| | | | | | | after migration from 3.4.x or older to 3.6 or newer 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 | 1 | -2/+2 | |
| | | | | | cached templates should be stored somewhere else than the data directory. r=LpSolit, a=mkanat | |||||
* | Bug 581448: Localize the status and resolution values in the list of | Max Kanat-Alexander | 2010-10-13 | 2 | -0/+46 | |
| | | | | | 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 | 1 | -0/+4 | |
| | | | | | when creating or updating bug comment r=mkanat, a=mkanat | |||||
* | Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵ | Frédéric Buclin | 2010-10-11 | 1 | -0/+25 | |
| | | | | | | fail with a sane error r/a=mkanat | |||||
* | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 2010-10-05 | 2 | -0/+2 | |
| | | | | r=mkanat, a=mkanat (module owner) | |||||
* | 577720: Use history.replaceState() so that the URL after processing a bug ↵ | Guy Pyrzak | 2010-10-03 | 1 | -0/+12 | |
| | | | | | | | isn't process_bug.cgi, post_bug.cgi, or attachment.cgi r=mkanat, a=mkanat https://bugzilla.mozilla.org/show_bug.cgi?id=577720 | |||||
* | Bug 65477: Send HTML bugmail | Guy Pyrzak | 2010-10-03 | 4 | -45/+218 | |
| | | | | r=mkanat, a=mkanat | |||||
* | Bug 414509: offer View All (non obsolete) attachments | Guy Pyrzak | 2010-10-02 | 2 | -2/+13 | |
| | | | | r=LpSolit, a=LpSolit | |||||
* | Bug 601218: Do not display (show) when the CC list is empty | Guy Pyrzak | 2010-10-02 | 1 | -10/+14 | |
| | | | | r=LpSolit, a=LpSolit | |||||
* | Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵ | Reed Loden | 2010-09-29 | 1 | -0/+16 | |
| | | | | | | 'Strict-Transport-Security' advanced option in order to protect subdomains. [r=glob a=mkanat] | |||||
* | Change "Bugzilla" to [% terms.Bugzilla %] in admin/params/advanced.html.tmpl. | Max Kanat-Alexander | 2010-09-27 | 1 | -1/+1 | |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=594990 | |||||
* | Bug 595380: Add a ?mtime string to all of the manually-inserted | Max Kanat-Alexander | 2010-09-27 | 5 | -7/+10 | |
| | | | | | <script src> and <link href> tags in Bugzilla r=glob, a=mkanat | |||||
* | Bug 594990: Make the Strict-Transport-Security HTTP header only be sent | Max Kanat-Alexander | 2010-09-27 | 1 | -0/+15 | |
| | | | | | if a particular parameter is enabled. r=glob, a=mkanat | |||||
* | Bug 595712: Return to bug page after login doesn't work with javascript disabled | Frédéric Buclin | 2010-09-23 | 1 | -2/+7 | |
| | | | | r=ghendricks a=LpSolit | |||||
* | Remove an incorrect checkin fix in bug 136225 | Frédéric Buclin | 2010-09-19 | 1 | -1/+1 | |
| | ||||||
* | Add a missing "FILTER html" in the bug_url_invalid error message. | Max Kanat-Alexander | 2010-09-18 | 1 | -1/+1 | |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=577835 | |||||
* | Bug 593170: Disallow urls like "show_bug.cgi?id=2323" (with no domain) in | Max Kanat-Alexander | 2010-09-18 | 1 | -0/+2 | |
| | | | | | the See Also field. r=timello, a=mkanat | |||||
* | Bug 594947: show_bug text boxes are not 100% width | Guy Pyrzak | 2010-09-19 | 2 | -1/+8 | |
| | | | | r/a=mkanat | |||||
* | Bug 586244: Make mod_headers and mod_expires optional | Max Kanat-Alexander | 2010-09-18 | 1 | -0/+17 | |
| | | | | r=glob, a=mkanat | |||||
* | Bug 578256 - Autocomplete user names in the search UI | Max Kanat-Alexander | 2010-09-18 | 1 | -1/+13 | |
| | | | | r=pyrzak, a=mkanat | |||||
* | Bug 574338: When comment box is positioned at [top|bottom], include "Add ↵ | Guy Pyrzak | 2010-09-19 | 1 | -0/+13 | |
| | | | | | | Comment" link at [bottom|top] r/a=mkanat | |||||
* | Bug 577835: Improve the error message displayed when you put an invalid | Max Kanat-Alexander | 2010-09-18 | 1 | -2/+8 | |
| | | | | Bug URL into the See Also field. | |||||
* | Bug 136225: Make summary a link in buglists | Guy Pyrzak | 2010-09-19 | 1 | -1/+4 | |
| | | | | r/a=mkanat | |||||
* | Bug 594155: IE6 throws JS errors when filing new bugs | Guy Pyrzak | 2010-09-19 | 1 | -1/+1 | |
| | | | | r/a=LpSolit | |||||
* | Bug 595664: Maximum password length is hardcoded in the UI when editing user ↵ | Artem Anisimov | 2010-09-14 | 2 | -5/+3 | |
| | | | | | | accounts r/a=LpSolit | |||||
* | Bug 596038: The before_table hook needs to be moved before tableheader | Frédéric Buclin | 2010-09-14 | 1 | -2/+2 | |
| | | | | r/a=mkanat | |||||
* | Bug 463134: Remove "Show every bug in the system with dependencies" in ↵ | Frédéric Buclin | 2010-09-08 | 1 | -4/+1 | |
| | | | | | | dependency graphs r/a=mkanat | |||||
* | Bug 271758: noresolveonopenblockers = on doesn't allow removing open ↵ | Frédéric Buclin | 2010-09-08 | 1 | -25/+10 | |
| | | | | | | blockers and resolve the bug in a single change r/a=mkanat | |||||
* | Bug 594038 - Add new hook 'end' in footer.html.tmpl | Tiago Mello | 2010-09-07 | 1 | -0/+2 | |
| | | | | r/a=mkanat | |||||
* | Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" message | Max Kanat-Alexander | 2010-09-03 | 1 | -0/+3 | |
| | | | | | when it finishes. r=mkanat, a=mkanat (module owner) | |||||
* | Fix bustage due to bug 549586 | Frédéric Buclin | 2010-09-02 | 1 | -2/+2 | |
| | ||||||
* | Bug 549586: Allow the See Also field to take an integer or a local | Tiago Mello | 2010-09-01 | 1 | -0/+4 | |
| | | | | | bugzilla url and treat them as a link to the local Bugzilla. r/a=mkanat | |||||
* | Bug 77193 - Add the ability to retire (disable) old versions, components and ↵ | Dave Lawrence | 2010-08-31 | 11 | -11/+57 | |
| | | | | | | milestones r/a=mkanat | |||||
* | Bug 580865: Rename the "edit" link on Attachment Details to "edit details" | Guy Pyrzak | 2010-08-29 | 1 | -1/+1 | |
| | | | | r=mkanat, a=mkanat | |||||
* | Bug 577574: Make YUI's unload listener into a "pagehide" listener on | Guy Pyrzak | 2010-08-29 | 1 | -1/+4 | |
| | | | | | | browsers that support it. Before this patch, fields using YUI autocomplete were losing their entered data when pressing "Back" in the browser r=mkanat, a=mkanat |