Closed
Bug 516917
Opened 16 years ago
Closed 16 years ago
Version number on start page not updated on upgrade
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dev+mozilla, Unassigned)
Details
Steps to reproduce the problem (I don't know which of these steps are required, though):
1. Have a working install of 3.0.8.
2. Create a custom template template/en/custom/index.html.tmpl and run checksetup.pl.
3. Update to 3.0.9 via the patch and run checksetup.pl again.
Expected result:
The version number on the start page has changed from 3.0.8 to 3.0.9.
Actual result:
The version number on the start screen still is 3.0.8.
So either checksetup.pl needs to detect that the cached templates are from an older version an rebuild them, or it needs to be stated in the upgrade notes that data/template/template/ needs to be purged after the upgrade before running checksetup.pl again.
Comment 1•16 years ago
|
||
Works as expected on my installation. Be sure that Bugzilla/Constants.pm has
use constant BUGZILLA_VERSION => "3.0.9";
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•