Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-23 | Fixed dynamic creation of js events | Fabio Bas | |
2013-11-23 | Re-added Prado.Callback helper function | Fabio Bas | |
2013-11-23 | Re-enabled prototype, moved scriptaculous inside it | Fabio Bas | |
2013-11-23 | Git decided to fix line endings.. | Fabio Bas | |
2013-11-22 | Merge branch 'jquery' of https://github.com/pradosoft/prado into jquery | Daniel | |
2013-11-22 | WSAT beta release. | Daniel | |
2013-11-21 | Ported TSlider | Fabio Bas | |
2013-11-21 | Ported TKeyboard | Fabio Bas | |
2013-11-21 | Ported THtmlArea4 | Fabio Bas | |
2013-11-21 | Ported THtmlArea | Fabio Bas | |
2013-11-21 | Ported colorpicker | Fabio Bas | |
2013-11-21 | Ported TActiveDatePicker | Fabio Bas | |
2013-11-21 | Fixed a bug in TDatePicker rendering an unused TTextBox | Fabio Bas | |
2013-11-21 | Fixed TTextBox's AutoPostBack=true | Fabio Bas | |
2013-11-21 | Ported datepicker | Fabio Bas | |
2013-11-21 | Fixed Prado's stopObserving | Fabio Bas | |
2013-11-21 | Fixed TControl::focus() | Fabio Bas | |
2013-11-21 | Fixed DefaultButton | Fabio Bas | |
2013-11-19 | Rebuild pradolite for 3.2.2.053.2.2.05 | Ciro Mattia Gonano | |
2013-11-18 | WSAT Login... | Daniel | |
2013-11-17 | Micro-optimizations: | Daniel | |
Removing unnecessary static functions serialize and unserialize from PradoBase and updating its dependencies with the native php's. | |||
2013-11-17 | WSAT, similar to Microsoft - Web Site Administration Tool and Yii's Gii, ↵ | Daniel | |
will allow as to generate a lot code such as AR classes with the proper relationships... scaffolding... as well as to admin the app configuration and pages configurations in a GUI fashion. | |||
2013-11-03 | Ported TEventTriggeredCallback and TValueTriggeredCallback | Fabio Bas | |
2013-11-03 | Fix for TTimeTriggeredCallabck | Fabio Bas | |
2013-11-03 | Status update | Fabio Bas | |
2013-11-03 | Ported TCallback + demo | Fabio Bas | |
2013-11-03 | Fixed evaluation of end-scripts on callback | Fabio Bas | |
Aka: fix js event creation on callbacks | |||
2013-11-03 | Fixed TActivePager's demo | Fabio Bas | |
2013-11-03 | Ported TActiveFileUpload | Fabio Bas | |
2013-11-03 | Log ajax exceptions a bit better | Fabio 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-03 | Fixed TActiveCustomValidator | Fabio Bas | |
2013-11-03 | Ported TActiveTextBox | Fabio Bas | |
2013-11-03 | Fixed TActiveRadioButton's validation | Fabio Bas | |
2013-11-03 | Fixed TActiveCheckbox's validation | Fabio Bas | |
2013-11-03 | Fixed TImageButton, TActiveImageButton | Fabio Bas | |
2013-11-03 | Merged lowpro.jquery.js inside prado.js and removed the unneeded bits | Fabio Bas | |
2013-10-26 | Small fix for the quickstart tutorial | Fabio Bas | |
2013-10-24 | More work on ajax | Fabio Bas | |
2013-10-24 | More ajax-related porting | Fabio Bas | |
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests) | |||
2013-10-21 | Ajax: clientside events and options | Fabio Bas | |
2013-10-20 | Ported ajax effects, Prado.Element.* | Fabio Bas | |
2013-10-19 | Started work on ajax | Fabio Bas | |
2013-10-18 | Rebuild pradolite to release new tag3.2.2.04 | Ciro Mattia Gonano | |
2013-10-16 | jquery port | Fabio Bas | |
2013-10-14 | Merge pull request #487 from polarbearhandler/param_module_cache_fix | ctrlaltca | |
TParameterModule::init() bug when using cache | |||
2013-10-14 | Fixes the first-call fail of loading parameters in TParameterModule::init() ↵ | Andras Laczi | |
when using cache | |||
2013-10-04 | Try to enable coverage in travis test | Fabio Bas | |
2013-10-03 | Raise memory limit for coverage tests | Fabio Bas | |
2013-10-03 | Try to include functional tests in coverage | Fabio Bas | |
2013-10-03 | During callback, separate loading of stylesheet files and code snippets; ↵ | Fabio Bas | |
fixes #480 |