Age | Commit message (Expand) | Author | Files | Lines |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -1/+1 |
2015-02-27 | Make CI_Input:: read-only as well | Andrey Andreev | 1 | -0/+8 |
2015-02-19 | test_db_failover is failing after 'autoinit' removal ... | Andrey Andreev | 1 | -1/+1 |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -2/+1 |
2015-02-17 | Fix #3572: CI_Security::_remove_evil_attributes() | Andrey Andreev | 1 | -0/+5 |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -2/+2 |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -2/+2 |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -3/+3 |
2015-01-20 | Ignore mysql_*connect() E_DEPRECATED errors in tests | Andrey Andreev | 1 | -0/+7 |
2015-01-12 | Added support for running unit tests on PHP 5.2 | Dan Bernardic | 1 | -17/+17 |
2015-01-11 | Added a unit test for #3464 | Dan Bernardic | 1 | -4/+9 |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 |
2014-02-24 | Don't use globals | Andrey Andreev | 1 | -0/+2 |
2014-02-20 | CI_Utf8-related changes | Andrey Andreev | 1 | -3/+6 |
2014-02-20 | Remove a few empty 'mock' classes | Andrey Andreev | 7 | -19/+1 |
2014-02-15 | Rename CI_Utf8::_is_ascii() to is_ascii() and make it public | Andrey Andreev | 1 | -5/+0 |
2014-02-12 | Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf... | Andrey Andreev | 1 | -23/+2 |
2014-02-12 | [ci skip] Indentation fix | Andrey Andreev | 1 | -1/+1 |
2014-02-12 | Remove pointless mocks for remove_invisible_characters(), is_php(), is_really... | Andrey Andreev | 1 | -51/+0 |
2014-02-11 | Utf8/iconv/mbstring-related changes | Andrey Andreev | 1 | -0/+11 |
2014-02-07 | CI_Encryption: Optimizations and test cases | Andrey Andreev | 1 | -0/+39 |
2014-02-04 | CI_Encryption: Fix some errors and add unit tests for hkdf() | Andrey Andreev | 1 | -15/+38 |
2014-01-16 | Add a unit test for CI_Utf8::_is_ascii() | Andrey Andreev | 1 | -0/+5 |
2014-01-15 | CI_URI changes related to the 'permitted_uri_chars' setting | Andrey Andreev | 1 | -2/+13 |
2014-01-13 | Don't throw in mock autoloader | Fred Emmott | 1 | -15/+1 |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl... | Andrey Andreev | 2 | -5/+9 |
2013-09-13 | Drop the unused parameter from log_message() / CI_Log::write_log() | Andrey Andreev | 1 | -1/+1 |
2013-07-15 | Fix Travis tests | Andrey Andreev | 1 | -0/+2 |
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 1 | -1/+1 |
2013-03-31 | fix typo : StdClass should be stdClass | Abdul Malik Ikhsan | 1 | -1/+1 |
2013-02-21 | DB_result tests seem to also depend on autoloading via the class_exists() che... | Andrey Andreev | 1 | -0/+0 |
2013-02-21 | Fix Session tests | Andrey Andreev | 1 | -1/+3 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 4 | -4/+3 |
2012-11-25 | MySQLi tests | Andrey Andreev | 2 | -0/+51 |
2012-11-25 | Merge pull request #2029 from dchill42/driver_ext | Andrey Andreev | 2 | -7/+27 |
2012-11-25 | Replaced Mock_Core_Lang with PHPUnit mockups | dchill42 | 2 | -40/+0 |
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 2 | -7/+27 |
2012-11-09 | Move Log class to core in tests as well | Andrey Andreev | 1 | -6/+5 |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 2 | -3/+4 |
2012-11-03 | Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 | Andrey Andreev | 1 | -2/+0 |
2012-11-03 | Fix the bloody tests | Andrey Andreev | 1 | -0/+2 |
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -5/+3 |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 2 | -10/+10 |
2012-10-23 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into load_con... | dchill42 | 1 | -1/+2 |
2012-10-23 | Fix a mock db entry | Andrey Andreev | 1 | -1/+1 |
2012-10-23 | Add a test for issue #273 | Andrey Andreev | 1 | -1/+2 |
2012-10-22 | Raised CI_Loader test coverage to 93% | dchill42 | 5 | -18/+9 |
2012-10-14 | Adapted DB for VFS changes and fixed Common case in Bootstrap.php | dchill42 | 3 | -3/+60 |
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 5 | -45/+233 |
2012-10-10 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u... | dchill42 | 5 | -0/+53 |