Age | Commit message (Expand) | Author | Files | Lines |
2014-02-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 1 | -14/+2 |
2014-02-26 | Don't use error suppression on is_dir(), file_exists() | Andrey Andreev | 1 | -1/+1 |
2014-02-24 | Fix #2901 | Andrey Andreev | 1 | -1/+2 |
2014-02-24 | Remove a needless check in CI_Output::append_output() | Andrey Andreev | 1 | -9/+1 |
2014-02-24 | Don't use globals | Andrey Andreev | 6 | -21/+16 |
2014-02-21 | More CI_Lang tests | Andrey Andreev | 1 | -1/+1 |
2014-02-20 | Method CI_URI::_fetch_uri_string() has been removed, removal of reference. | Ivan Tcholakov | 1 | -1/+0 |
2014-02-20 | Don't use error suppression on ini_get() either | Andrey Andreev | 3 | -8/+6 |
2014-02-20 | CI_Utf8-related changes | Andrey Andreev | 1 | -8/+8 |
2014-02-20 | Don't use error suppression with ini_set() | Andrey Andreev | 1 | -1/+1 |
2014-02-19 | Add compatibility layer for array_column(), array_replace(), array_replace_re... | Andrey Andreev | 3 | -1/+248 |
2014-02-19 | Moved $_error load statement lower. | Cristian Kocza | 1 | -3/+2 |
2014-02-18 | Don't load password hashing compat for HHVM | Andrey Andreev | 1 | -1/+1 |
2014-02-18 | Add an ext/hash compatibility layer (just hash_pbkdf2(), for now) | Andrey Andreev | 2 | -0/+145 |
2014-02-15 | [ci skip] Micro-optimization | Andrey Andreev | 1 | -1/+1 |
2014-02-15 | Rename CI_Utf8::_is_ascii() to is_ascii() and make it public | Andrey Andreev | 1 | -4/+2 |
2014-02-13 | [ci skip] Add index.html to system/core/compat/ | Andrey Andreev | 1 | -0/+10 |
2014-02-13 | Fix syntax error | Andrey Andreev | 1 | -2/+2 |
2014-02-13 | Introducing compatibility layers | Andrey Andreev | 3 | -0/+366 |
2014-02-12 | Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf... | Andrey Andreev | 2 | -38/+48 |
2014-02-11 | Utf8/iconv/mbstring-related changes | Andrey Andreev | 1 | -6/+27 |
2014-02-11 | 2013 > 2014 | darwinel | 17 | -17/+17 |
2014-02-10 | CI_Security: URL-decode until possible | Andrey Andreev | 1 | -1/+5 |
2014-02-10 | [ci skip] Fix a typo | Andrey Andreev | 1 | -1/+1 |
2014-02-10 | CI_Security: Expect a backslash as a tag separator | Andrey Andreev | 1 | -2/+2 |
2014-02-10 | CI_Security: Filter jscript, wscript, vbs, confirm, prompt the same way as ja... | Andrey Andreev | 1 | -6/+10 |
2014-02-08 | Deprecate CI_Config::system_url() | Andrey Andreev | 1 | -0/+1 |
2014-02-08 | CI_Input tweaks | Andrey Andreev | 1 | -65/+20 |
2014-02-03 | [ci skip] Update info on function_usable | Andrey Andreev | 1 | -0/+5 |
2014-01-30 | Previous 2 commits were just dumb | Andrey Andreev | 1 | -2/+2 |
2014-01-25 | Add <math> to 'naughty' HTML elements | Andrey Andreev | 1 | -1/+1 |
2014-01-25 | Previous commit caused side effects ... | Andrey Andreev | 1 | -2/+2 |
2014-01-25 | Fix CI_Security::_remove_evil_attributes() being way too aggressive | Andrey Andreev | 1 | -2/+2 |
2014-01-25 | Re-add 'on\w*' to evil attributes (rel #2667) | Andrey Andreev | 1 | -2/+1 |
2014-01-25 | Partially fix #2667 | Andrey Andreev | 1 | -2/+8 |
2014-01-24 | [ci skip] Add a link to PHP bug 54709 in is_really_writable()'s docblock | Andrey Andreev | 1 | -0/+1 |
2014-01-24 | CI_Security: Also add <svg> to 'naughty' HTML elements | Andrey Andreev | 1 | -1/+1 |
2014-01-24 | CI_Security: Add <select> and <keygen> tags to the list of 'naughty' HTML ele... | Andrey Andreev | 1 | -1/+1 |
2014-01-24 | Fix syntax errors | Andrey Andreev | 1 | -2/+2 |
2014-01-24 | CI_Security: Add 'form' and 'xlink:href' to evil attributes | Andrey Andreev | 1 | -1/+1 |
2014-01-24 | Add &newline; and &tab; to CI_Security:: | Andrey Andreev | 1 | -1/+3 |
2014-01-22 | CI_Security::_decode_entity() to replace dangerous HTML5 entities | Andrey Andreev | 1 | -1/+19 |
2014-01-21 | Add <button> to the list of 'naugthy' html elements in CI_Security::xss_clean() | Andrey Andreev | 1 | -2/+2 |
2014-01-20 | Fix #2729 | Andrey Andreev | 1 | -2/+3 |
2014-01-20 | Merge branch 'develop' into feature/output_compressed_cache | Andrey Andreev | 1 | -4/+4 |
2014-01-18 | Fix #2829 | Andrey Andreev | 1 | -4/+4 |
2014-01-18 | Merge branch 'develop' into feature/output_compressed_cache | Andrey Andreev | 1 | -1/+1 |
2014-01-18 | Fix 2 Router-related errors | Andrey Andreev | 1 | -1/+1 |
2014-01-18 | Merge branch 'develop' into feature/output_compressed_cache | Andrey Andreev | 1 | -0/+3 |
2014-01-18 | Fix CI_URI:: not being properly indexed | Andrey Andreev | 1 | -0/+3 |