1. ba231aa [ci skip] Replace incorrect usage of 'then', where it should be 'than' by Andrey Andreev · 11 years ago
  2. ea801ab Merge branch 'develop' into feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  3. 4d05716 Fix #2729 by Andrey Andreev · 11 years ago
  4. 3aecedb Fix #2737 by Andrey Andreev · 11 years ago
  5. ebdb4ea Merge branch 'develop' into feature/output_compressed_cache by Andrey Andreev · 11 years ago
  6. 1c8245a Polish changes from PR #2830 by Andrey Andreev · 11 years ago
  7. 9039a35 Merge pull request #2830 from abdmaster/fix/config/database_save_queries by Andrey Andreev · 11 years ago
  8. 5cf7eff Fix whitespaces to tabs. by Ahmedul Haque Abid · 11 years ago
  9. 4b9b507 Added save_queries config setting in config/database.php by Ahmedul Haque Abid · 11 years ago
  10. 99e2f8e Fix #2829 by Andrey Andreev · 11 years ago
  11. f375272 Merge branch 'develop' into feature/output_compressed_cache by Andrey Andreev · 11 years ago
  12. a9237cb Fix 2 Router-related errors by Andrey Andreev · 11 years ago
  13. 87f1dd5 Merge branch 'develop' into feature/output_compressed_cache by Andrey Andreev · 11 years ago
  14. a439905 Fix CI_URI:: not being properly indexed by Andrey Andreev · 11 years ago
  15. ecaef96 Merge branch 'develop' into feature/output_compressed_cache by Andrey Andreev · 11 years ago
  16. b2a0e70 Fix #2825 by Andrey Andreev · 11 years ago
  17. a00be04 Fix #2827 by Andrey Andreev · 11 years ago
  18. e17ccdb Merge branch 'feature/uri_routing_overhaul' into 'develop' by Andrey Andreev · 11 years ago
  19. 88cf55b Add autoloading library aliasing support (supersedes PR #2824) by Andrey Andreev · 11 years ago
  20. a9938a0 Minor changes related to CI_User_agent by Andrey Andreev · 11 years ago
  21. 6672b82 Unit tests: Full code coverage of Benchmark class by Andrey Andreev · 11 years ago
  22. e33e9c1 Add CI_Model unit test by Andrey Andreev · 11 years ago
  23. 3cf23cd Merge pull request #2823 from fredemmott/hhvm-travis by Andrey Andreev · 11 years ago
  24. 8e93b79 Disable HHVM mysqli and pgsql tests by Fred Emmott · 11 years ago
  25. 291676b Add a unit test for CI_Utf8::_is_ascii() by Andrey Andreev · 11 years ago
  26. 279459e Add some unit tests for CI_Input by Andrey Andreev · 11 years ago
  27. 30d5324 URI Routing overhaul by Andrey Andreev · 11 years ago
  28. 08fef7d Fix #2799 by adding conditional PCRE UTF-8 support to CI_URI::filter_uri() by Andrey Andreev · 11 years ago
  29. 60f71be Merge changes from develop by Andrey Andreev · 11 years ago
  30. d8b1ad3 Fix #2822: Incorrect usage of fwrite() by Andrey Andreev · 11 years ago
  31. 1b0a6a0 Merge pull request #2811 from dionysiosarvanitis/fix/ie11_user_agent by Andrey Andreev · 11 years ago
  32. 2cdd50e Trident prefix added to avoid potential false positives. by Dionysis Arvanitis · 11 years ago
  33. de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
  34. 3d21520 Fix incorrect checks for the fwrite() return value by Andrey Andreev · 11 years ago
  35. e0d7755 Merge pull request #2819 from fredemmott/hhvm-travis by Andrey Andreev · 11 years ago
  36. 2e8ee6e Dont break the build if tests only fail on HHVM by Fred Emmott · 11 years ago
  37. 1c08d55 Merge pull request #2817 from iBotPeaches/feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  38. c75cb69 Enable HHVM on travis-ci by Fred Emmott · 11 years ago
  39. e16b926 fix lists on requirements by Connor Tumbleson · 11 years ago
  40. 7892699 Merge pull request #2815 from fredemmott/fix-hhvm by Andrey Andreev · 11 years ago
  41. 9765472 Don't throw in mock autoloader by Fred Emmott · 11 years ago
  42. 3559af1 Merge pull request #2808 from melounek/filename_as_url by Andrey Andreev · 11 years ago
  43. 3fe9ebf Merge pull request #2810 from iBotPeaches/feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  44. 0c234d0 IE11 User Agent support added by Dionysis Arvanitis · 11 years ago
  45. 75b3fb2 cleanup warnings by Connor Tumbleson · 11 years ago
  46. 4e6c528 Finally get rid of the CI_Router::_set_overrides() calls by Andrey Andreev · 11 years ago
  47. 1dbdf72c condition repair and comments by Petr Heralecky · 11 years ago
  48. 63f07cb documentation repairs by Petr Heralecky · 11 years ago
  49. ceb03af rename src to file by Petr Heralecky · 11 years ago
  50. 232ea65 attach files by absolute url by Petr Heralecky · 11 years ago
  51. 9916bfc Use config_item() in CI_Output::__construct() by Andrey Andreev · 11 years ago
  52. 155ee72 Compress output before storing it to cache, if output compression is enabled by Andrey Andreev · 11 years ago
  53. c809726 Further changes related to PR #2807 by Andrey Andreev · 11 years ago
  54. 2b21ee8 Merge pull request #2807 from melounek/develop by Andrey Andreev · 11 years ago
  55. 9ad2fff variable repair by Petr Heralecky · 11 years ago
  56. 230fca3 styleguided 2 by Petr Heralecky · 11 years ago
  57. de88615 styleguided by Petr Heralecky · 11 years ago
  58. 300e3f0 Added Email::attach_cid() returning CID by Petr Heralecky · 11 years ago
  59. a0a73c9 Add HTTP response code 307 support in URL helper redirect() by Andrey Andreev · 11 years ago
  60. f74abcb Merge pull request #2805 from iBotPeaches/develop by Andrey Andreev · 11 years ago
  61. 05be087 d'oh - :noindex: in wrong place by Connor Tumbleson · 11 years ago
  62. 528591d fix doc warnings by Connor Tumbleson · 11 years ago
  63. d0bc7eb Add documentation for raw data, increment(), decrement() in Cache library by Andrey Andreev · 11 years ago
  64. 43d7fa7 Implement atomic increment/decrement in Cache library by Andrey Andreev · 11 years ago
  65. 40235e6 Fix #133 by Andrey Andreev · 11 years ago
  66. d1755f8 Update Calendar library test following PR #2802 by Andrey Andreev · 11 years ago
  67. e9e885d Merge pull request #2802 from marcossffilho/develop by Andrey Andreev · 11 years ago
  68. 2e914b7 Updates for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  69. 2af226f Merge pull request #2804 from abdmaster/feature/form_validation/custom_error_per_field by Andrey Andreev · 11 years ago
  70. 7945d30 Fixed the comment and array alignment. by Ahmedul Haque Abid · 11 years ago
  71. e334118 Fixed coding styles in form_validation.rst by Ahmedul Haque Abid · 11 years ago
  72. d8a3716 Added space after 'if' condition by Ahmedul Haque Abid · 11 years ago
  73. ea29488 Changed the rest of 'error_msg' to 'errors' by Ahmedul Haque Abid · 11 years ago
  74. e9b0ccc Added the missing "is" in the comment by Ahmedul Haque Abid · 11 years ago
  75. 34cf490 Merge branch 'develop' into feature/form_validation/custom_error_per_field by Ahmedul Haque Abid · 11 years ago
  76. df3bda5 Added spaces between parameters and fixed the arrays to be more readable. by Ahmedul Haque Abid · 11 years ago
  77. b07a428 Updated comment messages. by Ahmedul Haque Abid · 11 years ago
  78. a0bf829 Updated change log message for form validation custrom errors. by Ahmedul Haque Abid · 11 years ago
  79. 557c6ec Removed extra space between closing parenthesis. by Ahmedul Haque Abid · 11 years ago
  80. bc1cbad Fixed a missed variable $errors in set_rules(). by Ahmedul Haque Abid · 11 years ago
  81. 0742fad Changed $error_msg to $errors by Ahmedul Haque Abid · 11 years ago
  82. 1f811c3 Add documentation for CI_User_agent::parse() by Andrey Andreev · 11 years ago
  83. 27e91a0 Add CI_User_agent::parse() to allow parsing a custom user-agent string by Andrey Andreev · 11 years ago
  84. 10925d2 Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera by Andrey Andreev · 11 years ago
  85. 0cd7c92 Unnecessary rtrim and update docs for Calendar class by Marcos SF Filho · 11 years ago
  86. c4f6616 Join two if statement into one by Marcos SF Filho · 11 years ago
  87. a593e3e Code Corrections for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  88. 4ea76cc Fix 2 errors caused by recent commits by Andrey Andreev · 11 years ago
  89. 42b4000 Added custom error messages functionality for individual fields. by Ahmedul Haque Abid · 11 years ago
  90. 7977e1d Update the Calendar Class by Marcos SF Filho · 11 years ago
  91. 50a9d86 Deprecate the 'mysql', 'sqlite', 'mssql' and 'pdo/dblib' drivers by Andrey Andreev · 11 years ago
  92. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  93. 88ebdf7 [ci skip] Update the Input library and Cookie helper docs by Andrey Andreev · 11 years ago
  94. 80a16b1 Fix #346 by Andrey Andreev · 11 years ago
  95. fb61447 [ci skip] Fix a wrong issue reference from the previous commit by Andrey Andreev · 11 years ago
  96. 5ac428b Fix #148 by Andrey Andreev · 11 years ago
  97. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  98. cab3e18 A tiny improvement in CI_Upload::do_xss_clean() by Andrey Andreev · 11 years ago
  99. e417f04 Some small improvements to the Xmlrpc class by Andrey Andreev · 11 years ago
  100. 4b85e77 [ci skip] Add a changelog entry for PR #2800 by Andrey Andreev · 11 years ago