| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| r2i.OpenWebStudio_DotNetNuke_2.2.0.0_Examples.zip | 2011-04-01 | 80.7 kB | |
| README.txt | 2011-04-01 | 2.4 kB | |
| r2i.OpenWebStudio_DotNetNuke_2.2.0.0_Source.zip | 2011-04-01 | 2.4 MB | |
| r2i.OpenWebStudio_DotNetNuke_2.2.0.0_Install.zip | 2011-04-01 | 626.8 kB | |
| Totals: 4 Items | 3.1 MB | 0 | |
=========================
RELEASE NOTES
=========================
This installation will install the OpenWebStudio module and runtime components. The install will override the existing
base config. If changes were manually made to the OpenWebStudio.Config file, please backup that file to make sure that
no data is lost.
**USERS WHO ARE UPGRADING: MAKE SURE YOU CLEAR YOUR BROWSER CACHE TO GET THE LATEST JAVASCRIPT LIBRARIES FOR THE ADMIN**
=========================
Changes Since 02.01.21.00
=========================
#08/28/2010#
1. Added Folder deletion with wildcards. TO delete all the files in a folder For example a folder named FolderTest inside the Portals/0 directory the syntax is: /Portals/0/**FolderTest/FolderTest
2. Changed Build Version to 02.01.21.01
#10/12/2010#
1. Added the following encryption tokens:
a. [CRYPTOGRAPHY.KEY.RIJNDAEL,System] - returns a unique key usable with the Rijndael Algorithm
b. [CRYPTOGRAPHY.KEY.TRIPLEDES,System] - returns a unique key usable with the TripleDes Algorithm
c. [CRYPTOGRAPHY.KEY.DES,System] - returns a unique key usable with the DES Algorithm
d. [CRYPTOGRAPHY.KEY.RC2,System] - returns a unique key usable with the RC2 Algorithm
2. Added the following encryption formatters:
a. [$.........,{ENCRYPT_RIJNDAEL:key}]
b. [$.........,{ENCRYPT_TRIPLEDES:key}]
c. [$.........,{ENCRYPT_DES:key}]
d. [$.........,{ENCRYPT_RC2:key}]
3. Corrected Right Bracket Escape issue with jRibbon.
#10/13/2010#
1. Extended Input Action to support identification (internal) of UTF8 String Encoding on local variables.
2. Extended File Action to support automatic String to Binary conversion of UTF8 String Encoded local variables.
#10/25/2010#
1. Extended Assignment Action to support Response RedirectLocation
#1/26/2011#
1. Extended Assignment to support Attributes JSON Block assignments of meta tags.
For example Type: <SYSTEM> Name:Page.Meta.{name:"METATAGNAME",property:"METATAGPROPERTY"} Value:"Testing" would add to the page header:
<meta property="METATAGPROPERTY" name="METATAGNAME" content="Testing"/>
#4/01/2011#
1. Corrected issue with Module Title not changing within PA modules
2. Resolved naming conflict of NewtonSoft Json.Net library. To continue backwards compatibility to .Net 1.X and 2.X, we built a custom build of NewtonSoft JSON.net
3. Changed Build Version to Production release 02.02.00.00