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
93b46e54
Commit
93b46e54
authored
Jun 07, 2003
by
bbaetz%acm.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 208583 - Remove PerformSubsts from templates
r,a=justdave
parent
f32800e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
11 deletions
+1
-11
Template.pm
Bugzilla/Template.pm
+0
-8
filterexceptions.pl
template/en/default/filterexceptions.pl
+0
-1
site-navigation.html.tmpl
template/en/default/global/site-navigation.html.tmpl
+1
-2
No files found.
Bugzilla/Template.pm
View file @
93b46e54
...
...
@@ -249,10 +249,6 @@ sub create {
# Function to create date strings
'time2str'
=>
\&
Date::Format::
time2str
,
# Function for processing global parameters that contain references
# to other global parameters.
'PerformSubsts'
=>
\&::
PerformSubsts
,
# Generic linear search function
'lsearch'
=>
\&
Bugzilla::Util::
lsearch
,
...
...
@@ -268,10 +264,6 @@ sub create {
require
Bugzilla::
BugMail
;
Bugzilla::BugMail::
Send
(
$id
,
$mailrecipients
);
},
# SyncAnyPendingShadowChanges
# - called in the footer to sync the shadowdb
'SyncAnyPendingShadowChanges'
=>
\&::
SyncAnyPendingShadowChanges
,
# Bugzilla version
# This could be made a ref, or even a CONSTANT with TT2.08
...
...
template/en/default/filterexceptions.pl
View file @
93b46e54
...
...
@@ -339,7 +339,6 @@
'bug_list.last'
,
'bug.bug_id'
,
'bug.votes'
,
'PerformSubsts(Param(\'mybugstemplate\'), substs)'
,
],
'bug/comments.html.tmpl'
=>
[
...
...
template/en/default/global/site-navigation.html.tmpl
View file @
93b46e54
...
...
@@ -73,9 +73,8 @@
[%# *** Preset Queries *** %]
[% IF user.showmybugslink %]
[% user_login = user.login FILTER url_quote %]
[% substs = { userid => user_login } %]
<link rel="Preset Queries" title="My Bugs"
href="[% P
erformSubsts(Param('mybugstemplate'), substs
) %]">
href="[% P
aram('mybugstemplate').replace('%userid%', user_login
) %]">
[% END %]
[% FOREACH q = user.queries %]
...
...
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