Closed
Bug 509045
Opened 16 years ago
Closed 16 years ago
"use_keywords" should be a global template variable
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
(Whiteboard: [es-gnome])
Attachments
(1 file)
8.93 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
There are lots of templates that have to know whether or not keywords are enabled. We should make "use_keywords" a global template variable that can be called by any template.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: create-and-change → mkanat
Status: NEW → ASSIGNED
Attachment #393206 -
Flags: review?(LpSolit)
Assignee | ||
Updated•16 years ago
|
Whiteboard: [es-gnome]
![]() |
||
Comment 2•16 years ago
|
||
Comment on attachment 393206 [details] [diff] [review]
v1
r=LpSolit
Attachment #393206 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•16 years ago
|
Flags: approval+
Assignee | ||
Comment 3•16 years ago
|
||
Checking in attachment.cgi;
/cvsroot/mozilla/webtools/bugzilla/attachment.cgi,v <-- attachment.cgi
new revision: 1.159; previous revision: 1.158
done
Checking in buglist.cgi;
/cvsroot/mozilla/webtools/bugzilla/buglist.cgi,v <-- buglist.cgi
new revision: 1.403; previous revision: 1.402
done
Checking in colchange.cgi;
/cvsroot/mozilla/webtools/bugzilla/colchange.cgi,v <-- colchange.cgi
new revision: 1.68; previous revision: 1.67
done
Checking in enter_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.171; previous revision: 1.170
done
Checking in post_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/post_bug.cgi,v <-- post_bug.cgi
new revision: 1.201; previous revision: 1.200
done
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.420; previous revision: 1.419
done
Checking in query.cgi;
/cvsroot/mozilla/webtools/bugzilla/query.cgi,v <-- query.cgi
new revision: 1.186; previous revision: 1.185
done
Checking in show_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/show_bug.cgi,v <-- show_bug.cgi
new revision: 1.59; previous revision: 1.58
done
Checking in Bugzilla/Keyword.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Keyword.pm,v <-- Keyword.pm
new revision: 1.8; previous revision: 1.7
done
Checking in Bugzilla/Object.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Object.pm,v <-- Object.pm
new revision: 1.34; previous revision: 1.33
done
Checking in Bugzilla/Template.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Template.pm,v <-- Template.pm
new revision: 1.105; previous revision: 1.104
done
Checking in template/en/default/search/form.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl,v <-- form.html.tmpl
new revision: 1.57; previous revision: 1.56
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•