Merge commit 'b8845e25fa' into WebGUI8. Up to 7.10.0
This commit is contained in:
commit
0180b11064
45 changed files with 480 additions and 46 deletions
|
|
@ -1,4 +1,17 @@
|
|||
7.10.0
|
||||
- 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
|
||||
|
||||
7.9.13
|
||||
- fixed #11783: Instances deleted during realtime run
|
||||
|
|
@ -1076,6 +1089,7 @@
|
|||
- fixed #10158: Matrix 2.0 - Screenshots rendering poorly
|
||||
- administer.js now has a much improved handling of the slider algorithm, plus some refactored code. Users will not notice anything.
|
||||
- Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways.
|
||||
|
||||
7.7.3
|
||||
- fixed #10094: double explanation in thread help
|
||||
- rfe #9612: Carousel Wobject (was Widget Wobject) (SDH Consulting Group)
|
||||
|
|
|
|||
|
|
@ -21,6 +21,19 @@ save you many hours of grief.
|
|||
Account Macro template
|
||||
Admin Toggle Macro template
|
||||
|
||||
7.10.0
|
||||
--------------------------------------------------------------------
|
||||
* 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.
|
||||
|
||||
7.9.8
|
||||
--------------------------------------------------------------------
|
||||
* Starting in WebGUI 7.9.4, the Net::Twitter module is required.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue