aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander2010-10-267-19/+10
| | | | r=glob, a=mkanat
* Bug 607083: Improve the error message that install-module.pl prints whenMax Kanat-Alexander2010-10-261-0/+1
| | | | | you specify an invalid CPAN module. r=mkanat, a=mkanat (module owner)
* Bug 451759: Hide "Add to footer" checkboxes when not sharing a saved searchesFrédéric Buclin2010-10-251-8/+8
| | | | r=pyrzak a=LpSolit
* Bug 606518: query.cgi#chart doesn't work anymore (again)Guy Pyrzak2010-10-241-1/+1
| | | | r/a=LpSolit
* Bug 604256: Release Notes for Bugzilla 4.0rc1.Max Kanat-Alexander2010-10-221-21/+894
| | | | r=LpSolit, a=mkanat
* Bug 593138: When confirming a CSRF violation (the confirm-action page),Max Kanat-Alexander2010-10-221-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 whenMax Kanat-Alexander2010-10-221-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 implementedFrédéric Buclin2010-10-222-0/+4
| | | | a=LpSolit
* Another unused error tagFrédéric Buclin2010-10-221-3/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205
* Bug 302293: Editing a flag type should tell me which changes have been madeFrédéric Buclin2010-10-221-4/+55
| | | | a=LpSolit (module owner)
* Remove unused error tagFrédéric Buclin2010-10-221-5/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205
* Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to ↵Frédéric Buclin2010-10-223-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 Buclin2010-10-214-6/+7
| | | | | | Bug.create() r/a=mkanat
* Bug 605412 part 2: remove useless --- --- from the signatureFrédéric Buclin2010-10-211-1/+1
|
* Bug 605412: Remove "configure bugmail" from bugmail (newchangedmail)Martijn Ras2010-10-202-6/+0
| | | | r/a=LpSolit
* Bug 605693: Make config.cgi?ctype=rdf fasterFrédéric Buclin2010-10-202-11/+19
| | | | r=timello a=LpSolit
* Bug 596079: Merge content-types.html.tmpl with createformcontents.html.tmplFrédéric Buclin2010-10-162-28/+17
| | | | r=timello a=LpSolit
* Bug 604107: The link to delete the value 0 of custom fields is brokenFrédéric Buclin2010-10-151-1/+1
| | | | r/a=mkanat
* Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin2010-10-143-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 theGuy Pyrzak2010-10-131-2/+2
| | | | | web interface. r=mkanat, a=mkanat
* Bug 602418: Add "template_cache" to bz_locations(), a way of specifying thatMax Kanat-Alexander2010-10-131-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 ofMax Kanat-Alexander2010-10-132-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 Legnitto2010-10-131-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 Buclin2010-10-111-0/+25
| | | | | | fail with a sane error r/a=mkanat
* Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-052-0/+2
| | | | r=mkanat, a=mkanat (module owner)
* 577720: Use history.replaceState() so that the URL after processing a bug ↵Guy Pyrzak2010-10-031-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 bugmailGuy Pyrzak2010-10-034-45/+218
| | | | r=mkanat, a=mkanat
* Bug 414509: offer View All (non obsolete) attachmentsGuy Pyrzak2010-10-022-2/+13
| | | | r=LpSolit, a=LpSolit
* Bug 601218: Do not display (show) when the CC list is emptyGuy Pyrzak2010-10-021-10/+14
| | | | r=LpSolit, a=LpSolit
* Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵Reed Loden2010-09-291-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-Alexander2010-09-271-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=594990
* Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander2010-09-275-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 sentMax Kanat-Alexander2010-09-271-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 disabledFrédéric Buclin2010-09-231-2/+7
| | | | r=ghendricks a=LpSolit
* Remove an incorrect checkin fix in bug 136225Frédéric Buclin2010-09-191-1/+1
|
* Add a missing "FILTER html" in the bug_url_invalid error message.Max Kanat-Alexander2010-09-181-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=577835
* Bug 593170: Disallow urls like "show_bug.cgi?id=2323" (with no domain) inMax Kanat-Alexander2010-09-181-0/+2
| | | | | the See Also field. r=timello, a=mkanat
* Bug 594947: show_bug text boxes are not 100% widthGuy Pyrzak2010-09-192-1/+8
| | | | r/a=mkanat
* Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander2010-09-181-0/+17
| | | | r=glob, a=mkanat
* Bug 578256 - Autocomplete user names in the search UIMax Kanat-Alexander2010-09-181-1/+13
| | | | r=pyrzak, a=mkanat
* Bug 574338: When comment box is positioned at [top|bottom], include "Add ↵Guy Pyrzak2010-09-191-0/+13
| | | | | | Comment" link at [bottom|top] r/a=mkanat
* Bug 577835: Improve the error message displayed when you put an invalidMax Kanat-Alexander2010-09-181-2/+8
| | | | Bug URL into the See Also field.
* Bug 136225: Make summary a link in buglistsGuy Pyrzak2010-09-191-1/+4
| | | | r/a=mkanat
* Bug 594155: IE6 throws JS errors when filing new bugsGuy Pyrzak2010-09-191-1/+1
| | | | r/a=LpSolit
* Bug 595664: Maximum password length is hardcoded in the UI when editing user ↵Artem Anisimov2010-09-142-5/+3
| | | | | | accounts r/a=LpSolit
* Bug 596038: The before_table hook needs to be moved before tableheaderFrédéric Buclin2010-09-141-2/+2
| | | | r/a=mkanat
* Bug 463134: Remove "Show every bug in the system with dependencies" in ↵Frédéric Buclin2010-09-081-4/+1
| | | | | | dependency graphs r/a=mkanat
* Bug 271758: noresolveonopenblockers = on doesn't allow removing open ↵Frédéric Buclin2010-09-081-25/+10
| | | | | | blockers and resolve the bug in a single change r/a=mkanat
* Bug 594038 - Add new hook 'end' in footer.html.tmplTiago Mello2010-09-071-0/+2
| | | | r/a=mkanat
* Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander2010-09-031-0/+3
| | | | | when it finishes. r=mkanat, a=mkanat (module owner)