aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 635764: Remove WCAG 2.0 violations from the bug list pages to make itFrancisco Donalisio2011-03-311-4/+4
| | | | | W3C WAI compliant. r=timello, a=LpSolit
* Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu2011-03-2610-15/+19
| | | | r/a=LpSolit
* Bug 644969: Rename bugmail-common.txt.html to bugmail-common.txt.tmpl.Marc Schumann2011-03-253-3/+3
| | | | r/a=LpSolit
* Bug 644285: Fix javascript errors while creating data setsByron Jones2011-03-241-1/+1
| | | | r=dkl, a=mkanat
* revert accidental property changesByron Jones2011-03-092-0/+0
|
* Bug 633776: Automatic charset detection for text attachmentsByron Jones2011-03-092-0/+1
| | | | r=mkanat, a=mkanat
* Bug 634310: Remove WCAG 2.0 violations from the index.cgi to make itFrancisco Donalisio2011-03-084-3/+8
| | | | | W3C WAI compliant. r=timello, a=LpSolit
* Bug 639371: Include the charset into HTML pages when the utf8 param is trueBjoern Jacke2011-03-091-0/+4
| | | | r/a=mkanat
* Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham2011-03-081-1/+1
|
* Bug 638489 - Make all boolean charts work with longdescs.isprivateMax Kanat-Alexander2011-03-031-0/+4
| | | | r=mkanat, a=mkanat (module owner)
* Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander2011-03-022-13/+34
| | | | | requests to see more. r=dkl, a=mkanat
* Bug 624414: BUGZILLA.value_descs was always empty in the JS, and display_valueMax Kanat-Alexander2011-03-024-21/+41
| | | | | wasn't translating values. r=glob, a=mkanat
* Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander2011-03-011-0/+1
| | | | | tagging system r=mkanat, a=mkanat (module owner)
* Fix the release notes to remove the note about Automatic Dup DetectionMax Kanat-Alexander2011-03-011-3/+0
| | | | | not working on Pg. https://bugzilla.mozilla.org/show_bug.cgi?id=634144
* Bug 609968 - Allow local See Also links to show status/summary when mouseover David Lawrence2011-02-231-4/+13
| | | | r=timello,a=mkanat
* Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander2011-02-191-0/+5
| | | | r=mkanat, a=mkanat (module owner)
* Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence2011-02-181-0/+1
| | | | r/a=mkanat
* Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello2011-02-161-0/+1
| | | | r/a=mkanat
* Bug 634243: Stop confirm-match.html.tmpl from sending extra, empty values forMax Kanat-Alexander2011-02-151-1/+6
| | | | | | each field being confirmed. This fixes a bug where confirming would fail, displaying a value with an extra comma at the end. r=LpSolit, a=LpSolit
* Bug 581422: Improve the readability of the text at the top of the attachmentMarc Schumann2011-02-141-3/+3
| | | | | detail view r=pyrzak, r=mkanat, a=mkanat
* Bug 417551: Make it possible for CSV headers to be the field descriptionMichael J Tosh2011-02-142-4/+12
| | | | | | instead of the field name, and have the buglist.cgi link give you CSV like this by default. r=mkanat, a=mkanat
* Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden2011-02-131-0/+1
| | | | [r=timello a=mkanat]
* Bug 543667: Add support for Trac URLs in "see also".Matt Selsky2011-02-131-0/+1
|
* Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky2011-02-131-0/+1
|
* Bug 633298 - Please add a 'form' hook to attachment/create.html.tmpl and ↵David Lawrence2011-02-112-0/+6
| | | | | | attachment/edit.html.tmpl r/a=mkanat
* Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello2011-02-101-5/+7
| | | | r/a=mkanat
* Bug 461014 - How to create a private attachment in enter_bug.cgi not obviousDavid Lawrence2011-02-011-2/+2
| | | | | r=reed,a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=507211
* Redesign the Install::DB code for migrating queries to tags, including addingMax Kanat-Alexander2011-01-311-0/+1
| | | | | a transaction and indicate_progress. https://bugzilla.mozilla.org/show_bug.cgi?id=616185
* Bug 629007: Example in quicksearch priority shortcut is incorrectGraeme Coates2011-01-311-1/+1
| | | | r/a=mkanat
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-303-37/+23
| | | | r/a=mkanat
* Bug 622080 - Change group which can moderate quipsDavid Lawrence2011-01-282-5/+5
| | | | r/a=mkanat
* Allow addition/removal of descriptions of statuses and resolutions. r=mkanat.Gervase Markham2011-01-271-20/+26
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=616453
* Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking ↵Frédéric Buclin2011-01-243-13/+8
| | | | | | | | | | 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
* Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible ↵Reed Loden2011-01-241-1/+2
| | | | | | duplicates" table due to lack of encoding by YUI [r=mkanat a=LpSolit]
* Bug 621110: [SECURITY] Quips (adding/approving/deleting) lacks CSRF protectionFrédéric Buclin2011-01-241-1/+6
| | | | r=dkl a=LpSolit
* Bug 621108: [SECURITY] Creating/editing charts lacks CSRF protectionFrédéric Buclin2011-01-242-0/+3
| | | | r=dkl a=LpSolit
* Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin2011-01-241-6/+12
| | | | r=dkl a=LpSolit
* An optional module was accidentally listed in the "required" section of theMax Kanat-Alexander2011-01-231-2/+2
| | | | | release notes. https://bugzilla.mozilla.org/show_bug.cgi?id=627910
* Bug 627910: Update Release Notes for Bugzilla 4.0rc2Max Kanat-Alexander2011-01-231-6/+26
| | | | r=reed
* Bug 621128 - Remove trailing whitespace from '<div id="view_disabled" >'timeless2011-01-221-1/+1
| | | | [r=reed a=LpSolit]
* Bug 624696: We need a template hook to add a description to parameters added ↵rojanu2011-01-221-0/+1
| | | | | | by extensions r/a=mkanat
* Bug 621109: Column changing lacks CSRF protectionFrédéric Buclin2011-01-221-0/+5
| | | | r=dkl a=mkanat
* Bug 627854: Add 'form' hook to create-guided.html.tmpl similar to ↵David Lawrence2011-01-211-0/+2
| | | | | | create.html.tmpl r/a=mkanat
* Bug 627660 - Rename "Send" button on final create account page to "Create", ↵Reed Loden2011-01-211-1/+1
| | | | | | as nothing is actually sent. [r=mkanat a=mkanat]
* Bug 626292: "Make description private" checkbox should set bz_private class ↵David Lawrence2011-01-212-3/+5
| | | | | | on the comment box r/a=mkanat
* Bug 623608 - Add intro/outro extension hooks to footer.html.tmplDavid Lawrence2011-01-211-2/+2
| | | | r/a=mkanat
* Bug 626658 - Add (take) link to bug edit page to allow quick assigning to ↵David Lawrence2011-01-201-0/+10
| | | | | | the current user r/a=mkanat
* Bug 618841: Bare word "bug" in release notesA. Shimono2011-01-091-3/+3
| | | | r=dkl a=LpSolit
* Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu2011-01-072-1/+30
| | | | r/a=LpSolit
* Bug 255524: The duplicates table inherits no CSS classes when viewed in ↵Frédéric Buclin2011-01-071-0/+4
| | | | | | simple format r=dkl a=LpSolit