From b4403995107c4440b4e19dd5e5e8385e0eac2a5a Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sun, 29 Oct 2006 12:53:33 +0000
Subject: merge from 3.0 branch till 1481.
---
HISTORY | 9 +++++++--
UPGRADE | 4 ++++
.../protected/pages/GettingStarted/CommandLine.page | 15 +++++++--------
framework/Web/Services/TPageService.php | 4 ++--
framework/Web/THttpRequest.php | 4 ++--
framework/Web/UI/WebControls/TRepeater.php | 4 +---
index.html | 5 +++--
7 files changed, 26 insertions(+), 19 deletions(-)
diff --git a/HISTORY b/HISTORY
index 675a9713..71a086af 100644
--- a/HISTORY
+++ b/HISTORY
@@ -13,9 +13,13 @@ NEW: TJsonService
CHG: All validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, and OnSuccess event becomes OnValidationSuccess. (Wei)
CHG: All validators ClientSide.OnError becomes ClientSide.OnValidationError, and OnError event becomes OnValidationError. (Wei)
+Version 3.0.6 December 4, 2006
+==============================
+CHG: constructUrl() now encodes & into & by default (Qiang)
+CHG: TRepeater does not render anymore for empty item template (Qiang)
-Version 3.0.5 October 8, 2006
-===============================
+Version 3.0.5 October 23, 2006
+==============================
BUG: Ticket#409 - Multiple page services will mess up page caching (Qiang)
BUG: Ticket#417 - SelectedIndex in template incorrect caused by bug in TList (Qiang)
CHG: Ticket#358 - TFileUpload::saveAs() now returns false instead of exception when error (Qiang)
@@ -23,6 +27,7 @@ ENH: Ticket#361 - Introduced include template tag that supports including extern
ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang)
ENH: Ticket#378 - PRADO applications can now run in command line (Qiang)
ENH: Ticket#379 - TAuthorizationRule performance enhancement (Qiang)
+ENH: Ticket#382 - Untranslated messages can be marked now (Wei)
ENH: Ticket#394 - Enhancing TDropDownListColumn to allow specifying both text and value (Qiang)
ENH: Easier to customize the TDatePicker using CssClass (Wei)
ENH: Added an interactive PHP shell, usage: "prado-cli.php shell" (Wei)
diff --git a/UPGRADE b/UPGRADE
index ba0a999f..17386019 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -21,6 +21,10 @@ Upgrading from v3.0.x
- Validator OnSuccess event becomes OnValidationSuccess.
- Validator OnError event becomes OnValidationError.
+Upgrading from v3.0.5
+---------------------
+- constructUrl() now encodes & into & by default.
+- TRepeater does not render anymore for empty item template.
Upgrading from v3.0.4
---------------------
diff --git a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
index cf204a40..690de59b 100644
--- a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
+++ b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
@@ -1,7 +1,7 @@
The optional prado-cli.php PHP script file in the framework
-directory provides command line tools to perform various tendious taks in Prado.
+directory provides command line tools to perform various tedious takes in Prado.
The prado-cli.php can be used to create Prado project skeletons, create
initial test fixtures, and access to an interactive PHP shell.
Command Line Tool
-The interactive shell allows you to evaluate PHP statements from te command line.
+The interactive shell allows you to evaluate PHP statements from the command line.
The prado-cli.php script can be used to start the shell and load an existing
Prado project. For example, let us load the blog demo project. Assume that your
command line is in the prado distribution directory and you type.
@@ -63,7 +63,7 @@ $: php framework/prado-cli.php shell demos/blog
The output should be
Version 3.0.5, October 8, 2006
+
Version 3.0.5, October 23, 2006
Copyright© 2004-2006 by PradoSoft
All Rights Reserved.