summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
2014-08-23Removed ?> from buildscripts and demosFabio Bas
2014-08-23Added some TCallbackClientScript demosFabio Bas
cherry-picked from 781f6731122cf622bcdf64441d247b5e37a2c3d0
2014-08-21Fix #515Fabio Bas
(cherry picked from commit f95623e43ce5829b91d1fde0e7978aca96e3e936)
2014-08-21Respect ButtonCssClass property in TActivePager. fix #511Fabio Bas
(cherry picked from commit 6784c512fdccd03aee8864b7c94758909d3cd3d0)
2014-08-21Update CommandLine.pagemcinp
prado-cli.php moved to /bin(cherry picked from commit 888f241829e8922e95c5c925a192a50fe34264cd) Conflicts: demos/quickstart/protected/pages/GettingStarted/CommandLine.page
2014-08-21Update HelloWorld.pagemcinp
prado-cli.php moved to /bin(cherry picked from commit 00bc3da51fbc0a6231d08c85a44df5762f9c5545)
2014-08-21Removed TJavascriptLogger from demos and testsFabio Bas
Any browser’s development tool is way better, and it stops exceptions from being catched by the browser’s console (cherry picked from commit 0a136fe37491281ada5084b6eb5a72d4ca8d948a)
2014-08-21Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git (cherry picked from commit 3e9969766153839abfb7de59e0c778a604bfbf55) Conflicts: framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php
2014-08-21Happy 2014!Fabio Bas
(cherry picked from commit 7915cde127eba2a5143fd45c6b32e81ad91bdfae) Conflicts: framework/Data/Common/Mssql/TMssqlMetaData.php framework/Data/Common/Mysql/TMysqlMetaData.php framework/Data/Common/Oracle/TOracleMetaData.php framework/Data/Common/Pgsql/TPgsqlMetaData.php framework/Data/Common/Sqlite/TSqliteMetaData.php framework/Data/Common/TDbMetaData.php framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php framework/Wsat/TWsatARGenerator.php framework/Wsat/TWsatService.php framework/Wsat/pages/TWsatGenerateAR.php framework/Wsat/pages/TWsatHome.php framework/Wsat/pages/TWsatLogin.php framework/Wsat/pages/TWsatScaffolding.php
2013-11-26Forgot to update Quickstart tutorial pdf's versionFabio Bas
2013-11-25Updated version to 3.2.3Fabio Bas
2013-11-25Quickstart: added event priority/behaviours/global events docFabio Bas
2013-10-26Small fix for the quickstart tutorialFabio Bas
2013-09-22Phing: added target for phpunit+seleniumFabio Bas
Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce
2013-09-14Drop old google code linksFabio Bas
2013-09-13Add some missing empty directory, and a dummy .gitignore inside themFabio Bas
Otherwise git would strip them away
2013-09-13Don't gitignore assets/ and protected/runtime/ directories in tests and demo ↵Fabio Bas
apps; gitignore only their contents The directories needs to exists in order for demos and tests to run correctly
2013-09-11Merge up to r3319Ciro Mattia Gonano
2013-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-03-07Add ClientScriptLoaderCiro Mattia Gonano
2013-03-01BuildCiro Mattia Gonano
2013-02-08merged to trunk/ all the changes from branch/3.2 up to r3270ctrlaltca
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-11-18Reworked the "test" task in order to make it work again:ctrlaltca
- it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice) - fixed tests in order to be compatible with recent phpunit versions (currently 3.7) - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap) Added some svn-ignore properties
2012-09-01fixed XML-RPC documentation linkrojaro@gmail.com
2012-08-31Quickstart tutorial page for the TRpcServicectrlaltca
2012-08-06patch for #419ctrlaltca
2012-07-24removed TClientScriptLoader documentation since it doesn't exists anymore in ↵ctrlaltca
prado 3.2
2012-07-12more removal of ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ↵ctrlaltca
(continue)
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ctrlaltca
2012-06-25added quickstart example for TActiveListBox with multiple selection enabledctrlaltca
2012-06-25Beter example from TSafeHtml's utf7 repacking routinectrlaltca
2012-06-25fixed TInlineFrame democtrlaltca
2012-06-25fixed TConditional examplectrlaltca
2012-06-25small fix to website data generationctrlaltca
2012-03-26added some documentation for the changes introduced to fix #391ctrlaltca@gmail.com
2012-02-12updated quick start page "New features"ctrlaltca@gmail.com
2012-01-18fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ctrlaltca@gmail.com
a quickstart example, updated 2 tests that were broken + HISTORY
2011-12-22fix #187ctrlaltca@gmail.com
2011-12-21little doc updated related to previous commitctrlaltca@gmail.com
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
2011-12-03Added documentation for TWebControlDecorator (fixes #259);ctrlaltca@gmail.com
Added missing bits to have TWebControlDecorator actually works.
2011-11-09fix #370:ctrlaltca@gmail.com
- deprecated TSqliteCache, use TDbCache instead - reworked the dataaccess code of demos/blog - other smalll fixes around
2011-10-31TActiveMultiView: don't render the clientiside if the active view did not ↵ctrlaltca@gmail.com
change; fixed example in quickstart TMultiView: added missing parameter in error message
2011-10-21removed TClientScriptLoader missed in r3039. Updated documentationctrlaltca@gmail.com
2011-10-17Port changes of r3050 (branches/3.1) to trunkGODZilla0480@gmail.com
2011-08-30reverted r3032, please look ticket #362ctrlaltca@gmail.com