Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-11-08 | added missing message for component_method_undefined | 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-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-07-10 | TSecurityManager: make it able to use any hashing/crypto algorithm supported ↵ | ctrlaltca | |
by php; use php built-in functions when available | |||
2012-05-10 | fix for #400 | ctrlaltca | |
2011-11-17 | 3-in-1 bugfix commit: | ctrlaltca@gmail.com | |
1) TErrorHandler: avoid an error when trying to hide the file path of a lambda function 2) TSecurityManager: avoid a race condition when first generating the encryptionkey or the validationkey 3) TActiveFileUpload: urlencode the base64'ed token since it can contain the "+" character (otherway it would be traslated to a space) | |||
2011-10-02 | Added TReCaptcha control (ticket #345) and added a notice about the lack of ↵ | ctrlaltca@gmail.com | |
security of TCaptcha (ticket #344) | |||
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2011-01-19 | Raise an exception when DB driver doesn't support changing charset. | christophe.boulain | |
Also some minor MSSQL fixes | |||
2011-01-06 | fixed #300 | rojaro | |
2010-02-21 | Merged latest changes into trunk (except r2773) | godzilla80@gmx.net | |
/branches/3.1:r2765,2770-2771,2774,2776-2778 | |||
2010-02-15 | Merge from r2765 (and some others) 3.1 | Christophe.Boulain | |
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase | |||
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2010-02-13 | NEW: Add Beta of master/slave senario solution | godzilla80@gmx.net | |
- add package System.Testing.Data.Analysis - add package System.Testing.Data.Distributed - add sub package System.Testing.Data.Distributed.MasterSlave - add unittest for System.Testing.Data.Analysis | |||
2009-10-07 | Add TActiveTableCell & TActiveTableRow | Christophe.Boulain | |
2009-06-07 | Merging latest 3.1 changes into trunk (r2672-2677) | godzilla80@gmx.net | |
2009-06-07 | Fixed Issue#174 - TErrorHandler: HTTP error messages contains sensitive ↵ | godzilla80@gmx.net | |
information | |||
2009-05-27 | Merge from 3.2 branch. | Christophe.Boulain | |
Beginning of Prado 3.2 development | |||
2009-02-11 | Added caching of message files to TException | haertl.mike | |
2008-12-07 | work on php style configuration | carlgmathisen | |
2008-12-03 | Merge from trunk | christophe.boulain | |
2008-11-30 | Issue#77 - TJsonService | carlgmathisen | |
2008-10-24 | Added TActiveFileUpload | Christophe.Boulain | |
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-07-30 | updated copyright | knut | |
2008-06-30 | Implemented MessageSource_Database | mikl | |
2008-06-27 | Fixed #859 | tof | |
2008-06-20 | Fixed #871 | jrags | |
2008-04-21 | Updated exception messages | tof | |
2008-04-18 | Added more french error messages translation | tof | |
2008-01-04 | Fixed #743. | xue | |
2007-12-24 | TDataFieldAccessor now supports chained property access without getters. | xue | |
TJavaScript::encode() will encode data as a list if integer indices are detected. | |||
2007-11-29 | updated messages. | xue | |
2007-11-26 | a minor sanity check. | xue | |
2007-11-09 | update id messages. | xue | |
2007-11-08 | further AR refactoring. | xue | |
2007-11-08 | refactored AR. | xue | |
2007-10-09 | removed version info when not in debug mode. | xue | |
2007-09-27 | message update. | xue | |
2007-09-27 | Fixed #709. | xue | |
2007-09-26 | minor code refactoring. | xue | |
2007-09-24 | updated Indonesian translation. | xue | |
2007-09-24 | added TConditional. | xue | |
2007-09-18 | Fixed #705. | xue | |
2007-09-17 | Added TCachePageStatePersister | xue | |
2007-09-11 | Fixed #692, #700. | xue | |