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
5e1b5581
Commit
5e1b5581
authored
Mar 28, 2004
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch for bug 237778: update filter list in t/004template; r=kiko; a=justdave.
parent
c909db1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
004template.t
t/004template.t
+4
-3
No files found.
t/004template.t
View file @
5e1b5581
...
...
@@ -94,9 +94,9 @@ foreach my $include_path (@include_paths) {
{
html_linebreak
=>
sub
{
return
$_
;
},
js
=>
sub
{
return
$_
}
,
inactive
=>
sub
{
return
$_
;
}
,
closed
=>
sub
{
return
$_
;
}
,
obsolete
=>
sub
{
return
$_
;
}
,
inactive
=>
[
sub
{
return
sub
{
return
$_
;
}
},
1
]
,
closed
=>
[
sub
{
return
sub
{
return
$_
;
}
},
1
]
,
obsolete
=>
[
sub
{
return
sub
{
return
$_
;
}
},
1
]
,
url_quote
=>
sub
{
return
$_
}
,
css_class_quote
=>
sub
{
return
$_
}
,
xml
=>
sub
{
return
$_
}
,
...
...
@@ -106,6 +106,7 @@ foreach my $include_path (@include_paths) {
unitconvert
=>
sub
{
return
$_
},
time
=>
sub
{
return
$_
}
,
none
=>
sub
{
return
$_
}
,
ics
=>
[
sub
{
return
sub
{
return
$_
;
}
},
1
]
,
},
}
);
...
...
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