Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
cc1c75fa
Commit
cc1c75fa
authored
Jul 04, 2003
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 13540 - change filters to cope with new terms.* code.
parent
00277eed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
filterexceptions.pl
template/en/default/filterexceptions.pl
+5
-7
No files found.
template/en/default/filterexceptions.pl
View file @
cc1c75fa
...
...
@@ -311,10 +311,6 @@
'h3'
,
'message'
,
],
'global/hidden-fields.html.tmpl'
=>
[
'mvalue | html | html_linebreak'
,
# Need to eliminate | usage
'field.value | html | html_linebreak'
,
],
'global/messages.html.tmpl'
=>
[
'parameters'
,
...
...
@@ -385,7 +381,7 @@
],
'bug/dependency-tree.html.tmpl'
=>
[
'hide_resolved ? "Open
b" : "B"'
,
'hide_resolved ? "Open
$terms.bugs" : "$terms.Bugs"'
,
'bugid'
,
'maxdepth'
,
'dependson_ids.join(",")'
,
...
...
@@ -400,7 +396,7 @@
'maxdepth == 0 || maxdepth == realdepth ? "disabled" : ""'
,
'realdepth < 2 || ( maxdepth && maxdepth < 2 ) ? "disabled" : ""'
,
'maxdepth > 0 && maxdepth <= realdepth ? maxdepth : ""'
,
'maxdepth == 1 ? 1
'maxdepth == 1 ? 1
: ( maxdepth ? maxdepth - 1 : realdepth - 1 )'
,
'realdepth < 2 || ! maxdepth || maxdepth >= realdepth ?
"disabled" : ""'
,
...
...
@@ -420,7 +416,7 @@
'bug.${dep.fieldname}.join(\', \')'
,
'selname'
,
'depbug FILTER bug_link(depbug)'
,
'"
bug
${bug.dup_id}" FILTER bug_link(bug.dup_id)'
,
'"${bug.dup_id}" FILTER bug_link(bug.dup_id)'
,
],
'bug/navigate.html.tmpl'
=>
[
...
...
@@ -585,6 +581,8 @@
'item'
,
#
'type.sortkey || 1'
,
'(last_action == "enter" || last_action == "copy") ? "Create" : "Save Changes"'
,
'typeLabelLowerPlural'
,
'typeLabelLowerSingular'
,
],
'admin/flag-type/list.html.tmpl'
=>
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment