Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-27 | Make CI_Input:: read-only as well | Andrey Andreev | 1 | -0/+8 | |
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 | -3/+3 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-02-24 | Don't use globals | Andrey Andreev | 1 | -0/+2 | |
- Use load_class() to get objects during bootstrap process. - Change load_class() to accept a class constructor parameter instead of previously unused class name prefix. - Change CI_Router::__construct() to accept as a parameter. | |||||
2014-02-20 | CI_Utf8-related changes | Andrey Andreev | 1 | -3/+6 | |
- Give priority to mb_convert_encoding() over iconv() in clean_string() (partially fixes #261) - Add more proper unit tests | |||||
2014-02-20 | Remove a few empty 'mock' classes | Andrey Andreev | 1 | -3/+0 | |
2014-02-15 | Rename CI_Utf8::_is_ascii() to is_ascii() and make it public | Andrey Andreev | 1 | -5/+0 | |
No reason for it to be protected. | |||||
2014-02-12 | Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of ↵ | Andrey Andreev | 1 | -23/+2 | |
CI_Utf8::__construct() Also, use mb_substitute_character() instead of ini_set() | |||||
2014-02-12 | Remove pointless mocks for remove_invisible_characters(), is_php(), ↵ | Andrey Andreev | 1 | -51/+0 | |
is_really_writable() | |||||
2014-02-11 | Utf8/iconv/mbstring-related changes | Andrey Andreev | 1 | -0/+11 | |
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 | |
- Initialize and cache the value in the class constructor instead of searching for it every time - Removed the preg_quote() call from _filter_uri() to allow more fine-tuning from configuration - Renamed _filter_uri() to filter_uri() - it was public anyway and using it cannot break anything Related: issue #2799 | |||||
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 2 | -5/+9 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-09-13 | Drop the unused parameter from log_message() / CI_Log::write_log() | Andrey Andreev | 1 | -1/+1 | |
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 1 | -1/+1 | |
This parameter cannot be optional, as the following parameter is mandatory. Also completed the corresponding documentation. | |||||
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+0 | |
2012-11-25 | Replaced Mock_Core_Lang with PHPUnit mockups | dchill42 | 1 | -15/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -2/+2 | |
2012-10-22 | Raised CI_Loader test coverage to 93% | dchill42 | 2 | -16/+4 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 2 | -31/+25 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-10 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into ↵ | dchill42 | 2 | -0/+25 | |
load_config_units | |||||
2012-10-09 | Overloaded is_cli_request in Input mock for Session test | dchill42 | 1 | -0/+10 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-30 | Better way - autoloader uses first config path | dchill42 | 1 | -1/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-30 | Added lang mock and upload mock | Alex Bilbie | 1 | -0/+15 | |
2012-08-29 | Added autoloader unit test with minor supporting change in Loader | dchill42 | 1 | -0/+9 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-28 | Improved VFS usage in Loader and Config units, added Loader driver test, and ↵ | dchill42 | 1 | -14/+18 | |
moved config load testing to Config unit Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 | |
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 | |
2012-06-09 | Cleanup/optimize tests/mocks/ | Andrey Andreev | 6 | -37/+34 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 1 | -1/+1 | |
2012-05-27 | Adding more flexibilities to mock-common | Taufan Aditya | 1 | -64/+103 | |
2012-05-15 | Input class code-coverage | Taufan Aditya | 3 | -1/+59 | |
2012-05-15 | Comment block for explanation | Taufan Aditya | 1 | -0/+3 | |
2012-05-15 | Security Code coverage | Taufan Aditya | 1 | -0/+27 | |
2012-05-15 | Benchmark code-coverage | Taufan Aditya | 1 | -0/+3 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 2 | -5/+0 | |
2012-03-28 | Adding autoloader and mocks directory | Taufan Aditya | 3 | -0/+192 | |