Update of /cvsroot/magicajax/magicajax/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5437/Docs
Modified Files:
Changelog.html
Log Message:
--Fixed the javascript errors that occured when the browser was not supported. Added a 'IsBrowserSupported' check before any MagicAjax specific additions on the page.
--An exception is thrown if MagicAjaxModule is not included in the HttpModules of web.config and the code tries to access MagicAjaxContext.Current
. MagicAjaxContext is being created by MagicAjaxModule at the BeginRequest event.
--Added 'MagicAjaxContext' protected property in AjaxControl, AjaxPage and AjaxUserControl classes and use it in the Ajax controls instead of MagicAjaxContext.Current
Index: Changelog.html
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Changelog.html 29 Nov 2005 09:56:32 -0000 1.1
--- Changelog.html 30 Nov 2005 12:22:29 -0000 1.2
***************
*** 54,57 ****
--- 54,70 ----
<p class="header" align="center">MagicAjax.NET Framework</p>
<P class="header" align="center">Change Log</P>
+ <P class="MainHeader" align="left"> </P>
+ <p>Changes since 0.2.1</p>
+ <ul>
+ <li>
+ Fixed the javascript errors the occured when the browser was not supported
+ <li>
+ An exception is thrown if MagicAjaxModule is not included in the HttpModules of
+ web.config and the code tries to access MagicAjaxContext.Current
+ <li>
+ Added 'MagicAjaxContext' protected property in AjaxControl, AjaxPage and
+ AjaxUserControl classes.
+ </li>
+ </ul>
<p class="MainHeader" align="left">v0.2.1 (29 November 2005) - Maintenance Release</p>
<p>Changes since 0.2.0</p>
|