From: Argiris K. <be...@us...> - 2005-12-22 01:15:28
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7486/Docs Modified Files: Changelog.html Log Message: A bit of refactoring for the ajax events handling. --AjaxCall event is renamed to AjaxCallStart --AjaxControl/AjaxPage/AjaxUserControl invoke AjaxCallStart at Load event, PreWriteScript at PreRender, and AjaxCallEnd at Unload, during an Ajax callback --Some minor modifications to make extending AjaxControl a bit easier. Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Changelog.html 21 Dec 2005 00:40:23 -0000 1.17 --- Changelog.html 22 Dec 2005 01:15:20 -0000 1.18 *************** *** 58,65 **** <ul> <li> ! Improved performance <LI> ! There were conflicts with other HttpModules when they modified cookies; fixed ! it <LI> Optimizations for the javascript client --- 58,71 ---- <ul> <li> ! AjaxCall event is renamed to AjaxCallStart <LI> ! AjaxControl/AjaxPage/AjaxUserControl invoke AjaxCallStart at Load event, ! PreWriteScript at PreRender, and AjaxCallEnd at Unload, during an Ajax ! callback ! <LI> ! Huge performance improvement ! <LI> ! There were conflicts with the cookies handling by ASP.NET 2.0 and other ! HttpModules; fixed it <LI> Optimizations for the javascript client |