Download Latest Version r2i.OpenWebStudio_DotNetNuke_2.3.1.0_Install.ALPHA.zip (709.6 kB)
Email in envelope

Get an email when there's a new version of Open Web Studio

Home / r2iopenwebstudio / R2i Open Web Studio 2.1.20 for DotNetNuke
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2011-04-01 6.0 kB
ChangeLog.txt 2010-07-23 19.6 kB
r2i.OpenWebStudio_DotNetNuke_2.1.20.0_Install.zip 2010-07-23 630.9 kB
r2i.OpenWebStudio_DotNetNuke_2.1.20.0_Source.zip 2010-07-23 2.3 MB
r2i.OpenWebStudio_DotNetNuke_2.1.20.0_Examples.zip 2010-07-23 76.1 kB
Totals: 5 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.19.02
=========================
#3/22/2010#
1. Modified File Action to remove foreslash from Filename during Compress transformation.
2. Added Encode Formatter with syntax [$Value,{ENCODE:type}] where type can be - UTF7,UTF8,UTF32,UNICODE,BIGENDIAN,ASCII,PIGLATIN,BODI,UBBIDUBBI,BACKSLANG,IZZLE
3. Added Sample.Three.Columns.With.Alternate
4. Added Sample.XML.Feed
5. Added Sample.jQuery.DatePicker
6. Added Sample.Encode.Formatter
7. Added Sample.Compress.Portal.Files.With.Extension.Filter
8. Added Sample.Custom.Pager.Using.lxPager
9. Added Sample.Custom.Paging
10.Enhanced OWS.js layer to better consume the Status Messages (2.2 will be released with custom status messages per module)
11.Extended File Action Image Transformation to include Filters and Text Writing on images
13.Added BreakWord formatter to conveniently end a string at or near the closet word break given a requested length
14.Added a Count Formatter to get a Count of the Remaining or Preceding columns from the current point which contain the same value.
15.Added a Replicate Formatter to repeat a value N times
16.Changed Build Version to 02.01.19.03
#07/23/2010#
1. Corrected Encoding issues, changing ASCII encoding in all places to UTF8 to support localization
2. Modified Action:Input and XML Query to support localization
3. Extended IIF, Math and conditional logic to support String delimiting (',") properly. The original version had issues when mathematical symbols were contained within string blocks.
4. Extended IIF, Math and conditional logic to support Date and Timespan mathematics. Any Date can be compared, or altered using standard US date syntax (MM/dd/yyyy hh:mm:ss.ff tt). Date mathematics requires placing the Date value between a pair of pound signs (#).
	a. Comparison: #01/01/2010 10:00 AM# > #01/01/2010 9:00:AM# (All comparison symbols are supported
	b. Manipulation: #01/02/2010 10:00 AM# - #01/01/2010 10:00 AM# yields a Timespan in date format: #00/01/00 00:00:00.00#
	c. Manipulation: #01/02/2010 10:00 AM# + #05/00/00#  yields a new date: #06/02/2010 10:00 AM#
	d. When the Timespan contains y,m and d - the timespan is not distinguishable from a date itself, so a timespan would need to have a trailing "ts" to identify it. For example: #01/01/2010# + #01/01/01 ts# yields #02/02/2011#
	e. When the manipulation is performed on date as both the left and right values, a timespan is the result
	f. When the manipulation is performed on date as the left, and timespan as the right, a date is the result
	g. When the manipulation is performed on timespan as the left and date as the right, a date is the result
5. Added GUID and UNIQUEIDENTIFIER as system values, used to generate a new random Guid on each call
6. Extended OWS.js to include OWS specific variables
7. Extended Action:Assignment to include assignment to runtime settings (General Properties) of the current configuration. The following settings are assigned by setting the assignment type to System, and Name to "configuration.???" where ??? is the name (non cased).
	a. AutoRefreshInterval - a number identifying how frequently to automatically refresh (in milliseconds)
	b. EnableAjax - identifying that ajax is enabled for the configuration
	c. EnableAjaxCustomPaging - Enables lxPager functionality for the configuration
	d. EnableAjaxCustomStatus - Enables customization of the status value
	e. EnableAjaxManual - identifies that the module will display no results and a physical ows.Fetch call will need to be made to display the configuration.
	f. EnableAjaxPageHistory - identifies that the URL will track the page hist within the url
	g. EnableAjaxPaging - identifies that Ajax will be set to progressively enhanced Ajax paging functionality
	h. EnabeAplhaFilter - displayes the alphabetic filter at the top of the module
	i. EnableCustomPaging - identifies that the query will support custom paging (the second table will contain the page stats)
	j. EnableForcedQuerySplit - identifies that GO will split the Queries to separate statements
	k. RecordsPerPage - the total records to display per page
	l. EnableHideOnNoQuery - the module will be automatically hidden when no query template is defined
	m. EnableHideOnNoResults - the module will be automatically hidden when no results are found after executing the template query
	n. EnableMultipleColumnSorting - when True, all columns are tracked for sort, when false, only one column is allowed at a time
	o. EnablePageSelection - displays the Page selection in non Ajax mode
	p. EnableQueryDebug - begins logging the debug of the current request from this action on for all users
	q. EnableQueryDebugAdmin - begins logging the debug of the current request from this action on for admin users
	r. EnableQueryDebugEdit - begins logging the debug of the current request from this action on for edit users
	s. EnableQueryDebugErrorLog - begins logging the debug of the current request from this action on when SQL throws an exception
	t. EnableQueryDebugSuper - begins logging the debug of the current request from this action on for super users
	u. EnableRecordsPerPage - places the records per page selector above the output
8. Added Custom Connection to File Action
9. Extended all Custom Connections to allow OleDB,ODBC and SQL Client (Native)
10.Added [ROWNUMBER,System] ([INDEX,SYSTEM]) to return the index number of the current row.
11.Added [ROWS,System] to return the total number of rows
12.Changed Build Version to 02.01.20.00
Source: README.txt, updated 2011-04-01