Changeset 1824 for branches/3.0
- Timestamp:
- 04/01/2007 09:55:00 PM (20 months ago)
- Location:
- branches/3.0
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/COPYRIGHT
r1397 r1824 2 2 They are released under the terms of the following BSD License. 3 3 4 Copyright 2004-200 6, The PRADO Group (http://www.pradosoft.com)4 Copyright 2004-2007, The PRADO Group (http://www.pradosoft.com) 5 5 All rights reserved. 6 6 -
branches/3.0/HISTORY
r1822 r1824 1 Version 3.0.7 To be released2 =================== 1 Version 3.0.7 April 2, 2007 2 =========================== 3 3 BUG: Ticket#481 - Unable to cancel navigation when handling OnSideBarButtonClickEvent (Qiang) 4 BUG: typo in THttpResponse.writeFile() about sending headers (Qiang)5 4 BUG: Ticket#505 - cultureInfo::getEnglishName does not return an arrary (Wei) 6 5 BUG: Ticket#508 - CultureInfo class: PHP Notice because of missing static declaration (Wei) 7 6 BUG: Ticket#558 - TRadionButtonList generates a empty onclick attribute (Qiang) 8 7 BUG: Ticket#573 - NumberFormat Bug (Wei) 8 BUG: typo in THttpResponse.writeFile() about sending headers (Qiang) 9 9 BUG: Event handler specified via subproperty in template does not work (Qiang) 10 10 ENH: Ticket#367 - Change default extension for XLIFF files (Wei, changed to support .xlf extension). … … 38 38 CHG: TDataBoundControl will not throw exception if CurrentPageIndex is out of range (Qiang) 39 39 NEW: TUrlManager (Qiang) 40 41 40 42 41 Version 3.0.5 October 23, 2006 -
branches/3.0/UPGRADE
r1775 r1824 1 1 2 Upgrading Instructions for PRADO Framework v3.0. 62 Upgrading Instructions for PRADO Framework v3.0.7 3 3 ================================================= 4 4 … … 13 13 version B between A and C, you need to following the instructions 14 14 for both A and B. 15 16 Upgrading from v3.0.6 17 --------------------- 15 18 16 19 Upgrading from v3.0.5 -
branches/3.0/index.html
r1556 r1824 8 8 <body> 9 9 <h1>PRADO Framework for PHP 5 </h1> 10 <p>Version 3.0. 6, December 4, 2006<br>11 Copyright© 2004-200 6by <a href="http://www.pradosoft.com/">PradoSoft</a><br>10 <p>Version 3.0.7, April 2, 2007<br> 11 Copyright© 2004-2007 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 12 12 All Rights Reserved. 13 13 </p> … … 120 120 </p> 121 121 <p> 122 Copyright 2004-200 6by The PRADO Group (http://www.pradosoft.com)<br/>122 Copyright 2004-2007 by The PRADO Group (http://www.pradosoft.com)<br/> 123 123 All rights reserved. 124 124 </p>
