summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
-rw-r--r--buildscripts/phing/bin/phing.php4
-rw-r--r--buildscripts/texbuilder/quickstart.tex6
-rw-r--r--demos/quickstart/protected/pages/Controls/Pager.page2
-rw-r--r--framework/PradoBase.php2
-rw-r--r--index.html2
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 @@
<exclude name="**/.svn"/>
<exclude name="**/*.bak"/>
<exclude name="**/*~"/>
+ <exclude name="**/pradolite.php" />
+ <exclude name="**/prado-cli.php" />
<include name="framework/**/*"/>
</fileset>
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 @@
<com:TContent ID="body" >
-<h1>TPager</h1>
+<h1 id="3901">TPager</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TPager" />
<p>
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 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.0.2, July 2, 2006<br>
+<p>Version 3.0.3, August 6, 2006<br>
Copyright&copy; 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
</p>