This beta release of WebGUI 7.10.0 contains fixes for 8 bugs, in template
attachments, the new Cart, Manage User Sessions screen and the upgrade
script.
New in 7.10.0 is a link in the Admin Console to the Addons page of webgui.org
and making the label field optional in the addresses in the Cart.
Gotchas:
* Due to a bug in the 7.8.24-7.9.11 upgrade, the ordering of template
attachments has been lost. The bug has been fixed in 7.9.14 for sites
that have not been upgraded yet. Unfortunately, due to the nature of
the bug, the correct ordering cannot be automatically restored.
Another bug, in the new attachments javascript, will change all attachments
to type CSS when the template is saved. Since there are 2 types of Javascript
attachments, there's no way of recovering the original type. If you are using
template attachments and have upgraded to 7.9.13 directly, you will need to
check each template and update the types.
Changelog:
- fixed #11812: Checking www_ajaxSave's response in the cart js, urlencoding post parameters
- added: Link in the Admin Console to the Addons section on webgui.org
- added: Labels in the Shopping Cart addresses are optional.
- added: template variable downgrading so that using we can safely pass
template variables TT would understand to HTML::Template templates -- see
WebGUI::Asset::Template::Parser->downgrade for details.
- fixed #11813: Payment confirmation screen dollar amount
- fixed #11832: Admin Session Interface broken
- fixed: Attachment label in the Template is missing
- fixed #11810: Attachment list broken in template
- fixed #11814: upgrade script removes cache too aggresively (Ernesto Hernández-Novich)
- fixed #11827: CS rich edit bug
- fixed #11825: Questionable attachmentsJson in AssetReport template