From: Argiris K. <be...@us...> - 2005-12-04 03:25:24
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31248/Docs Modified Files: Changelog.html Log Message: Merged the changes from STABLE to HEAD Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Changelog.html 2 Dec 2005 18:59:59 -0000 1.3 --- Changelog.html 4 Dec 2005 03:25:15 -0000 1.4 *************** *** 58,73 **** <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 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> --- 58,90 ---- <ul> <li> ! Added check of browser type "NetScape5" for MagicAjaxContext's ! IsBrowserSupported ! <LI> ! Fixed a bug of AjaxCallObject.js; when DoAjaxCall was invoked with empty ! parameters, a HtmlInputButton was "clicked" on the server ! <LI> ! Fixed a bug of AjaxPanel; if it didn't contain any WebControls its contents ! were sent to client at each AjaxCall ! <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> ! Minor enhancements</LI> </ul> <p class="MainHeader" align="left">v0.2.1 (29 November 2005) - Maintenance Release</p> *************** *** 75,80 **** <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> --- 92,97 ---- <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> |