Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-01-02 | updated HISTORY | ctrlaltca | |
2012-12-29 | updated HISTORY | 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-18 | removed prado customized tasks already existing in phing | ctrlaltca | |
new ping targets: lint and lint-demos | |||
2012-11-18 | dropped old tests referring to unexisting components (NOTE: this includes ↵ | ctrlaltca | |
what seems a test suite for an older version of SQLMap) | |||
2012-11-18 | Reworked the "test" task in order to make it work again: | ctrlaltca | |
- it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice) - fixed tests in order to be compatible with recent phpunit versions (currently 3.7) - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap) Added some svn-ignore properties | |||
2012-11-18 | dropped PHPUnit2, since it doesn't support recent php versions | ctrlaltca | |
2012-11-18 | prado book: update modified pages from quickstart | ctrlaltca | |
2012-11-18 | update ping. Part 2: added ping 2.4.12, fixed caller script | ctrlaltca | |
2012-11-18 | update ping. Part 1: delete old version | ctrlaltca | |
2012-11-14 | fix #427 | ctrlaltca | |
2012-11-08 | added missing message for component_method_undefined | ctrlaltca | |
2012-11-08 | textmate/sublime syntax highlight: support for prado's triple-dash comment ↵ | ctrlaltca | |
<!--- ---> | |||
2012-11-02 | small doc update | ctrlaltca | |
2012-11-02 | updated HISTORY | 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 | |
2012-09-01 | fixed XML-RPC documentation link | rojaro@gmail.com | |
2012-08-31 | Quickstart tutorial page for the TRpcService | ctrlaltca | |
2012-08-30 | Documentation for the T*Rpc* classes | ctrlaltca | |
2012-08-30 | TJsonRpcProtocol: full support for both version 1.0 and 2.0 of the ↵ | ctrlaltca | |
specifications | |||
2012-08-30 | Prado.Element.setAttribute() : remove the "readonly" attribute when it's set ↵ | ctrlaltca | |
to false (the same already applies for "disabled") | |||
2012-08-29 | removed debug from previous commit | ctrlaltca | |
2012-08-29 | tweaked TJsonRpcService enough to make it conform to the old (version 1) ↵ | ctrlaltca | |
standard | |||
2012-08-16 | forgot to update HISTORY in previous commit | ctrlaltca | |
2012-08-16 | updated tinyMCE to 3.5.6 | ctrlaltca | |
2012-08-10 | fix #421 | ctrlaltca | |
2012-08-06 | patch for #419 | ctrlaltca | |
2012-08-06 | patch for #420 | ctrlaltca | |
2012-07-30 | test patch for #417 | ctrlaltca | |
2012-07-28 | fix #418 | ctrlaltca | |