Update of /cvsroot/magicajax/magicajax/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32275/Docs
Modified Files:
Tag: STABLE
Changelog.html
Log Message:
Access to AjaxCallHelper write methods outside of an AjaxCall is not allowed. An exception is thrown.
Index: Changelog.html
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -d -r1.2.2.2 -r1.2.2.3
*** Changelog.html 2 Dec 2005 19:00:16 -0000 1.2.2.2
--- Changelog.html 3 Dec 2005 12:46:32 -0000 1.2.2.3
***************
*** 58,74 ****
<ul>
<li>
! All clientside validators inside AjaxPanels are disabled (for NoStore mode only); This solves clientside validation script errors.
<li>
Fix for the clientside WaitElement. Now works for IE5.5, IE6 and FireFox.
<li>
! Fixed a bug in AjaxCallObject.js regarding ClockID;
AjaxCallHelper.SetAjaxCallTimerInterval is working properly now
<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>
--- 58,78 ----
<ul>
<li>
! An exception is thrown when the AjaxCallHelper write methods are used outside
! of an AjaxCall
! <LI>
! All clientside validators inside AjaxPanels are disabled (for NoStore mode
! only); This solves clientside validation script errors.
<li>
Fix for the clientside WaitElement. Now works for IE5.5, IE6 and FireFox.
<li>
! Fixed a bug in AjaxCallObject.js regarding ClockID;
AjaxCallHelper.SetAjaxCallTimerInterval is working properly now
<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>
***************
*** 78,83 ****
<ul>
<li>
! Fixed a bug in AjaxCallObject.js; when the server reported an exception and
! 'tracing' was disabled, instead of rendering the error page a
'this.TraceWindow.document is null or not an object' javascript error occured
<li>
--- 82,87 ----
<ul>
<li>
! Fixed a bug in AjaxCallObject.js; when the server reported an exception and
! 'tracing' was disabled, instead of rendering the error page a
'this.TraceWindow.document is null or not an object' javascript error occured
<li>
|