Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2013-09-11 | Build | Ciro Mattia Gonano | |
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-07-29 | Merge r3299 | Ciro Mattia Gonano | |
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-06-04 | Add pradolite3.2.1.02 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-02-28 | Adding composer.json and autoload fix | Ciro Mattia Gonano | |
2013-02-08 | merged to trunk/ all the changes from branch/3.2 up to r3270 | ctrlaltca | |
2013-01-25 | backported r3265 to trunk/ | ctrlaltca | |
2013-01-22 | patched regression found by unit test | ctrlaltca | |
2013-01-22 | merged r3261, r3262 to trunk/ | ctrlaltca | |
2013-01-21 | ported r3259 to trunk/ | ctrlaltca | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2013-01-16 | backported r3253 to trunk/ | ctrlaltca | |
2013-01-15 | backported r3251 into trunk/ | ctrlaltca | |
2013-01-07 | backported r3243 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3241 to trunk/ | ctrlaltca | |
2013-01-06 | backpotder r3238, r3239 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3236 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3233, r3234 to trunk/ | ctrlaltca | |
2012-12-28 | Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428 | ctrlaltca | |
2012-11-28 | TComponent: strip out in __sleep() variables that doesn't need to be saved ↵ | ctrlaltca | |
(because they did not change from their default values) when the class gets serialized. References #337 This definitely needs better handling of subclasses properties |