summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-26Ported TCallback + demoFabio Bas
2013-11-26Fixed evaluation of end-scripts on callbackFabio Bas
Aka: fix js event creation on callbacks
2013-11-26Fixed TActivePager's demoFabio Bas
2013-11-26Ported TActiveFileUploadFabio Bas
2013-11-26Log ajax exceptions a bit betterFabio Bas
Its still sucks because of the support to logger.js.. i suppose everybody uses a browser's console nowadays, so we'd better drop this away..
2013-11-26Fixed TActiveCustomValidatorFabio Bas
2013-11-26Ported TActiveTextBoxFabio Bas
2013-11-26Fixed TActiveRadioButton's validationFabio Bas
2013-11-26Fixed TActiveCheckbox's validationFabio Bas
2013-11-26Fixed TImageButton, TActiveImageButtonFabio Bas
2013-11-26Merged lowpro.jquery.js inside prado.js and removed the unneeded bitsFabio Bas
2013-11-26More work on ajaxFabio Bas
2013-11-26More ajax-related portingFabio Bas
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests)
2013-11-26Ajax: clientside events and optionsFabio Bas
2013-11-26Ported ajax effects, Prado.Element.*Fabio Bas
2013-11-26Started work on ajaxFabio Bas
2013-11-26jquery portFabio Bas
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