Rename template variables in the Account and Admin Toggle templates to not use underscores.

This commit is contained in:
Colin Kuskie 2010-09-21 11:12:30 -07:00
parent 6f4e3415ea
commit f61e8faeb9
10 changed files with 88 additions and 13 deletions

View file

@ -13,10 +13,13 @@ save you many hours of grief.
code, chances are you'll need to update it to make it work with
WebGUI 8.
* WebGUI now requires the following modules
- Moose
- CHI
- Facebook::Graph
* As part of the migration to Template::Toolkit, we will be changing template
variables from using dots to underscores. All templates using that namespace were
automatically upgraded to use the new variables.
In this version, these templates were updated:
Account Macro template
Admin Toggle Macro template
7.9.8
--------------------------------------------------------------------

14
docs/templates.txt Normal file
View file

@ -0,0 +1,14 @@
This is a running list of template changes made during upgrades. If you have copied the default
templates, you will need to apply these changes manually to your copies.
7.8.0
* Account Macro template variables renamed:
account.url => account_url
account.text => account_text
* AdminToggle Macro template variables renamed:
toggle.url => toggle_url
toggle.text => toggle_text