aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-6/+14
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Bug 192385: Bug ID wordwraped in change-several-bugs page if window was narrowjustdave%syndicomm.com2003-08-241-1/+8
| | | | r=myk, a=justdave
* Bug 139011 - Improve buglist colors furtherburnus%gmx.de2003-08-221-2/+6
| | | | r,a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-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
* Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ↵gerv%gerv.net2003-01-061-1/+1
| | | | gerv; r=bbaetz, a=justdave.
* Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au2002-12-081-17/+24
| | | | | | field-descs.html.tmpl Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave
* Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au2002-11-091-1/+1
| | | | | Patch by joel, dkl + me r=myk, a=justdave
* Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br2002-11-041-0/+3
| | | | Toms Baugis, r=kiko, 2xr=joel.
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-1/+12
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 150770 - Lost <nobr> arround query resultsbbaetz%student.usyd.edu.au2002-07-011-3/+8
| | | | r=jouni, justdave
* Bug 152772 - buglist.cgi truncates emails at 45 characters. Patch by gerv; ↵gerv%gerv.net2002-06-231-3/+3
| | | | 2xr=bbaetz.
* Bug 140329 - Stagger headers have wrong order. Patch by myk; 2xr=gerv.gerv%gerv.net2002-04-301-2/+2
|
* Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash ↵myk%mozilla.org2002-04-261-14/+14
| | | | | | | since "size" is a hash built-in method in Template Toolkit 2.07 Patch by Gerv <gerv@gerv.net> r=ddk,myk
* Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-04-251-2/+4
|
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-191-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.