Closed Bug 563050 Opened 14 years ago Closed 14 years ago

Switch to a shared header with version information

Categories

(Cloud Services :: Web Site - Deprecated, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Mardak, Assigned: Mardak)

References

Details

We have the version info spread across multiple files and is kinda a pain when doing updates. We can centralize it with a required header.
It's been a while since I've coded in PHP... :(

http://viewvc.svn.mozilla.org/vc?view=revision&revision=66668
Refactor versions and variables out of individual files into a versions.php.

http://viewvc.svn.mozilla.org/vc?view=revision&revision=66669
Add versions.php file.

http://viewvc.svn.mozilla.org/vc?view=revision&revision=66670
Fix end quote for install.php.

http://viewvc.svn.mozilla.org/vc?view=revision&revision=66671
Use . instead of + for concating strings..

http://viewvc.svn.mozilla.org/vc?view=revision&revision=66672
Single quotes are too literal for newlines. Fix up stale variable reference.

http://viewvc.svn.mozilla.org/vc?view=revision&revision=66673
Just echo <?xml ?> to avoid php conflict.

http://viewvc.svn.mozilla.org/vc?view=revision&revision=66674
Update another stale variable reference.
Assignee: nobody → edilee
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3b3
Blocks: 563053
I've updated the instructions at..
https://wiki.mozilla.org/Labs/Weave/PushingDevUpdates
You need to log in before you can comment on or make changes to this bug.