Age | Commit message (Expand) | Author | Files | Lines |
2016-05-17 | Fix #4633 | Andrey Andreev | 1 | -1/+1 |
2016-03-12 | Fix #4516 | Andrey Andreev | 1 | -0/+10 |
2016-01-30 | Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192 | Andrey Andreev | 1 | -0/+7 |
2016-01-11 | Alter a valid URL test | Andrey Andreev | 1 | -1/+1 |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -5/+6 |
2015-04-01 | [ci skip] Whitespace cleanup following PR #3716 | Andrey Andreev | 1 | -29/+29 |
2015-04-01 | Style changes and variable name changes | David Woods | 1 | -22/+21 |
2015-03-30 | Fix for parsing error in PHP 5.2 and 5.3 | David Woods | 1 | -1/+2 |
2015-03-30 | Corrected unit tests for set_select, set_radio, and set_checkbox | David Woods | 1 | -32/+27 |
2015-03-30 | Added more unit tests to CI_Form_validation | David Woods | 1 | -0/+147 |
2015-03-28 | Added more units tests for Form_validation | David Woods | 1 | -2/+108 |
2015-03-26 | Polish changes from PR #3678 | Andrey Andreev | 1 | -91/+63 |
2015-03-22 | Corrected invalid matches, differs, and set_data test cases | David Woods | 1 | -34/+61 |
2015-03-21 | Changed scenario based tests to unit tests | David Woods | 1 | -148/+175 |
2015-03-18 | Switched spaces to tabs on the few lines that were missed from previous refac... | David Woods | 1 | -7/+7 |
2015-03-18 | Fixed bug of clearing POST array before every test. | David Woods | 1 | -12/+14 |
2015-03-18 | Corrected incorrect assertion in test_rule_valid_base64 | David Woods | 1 | -1/+1 |
2015-03-18 | Corrected match, differs, base64, and valid_url test cases. | David Woods | 1 | -307/+310 |
2015-03-17 | Corrected an invalid test case | David Woods | 1 | -2/+2 |
2015-03-17 | Reformatted unit tests for easier debugging | David Woods | 1 | -114/+265 |
2015-03-17 | Fixed bugs in form_validation for methods matches, differs, and valid_base64. | David Woods | 1 | -4/+132 |
2015-03-17 | Created setup and construct for Form_Validation unit test | David Woods | 1 | -0/+35 |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 1 | -3/+4 |
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -3/+4 |
2014-10-05 | Merge branch 'develop' into feature/session | Andrey Andreev | 2 | -34/+9 |
2014-08-14 | Skip CI_Encrypt tests if MCrypt is not available | Andrey Andreev | 1 | -26/+8 |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -8/+1 |
2014-06-02 | Disable session tests | Andrey Andreev | 1 | -0/+14 |
2014-05-01 | PHPUnit, what's wrong with you? | Andrey Andreev | 1 | -2/+0 |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 1 | -12/+4 |
2014-02-21 | Add test cases for CI_Upload::__construct(), CI_Upload::initialize() | Andrey Andreev | 1 | -3/+44 |
2014-02-21 | CI_Upload changes | Andrey Andreev | 1 | -6/+0 |
2014-02-20 | Remove a few empty 'mock' classes | Andrey Andreev | 4 | -4/+4 |
2014-02-20 | Fix CI_Calendar tests | Andrey Andreev | 2 | -7/+27 |
2014-02-13 | [ci skip] Test fixes | Andrey Andreev | 2 | -5/+10 |
2014-02-11 | Some other small writing consistency fixes | darwinel | 1 | -1/+1 |
2014-02-11 | A bug fix and optimizations in CI_Table | Andrey Andreev | 1 | -20/+27 |
2014-02-10 | CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs | Andrey Andreev | 1 | -4/+6 |
2014-02-09 | Merge branch 'develop' into 'feature/encryption' | Andrey Andreev | 1 | -1/+1 |
2014-02-08 | Small Style fix | darwinel | 1 | -1/+1 |
2014-02-07 | CI_Encryption: Optimizations and test cases | Andrey Andreev | 1 | -66/+267 |
2014-02-06 | CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility | Andrey Andreev | 1 | -0/+23 |
2014-02-05 | CI_Encryption: HMAC to not be derived from the encryption key | Andrey Andreev | 1 | -4/+6 |
2014-02-05 | CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MO... | Andrey Andreev | 1 | -13/+46 |
2014-02-05 | CI_Encryption: Add Blowfish to compatibility list | Andrey Andreev | 1 | -5/+3 |
2014-02-04 | CI_Encryption: Fix more errors and add a 'portability' test case | Andrey Andreev | 1 | -1/+50 |
2014-02-04 | CI_Encryption: Fix some errors and add unit tests for hkdf() | Andrey Andreev | 1 | -0/+81 |
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -10/+10 |
2014-01-17 | Minor changes related to CI_User_agent | Andrey Andreev | 2 | -19/+52 |
2014-01-09 | Update Calendar library test following PR #2802 | Andrey Andreev | 1 | -15/+18 |