Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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 | Fixes the first-call fail of loading parameters in TParameterModule::init() ↵ | Andras Laczi | |
when using cache | |||
2013-10-03 | During callback, separate loading of stylesheet files and code snippets; ↵ | Fabio Bas | |
fixes #480 | |||
2013-09-30 | Better handling of callback errors on request containing non-UTF8 | Fabio Bas | |
Previously we reported being unable to correctly encode the error string; report the original error instead | |||
2013-09-30 | Fix use of TCallbackOptions with TActiveCheckBoxList, ↵ | Fabio Bas | |
TActiveRadioButtonList, TActiveRatingList | |||
2013-09-27 | Fix for mirror method TApplicationComponent::publishFilePath() | Fabio Bas | |
It was stripping away the second parameter of TAssetManager::publishFilePath() | |||
2013-09-19 | Committed TComponent patch by javalizard | Fabio 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-17 | Avoid triggering the default button of the form when pressing enter over a ↵3.2.2.03 | Fabio Bas | |
valid <a href='..'>; fixes #480 | |||
2013-09-17 | Don't instanciate patterns twice in TUrlMapping; Fixes #479 | Fabio Bas | |
2013-09-17 | NumberFormat: force the use of C locale when formatting numbers. Add some ↵ | Fabio Bas | |
testcases. Fixes #486 | |||
2013-09-13 | Update composer | Ciro Mattia Gonano | |
2013-09-13 | Update to r3325 | Ciro Mattia Gonano | |
2013-09-12 | Travis permissions and rebuilt pradolite | Ciro Mattia Gonano | |
2013-09-11 | Try to go back to default autoload. | Ciro Mattia Gonano | |