Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | Rebuilt pradolite | Fabio Bas | |
2013-11-25 | Updated version to 3.2.3 | Fabio Bas | |
2013-11-25 | Fixed a bug in TDatePicker rendering an unused TTextBox | Fabio Bas | |
2013-11-19 | Rebuild pradolite for 3.2.2.053.2.2.05 | Ciro Mattia Gonano | |
2013-10-18 | Rebuild pradolite to release new tag3.2.2.04 | Ciro Mattia Gonano | |
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 | |||
2012-11-14 | fix #427 | ctrlaltca | |
2012-11-08 | added missing message for component_method_undefined | ctrlaltca | |
2012-11-02 | small doc update | ctrlaltca | |
2012-11-02 | fix #426 | ctrlaltca | |
2012-10-31 | small fixes to r3211 (documentation only) | ctrlaltca | |
2012-10-31 | small fixes to r3211 (documentation only) | ctrlaltca | |
2012-10-31 | MAJOR UPGRADE to TComponent | javalizard@gmail.com | |
This adds global 'fx' events, behaviors, class-wide behaviors, intra-object/behavior 'dy' events, and tweaks the raiseEvent to be more advanced (yet backward compatible). A large amount of documentation is in here too. Slight changes to the TApplication object is made to provide events with priorities. TComponent has a massive amount of test cases as well… There are now 512 assertions. Test cases have been added for testing the GetJS and SetJS and ensure functionality of these new getters and setters. The Behaviors are all tested and fully integrated into the TComponent Object. Behaviors are more transparently and widely integrated into TComponent. Class Behaviors rely on the global events to add behaviors to instanced objects. Class behaviors also allow for behaviors to be added during the instancing of new objects of the class. Dynamic events enable the object to send events directly to behaviors as intra-object events. Dynamic events can be chained as multiple behaviors may implement the event. This allows for parameter filtering. RaiseEvent allows for raising global events, capturing results, and feeding results forward into the next handlers parameters should the need arise. This is a forward thinking feature to enable new processes to be designed into the code for PRADO version 3.3 and future version 4.0. This functionality is transparent when unused. We are hoping this is fully backward compatible with the existing code base. It was designed for maximum backward compatibility while expanding the functional base exponentially. This clears the way for a new way of thinking about how objects relate. | |||
2012-10-17 | fix TDBUser documentation | ctrlaltca | |
2012-10-05 | fix #425 | ctrlaltca | |
2012-09-29 | fix #424 | ctrlaltca | |