Closed
Bug 138581
Opened 23 years ago
Closed 23 years ago
Add template/en/default and template/en/custom to the template search path
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
|
721 bytes,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
To migrate from template/default to template/en/default, we need to add
template/en/default to the search path.
If we make it so "en" is searched second, we can convert the CGIs one at a time
by changing their internal names and CVS-removing the old template. Then, it'll
fall through to the new one. This gives us a short-term migration path.
In a few days, hopefully we will remove template/default and template/custom
from the search path altogether.
There are no plans to make the search path configurable for 2.16.
Gerv
| Assignee | ||
Comment 1•23 years ago
|
||
Trivial patch to do what it says on the tin.
Gerv
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.16
| Assignee | ||
Comment 2•23 years ago
|
||
More widget twiddling...
Gerv
Comment 3•23 years ago
|
||
Comment on attachment 80042 [details] [diff] [review]
Patch v.1
2xr= justdave
IF you swap the order so template/en/custom is searched before
template/en/default. :-)
Attachment #80042 -
Flags: review+
| Assignee | ||
Comment 4•23 years ago
|
||
Fixed.
Checking in globals.pl;
/cvsroot/mozilla/webtools/bugzilla/globals.pl,v <-- globals.pl
new revision: 1.156; previous revision: 1.155
done
Gerv
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•