Update of /cvsroot/magicajax/magicajax/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13863/Docs
Modified Files:
Changelog.html
Log Message:
--If another form tag was added to page, MagicAjax did not work; fixed it
--Corrected an encoding issue (solution provided by erivas)
--Some controls with AutoPostBack set to 'true' were not working properly; fixed it
--Set the version number to 0.3.0
Index: Changelog.html
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Changelog.html 8 Feb 2006 20:42:10 -0000 1.25
--- Changelog.html 9 Feb 2006 13:41:00 -0000 1.26
***************
*** 55,65 ****
<P class="header" align="center">Change Log</P>
<P class="MainHeader" align="left">
! v0.2.3 (8 February 2006) - Maintenance Release</P>
<p>Changes since 0.2.2</p>
<ul>
! <LI>Fixed reflecting scripts and css-styles that were added on a Ajax callback.<br>
! Note: if you want to run the current MagicAjax.NET development version under ASP.NET 2.0 medium trust (as most hosting-providers are forcing), you need to compile MagicAjax with the MEDIUM_TRUST flag on. Unfortunately, this will disable MagicAjax's feature to reflect script/css changes on callbacks for now (because we now use reflection for this to call private system variables). Also, only the default MagicAjax configuration-settings will be used (because medium trust doesn't allow reading of the web.config). We're working on a non-reflection version at the moment (using regular expressions to scan through the Html output), which will run under medium trust.
! <li>Fixed client-side ASP.NET validation</li>
! <LI>
Image buttons now return the X/Y coordinates
<LI>
--- 55,82 ----
<P class="header" align="center">Change Log</P>
<P class="MainHeader" align="left">
! v0.3.0 (9 February 2006) - Major Release</P>
<p>Changes since 0.2.2</p>
<ul>
! <LI>
! If another form tag was added to page, MagicAjax did not work; fixed it
! <LI>
! Corrected an encoding issue
! <LI>
! Some controls with AutoPostBack set to 'true' were not working properly; fixed
! it
! <LI>
! Fixed reflecting scripts and css-styles that were added on a Ajax callback.<br>
! Note: if you want to run the current MagicAjax.NET development version under
! ASP.NET 2.0 medium trust (as most hosting-providers are forcing), you need to
! compile MagicAjax with the MEDIUM_TRUST flag on. Unfortunately, this will
! disable MagicAjax's feature to reflect script/css changes on callbacks for now
! (because we now use reflection for this to call private system variables).
! Also, only the default MagicAjax configuration-settings will be used (because
! medium trust doesn't allow reading of the web.config). We're working on a
! non-reflection version at the moment (using regular expressions to scan through
! the Html output), which will run under medium trust.
! <li>
! Fixed client-side ASP.NET validation
! <LI>
Image buttons now return the X/Y coordinates
<LI>
|