summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Adding toArray() and toJSON() to TActiveRecord(cherry picked from commit ↵David Marko
3f7dab44ea0b45dcdc5d590d94659010ef1eddda)
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
2014-08-21Fixed some function tests; start working on porting them to Selenium2 interfaceFabio Bas
(cherry picked from commit 5d9f6fc77131d75e6c73a7e57df8d967b6b09215) Conflicts: tests/FunctionalTests/validators/tests/DatePickerTestCase.php
2013-11-26Updatd release date3.2.3Fabio Bas
2013-11-26Forgot to update Quickstart tutorial pdf's versionFabio Bas
2013-11-26Merge branch 'master' of github.com:pradosoft/pradoCiro Mattia Gonano
2013-11-26Update composerCiro Mattia Gonano
2013-11-26Clean up checks for .svn directoryFabio Bas
2013-11-26Get version hash from git while creating dist packageFabio Bas
2013-11-26Rebuilt pradoliteFabio Bas
2013-11-25Updated version to 3.2.3Fabio Bas
2013-11-25Remove dummy autoloader directivesFabio Bas
2013-11-25Quickstart: added event priority/behaviours/global events docFabio Bas
2013-11-25Updated HISTORYFabio Bas
2013-11-25Fixed a bug in TDatePicker rendering an unused TTextBoxFabio Bas
2013-11-19Rebuild pradolite for 3.2.2.053.2.2.05Ciro Mattia Gonano
2013-10-26Small fix for the quickstart tutorialFabio Bas
2013-10-18Rebuild pradolite to release new tag3.2.2.04Ciro Mattia Gonano
2013-10-14Merge pull request #487 from polarbearhandler/param_module_cache_fixctrlaltca
TParameterModule::init() bug when using cache
2013-10-14Fixes the first-call fail of loading parameters in TParameterModule::init() ↵Andras Laczi
when using cache
2013-10-04Try to enable coverage in travis testFabio Bas
2013-10-03Raise memory limit for coverage testsFabio Bas
2013-10-03Try to include functional tests in coverageFabio Bas
2013-10-03During callback, separate loading of stylesheet files and code snippets; ↵Fabio Bas
fixes #480
2013-10-01Fixed the remeining functional tests;Fabio Bas
the tests using keyDown() had to be commented out..
2013-09-30More work on fixing testcases for old ticketsFabio Bas
2013-09-30Better handling of callback errors on request containing non-UTF8Fabio Bas
Previously we reported being unable to correctly encode the error string; report the original error instead
2013-09-30Fix some functionaltests of the ticket/ seriesFabio Bas
2013-09-30Fix use of TCallbackOptions with TActiveCheckBoxList, ↵Fabio Bas
TActiveRadioButtonList, TActiveRatingList
2013-09-30Ported all the remaining quickstart functional testsFabio Bas
2013-09-28More functional test portingFabio Bas
2013-09-27More functional tests portingFabio Bas
2013-09-27Fix for mirror method TApplicationComponent::publishFilePath()Fabio Bas
It was stripping away the second parameter of TAssetManager::publishFilePath()
2013-09-24Add depending.in badgeCiro Mattia Gonano
2013-09-24Ported some failing functional tests to phpunit+seleniumFabio 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-20Attempt to fix travis build, nth attemptFabio Bas
2013-09-20Raise memory limit on travis buildFabio Bas
2013-09-20Enable travis for php 5.3, 5.4, 5.5; enabled coverallsFabio Bas
2013-09-19Committed TComponent patch by javalizardFabio Bas
TComponent Update: Behaviors, Class Behaviors, fx global events, and dy one to one events. This patchset was currently available only on svn trunk/
2013-09-19Ported old I18N tests from simpleunit to phpunitFabio Bas
2013-09-17Avoid triggering the default button of the form when pressing enter over a ↵3.2.2.03Fabio Bas
valid <a href='..'>; fixes #480
2013-09-17Don't instanciate patterns twice in TUrlMapping; Fixes #479Fabio Bas
2013-09-17NumberFormat: force the use of C locale when formatting numbers. Add some ↵Fabio Bas
testcases. Fixes #486
2013-09-17Remove again coverallsCiro Mattia Gonano
2013-09-17With Travis fixed, restore coveralls hookCiro Mattia Gonano
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2013-09-14Hopefully fix travis testsFabio Bas