summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
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.