From 8978869afd5cb31cc210f79eee6ecedbe8c47333 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 23 Aug 2016 12:37:19 +0200 Subject: Prepare release 3.3.2 --- HISTORY | 2 +- README.md | 12 +++++++----- build.xml | 2 +- buildscripts/texbuilder/quickstart/quickstart.tex | 2 +- composer.json | 2 +- demos/site/protected/Pages/Home.page | 14 ++++++++++---- framework/PradoBase.php | 2 +- framework/Web/Javascripts/source/prado/prado.js | 2 +- framework/pradolite.php | 17 +++++++---------- index.html | 3 ++- 10 files changed, 32 insertions(+), 26 deletions(-) diff --git a/HISTORY b/HISTORY index 4d011600..2a172466 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,4 @@ -Version 3.3.2 xxx, 2016 +Version 3.3.2 August 23, 2016 BUG: Issue #592 - Fix TActiveMultiView broken on 3.3.1 (ctrlaltca) BUG: Issue #588 - Fix reading values of controls inside TJuiDialog (ctrlaltca) diff --git a/README.md b/README.md index d84076fc..0b3b43a7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ The Demos folder has several different example prado applications. You can see m * northwind-db * personal * quickstart +* site * soap * sqlmap * time-tracker @@ -70,7 +71,7 @@ Buildfile: /yourcodepath/build.xml prado > help: - [echo] + [echo] Welcome to use PRADO build script! ---------------------------------- @@ -81,10 +82,11 @@ prado > help: where can be one of the following: For all PRADO developers: - - test : run unit tests (results are under /build/test-reports) - - coverage : run unit tests collecting coverage informations - - lint : run lint on framework - - lint-demos : run lint on demos + - test : run unit tests (results are under /build/test-reports) + - coverage : run unit tests collecting coverage informations + - functionaltest : run funcitonal tests (requires Selenium Server) + - lint : run lint on framework + - lint-demos : run lint on demos ``` diff --git a/build.xml b/build.xml index 9b83ba26..768b4591 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@