Changeset 757
- Timestamp:
- 03/06/2006 10:12:59 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 4 removed
- 3 modified
-
CREDITS (deleted)
-
HISTORY (modified) (2 diffs)
-
UPGRADE (modified) (1 diff)
-
framework/Web/UI/WebControls/TWizardStep.php (deleted)
-
framework/Web/UI/WebControls/TWizardTemplate.php (deleted)
-
framework/pradolite.php (deleted)
-
index.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r754 r757 1 1 Version 3.0b March 6, 2006 2 2 ============================= 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) 5 5 - CHG: values of properties whose name ends with 'Template' are 6 6 parsed directly by template parser (Qiang) 7 - ENH: template parser reports exact error location (Qiang) 8 - ENH: cookie HMAC check (Qiang) 7 9 - NEW: TInlineFrame (Jason) 8 10 - NEW: TAPCCache (Alban) … … 11 13 - NEW: TMultiView, TView, TControlAdapter, TWebControlAdapter, 12 14 TPagedList, TAttributeCollection (Qiang) 13 - ENH: cookie HMAC check (Qiang)14 - BUG: fixed many15 15 16 16 Version 3.0a January 18, 2006 17 17 ============================= 18 Starting, main work functioning, may contain many bugs(Qiang)18 Starting, main feaures are ready (Qiang) -
trunk/UPGRADE
r372 r757 1 1 2 PRADO v3.0a January 18, 2006 2 PRADO v3.0b March 6, 2006 3 ========================= 3 4 4 Backward compatibility is not maintained for v2.x and v1.x. 5 Upgrading from v3.0a 6 -------------------- 7 A major change is the event names, which must be prefixed with 'On'. 8 9 Upgrading from v2.x and v1.x 10 ---------------------------- 11 PRADO v3.x is not backward compatible with v2.x and v1.x. -
trunk/index.html
r381 r757 8 8 <body> 9 9 <h1>PRADO Framework for PHP 5 </h1> 10 <p>Version 3.0 a, January 18, 2006<br>10 <p>Version 3.0b, March 6, 2006<br> 11 11 Copyright© 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 12 12 All Rights Reserved. … … 25 25 programming, viewstate maintenance, javascript, template, form validations, theme/skin, 26 26 etc.</p> 27 27 28 <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> 30 The sole requirement for PRADO is PHP 5.0.4 or higher. 31 Please run <a href="requirements/index.php">requirement checker</a> to obtain 32 more detailed requirement information. 33 </p> 34 <p> 35 PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux. 36 </p> 37 30 38 <h2>Installation</h2> 31 39 <ul> 32 <li> Unpack the distribution file using "unzip" command on Linux or40 <li>Unpack the distribution file using "unzip" command on Linux or 33 41 "winzip" program on Windows.</li> 34 <li> Copy all the files and directories under the unpacked "prado"42 <li>Copy all the files and directories under the unpacked "prado" 35 43 directory to the DocumentRoot of the Web server (or a subdirectory of that).</li> 36 <li> Browse the URL, http://<Web-server-address>/requirements/index.php, to see44 <li>Browse the URL, http://<Web-server-address>/requirements/index.php, to see 37 45 if your Web server configuration satisfies the requirement for using PRADO.</li> 38 <li> The directory "framework" contains the core code of PRADO.</li>46 <li>The directory "framework" contains the core code of PRADO.</li> 39 47 <li>The directory "docs/manual" contains the PRADO API documentation 40 48 in HTML format.</li> … … 45 53 <li><a href="demos/composer/index.php">Prado Component Writer</a></li> 46 54 </ul> 55 47 56 <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> 52 61 53 62 <h2>Credits</h2> 54 <h3>Prado Developer Team</h3> 63 64 <h3>Prado v3 Developer Team</h3> 55 65 <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> 67 81 </ul> 68 82 … … 79 93 <li>All PRADO users - great suggestions, feedback and support</li> 80 94 <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> 82 96 </ul> 83 97 84 98 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> 87 102 <p>Copyright © 2004-2006, PradoSoft (http://www.pradosoft.com)<br/> 88 103 All rights reserved.
