1. 528591d fix doc warnings by Connor Tumbleson · 11 years ago
  2. 43d7fa7 Implement atomic increment/decrement in Cache library by Andrey Andreev · 11 years ago
  3. 40235e6 Fix #133 by Andrey Andreev · 11 years ago
  4. d1755f8 Update Calendar library test following PR #2802 by Andrey Andreev · 11 years ago
  5. e9e885d Merge pull request #2802 from marcossffilho/develop by Andrey Andreev · 11 years ago
  6. 2e914b7 Updates for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  7. 2af226f Merge pull request #2804 from abdmaster/feature/form_validation/custom_error_per_field by Andrey Andreev · 11 years ago
  8. 7945d30 Fixed the comment and array alignment. by Ahmedul Haque Abid · 11 years ago
  9. e334118 Fixed coding styles in form_validation.rst by Ahmedul Haque Abid · 11 years ago
  10. d8a3716 Added space after 'if' condition by Ahmedul Haque Abid · 11 years ago
  11. ea29488 Changed the rest of 'error_msg' to 'errors' by Ahmedul Haque Abid · 11 years ago
  12. e9b0ccc Added the missing "is" in the comment by Ahmedul Haque Abid · 11 years ago
  13. 34cf490 Merge branch 'develop' into feature/form_validation/custom_error_per_field by Ahmedul Haque Abid · 11 years ago
  14. df3bda5 Added spaces between parameters and fixed the arrays to be more readable. by Ahmedul Haque Abid · 11 years ago
  15. b07a428 Updated comment messages. by Ahmedul Haque Abid · 11 years ago
  16. a0bf829 Updated change log message for form validation custrom errors. by Ahmedul Haque Abid · 11 years ago
  17. 557c6ec Removed extra space between closing parenthesis. by Ahmedul Haque Abid · 11 years ago
  18. bc1cbad Fixed a missed variable $errors in set_rules(). by Ahmedul Haque Abid · 11 years ago
  19. 0742fad Changed $error_msg to $errors by Ahmedul Haque Abid · 11 years ago
  20. 27e91a0 Add CI_User_agent::parse() to allow parsing a custom user-agent string by Andrey Andreev · 11 years ago
  21. 10925d2 Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera by Andrey Andreev · 11 years ago
  22. 0cd7c92 Unnecessary rtrim and update docs for Calendar class by Marcos SF Filho · 11 years ago
  23. c4f6616 Join two if statement into one by Marcos SF Filho · 11 years ago
  24. a593e3e Code Corrections for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  25. 4ea76cc Fix 2 errors caused by recent commits by Andrey Andreev · 11 years ago
  26. 42b4000 Added custom error messages functionality for individual fields. by Ahmedul Haque Abid · 11 years ago
  27. 7977e1d Update the Calendar Class by Marcos SF Filho · 11 years ago
  28. 50a9d86 Deprecate the 'mysql', 'sqlite', 'mssql' and 'pdo/dblib' drivers by Andrey Andreev · 11 years ago
  29. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  30. 80a16b1 Fix #346 by Andrey Andreev · 11 years ago
  31. fb61447 [ci skip] Fix a wrong issue reference from the previous commit by Andrey Andreev · 11 years ago
  32. 5ac428b Fix #148 by Andrey Andreev · 11 years ago
  33. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  34. cab3e18 A tiny improvement in CI_Upload::do_xss_clean() by Andrey Andreev · 11 years ago
  35. e417f04 Some small improvements to the Xmlrpc class by Andrey Andreev · 11 years ago
  36. 4b85e77 [ci skip] Add a changelog entry for PR #2800 by Andrey Andreev · 11 years ago
  37. a7522cc Merge pull request #2800 from marcossffilho/develop by Andrey Andreev · 11 years ago
  38. bdfef07 Update the CI_Hooks class by Marcos SF Filho · 11 years ago
  39. 0f667c9 Class for execute Hooks can be stored for reuse by Marcos SF Filho · 11 years ago
  40. da8c7a5 Fix a few bugs in CI_Hook (based on PR #2762) by Andrey Andreev · 11 years ago
  41. d98c4a3 A tiny regexp improvement for CI_DB_driver::is_write_type() by Andrey Andreev · 11 years ago
  42. 896d3e3 Add a more clear note about query builder caching (issue #2721) by Andrey Andreev · 11 years ago
  43. 0bb32d3 Update Text helper highlight_phrase() tests and add one for custom tags by Andrey Andreev · 11 years ago
  44. ac023e1 Change Text helper default tag from <strong> to <mark> by Andrey Andreev · 11 years ago
  45. a20ec97 Add ability for changing the original file path/name in CI_Zip::read_file() by Andrey Andreev · 11 years ago
  46. 3b2803e Fix #2143 by Andrey Andreev · 11 years ago
  47. 61a7b8f Implement Loader method chaining by Andrey Andreev · 11 years ago
  48. 1bbc564 Fix #2268 (manually implementing PR #2269) by Andrey Andreev · 11 years ago
  49. dc53d7b Add Basic HTTP authentication support to the XML-RPC library by Andrey Andreev · 11 years ago
  50. a9c7d18 Fix #2237: Parser library failed if the same tag pair is used more than once within a template by Andrey Andreev · 11 years ago
  51. 45549a2 Remove a redudant value check by Andrey Andreev · 11 years ago
  52. 1720a6a Fix #2579: Query Builder's "no escape" functionality didn't work properly with query cache by Andrey Andreev · 11 years ago
  53. fd15a70 Remove redudant Loader tests for library() & driver() with no parameters by Andrey Andreev · 11 years ago
  54. e6376aa Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_userdata() and unset_flashdata()'s first parameter mandatory by Andrey Andreev · 11 years ago
  55. 9c12b3f Make CI_Loader methods library(), driver(), vars() and language()'s first parameters mandatory and fix a docblock by Andrey Andreev · 11 years ago
  56. 868301a [ci skip] Fix a docblock typo by Andrey Andreev · 11 years ago
  57. a4712f5 Make CI_Form_validation::error()'s first parameter mandatory and add a typehint for CI_Form_validation::error() by Andrey Andreev · 11 years ago
  58. 8f5420b Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), delete_cookie()'s first (name) parameter mandatory by Andrey Andreev · 11 years ago
  59. cb66367 Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  60. a6eae87 [ci skip] Some spaces & docblock fixes by Andrey Andreev · 11 years ago
  61. 53d7c37 Merge pull request #2753 from SirDre/patch-1 by Andrey Andreev · 11 years ago
  62. 2ce19b1 Merge pull request #2768 from porquero/patch-1 by Andrey Andreev · 11 years ago
  63. ca8ddad Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  64. b4c6218 FTP class improvements by Andrey Andreev · 11 years ago
  65. 430b14c Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  66. af01fb1 [ci skip] Remove a few spaces by Andrey Andreev · 11 years ago
  67. e540341 A tiny improvement in ruri_string() by Andrey Andreev · 11 years ago
  68. 797fd35 [ci skip] Manually apply PR #2746 and remove other -moz-box-shadow and -webkit-box-shadow usage by Andrey Andreev · 11 years ago
  69. 5e6ce46 [ci skip] Add a missing semicolon in the docs css by Andrey Andreev · 11 years ago
  70. 82ba456 Merge pull request #2544 from HashemQolami/user-guide-patch by Andrey Andreev · 11 years ago
  71. 3ee096a Merge pull request #2790 from captbaritone/patch-2 by Andrey Andreev · 11 years ago
  72. 1d107b8 Update Forum and Wiki links in Readme by Jordan Eldredge · 11 years ago
  73. dde095f Merge pull request #2784 from captbaritone/bug/unneeded_session_code by Andrey Andreev · 11 years ago
  74. 5306cad Remove _serialize() and _unserialize() methods by Jordan Eldredge · 11 years ago
  75. 5d6b9c5 Remove unneeded manual escaping of session data by Jordan Eldredge · 11 years ago
  76. 295cfa9 Polishing changes from #PR #2781 by Andrey Andreev · 11 years ago
  77. ec03e97 Merge pull request #2781 from tufanbarisyildirim/develop by Andrey Andreev · 11 years ago
  78. 341532c so we need \sNOT EXISTS by Tufan Barış YILDIRIM · 11 years ago
  79. 0db570c added changelog about EXISTS / NOT EXISTS by Tufan Barış YILDIRIM · 11 years ago
  80. 30893b9 changed EXISTS / NOT EXISTS pattern by Tufan Barış YILDIRIM · 11 years ago
  81. f1cceaa EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  82. 0f0e6ad EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  83. 7210906 EXISTS / NOT EXISTS clause support for DB_query_builder. by Tufan Barış YILDIRIM · 11 years ago
  84. 3cfd539 [ci skip] Fix a changelog message by Andrey Andreev · 11 years ago
  85. 6bdfa42 [ci skip] Add notes to get_compiled_insert(), get_compiled_update() docs by Andrey Andreev · 11 years ago
  86. aa25cd2 Merge pull request #2779 from mjnaderi/develop by Andrey Andreev · 11 years ago
  87. d3a6ca2 Use table name as a prefix for index names by mjnaderi · 11 years ago
  88. cfde6f2 Merge pull request #2777 from mjnaderi/develop by Andrey Andreev · 11 years ago
  89. 18c2e0c Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  90. 225c373 Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  91. 25a246c Fix #2775 (security lib docs) by Andrey Andreev · 11 years ago
  92. 12e7b94 Merge pull request #2770 from kakysha/themostawesomebranchevercreatedforcodeigniter by Derek Jones · 11 years ago
  93. a3f91b9 DB call_function() bug : funny typo -or- smart autocomplete? by Kakysha · 11 years ago
  94. 0612e92 Added post-increment for $count by Cristian Riffo Huez · 11 years ago
  95. 37fe56f Merge pull request #2764 from refringe/feature/cookie_session by Andrey Andreev · 11 years ago
  96. 74c5f26 Issue #2763 - Fixes Session GC Probability Calculation by Tyler Brownell · 11 years ago
  97. f8f14f3 Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers by Andrey Andreev · 11 years ago
  98. 303c7b2 Update user_agents.php by Andre Gardiner · 11 years ago
  99. 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
  100. c8c260f [ci skip] Remove 2 spaces by Andrey Andreev · 11 years ago