Changeset 757

Show
Ignore:
Timestamp:
03/06/2006 10:12:59 AM (3 years ago)
Author:
xue
Message:

final fixes before 3.0b release.

Location:
trunk
Files:
4 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r754 r757  
    11Version 3.0b March 6, 2006 
    22============================= 
    3 - CHG: event names must prefix with 'On' (Qiang) 
    4 - ENH: template parser reports exact error location (Qiang) 
     3- BUG: fixed many 
     4- CHG: event names must be prefixed with 'On' (Qiang) 
    55- CHG: values of properties whose name ends with 'Template' are 
    66  parsed directly by template parser (Qiang) 
     7- ENH: template parser reports exact error location (Qiang) 
     8- ENH: cookie HMAC check (Qiang) 
    79- NEW: TInlineFrame (Jason) 
    810- NEW: TAPCCache (Alban) 
     
    1113- NEW: TMultiView, TView, TControlAdapter, TWebControlAdapter, 
    1214  TPagedList, TAttributeCollection (Qiang) 
    13 - ENH: cookie HMAC check (Qiang) 
    14 - BUG: fixed many 
    1515 
    1616Version 3.0a January 18, 2006 
    1717============================= 
    18 Starting, main work functioning, may contain many bugs (Qiang) 
     18Starting, main feaures are ready (Qiang) 
  • trunk/UPGRADE

    r372 r757  
    11 
    2        PRADO v3.0a January 18, 2006 
     2                 PRADO v3.0b March 6, 2006 
     3                 ========================= 
    34 
    4 Backward compatibility is not maintained for v2.x and v1.x. 
     5Upgrading from v3.0a 
     6-------------------- 
     7A major change is the event names, which must be prefixed with 'On'. 
     8 
     9Upgrading from v2.x and v1.x 
     10---------------------------- 
     11PRADO v3.x is not backward compatible with v2.x and v1.x. 
  • trunk/index.html

    r381 r757  
    88<body> 
    99<h1>PRADO Framework for PHP 5 </h1> 
    10 <p>Version 3.0a, January 18, 2006<br> 
     10<p>Version 3.0b, March 6, 2006<br> 
    1111Copyright&copy; 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 
    1212All Rights Reserved. 
     
    2525  programming, viewstate maintenance, javascript, template, form validations, theme/skin, 
    2626  etc.</p> 
     27 
    2728<h2>Requirements</h2> 
    28 <p>The sole requirement for PRADO is PHP 5.0.4 or higher. It has been tested 
    29 with Apache 2.0 on both Windows XP and RedHat Linux.</p> 
     29<p> 
     30The sole requirement for PRADO is PHP 5.0.4 or higher. 
     31Please run <a href="requirements/index.php">requirement checker</a> to obtain 
     32more detailed requirement information. 
     33</p> 
     34<p> 
     35PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux. 
     36</p> 
     37 
    3038<h2>Installation</h2> 
    3139<ul> 
    32   <li> Unpack the distribution file using &quot;unzip&quot; command on Linux or 
     40  <li>Unpack the distribution file using &quot;unzip&quot; command on Linux or 
    3341    &quot;winzip&quot; program on Windows.</li> 
    34   <li> Copy all the files and directories under the unpacked &quot;prado&quot; 
     42  <li>Copy all the files and directories under the unpacked &quot;prado&quot; 
    3543    directory to the DocumentRoot of the Web server (or a subdirectory of that).</li> 
    36   <li> Browse the URL, http://&lt;Web-server-address&gt;/requirements/index.php, to see 
     44  <li>Browse the URL, http://&lt;Web-server-address&gt;/requirements/index.php, to see 
    3745    if your Web server configuration satisfies the requirement for using PRADO.</li> 
    38   <li> The directory &quot;framework&quot; contains the core code of PRADO.</li> 
     46  <li>The directory &quot;framework&quot; contains the core code of PRADO.</li> 
    3947  <li>The directory &quot;docs/manual&quot; contains the PRADO API documentation 
    4048    in HTML format.</li> 
     
    4553  <li><a href="demos/composer/index.php">Prado Component Writer</a></li> 
    4654</ul> 
     55 
    4756<h2>Documentation</h2> 
    48 <p> 
    49 Complete documentation will be added in beta version. Please refer to 
    50 Prado QuickStart Tutorial and the included API documentation for now. 
    51 </p> 
     57<ul> 
     58<li><a href="docs/manual/index.html">API documentation</a></li> 
     59<li><a href="demos/quickstart/prado3_quick_start.pdf">Quickstart tutorial (PDF)</a></li> 
     60</ul> 
    5261 
    5362<h2>Credits</h2> 
    54 <h3>Prado Developer Team</h3> 
     63 
     64<h3>Prado v3 Developer Team</h3> 
    5565<ul> 
    56 <li><a href="mailto:qiang.xue@gmail.com">Qiang Xue</a> - PRADO founder, author of application controller, core components and controls.</a></li> 
    57 <li><a href="mailto:weizhuo@gmail.com">Xiang Wei Zhuo</a> - author of I18N/L10N support, active controls (AJAX) and PRADO javascript framework, unit and functionality testing.</a></li> 
    58 <li><a href="mailto:jrags@jasrags.net">Jason Ragsdale</a> - the PetShop demo, project site maintenance</li> 
    59 <li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</a> - component development and unit testing.</a></li> 
    60 <li><a href="mailto:alex@linium.net">Alex Flint</a> - component development and unit testing.</a></li> 
    61 <li><a href="mailto:luftyluft@gmail.com">Brian Luft</a> - documentation and marketing</li> 
    62 <li><a href="mailto:carl@decart.no">Carl Mathisen</a> - art design, PRADO v2 maintenance</li> 
    63 <li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a> - component development</li> 
    64 <li><a href="mailto:rodolfo@equinoxe.g-networks.net">Rodolfo Gonzales</a> - PRADO v2 maintenance</li> 
    65 <li><a href="mailto:wkonkel@gmail.com">Warren Konkel</a> - PRADO v2 maintenance</li> 
    66 <li><a href="mailto:jnavratil@houston.rr.com">John Navratil</a> - PRADO v2 maintenance</li> 
     66<li><a href="mailto:qiang.xue@gmail.com">Qiang Xue</a></li> 
     67<li><a href="mailto:weizhuo@gmail.com">Xiang Wei Zhuo</a></li> 
     68<li><a href="mailto:jrags@jasrags.net">Jason Ragsdale</a></li> 
     69<li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</a></li> 
     70<li><a href="mailto:alex@linium.net">Alex Flint</a></li> 
     71<li><a href="mailto:luftyluft@gmail.com">Brian Luft</a></li> 
     72<li><a href="mailto:carl@decart.no">Carl Mathisen</a></li> 
     73<li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a></li> 
     74</ul> 
     75 
     76<h3>Prado v2 Maintenance Team</h3> 
     77<ul> 
     78<li><a href="mailto:rodolfo@equinoxe.g-networks.net">Rodolfo Gonzales</a></li> 
     79<li><a href="mailto:wkonkel@gmail.com">Warren Konkel</a></li> 
     80<li><a href="mailto:jnavratil@houston.rr.com">John Navratil</a></li> 
    6781</ul> 
    6882 
     
    7993<li>All PRADO users - great suggestions, feedback and support</li> 
    8094<li>ASP.NET 2.0 for its great inspiration and reference</li> 
    81 <li>All third-party work used in PRADO (<a href="framework/3rdParty/readme.html">more details</a>)</li> 
     95<li>All <a href="framework/3rdParty/readme.html">third-party work</a> used in PRADO</li> 
    8296</ul> 
    8397 
    8498 
    85 <h2>Terms and Condition</h2> 
    86 <p>PRADO is released under the BSD License.</p> 
     99<h2>License</h2> 
     100<p>PRADO is free software released under the terms of the following BSD license. 
     101</p> 
    87102<p>Copyright &copy; 2004-2006, PradoSoft (http://www.pradosoft.com)<br/> 
    88103All rights reserved.