aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list
Commit message (Collapse)AuthorAgeFilesLines
* Bug 262308: Make the OS column wider in buglistsHugo Seabrook2012-12-161-1/+1
| | | | r/a=LpSolit
* Bug 797636: Improve performance for buglistsFrédéric Buclin2012-11-161-25/+26
| | | | r=dkl a=LpSolit
* Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi2012-09-201-3/+2
| | | | | | with can_see_bug() to improve performance r/a=LpSolit
* Bug 436647: The "Bugzilla is pondering your search" page lacks a background ↵Koosha Khajeh Moogahi2012-09-191-1/+3
| | | | | | colour attribute r/a=LpSolit
* Bug 772953: Remove the token from buglist urlsByron Jones2012-08-281-0/+3
| | | | r=dkl, a=LpSolit
* Bug 785917: Custom field descriptions are not properly escaped when ↵Frédéric Buclin2012-08-271-1/+1
| | | | | | displayed as bug list column headers r=glob a=LpSolit
* Bug 187753: Specify a maximum length for quips (512 characters)Koosha Khajeh Moogahi2012-08-181-1/+1
| | | | r/a=LpSolit
* Backout bug 768573Frédéric Buclin2012-07-291-2/+2
|
* Bug 766528: Use field-label.html.tmpl for timetracking fieldsPami Ketolainen2012-06-261-2/+6
| | | | r/a=LpSolit
* Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing itFrédéric Buclin2012-06-261-2/+2
| | | | r=glob a=LpSolit
* Bug 761230: The server push page no longer displays all debug dataFrédéric Buclin2012-06-071-9/+4
| | | | r=timello a=LpSolit
* Bug 745397: (CVE-2012-0466) [SECURITY] The JS template for buglists permits ↵Frédéric Buclin2012-04-181-25/+0
| | | | | | attackers to access all bugs that the victim can see r=glob a=LpSolit
* Change columns: empty buttons when images turned off.Marc Schumann2012-04-141-10/+13
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=474747
* Bug 741627: Add ability to toggle search description in bug lists likeTiago Mello2012-04-121-1/+10
| | | | | 'Show Advanced Fields' does in enter bug. r/a=LpSolit
* Bug 732440: Add SQL execution timings to buglist.cgi's debug outputByron Jones2012-03-221-4/+7
| | | | r=LpSolit, r=LpSolit
* Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin2012-02-271-2/+24
| | | | r=glob a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-264-6/+0
| | | | r/a=LpSolit
* Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgiFrédéric Buclin2012-02-251-1/+1
| | | | r=timello a=LpSolit
* Bug 695738: Change templates to use field_descs.op_sys instead of hard coded ↵Francisco Donalisio2012-02-141-1/+1
| | | | | | 'OS' r=timello a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-1112-218/+60
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Fix bustage due to bug 643411.Tiago Mello2011-11-181-2/+2
|
* Bug 643411: New default bug limit makes time summary results confusingTiago Mello2011-11-181-0/+9
| | | | r/a=mkanat
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-235-17/+0
| | | | r/a=mkanat
* Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky2011-10-192-2/+3
| | | | | instead o hard coded 'Platform'. r=timello, a=LpSolit
* Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander2011-08-091-4/+2
|
* Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky2011-08-091-2/+3
| | | | | "Severity" r=mkanat, a=mkanat
* Bug 666313: Remove the obsolete [% FLUSH %] directiveFrédéric Buclin2011-08-071-1/+0
| | | | r=glob a=LpSolit
* Bug 650173: Make the Priority column on the buglist wide-enough to fitMax Kanat-Alexander2011-04-241-1/+1
| | | | | the new default priority names r=wicked, a=mkanat
* 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 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander2011-03-021-12/+24
| | | | | requests to see more. r=dkl, 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 622080 - Change group which can moderate quipsDavid Lawrence2011-01-281-4/+4
| | | | r/a=mkanat
* Bug 621110: [SECURITY] Quips (adding/approving/deleting) lacks CSRF protectionFrédéric Buclin2011-01-241-1/+6
| | | | r=dkl a=LpSolit
* Bug 621109: Column changing lacks CSRF protectionFrédéric Buclin2011-01-221-0/+5
| | | | r=dkl a=mkanat
* Bug 621090 - [SECURITY] Adding saved searches lacks CSRF protectionDavid Lawrence2011-01-061-0/+1
| | | | r/a=mkanat
* Bug 598014: Document how to mark the initial comment as private when using ↵Frédéric Buclin2010-10-211-1/+1
| | | | | | Bug.create() r/a=mkanat
* Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-051-0/+1
| | | | r=mkanat, a=mkanat (module owner)
* Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander2010-09-271-1/+2
| | | | | <script src> and <link href> tags in Bugzilla r=glob, a=mkanat
* Remove an incorrect checkin fix in bug 136225Frédéric Buclin2010-09-191-1/+1
|
* Bug 136225: Make summary a link in buglistsGuy Pyrzak2010-09-191-1/+4
| | | | r/a=mkanat
* Bug 596038: The before_table hook needs to be moved before tableheaderFrédéric Buclin2010-09-141-2/+2
| | | | r/a=mkanat
* Bug 581690: Restore the ability to move several bugs at once to another ↵Frédéric Buclin2010-08-131-0/+3
| | | | | | installation r=ghendricks a=LpSolit
* Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link ↵Frédéric Buclin2010-08-021-1/+1
| | | | | | when the buglist is empty r=timello a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-234-13/+13
| | | | r/a=mkanat
* Bug 576916: 'keywordaction' is undefined when editing a single bugFrédéric Buclin2010-07-061-2/+2
| | | | r/a=mkanat
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-1/+1
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 575173 - Add autocomplete support for adding/removing CCs on edit ↵Reed Loden2010-07-051-1/+7
| | | | | | multiple bug page [r=mkanat a=mkanat]
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-11/+14
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-251-6/+17
| | | | | names instead of ids r=dkl, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-4/+0
| | | | | called OldBugMove. r=dkl, a=mkanat