Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 245077: The "Find a specific bug" tab is now the default query when you ↵ | justdave%bugzilla.org | 2004-07-07 | 1 | -97/+0 |
| | | | | | | | go to query.cgi. To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited. Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave | ||||
* | Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵ | jocuri%softhome.net | 2004-01-19 | 1 | -1/+1 |
| | | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | ||||
* | Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for | kiko%async.com.br | 2003-11-27 | 1 | -6/+7 |
| | | | | | query.cgi. Fixes outstanding validation issues. patch by Anthony Christofides, r=kiko, a=justdave | ||||
* | Bug 224913 - Need tests to check whether any templates uses the bareword ↵ | gerv%gerv.net | 2003-11-09 | 1 | -1/+2 |
| | | | | "bug" or variations. Patch by gerv; r,a=justdave. | ||||
* | Fix for bug 145588: adds full-text search option for more accurate finding ↵ | myk%mozilla.org | 2003-09-03 | 1 | -0/+11 |
| | | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk | ||||
* | Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵ | gerv%gerv.net | 2003-07-04 | 1 | -6/+8 |
| | | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. | ||||
* | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave | bbaetz%student.usyd.edu.au | 2002-12-20 | 1 | -2/+5 |
| | |||||
* | Bug 114179 - Concentration, improvement, and templatisation of Bugzilla ↵ | gerv%gerv.net | 2002-11-27 | 1 | -1/+29 |
| | | | | general user help system. Patch by gerv; r,a=justdave. | ||||
* | Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links ↵ | gerv%gerv.net | 2002-11-18 | 1 | -2/+0 |
| | | | | are messed up when axis is restricted), bug 180105 (CSV reports occasionally break), bug 179671 (Boolean charts are broken on reporting pages), bug 179887 (report.cgi should |require Data::Dumper|, not |use|), and works around bug 179581 (Keyword combinations report not very useful). Patch by gerv; r=bbaetz, a=justdave. | ||||
* | 160476 - boolean chart addition doesn't keep query template format. Patch by ↵ | gerv%gerv.net | 2002-09-20 | 1 | -1/+3 |
| | | | | gerv; r=myk. | ||||
* | Fix for bug 148179: Cleans up interface to header.html.tmpl. | myk%mozilla.org | 2002-06-05 | 1 | -1/+1 |
| | | | | r=justdave,bbaetz | ||||
* | Bug 140993 - Pass javascript correctly into header; templatise the rest of ↵ | gerv%gerv.net | 2002-05-07 | 1 | -1/+1 |
| | | | | the header-related parameters. Patch by gerv; r=bbaetz, caillon. | ||||
* | Bug 141036 - add INTERFACE comments to all templates. This does the first 20 ↵ | gerv%gerv.net | 2002-05-07 | 1 | -0/+6 |
| | | | | or so - many more to go... Patch by gerv; 2xr=bbaetz. | ||||
* | Bug 140419 - fix merge error from bug 138995. Oops. Patch by burnus@gmx.de; ↵ | gerv%gerv.net | 2002-04-27 | 1 | -0/+2 |
| | | | | 2xr=gerv. | ||||
* | Bug 138995 - split up search.html.tmpl. Patch by gerv; 2xr=myk. | gerv%gerv.net | 2002-04-27 | 1 | -823/+8 |
| | |||||
* | Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke. | gerv%gerv.net | 2002-04-24 | 1 | -2/+2 |
| | |||||
* | Bug 135707 - template reorganisation. This makes the new copies of the ↵ | gerv%gerv.net | 2002-04-20 | 1 | -2/+2 |
| | | | | templates use all the correct names internally. Patch by me, 2xr=myk. | ||||
* | Bug 135707 - make template/en/default templates consistent with ↵ | gerv%gerv.net | 2002-04-20 | 1 | -11/+0 |
| | | | | template/default. Patch by ddk, 2xr=gerv. | ||||
* | Bug 135707 - rearrange templates to normalise filenames, and create ↵ | gerv%gerv.net | 2002-04-19 | 1 | -0/+869 |
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. |