Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-15 | Removed ?> from tests | Fabio Bas | |
2014-01-14 | Removed TJavascriptLogger from demos and tests | Fabio Bas | |
Any browser’s development tool is way better, and it stops exceptions from being catched by the browser’s console | |||
2014-01-10 | Fixed TRatingList test (it's not even enabled, anyway) | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Fixed some function tests; start working on porting them to Selenium2 interface | Fabio Bas | |
2013-11-26 | Ported some tests | Fabio Bas | |
2013-11-26 | Fixed dynamic creation of js events | Fabio Bas | |
2013-11-26 | More work on ajax | Fabio Bas | |
2013-10-03 | Raise memory limit for coverage tests | Fabio Bas | |
2013-10-01 | Fixed the remeining functional tests; | Fabio Bas | |
the tests using keyDown() had to be commented out.. | |||
2013-09-30 | More work on fixing testcases for old tickets | Fabio Bas | |
2013-09-30 | Fix some functionaltests of the ticket/ series | Fabio Bas | |
2013-09-30 | Ported all the remaining quickstart functional tests | Fabio Bas | |
2013-09-28 | More functional test porting | Fabio Bas | |
2013-09-27 | More functional tests porting | Fabio Bas | |
2013-09-24 | Ported some failing functional tests to phpunit+selenium | Fabio Bas | |
2013-09-22 | Phing: added target for phpunit+selenium | Fabio Bas | |
Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce | |||
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-19 | Ported old I18N tests from simpleunit to phpunit | Fabio Bas | |
2013-09-17 | NumberFormat: force the use of C locale when formatting numbers. Add some ↵ | Fabio Bas | |
testcases. Fixes #486 | |||
2013-09-17 | Chnages in phpunit's bootstrap script; should hopefully fix travis | Fabio Bas | |
2013-09-14 | Hopefully fix travis tests | Fabio Bas | |
2013-09-14 | Drop old google code links | Fabio Bas | |
2013-09-14 | More gitignore for tests directories | Fabio Bas | |
2013-09-13 | Add some missing empty directory, and a dummy .gitignore inside them | Fabio Bas | |
Otherwise git would strip them away | |||
2013-09-13 | Don't gitignore assets/ and protected/runtime/ directories in tests and demo ↵ | Fabio Bas | |
apps; gitignore only their contents The directories needs to exists in order for demos and tests to run correctly | |||
2013-09-13 | Update to r3325 | Ciro Mattia Gonano | |
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-06 | backported r3233, r3234 to trunk/ | ctrlaltca | |
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-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-04-14 | more tests fixing | ctrlaltca@gmail.com | |
2012-04-14 | When rendering the <span> used as a placeholder for an invisible ↵ | ctrlaltca@gmail.com | |
activecontrol, set its style to display:none to ensure it's considered not-visible by clientside javascript | |||
2012-04-13 | Minor regression fix in TAutoComplete's js; | ctrlaltca@gmail.com | |
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases | |||
2012-04-13 | Added some pause in DatePickerTestCase to avoid a false positive | ctrlaltca@gmail.com | |
2012-04-13 | Update ActiveCustomValidator test case to support the new behavior due to ↵ | ctrlaltca@gmail.com | |
the fix of #91 | |||
2012-01-18 | fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ | ctrlaltca@gmail.com | |
a quickstart example, updated 2 tests that were broken + HISTORY | |||
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 | |
2011-05-15 | miscellanea: synced THtmlArea languages and plugins list with the current ↵ | ctrlaltca@gmail.com | |
version of TinyMCE; small fix for unittest ticket#439 | |||
2011-05-11 | fixed 3 more unittests | ctrlaltca@gmail.com | |
2011-05-11 | Small fix for a regression introduced in r2888 (TActiveDatePicker was broken ↵ | ctrlaltca@gmail.com | |
if InputMode="DropDownList" ) Testcase for ActiveDatePicker have been updated (it was checking for year 2005 in the datepicker, now it checks for date('Y')+1) | |||
2011-05-10 | php 5.3 compatibility fix | rojaro | |
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. |