From: Argiris K. <be...@us...> - 2005-11-29 09:56:42
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv932/Docs Modified Files: Readme.html Added Files: Changelog.html Log Message: Updated the docs and the version number. Index: Readme.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Readme.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Readme.html 27 Nov 2005 17:30:00 -0000 1.3 --- Readme.html 29 Nov 2005 09:56:32 -0000 1.4 *************** *** 55,64 **** <P class="header" align="center">README file</P> <p class="MainHeader" align="left">Summary</p> ! <p>MagicAjax.NET is a framework written in C# that provides AJAX technologies ! for web pages created with ASP.NET. It is designed to make it easier and more ! intuitive for developers to integrate AJAX support into their pages, ! without replacing the ASP.NET controls and/or writing javascript code. </p> <p class="MainHeader" align="left">Index Of Contents</p> <p class="NewsDate"><A href="Features.html">Features</A></p> <p class="MainContent">A summary of MagicAjax's main features.</p> --- 55,67 ---- <P class="header" align="center">README file</P> <p class="MainHeader" align="left">Summary</p> ! <p>MagicAjax.NET is a framework written in C# that provides AJAX technologies for ! web pages created with ASP.NET. It is designed to make it easier and more ! intuitive for developers to integrate AJAX support into their pages, without ! replacing the ASP.NET controls and/or writing javascript code. </p> <p class="MainHeader" align="left">Index Of Contents</p> + <p class="NewsDate"><a href="ChangeLog.html">What's New?</a></p> + <p>A summary of the new and altered features in this release. + </p> <p class="NewsDate"><A href="Features.html">Features</A></p> <p class="MainContent">A summary of MagicAjax's main features.</p> --- NEW FILE: Changelog.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>MagicAjax.NET ChangeLog</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .MainHeader { font-weight: bold; color: white; background-color: #0066cc; font-size: 10pt} body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: black; background-color: white} .BorderHeader { background-color: #999900; font-size: 8pt; font-weight: bold; color: #333300; text-align: center} .MainContent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: black } .BorderContent { font-size: 8pt; color: black; border-color: black #666600 #666600; padding-top: 2px; padding-right: 2px; padding-bottom: 10px; padding-left: 2px; margin-bottom: 2px; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} a:link { color: #000099; text-decoration: underline} a:hover { color: #000099; text-decoration: underline} a:visited { color: #000099; text-decoration: underline} li { color: black; list-style-type: circle; position: relative; left: -15px; clip: rect( )} .NewsDate { color: black; font-weight: bold} td { font-size: 10pt} th { font-size: 10pt} .Annotation { font-size: 10px} H1 { text-align: center; } A.qindex {} A.qindexRef {} A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } A.code { text-decoration: none; font-weight: normal; color: #4444ee } A.codeRef { font-weight: normal; color: #4444ee } DL.el { margin-left: -1cm } DIV.fragment { width: 100%; border: none; background-color: #003300 } DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 } TD.md { background-color: #006600 } DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold } DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller } FONT.keyword { color: #008000 } FONT.keywordtype { color: #999920 } FONT.keywordflow { color: #e0FF00 } FONT.comment { color: #009900 } FONT.preprocessor { color: #809020 } FONT.stringliteral { color: #002080 } FONT.charliteral { color: #008080 } H3 { FONT-FAMILY: trebuchet ms,helvetica,arial } .ex { FONT-SIZE: 8pt; FONT-FAMILY: tahoma } CODE.keywordtype { COLOR: #00ccff } CODE.keyword { FONT-WEIGHT: bold; COLOR: #00ccff } CODE.fn { COLOR: white; FONT-WEIGHT: bold; } CODE.var { COLOR: #dcdcdc; } CODE.macro { COLOR: #809020; FONT-WEIGHT: bold; } CODE.comm { COLOR: lime } CODE.num { COLOR: purple } CODE.str { COLOR: #ffcc33; font-style: italic } .SectionHeader { font-size: 14px; color: #FFFFCC; font-weight: bold} .header { font-size: 16px; font-weight: bold; color: #663399} --></style> </head> <body text="#000000" bgColor="#ffffff"> <p class="header" align="center">MagicAjax.NET Framework</p> <P class="header" align="center">Change Log</P> <p class="MainHeader" align="left">v0.2.1 (29 November 2005) - Maintenance Release</p> <p>Changes since 0.2.0</p> <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> AjaxPanel is no longer a NamingContainer </li> </ul> <P class="MainHeader" align="left"> </P> <P>Copyright © 2005 by The MagicAjax.NET Team</P> </body> </html> |