1. 52caf59 Make CI_Input:: read-only as well by Andrey Andreev · 10 years ago
  2. af8665d Fix #3572: CI_Security::_remove_evil_attributes() by Andrey Andreev · 10 years ago
  3. cb29049 fix typo in comments by Claudio Galdiolo · 10 years ago
  4. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  5. c26b9eb Don't use globals by Andrey Andreev · 11 years ago
  6. bb3edf1 CI_Utf8-related changes by Andrey Andreev · 11 years ago
  7. 10e7a32 Remove a few empty 'mock' classes by Andrey Andreev · 11 years ago
  8. cd74d36 Rename CI_Utf8::_is_ascii() to is_ascii() and make it public by Andrey Andreev · 11 years ago
  9. eb555ed Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf8::__construct() by Andrey Andreev · 11 years ago
  10. 1480d8c Remove pointless mocks for remove_invisible_characters(), is_php(), is_really_writable() by Andrey Andreev · 11 years ago
  11. be1496d Utf8/iconv/mbstring-related changes by Andrey Andreev · 11 years ago
  12. 291676b Add a unit test for CI_Utf8::_is_ascii() by Andrey Andreev · 11 years ago
  13. de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
  14. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  15. 838c9a9 Drop the unused parameter from log_message() / CI_Log::write_log() by Andrey Andreev · 11 years ago
  16. d0c30ab Logging functions: level parameter is not optional by vlakoff · 12 years ago
  17. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  18. 1713d32 Replaced Mock_Core_Lang with PHPUnit mockups by dchill42 · 12 years ago
  19. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  20. 4f42be5 Raised CI_Loader test coverage to 93% by dchill42 · 12 years ago
  21. 7ecc5cd Integrated vfsStream better and made paths constants VFS-based by dchill42 · 12 years ago
  22. 2716398 Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_units by dchill42 · 12 years ago
  23. 82003da Overloaded is_cli_request in Input mock for Session test by dchill42 · 12 years ago
  24. eeb6a48 Better way - autoloader uses first config path by dchill42 · 12 years ago
  25. 0c88690 Added lang mock and upload mock by Alex Bilbie · 12 years ago
  26. 60d100f Added autoloader unit test with minor supporting change in Loader by dchill42 · 12 years ago
  27. 6030719 Improved VFS usage in Loader and Config units, added Loader driver test, and moved config load testing to Config unit by dchill42 · 12 years ago
  28. 36de42e Revert a change in tests/mocks/core/common.php by Andrey Andreev · 12 years ago
  29. 62fd52d Revert a change in tests/mocks/core/common.php by Andrey Andreev · 12 years ago
  30. f243ce1 Cleanup/optimize tests/mocks/ by Andrey Andreev · 12 years ago
  31. d6d1150 Replaced `==` with `===` and `!=` with `!==` in /tests by Alex Bilbie · 12 years ago
  32. b2e10b7 Adding more flexibilities to mock-common by Taufan Aditya · 12 years ago
  33. 7756af5 Input class code-coverage by Taufan Aditya · 13 years ago
  34. d40a545 Comment block for explanation by Taufan Aditya · 13 years ago
  35. 8af88f3 Security Code coverage by Taufan Aditya · 13 years ago
  36. 570e77c Benchmark code-coverage by Taufan Aditya · 13 years ago
  37. ac5373a Adding core and libraries mock classes by Taufan Aditya · 13 years ago
  38. ca16c4f Adding autoloader and mocks directory by Taufan Aditya · 13 years ago