From: Argiris K. <be...@us...> - 2005-12-03 16:38:19
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9010/Docs Modified Files: Tag: STABLE Changelog.html Log Message: -Added EncodePostData function and replaced 'encodeUriComponents' with it -Fixed a bug, that caused a HtmlInputButton to be 'clicked' on server when DoAjaxCall was invoked with empty parameters. Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -C2 -d -r1.2.2.4 -r1.2.2.5 *** Changelog.html 3 Dec 2005 13:00:09 -0000 1.2.2.4 --- Changelog.html 3 Dec 2005 16:38:09 -0000 1.2.2.5 *************** *** 58,61 **** --- 58,64 ---- <ul> <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 *************** *** 77,83 **** 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> --- 80,87 ---- 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> |