From 168307e6e9c6650424597786556f5e5541400df3 Mon Sep 17 00:00:00 2001
From: "ctrlaltca@gmail.com" <>
Date: Sun, 12 Feb 2012 19:01:54 +0000
Subject: updated quick start page "New features"
---
.../pages/GettingStarted/NewFeatures.page | 76 ++++++++++++++++++++--
1 file changed, 72 insertions(+), 4 deletions(-)
(limited to 'demos/quickstart/protected/pages/GettingStarted')
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
index ee40cf33..25ce6427 100644
--- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
+++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
@@ -6,19 +6,87 @@
This page summarizes the main new features that are introduced in each PRADO release.
-Version 3.1.3
+Version 3.2.0
+
+- Added methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData & TDbConnection and added TDbConnection:getDbMetaData
+- Added THttpSession::regenerate()
+- Added method getHeaders to THttpRequest & THttpResponse
+- Modified TThemeManager to allow custom subclassing of TTheme
+- Application configuration can be stored in PHP code
+- Added mouse coordinates and key status to drag & drop controls event
+- Permit progressive rendering of a page and added TFlushOutput control to control it
+- Added TReCaptcha control
+- Added a new "Clickable" operating mode to TDatePicker
+- ActiveControls's Visible property is reflected clientside on ajax requests
+- Controls are able to automagically render their javascript dependencies on an ajax callback
+
+
+Version 3.1.10
+
+
+Version 3.1.9
+
+
+Version 3.1.8
+
+- Updated external packages to support Internet explorer 9
+
+
+Version 3.1.7
+
+- Added property ClientScriptManagerClass to TPageService
+- Added property TValidationSummary.ScrollToSummary to server-side control since property exists on client-side
+- Added property TransactionClass (defaults to System.Data.TDbTransaction) to TDbConnection
+- Added ClientSide property to TDropContainer
+- Added Columns property to TInPlaceTextBox
+
+
+Version 3.1.6
+
+- Added property TPage.EnableStateCompression and related modifications in TPageStateFormatter since it is unnecessary to compress clientstate if TCachePageStatePersister/TSessionPageStatePersister is used
+- Add property CssClass to TBrowserLog otuput and hide inline CSS
+
+
+Version 3.1.5
+
+- Added support for namespaces in TXmlDocument
+- Added Registry for Prado generated clientside counterparts of serverside controls
+- TValidationSummary: new display mode "HeaderOnly" that only render value of HeaderText property
+- TDbCache performance: new property 'FlushInterval' to control how often expired items will be removed
+- Added caching of message files to TException
+- Added a new log route subclass for FirePHP: TFirePhpLogRoute - FirePHP is ideally suited for AJAX development where clean JSON and XML responses are required
+
+
+Version 3.1.4
+
+- Added the ability to specify position of popup TDatePicker/TActiveDatePicker
+- Add wildcard support to TUrlMapping
+
+
+Version 3.1.3
-Version 3.1.2
+Version 3.1.2
- Added a new active control TActivePager that allows to paginate a databound control with an ajax callback.
- Added TFirebugLogRoute to send logs to the Firebug console
-Version 3.1.1
+Version 3.1.1
- Added a new control TTabPanel that displays tabbed views.
- Added a new control TKeyboard that displays a virtual keyboard for text input.
@@ -34,7 +102,7 @@ This page summarizes the main new features that are introduced in each PRADO rel
- Added support to column mapping in Active Record.
-Version 3.1.0
+Version 3.1.0
- Added seamless AJAX support. A whole array of AJAX-enabled controls, called active controls, are introduced. The usage of these active controls is very similar to their non-AJAX counterparts, i.e., plug in and use. For more details, see the tutorial about active controls.
- Added complete database support.
--
cgit v1.2.3