From b359ed2bbd48ed4c9000eb507ee2d78aa5130cc0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 2 Jul 2006 20:44:58 +0000 Subject: Fixes for next release. --- build.xml | 2 ++ buildscripts/phing/bin/phing.php | 4 ++++ buildscripts/texbuilder/quickstart.tex | 6 +++--- demos/quickstart/protected/pages/Controls/Pager.page | 2 +- framework/PradoBase.php | 2 +- index.html | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 9212e20b..d025daf5 100644 --- a/build.xml +++ b/build.xml @@ -42,6 +42,8 @@ + + diff --git a/buildscripts/phing/bin/phing.php b/buildscripts/phing/bin/phing.php index 880adf41..7d0a774a 100644 --- a/buildscripts/phing/bin/phing.php +++ b/buildscripts/phing/bin/phing.php @@ -13,6 +13,7 @@ ini_set('track_errors', 1); /* set classpath */ +/* if (getenv('PHP_CLASSPATH')) { // define('PHP_CLASSPATH', getenv('PHP_CLASSPATH') . PATH_SEPARATOR . get_include_path()); define('PHP_CLASSPATH', realpath(dirname(__FILE__).'/../classes') . PATH_SEPARATOR . get_include_path()); @@ -20,6 +21,9 @@ if (getenv('PHP_CLASSPATH')) { } else { define('PHP_CLASSPATH', get_include_path()); } +*/ +define('PHP_CLASSPATH', realpath(dirname(__FILE__).'/../classes') . PATH_SEPARATOR . get_include_path()); +ini_set('include_path', PHP_CLASSPATH); require_once 'phing/Phing.php'; diff --git a/buildscripts/texbuilder/quickstart.tex b/buildscripts/texbuilder/quickstart.tex index 35ba86a5..a0553658 100644 --- a/buildscripts/texbuilder/quickstart.tex +++ b/buildscripts/texbuilder/quickstart.tex @@ -42,7 +42,7 @@ %----------------- TITLE -------------- -\title{\Huge \bfseries PRADO v3.0.2 Quickstart Tutorial +\title{\Huge \bfseries PRADO v3.0.3 Quickstart Tutorial \thanks{Copyright 2005-2006. All Rights Reserved.} } \author{Qiang Xue and Wei Zhuo} @@ -68,7 +68,7 @@ Prado quick start doc \chapter*{License} \addcontentsline{toc}{chapter}{License} PRADO is free software released under the terms of the following BSD license.\\ -Copyright 2004-2006, PradoSoft (http://www.pradosoft.com)\\ +Copyright 2004-2006, The PRADO Group (http://www.pradosoft.com)\\ All rights reserved. Redistribution and use in source and binary forms, with or without @@ -81,7 +81,7 @@ this list of conditions and the following disclaimer. this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -\item Neither the name of the developer nor the names of its contributors may +\item Neither the name of the PRADO Group nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. \end{enumerate} diff --git a/demos/quickstart/protected/pages/Controls/Pager.page b/demos/quickstart/protected/pages/Controls/Pager.page index 3c74d0de..821eab71 100644 --- a/demos/quickstart/protected/pages/Controls/Pager.page +++ b/demos/quickstart/protected/pages/Controls/Pager.page @@ -1,6 +1,6 @@ -

TPager

+

TPager

diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 3749bd50..efac53ac 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */ public static function getVersion() { - return '3.0.2'; + return '3.0.3'; } /** diff --git a/index.html b/index.html index 1294883d..076be2bb 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@

PRADO Framework for PHP 5

-

Version 3.0.2, July 2, 2006
+

Version 3.0.3, August 6, 2006
Copyright© 2004-2006 by PradoSoft
All Rights Reserved.

-- cgit v1.2.3