Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-07-17 | TSecurityManager: remove additional right padding added by mcrypt_decrypt | ctrlaltca@gmail.com | |
TSecurityManagerTest: loop through different string length to take account of mcrypt's block cipher padding TAPCCacheTest: fixed static member usage THttpRequestTest: fixed testRequestWithUrlMapping test | |||
2011-06-25 | Added two methods for getting array elements out of TPriorityList above and ↵ | javalizard | |
below a specific priority, with inclusion. Added TPriorityMap and test cases. | |||
2011-06-20 | some fixes on tests | ctrlaltca@gmail.com | |
2011-05-21 | up-ported to trunk/ unit tests fixes from r2921 | ctrlaltca@gmail.com | |
2010-10-04 | #247 Removed one redundant function. Change the unit test to reflect the ↵ | javalizard | |
function removal. | |||
2010-10-03 | #247 Finalized the TPriorityList class, its unit tests, and added one ↵ | javalizard | |
missing unit test to TList. | |||
2010-09-27 | #291 Added new unit tests for all edit operations on read-only lists. Added ↵ | javalizard | |
a read-only conditional prior to the item search within three functions that search for an item index in the TList prior to editing. | |||
2010-09-26 | Upgraded the phpunit ini file to work with PHPUnit 3.3, 3.4, and 3.5. There ↵ | javalizard | |
are conditionals for 3.3 and 3.4. No more Framework file includes are needed with 3.5. | |||
2010-04-22 | started using the TPriorityList, updated some methods functions and slimmed ↵ | javalizard | |
things done a touch. This also updates the unit test. The unit test isn't perfect just yet but this class works 100% as a TList. As things get settled I'll get the docs going on this new class. | |||
2010-04-18 | TPriorityList works like TList if no class specific methods are called. ↵ | javalizard | |
Adds the Unit test. TPriorityList needs more unit testing but I wanted to submit this so the method names can be peer reviewed. | |||
2010-04-17 | Got the return value nailed down for TList::InsertBefore and ↵ | javalizard | |
TList::insertAfter using the unit test. | |||
2010-04-17 | Added Unit tests for insertBefore/After. Change code to expected behavior. | javalizard | |
2010-04-16 | Added a few more tests to the TListTest unit test. | javalizard | |
2010-04-12 | Fixed Issue#246 | Christophe.Boulain | |
2010-02-21 | Merged latest changes into trunk (except r2773) | godzilla80@gmx.net | |
/branches/3.1:r2765,2770-2771,2774,2776-2778 | |||
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-05-01 | Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __get | godzilla80@gmx.net | |
2009-03-22 | Fixed Issue #88 - SQLMap $Param$ re-evaluation bug | godzilla80@gmx.net | |
2008-08-06 | fixed #899 | knut | |
2008-08-05 | fixed #897 | knut | |
2008-07-20 | fixed #886 | knut | |
2008-06-27 | Fixed #872 | tof | |
2007-12-11 | Clean up some unit tests to allow them run with PHPUnit 3.1+ | tof | |
2007-10-07 | minor correction in test setup for APC caching (skipping if not configured ↵ | knut | |
correctly: apc.enable_cli = 1) | |||
2007-08-05 | fixed doc error. | xue | |
2007-08-05 | fixed THttpRequestTest to work with Qiangs latest changes | carl | |
2007-08-04 | added unit test to ForceSecureConnection on THttpRequest | carl | |
2007-07-27 | fixed typo in TCacheHttpSessionTest | carl | |
2007-07-27 | typo. | carl | |
2007-07-27 | #682 - testing of TCacheHttpSession | carl | |
2007-07-26 | #623 - MemCache to support multiple servers | carl | |
2007-07-26 | added TMemCacheSessionTest to AllTests.php | carl | |
2007-07-26 | #680 - implementation of TMemCacheSession | carl | |
2007-06-27 | implement unit tests for THtmlWriter | tof | |
2007-06-27 | Add unit test for TXmlDocument and TXmlElementList | tof | |
2007-06-20 | Add a test for THttpRequest with a TUrlMapping as url manager | tof | |
2007-06-19 | added some more unit test stubs | knut | |
2007-06-19 | fixed #655 | knut | |
2007-06-18 | corrected test | knut | |
2007-06-18 | Partial implementation of unit tests for THttpResponseTest | tof | |
2007-06-18 | corrected small type which caused a php notice | tof | |
2007-06-15 | Implement unit test for TSecurityManager | tof | |
add app/runtime directory to simulate application runtime directory | |||
2007-06-15 | Implement unit tests for TUser, TUserManager | tof | |
Start implement unit tests for TAuthManager (still incomplete) | |||
2007-06-14 | Add some guards while creating and removing tests assets directory | tof | |
2007-06-13 | Implements TAssetManager test suite | tof | |
2007-06-13 | Override PradoBase::getUserLanguages() so the $languages var is recomputed ↵ | tof | |
on each call from test suite. | |||
2007-06-13 | Change the order of the Web_Alltests suite | tof | |
2007-06-13 | Implements THttpCookie, THttpCookieCollection, and THttpRequest unit tests | tof | |