aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net2004-07-311-1/+21
| | | | <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
* Bustage fix for bug 251469. Solve filtering issues with javascript_url,kiko%async.com.br2004-07-161-1/+0
| | | | | which includes fixing style_url as well and removing it from filterexceptions. r,a=justdave
* Bug 244265: Abstract out the typical admin page table to a separate ↵jouni%heikniemi.net2004-07-121-5/+5
| | | | template. r=vladd, a=justdave
* Bug 223541: Make flags show up correctly in "View all attachments" mode.jouni%heikniemi.net2004-05-301-0/+1
| | | | | r=joel a=justdave
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-1/+1
| | | | | | | | specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
* Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵jocuri%softhome.net2003-12-101-0/+10
| | | | jth, gerv; r/a=justdave.
* Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl.gerv%gerv.net2003-12-081-1/+2
|
* Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; ↵jocuri%softhome.net2003-11-211-0/+5
| | | | a=justdave.
* Additional patch for bug 221039: update filterexceptions.pl to take intokiko%async.com.br2003-10-291-1/+5
| | | | account the new location for knum. Here's hoping this fixes the bustage.
* Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot.gerv%gerv.net2003-09-071-3/+5
|
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-118/+9
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-0/+9
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Bug 139011 - Improve buglist colors furtherburnus%gmx.de2003-08-221-3/+0
| | | | r,a=justdave
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com2003-07-311-14/+21
| | | | Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
* Bug 13540 - change filters to cope with new terms.* code.gerv%gerv.net2003-07-041-7/+5
|
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+31
|
* Bug 208583 - Remove PerformSubsts from templatesbbaetz%acm.org2003-06-071-1/+0
| | | | r,a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-0/+597
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