Changeset 1477
- Timestamp:
- 10/23/2006 07:22:57 AM (2 years ago)
- Location:
- branches/3.0
- Files:
-
- 2 modified
-
HISTORY (modified) (2 diffs)
-
index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/HISTORY
r1461 r1477 1 Version 3.0.5 October 8, 20061 Version 3.0.5 October 23, 2006 2 2 =============================== 3 3 BUG: Ticket#409 - Multiple page services will mess up page caching (Qiang) … … 8 8 ENH: Ticket#378 - PRADO applications can now run in command line (Qiang) 9 9 ENH: Ticket#379 - TAuthorizationRule performance enhancement (Qiang) 10 ENH: Ticket#382 - Untranslated messages can be marked now (Wei) 10 11 ENH: Ticket#394 - Enhancing TDropDownListColumn to allow specifying both text and value (Qiang) 11 12 ENH: Easier to customize the TDatePicker using CssClass (Wei) -
branches/3.0/index.html
r1397 r1477 8 8 <body> 9 9 <h1>PRADO Framework for PHP 5 </h1> 10 <p>Version 3.0.5, October 8, 2006<br>10 <p>Version 3.0.5, October 23, 2006<br> 11 11 Copyright© 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 12 12 All Rights Reserved. … … 70 70 <h2>Documentation</h2> 71 71 <ul> 72 <li><a href="docs/ manual/index.html">API documentation</a></li>72 <li><a href="docs/prado3_manual.chm">Integrated manual (CHM)</a>, including quickstart, API, class docs and wiki</li> 73 73 <li><a href="docs/quickstart.pdf">Quickstart tutorial (PDF)</a></li> 74 <li><a href="docs/manual/index.html">API documentation (HTML)</a></li> 74 75 </ul> 75 76
