aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 536171: Large Text Box should have maxlength and wrap => 1 in buglistsLalit Khattar2014-02-281-3/+7
| | | | r=LpSolit a=justdave
* Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin2013-12-311-1/+1
| | | | r/a=justdave
* Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2013-12-281-2/+2
| | | | r/a=justdave
* Bug 944586 - URLs in the query results are not linksSimon Green2013-12-031-0/+5
| | | r=glob, a=sgreen
* Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsHugo Seabrook2013-01-301-0/+2
| | | | r/a=LpSolit
* Bug 833752 - Bug id custom fields should be clickable in bug listHugo Seabrook2013-01-301-0/+4
| | | | r=dkl, a=LpSolit
* 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 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 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-261-1/+0
| | | | r/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-111-18/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky2011-10-191-1/+1
| | | | | instead o hard coded 'Platform'. r=timello, 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 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-051-0/+1
| | | | r=mkanat, a=mkanat (module owner)
* 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 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-4/+4
| | | | r/a=mkanat
* Bug 566697 - Add a new hook in list/table.html.tmpl before the table, toTiago Mello2010-05-191-0/+2
| | | | | allow customizing the column attributes r=mkanat, a=mkanat
* Bug 552647: CSS fixes for the search-direction arrows and the buglist tableMax Kanat-Alexander2010-04-061-2/+2
| | | | | headers r=LpSolit, a=LpSolit
* Bug 25275: Allow the URL column to be displayed in buglistsGervase Markham2010-03-291-0/+1
| | | | r/a=LpSolit
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-3/+2
| | | | r=mkanat, a=mkanat
* Bug 470608: <colgroup> is not well supported - Patch by Aaron Larson ↵lpsolit%gmail.com2009-12-171-13/+4
| | | | <aaron@larsonsonline.net> r/a=LpSolit
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-14/+2
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* Bug 524244: Make the HTML buglist not display a header if there are no bugs ↵mkanat%bugzilla.org2009-10-261-0/+4
| | | | | | found. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-4/+4
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 164009: Add arrows to buglist columns to indicate columns and direction ↵wicked%sci.fi2009-09-271-14/+32
| | | | used for buglist sorting. Original patch by Jesse Clark <jjclark1982@gmail.com> and modified by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵lpsolit%gmail.com2009-08-181-0/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 510944: Sorting bug lists on some fields can fail - Patch by ↵lpsolit%gmail.com2009-08-181-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 472274: Solid black line on the timetracking summary row of buglist ↵wicked%sci.fi2009-07-171-4/+7
| | | | looks too heavy, use lighter approach suggested by Aaron Larson - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org2009-07-071-14/+14
| | | | | | the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 103523: Don't split buglist table every 100 bugs for new browsersmkanat%bugzilla.org2009-04-281-14/+5
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 316425: Summarize time estimates on buglist page - Patch by Aaron Larson ↵lpsolit%gmail.com2009-01-041-0/+33
| | | | <aaron@larsonsonline.net> r=wicked a=LpSolit
* Bug 420862: Show abbreviated content in bug lists fully in tooltips - Patch ↵lpsolit%gmail.com2008-10-101-0/+13
| | | | by Mikhail Gusarov <dottedmag@altlinux.org> r/a=LpSolit
* Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry ↵lpsolit%gmail.com2008-04-191-0/+1
| | | | <mmchenry@carnegielearning.com> r/a=LpSolit
* Bug 383643: When using "Find a specific bug", the generated buglist does not ↵lpsolit%gmail.com2008-01-121-31/+23
| | | | let you change the sort order - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
* Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ↵lpsolit%gmail.com2007-11-031-2/+11
| | | | ("Ascending" and "Descending") - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
* Bug 345285 the first query results table header should have an extra class ↵timeless%mozdev.org2007-08-241-1/+1
| | | | | | | | | | (bz_first_buglist_header) r=vladd a=mkanat The previous checkin was actually: Bug 345286 results table header row should have a class (bz_buglist_header) r=vladd a=mkanat
* Bug 345286 the first query results table header should have an extra class ↵timeless%mozdev.org2007-08-241-2/+2
| | | | | | (bz_first_buglist_header) r=vladd a=mkanat
* Bug 391945 Staggered headers don't check dotweak properlytimeless%mozdev.org2007-08-241-1/+5
| | | | r=vladd a=mkanat
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-1/+1
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 357396: Mass-change broken due to the undesired ↵lpsolit%gmail.com2006-10-201-4/+2
| | | | onClick="document.location='show_bug.cgi?id=XXX'" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-3/+6
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 355158: Bad filtering of bug list names - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-10-031-6/+4
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-141-1/+1
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 302326: Column sort links in bug lists should use field IDs instead of ↵lpsolit%gmail.com2005-12-211-1/+8
| | | | names - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman ↵lpsolit%gmail.com2005-05-271-0/+4
| | | | <eseyman@linagora.com> r=myk,wurblzap a=myk
* Bug 294503: Status Whiteboard should not be called "StatusSummary" in ↵lpsolit%gmail.com2005-05-211-1/+1
| | | | buglist.cgi - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=justdave
* Bug 289594 - The table on the email settings page no longer is 100% wide. It ↵jake%bugzilla.org2005-04-121-1/+1
| | | | | | also now supports even/odd row styling. r=gerv, a=justdave