1. 356bc66 Fix #5044; add unit tests for img() HTML helper by Andrey Andreev · 8 years ago
  2. 2eee870 Merge pull request #4932 from rhynodesigns/patch-1 by Andrey Andreev · 8 years ago
  3. e13fa9f Merge pull request #4638 from kasimtan/phpdoc_fixes by Andrey Andreev · 9 years ago
  4. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  5. 52caf59 Make CI_Input:: read-only as well by Andrey Andreev · 10 years ago
  6. 54fb6f6 test_db_failover is failing after 'autoinit' removal ... by Andrey Andreev · 10 years ago
  7. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  8. af8665d Fix #3572: CI_Security::_remove_evil_attributes() by Andrey Andreev · 10 years ago
  9. 5c9d905 fix typo in comments by Claudio Galdiolo · 10 years ago
  10. 80b7a38 fix typo in comments by Claudio Galdiolo · 10 years ago
  11. cb29049 fix typo in comments by Claudio Galdiolo · 10 years ago
  12. e7068ed Ignore mysql_*connect() E_DEPRECATED errors in tests by Andrey Andreev · 10 years ago
  13. d24652d Added support for running unit tests on PHP 5.2 by Dan Bernardic · 10 years ago
  14. 168ba6c Added a unit test for #3464 by Dan Bernardic · 10 years ago
  15. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  16. c26b9eb Don't use globals by Andrey Andreev · 11 years ago
  17. bb3edf1 CI_Utf8-related changes by Andrey Andreev · 11 years ago
  18. 10e7a32 Remove a few empty 'mock' classes by Andrey Andreev · 11 years ago
  19. cd74d36 Rename CI_Utf8::_is_ascii() to is_ascii() and make it public by Andrey Andreev · 11 years ago
  20. eb555ed Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf8::__construct() by Andrey Andreev · 11 years ago
  21. bfbdf1e [ci skip] Indentation fix by Andrey Andreev · 11 years ago
  22. 1480d8c Remove pointless mocks for remove_invisible_characters(), is_php(), is_really_writable() by Andrey Andreev · 11 years ago
  23. be1496d Utf8/iconv/mbstring-related changes by Andrey Andreev · 11 years ago
  24. 81e1064 CI_Encryption: Optimizations and test cases by Andrey Andreev · 11 years ago
  25. 912831f CI_Encryption: Fix some errors and add unit tests for hkdf() by Andrey Andreev · 11 years ago
  26. 291676b Add a unit test for CI_Utf8::_is_ascii() by Andrey Andreev · 11 years ago
  27. de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
  28. 9765472 Don't throw in mock autoloader by Fred Emmott · 11 years ago
  29. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  30. 838c9a9 Drop the unused parameter from log_message() / CI_Log::write_log() by Andrey Andreev · 11 years ago
  31. 306ad86 Fix Travis tests by Andrey Andreev · 11 years ago
  32. d0c30ab Logging functions: level parameter is not optional by vlakoff · 12 years ago
  33. a8b29ac fix typo : StdClass should be stdClass by Abdul Malik Ikhsan · 12 years ago
  34. 8cf596b DB_result tests seem to also depend on autoloading via the class_exists() checks ... by Andrey Andreev · 12 years ago
  35. e84c014 Fix Session tests by Andrey Andreev · 12 years ago
  36. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  37. 79980e4 MySQLi tests by Andrey Andreev · 12 years ago
  38. 89ecc8a Merge pull request #2029 from dchill42/driver_ext by Andrey Andreev · 12 years ago
  39. 1713d32 Replaced Mock_Core_Lang with PHPUnit mockups by dchill42 · 12 years ago
  40. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  41. 1f884d6 Move Log class to core in tests as well by Andrey Andreev · 12 years ago
  42. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  43. cdac248 Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 by Andrey Andreev · 12 years ago
  44. dd8d3d3 Fix the bloody tests by Andrey Andreev · 12 years ago
  45. e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
  46. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  47. c2f59ef Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into load_config_units by dchill42 · 12 years ago
  48. 348bd1e Fix a mock db entry by Andrey Andreev · 12 years ago
  49. 96a4ca6 Add a test for issue #273 by Andrey Andreev · 12 years ago
  50. 4f42be5 Raised CI_Loader test coverage to 93% by dchill42 · 12 years ago
  51. e9435dc Adapted DB for VFS changes and fixed Common case in Bootstrap.php by dchill42 · 12 years ago
  52. 7ecc5cd Integrated vfsStream better and made paths constants VFS-based by dchill42 · 12 years ago
  53. 2716398 Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_units by dchill42 · 12 years ago
  54. 82003da Overloaded is_cli_request in Input mock for Session test by dchill42 · 12 years ago
  55. 5e97108 Added Calendar library unit test by Alex Bilbie · 12 years ago
  56. eeb6a48 Better way - autoloader uses first config path by dchill42 · 12 years ago
  57. 096b894 Finished the final tests (except do_upload) by Alex Bilbie · 12 years ago
  58. 0c88690 Added lang mock and upload mock by Alex Bilbie · 12 years ago
  59. 60d100f Added autoloader unit test with minor supporting change in Loader by dchill42 · 12 years ago
  60. 9a949fa Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_units by dchill42 · 12 years ago
  61. 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
  62. 5748600 Added Session driver library unit tests and added driver library autoloading to test framework by dchill42 · 12 years ago
  63. 89db8ee Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers by Andrey Andreev · 12 years ago
  64. 8f490da Comply styleguide by Taufan Aditya · 12 years ago
  65. b8b7dbe Allow extra SPL autoloader by Taufan Aditya · 12 years ago
  66. cbd78d8 Alter test pdo/mysql config by Andrey Andreev · 12 years ago
  67. 0bb1381 Work-around for a failover test (currently DSNs are only built on class initialization) by Andrey Andreev · 12 years ago
  68. fbba54e Rename pdodriver property to subdriver and make it available to all drivers by Andrey Andreev · 12 years ago
  69. 36de42e Revert a change in tests/mocks/core/common.php by Andrey Andreev · 12 years ago
  70. 62fd52d Revert a change in tests/mocks/core/common.php by Andrey Andreev · 12 years ago
  71. f243ce1 Cleanup/optimize tests/mocks/ by Andrey Andreev · 12 years ago
  72. 9d14075 tests for encryption class by Joffrey Jaffeux · 12 years ago
  73. fc11dcc Alter SQLite3's version() method and clear some spaces by Andrey Andreev · 12 years ago
  74. 9d533ae Fix an SQLite3 pconnect() bug + other minor changes by Andrey Andreev · 12 years ago
  75. d6d1150 Replaced `==` with `===` and `!=` with `!==` in /tests by Alex Bilbie · 12 years ago
  76. b2e10b7 Adding more flexibilities to mock-common by Taufan Aditya · 12 years ago
  77. 6c7526c Continuation for Security and Table code-coverage, add coverage report to travis by Taufan Aditya · 12 years ago
  78. 98dcac7 Alter the escape like test, since it use raw SQL via query(), the sql statement would need to add ESCAPE clause for database(s) other than mysql by Taufan Aditya · 13 years ago
  79. 2d57445 Escape like tests, #136 verification by Taufan Aditya · 13 years ago
  80. 7756af5 Input class code-coverage by Taufan Aditya · 13 years ago
  81. d40a545 Comment block for explanation by Taufan Aditya · 13 years ago
  82. 8af88f3 Security Code coverage by Taufan Aditya · 13 years ago
  83. 12f4c9b Clean up autoloader annotation by Taufan Aditya · 13 years ago
  84. 570e77c Benchmark code-coverage by Taufan Aditya · 13 years ago
  85. 8ca31f3 PDO SQLite bug fixed, for result_object by Taufan Aditya · 13 years ago
  86. 1afd479 HAVING clause API code-coverage by Taufan Aditya · 13 years ago
  87. f7377ab Trace error by Taufan Aditya · 13 years ago
  88. d6b41bb JOIN clause API code-coverage by Taufan Aditya · 13 years ago
  89. 17f799e Add user entity into schema skeleton by Taufan Aditya · 13 years ago
  90. 55f622f Add select clause test by Taufan Aditya · 13 years ago
  91. b0703b0 Resolve postgres issue on create table by Taufan Aditya · 13 years ago
  92. 1bfc0d9 Fix postgre table datatype by Taufan Aditya · 13 years ago
  93. 024098d Use more user-friendly method for dummy create data by Taufan Aditya · 13 years ago
  94. 55f8042 Add dsn to pgsql by Taufan Aditya · 13 years ago
  95. 5b42166 Simple query builder tests by Taufan Aditya · 13 years ago
  96. 61ff054 Adding schema and initial Query Builder code coverage by Taufan Aditya · 13 years ago
  97. 26490e3 Add branch to travis list by Taufan Aditya · 13 years ago
  98. 1972514 Fix sqlite issue on PHP 5.4 both for native and PDO driver by Taufan Aditya · 13 years ago
  99. f4c6c9b DB Drivers test by Taufan Aditya · 13 years ago
  100. 44015c8 Set up PDO constant and configuration by Taufan Aditya · 13 years ago