summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2013-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-06-04Add pradolite3.2.1.02Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-02-28Adding composer.json and autoload fixCiro Mattia Gonano
2013-02-08merged to trunk/ all the changes from branch/3.2 up to r3270ctrlaltca
2013-01-25backported r3265 to trunk/ctrlaltca
2013-01-22patched regression found by unit testctrlaltca
2013-01-22merged r3261, r3262 to trunk/ctrlaltca
2013-01-21ported r3259 to trunk/ctrlaltca
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2013-01-16backported r3253 to trunk/ctrlaltca
2013-01-15backported r3251 into trunk/ctrlaltca
2013-01-07backported r3243 to trunk/ctrlaltca
2013-01-06backported r3241 to trunk/ctrlaltca
2013-01-06backpotder r3238, r3239 to trunk/ctrlaltca
2013-01-06backported r3236 to trunk/ctrlaltca
2013-01-06backported r3233, r3234 to trunk/ctrlaltca
2012-12-28Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428ctrlaltca
2012-11-28TComponent: 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-14fix #427ctrlaltca
2012-11-08added missing message for component_method_undefinedctrlaltca
2012-11-02small doc updatectrlaltca
2012-11-02fix #426ctrlaltca
2012-10-31small fixes to r3211 (documentation only)ctrlaltca
2012-10-31small fixes to r3211 (documentation only)ctrlaltca
2012-10-31MAJOR UPGRADE to TComponentjavalizard@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-17fix TDBUser documentationctrlaltca
2012-10-05fix #425ctrlaltca
2012-09-29fix #424ctrlaltca
2012-08-30Documentation for the T*Rpc* classesctrlaltca
2012-08-30TJsonRpcProtocol: full support for both version 1.0 and 2.0 of the ↵ctrlaltca
specifications
2012-08-30Prado.Element.setAttribute() : remove the "readonly" attribute when it's set ↵ctrlaltca
to false (the same already applies for "disabled")
2012-08-29removed debug from previous commitctrlaltca
2012-08-29tweaked TJsonRpcService enough to make it conform to the old (version 1) ↵ctrlaltca
standard
2012-08-16updated tinyMCE to 3.5.6ctrlaltca
2012-08-10fix #421ctrlaltca
2012-08-06patch for #419ctrlaltca
2012-08-06patch for #420ctrlaltca
2012-07-30test patch for #417ctrlaltca
2012-07-28fix #418ctrlaltca
2012-07-16fix #416ctrlaltca
2012-07-12more removal of ?> from php filesctrlaltca
2012-07-12removed ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-07-12more documentation fixesctrlaltca
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ↵ctrlaltca
(continue)
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ctrlaltca
2012-07-10small fix to previous commitctrlaltca
2012-07-10TSecurityManager: make it able to use any hashing/crypto algorithm supported ↵ctrlaltca
by php; use php built-in functions when available