Changeset 1227

Show
Ignore:
Timestamp:
07/02/2006 03:44:58 PM (2 years ago)
Author:
xue
Message:

Fixes for next release.

Location:
branches/3.0
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/build.xml

    r1215 r1227  
    4343    <exclude name="**/*.bak"/> 
    4444    <exclude name="**/*~"/> 
     45    <exclude name="**/pradolite.php" /> 
     46    <exclude name="**/prado-cli.php" /> 
    4547    <include name="framework/**/*"/> 
    4648  </fileset> 
  • branches/3.0/buildscripts/phing/bin/phing.php

    r1177 r1227  
    1414 
    1515/* set classpath */ 
     16/* 
    1617if (getenv('PHP_CLASSPATH')) { 
    1718//    define('PHP_CLASSPATH',  getenv('PHP_CLASSPATH') . PATH_SEPARATOR . get_include_path()); 
     
    2122    define('PHP_CLASSPATH',  get_include_path()); 
    2223} 
     24*/ 
     25define('PHP_CLASSPATH',  realpath(dirname(__FILE__).'/../classes') . PATH_SEPARATOR . get_include_path()); 
     26ini_set('include_path', PHP_CLASSPATH); 
    2327 
    2428require_once 'phing/Phing.php'; 
  • branches/3.0/buildscripts/texbuilder/quickstart.tex

    r1176 r1227  
    4343%----------------- TITLE -------------- 
    4444 
    45 \title{\Huge \bfseries PRADO v3.0.2 Quickstart Tutorial 
     45\title{\Huge \bfseries PRADO v3.0.3 Quickstart Tutorial 
    4646    \thanks{Copyright 2005-2006. All Rights Reserved.} 
    4747} 
     
    6969\addcontentsline{toc}{chapter}{License} 
    7070PRADO is free software released under the terms of the following BSD license.\\ 
    71 Copyright 2004-2006, PradoSoft (http://www.pradosoft.com)\\ 
     71Copyright 2004-2006, The PRADO Group (http://www.pradosoft.com)\\ 
    7272All rights reserved. 
    7373 
     
    8282and/or other materials provided with the distribution. 
    8383 
    84 \item Neither the name of the developer nor the names of its contributors may 
     84\item Neither the name of the PRADO Group nor the names of its contributors may 
    8585be used to endorse or promote products derived from this software without 
    8686specific prior written permission. 
  • branches/3.0/demos/quickstart/protected/pages/Controls/Pager.page

    r1205 r1227  
    11<com:TContent ID="body" > 
    22 
    3 <h1>TPager</h1> 
     3<h1 id="3901">TPager</h1> 
    44<com:DocLink ClassPath="System.Web.UI.WebControls.TPager" /> 
    55 
  • branches/3.0/framework/PradoBase.php

    r1144 r1227  
    6969        public static function getVersion() 
    7070        { 
    71                 return '3.0.2'; 
     71                return '3.0.3'; 
    7272        } 
    7373 
  • branches/3.0/index.html

    r1215 r1227  
    88<body> 
    99<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> 
    1111Copyright&copy; 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 
    1212All Rights Reserved.