summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2009-10-26Bug 524244: Make the HTML buglist not display a header if there are no bugs ↵mkanat%bugzilla.org1-0/+4
found. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-4/+4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-27Bug 164009: Add arrows to buglist columns to indicate columns and direction ↵wicked%sci.fi1-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
2009-08-19Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵lpsolit%gmail.com1-0/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-18Bug 510944: Sorting bug lists on some fields can fail - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-07-17Bug 472274: Solid black line on the timetracking summary row of buglist ↵wicked%sci.fi1-4/+7
looks too heavy, use lighter approach suggested by Aaron Larson - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org1-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
2009-04-28Bug 103523: Don't split buglist table every 100 bugs for new browsersmkanat%bugzilla.org1-14/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-01-04Bug 316425: Summarize time estimates on buglist page - Patch by Aaron Larson ↵lpsolit%gmail.com1-0/+33
<aaron@larsonsonline.net> r=wicked a=LpSolit
2008-10-11Bug 420862: Show abbreviated content in bug lists fully in tooltips - Patch ↵lpsolit%gmail.com1-0/+13
by Mikhail Gusarov <dottedmag@altlinux.org> r/a=LpSolit
2008-04-19Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry ↵lpsolit%gmail.com1-0/+1
<mmchenry@carnegielearning.com> r/a=LpSolit
2008-01-12Bug 383643: When using "Find a specific bug", the generated buglist does not ↵lpsolit%gmail.com1-31/+23
let you change the sort order - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
2007-11-03Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ↵lpsolit%gmail.com1-2/+11
("Ascending" and "Descending") - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
2007-08-24Bug 345285 the first query results table header should have an extra class ↵timeless%mozdev.org1-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
2007-08-24Bug 345286 the first query results table header should have an extra class ↵timeless%mozdev.org1-2/+2
(bz_first_buglist_header) r=vladd a=mkanat
2007-08-24Bug 391945 Staggered headers don't check dotweak properlytimeless%mozdev.org1-1/+5
r=vladd a=mkanat
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com1-1/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-04-11Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com1-1/+1
(next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2006-10-21Bug 357396: Mass-change broken due to the undesired ↵lpsolit%gmail.com1-4/+2
onClick="document.location='show_bug.cgi?id=XXX'" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
2006-10-18Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com1-3/+6
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
2006-10-03Bug 355158: Bad filtering of bug list names - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-6/+4
<LpSolit@gmail.com> r=mkanat a=myk
2006-07-14Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r=mkanat a=myk
2005-12-21Bug 302326: Column sort links in bug lists should use field IDs instead of ↵lpsolit%gmail.com1-1/+8
names - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-05-27Bug 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman ↵lpsolit%gmail.com1-0/+4
<eseyman@linagora.com> r=myk,wurblzap a=myk
2005-05-21Bug 294503: Status Whiteboard should not be called "StatusSummary" in ↵lpsolit%gmail.com1-1/+1
buglist.cgi - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=justdave
2005-04-12Bug 289594 - The table on the email settings page no longer is 100% wide. It ↵jake%bugzilla.org1-1/+1
also now supports even/odd row styling. r=gerv, a=justdave
2005-02-17Bug 249875: buglist does not pass w3c validationmkanat%kerio.com1-3/+1
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit, a=myk
2004-12-31Patch for bug 275631: Only the first column (not all) should have excess CSS ↵jocuri%softhome.net1-1/+1
padding-left; patch by byron jones (glob) <bugzilla@glob.com.au>, r=gerv, r=vladd, a=justdave.
2004-12-31Patch for bug 274710: Align correctly buglist CSS column classes for ↵jocuri%softhome.net1-0/+3
edit-multiple; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
2004-12-14Patch for bug 274400: Safari should show the lock icons (the quoted value of ↵jocuri%softhome.net1-7/+7
the class attribute should be on the same line); patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
2004-12-07Patch for bug 262372: clicking on a column header shouldn't result in loss ↵jocuri%softhome.net1-2/+6
of defaultsavename; patch by Rob Siklos <rsiklos@adexa.com>, r=wurblzap, a=justdave.
2004-10-01Patch for bug 261210: adapt bz_secure CSS for text based browsers; patch by ↵jocuri%softhome.net1-1/+1
Jason Pyeron <jpyeron@pyerotechnics.com>; r=myk, a=myk.
2004-09-24Patch for bug 255512: For bz_secure, distinguish between mandatory and ↵jocuri%softhome.net1-1/+2
non-mandatory groups and create distinct CSS classes to enable customizations by the admin; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, r=joel, a=justdave.
2004-08-24Patch for bug 252810: p1, critical not displayed in red when groups arekiko%async.com.br1-5/+9
used for bug. Roundabout patch that adds a padlock icon next to the bug ID to bug listings, and does even/odd striping of the buglist. r,a=myk.
2004-01-19Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net1-1/+1
template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
2003-09-03Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org1-6/+14
of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
2003-08-24Bug 192385: Bug ID wordwraped in change-several-bugs page if window was narrowjustdave%syndicomm.com1-1/+8
r=myk, a=justdave
2003-08-22Bug 139011 - Improve buglist colors furtherburnus%gmx.de1-2/+6
r,a=justdave
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com1-2/+3
templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
2003-01-06Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ↵gerv%gerv.net1-1/+1
gerv; r=bbaetz, a=justdave.
2002-12-08Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au1-17/+24
field-descs.html.tmpl Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave
2002-11-09Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au1-1/+1
Patch by joel, dkl + me r=myk, a=justdave
2002-11-04Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br1-0/+3
Toms Baugis, r=kiko, 2xr=joel.
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-1/+12
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
2002-07-01Bug 150770 - Lost <nobr> arround query resultsbbaetz%student.usyd.edu.au1-3/+8
r=jouni, justdave
2002-06-24Bug 152772 - buglist.cgi truncates emails at 45 characters. Patch by gerv; ↵gerv%gerv.net1-3/+3
2xr=bbaetz.
2002-04-30Bug 140329 - Stagger headers have wrong order. Patch by myk; 2xr=gerv.gerv%gerv.net1-2/+2
2002-04-26Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash ↵myk%mozilla.org1-14/+14
since "size" is a hash built-in method in Template Toolkit 2.07 Patch by Gerv <gerv@gerv.net> r=ddk,myk
2002-04-25Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net1-2/+4
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net1-0/+143
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.