From: Dion O. <dol...@us...> - 2006-02-07 18:13:49
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16293/magicajax/Docs Modified Files: Changelog.html Log Message: Changes for ASP.NET 2.0 medium trust (default used by almost all hosting providers) Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Changelog.html 27 Jan 2006 00:28:25 -0000 1.23 --- Changelog.html 7 Feb 2006 11:11:12 -0000 1.24 *************** *** 57,60 **** --- 57,62 ---- <p>Changes since 0.2.2</p> <ul> + <LI>Fixed reflecting scripts and css-styles that were added on a Ajax callback.<br> + Note: if you want to run the current MagicAjax.NET development version under ASP.NET 2.0 medium trust (as most hosting-providers are forcing), you need to compile MagicAjax with the MEDIUM_TRUST flag on. Unfortunately, this will disable MagicAjax's feature to reflect script/css changes on callbacks for now (because we now use reflection for this to call private system variables). Also, only the default MagicAjax configuration-settings will be used (because medium trust doesn't allow reading of the web.config). We're working on a non-reflection version at the moment (using regular expressions to scan through the Html output), which will run under medium trust. <LI> Image buttons now return the X/Y coordinates |