Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-29 | Removed deprecated code | Fabio Bas | |
2016-03-29 | Fixed 10 "critical" issues found by scrutinizer | Fabio Bas | |
* create function => closures * removed var_dump from tests | |||
2016-03-29 | Ported / fixed most old tests | Fabio Bas | |
2016-03-25 | Removed simpletest and moved all tests in the unit tree | Fabio Bas | |
Tests are executed now, but a lot of them need fixing. | |||
2015-12-07 | Misc repo fixes | Fabio Bas | |
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-08-08 | More test fixes | David | |
2015-08-06 | Fix tests | David | |
work around stale references by explicitly waiting | |||
2015-03-11 | TJuiDialog | David | |
2014-11-21 | TJuiAutoComplete multiselection + quickstart doc | David | |
implemented Separator, minChars and Frequency properties, added the related quickstart parts | |||
2014-09-04 | Fix #531 | David | |
Since PHP 5.3.3 the default value for session.use_only_cookies is 1, so we need to set that to 0 when CookieMode is "None" | |||
2014-08-22 | Fix failing test cases | David | |
because of timing issues | |||
2014-08-05 | Fix System.Data test cases | David | |
2014-07-30 | Fixed test case for issue 524 | David | |
2014-07-19 | Merge pull request #525 from david0/issue-524 | ctrlaltca | |
Convert encoding of all values inside an array before json_serialize | |||
2014-07-10 | Testcase for Issue #524 | David | |
2014-07-10 | Added new test case directory for github issues; added test case for #504 | Fabio Bas | |
2014-04-21 | Ported 2 failing functionaltests | Fabio Bas | |
2014-04-21 | Fixed #516 , added test case | Fabio Bas | |
2014-03-25 | More selenium2 tests porting | Fabio Bas | |
2014-03-25 | Added new test case directory for github issues; added test case for #504 | Fabio Bas | |
2014-03-05 | Started cleaning tests' selenium2 compatibility layer | Fabio Bas | |
2014-02-28 | Ported all tests from Selenium1 (RC) to Selenium2 (WebDriver) using a ↵ | Fabio Bas | |
compatibility layer | |||
2014-02-25 | Ensure all tests have a proper doctype and html structure, to avoid ↵ | Fabio Bas | |
browser's quirks mode | |||
2014-02-24 | Cross-browser tests | Fabio Bas | |
2014-02-19 | Update local tests path | Fabio Bas | |
2014-02-19 | Fix test for firefox | Fabio Bas | |
2014-02-12 | Fixed TAutoComplete | Fabio Bas | |
2014-02-10 | More tests porting | Fabio Bas | |
2014-02-10 | Ported some tests to jQuery | Fabio Bas | |
2014-02-08 | Fixed CustomTemplate test | Fabio Bas | |
2014-02-08 | Fixed TActivePanel test | Fabio Bas | |
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/ |