Changeset 1227
- Timestamp:
- 07/02/2006 03:44:58 PM (2 years ago)
- Location:
- branches/3.0
- Files:
-
- 6 modified
-
build.xml (modified) (1 diff)
-
buildscripts/phing/bin/phing.php (modified) (2 diffs)
-
buildscripts/texbuilder/quickstart.tex (modified) (3 diffs)
-
demos/quickstart/protected/pages/Controls/Pager.page (modified) (1 diff)
-
framework/PradoBase.php (modified) (1 diff)
-
index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/build.xml
r1215 r1227 43 43 <exclude name="**/*.bak"/> 44 44 <exclude name="**/*~"/> 45 <exclude name="**/pradolite.php" /> 46 <exclude name="**/prado-cli.php" /> 45 47 <include name="framework/**/*"/> 46 48 </fileset> -
branches/3.0/buildscripts/phing/bin/phing.php
r1177 r1227 14 14 15 15 /* set classpath */ 16 /* 16 17 if (getenv('PHP_CLASSPATH')) { 17 18 // define('PHP_CLASSPATH', getenv('PHP_CLASSPATH') . PATH_SEPARATOR . get_include_path()); … … 21 22 define('PHP_CLASSPATH', get_include_path()); 22 23 } 24 */ 25 define('PHP_CLASSPATH', realpath(dirname(__FILE__).'/../classes') . PATH_SEPARATOR . get_include_path()); 26 ini_set('include_path', PHP_CLASSPATH); 23 27 24 28 require_once 'phing/Phing.php'; -
branches/3.0/buildscripts/texbuilder/quickstart.tex
r1176 r1227 43 43 %----------------- TITLE -------------- 44 44 45 \title{\Huge \bfseries PRADO v3.0. 2Quickstart Tutorial45 \title{\Huge \bfseries PRADO v3.0.3 Quickstart Tutorial 46 46 \thanks{Copyright 2005-2006. All Rights Reserved.} 47 47 } … … 69 69 \addcontentsline{toc}{chapter}{License} 70 70 PRADO is free software released under the terms of the following BSD license.\\ 71 Copyright 2004-2006, PradoSoft(http://www.pradosoft.com)\\71 Copyright 2004-2006, The PRADO Group (http://www.pradosoft.com)\\ 72 72 All rights reserved. 73 73 … … 82 82 and/or other materials provided with the distribution. 83 83 84 \item Neither the name of the developernor the names of its contributors may84 \item Neither the name of the PRADO Group nor the names of its contributors may 85 85 be used to endorse or promote products derived from this software without 86 86 specific prior written permission. -
branches/3.0/demos/quickstart/protected/pages/Controls/Pager.page
r1205 r1227 1 1 <com:TContent ID="body" > 2 2 3 <h1 >TPager</h1>3 <h1 id="3901">TPager</h1> 4 4 <com:DocLink ClassPath="System.Web.UI.WebControls.TPager" /> 5 5 -
branches/3.0/framework/PradoBase.php
r1144 r1227 69 69 public static function getVersion() 70 70 { 71 return '3.0. 2';71 return '3.0.3'; 72 72 } 73 73 -
branches/3.0/index.html
r1215 r1227 8 8 <body> 9 9 <h1>PRADO Framework for PHP 5 </h1> 10 <p>Version 3.0. 2, July 2, 2006<br>10 <p>Version 3.0.3, August 6, 2006<br> 11 11 Copyright© 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 12 12 All Rights Reserved.
