summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-03Ported TEventTriggeredCallback and TValueTriggeredCallbackFabio Bas
2013-11-03Fix for TTimeTriggeredCallabckFabio Bas
2013-11-03Status updateFabio Bas
2013-11-03Ported TCallback + demoFabio Bas
2013-11-03Fixed evaluation of end-scripts on callbackFabio Bas
Aka: fix js event creation on callbacks
2013-11-03Fixed TActivePager's demoFabio Bas
2013-11-03Ported TActiveFileUploadFabio Bas
2013-11-03Log 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-03Fixed TActiveCustomValidatorFabio Bas
2013-11-03Ported TActiveTextBoxFabio Bas
2013-11-03Fixed TActiveRadioButton's validationFabio Bas
2013-11-03Fixed TActiveCheckbox's validationFabio Bas
2013-11-03Fixed TImageButton, TActiveImageButtonFabio Bas
2013-11-03Merged lowpro.jquery.js inside prado.js and removed the unneeded bitsFabio Bas
2013-10-24More work on ajaxFabio Bas
2013-10-24More ajax-related portingFabio Bas
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests)
2013-10-21Ajax: clientside events and optionsFabio Bas
2013-10-20Ported ajax effects, Prado.Element.*Fabio Bas
2013-10-19Started work on ajaxFabio Bas
2013-10-16jquery portFabio Bas
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