1. 15e2df7 [ci skip] Fix #3778 by Andrey Andreev · 10 years ago
  2. 611e1fd [ci skip] Fix a bug reported via PR #3704 by Andrey Andreev · 10 years ago
  3. cfc9e77 Add 'ssl_verify' option for mysqli driver by Andrey Andreev · 10 years ago
  4. a38b0c4 Add SSL support for PDO_MYSQL too by Andrey Andreev · 10 years ago
  5. 9194b49 Improve the ssl_cipher check for MySQLi by Andrey Andreev · 10 years ago
  6. 76e643e Refactor proposed changes from PR #3896 by Andrey Andreev · 10 years ago
  7. 18ef616 Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl by Andrey Andreev · 10 years ago
  8. 298e005 [ci skip] Revert styleguide violations from PR #3828 by Andrey Andreev · 10 years ago
  9. 148c02e Merge branch 'patch-1' of github.com:w0den/CodeIgniter into feature/output_cache by Andrey Andreev · 10 years ago
  10. 31cd44b Merge pull request #3715 from infinit89/patch-1 by Andrey Andreev · 10 years ago
  11. c373c07 Merge pull request #3977 from MSDehghan/develop by Andrey Andreev · 10 years ago
  12. c19f3b2 Polish changes from PR #3893 by Andrey Andreev · 10 years ago
  13. 7881fd1 Fix a Typo by Mohammad Sadegh Dehghan Niri · 10 years ago
  14. 77034ea Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into feature/form_helpers_extra_array by Andrey Andreev · 10 years ago
  15. 7cc6cea allow add of keys with array by Adrian Voicu · 10 years ago
  16. 28c8305 Add check for PCRE UTF-8 support by dimonneon · 10 years ago
  17. 32bdf1c Add unicode support in url_title function by dimonneon · 10 years ago
  18. 91da5d1 Fix #3965 by Andrey Andreev · 10 years ago
  19. a45e37e [ci skip] Cleanup some whitespace in CI_Unit_test by Andrey Andreev · 10 years ago
  20. 7018d89 Fix #3963 by Andrey Andreev · 10 years ago
  21. 2ffdb7b Merge pull request #3958 from ftwbzhao/feature/router by Andrey Andreev · 10 years ago
  22. bf0488b fix typo in router class by ftwbzhao · 10 years ago
  23. 5cd726a Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by ftwbzhao · 10 years ago
  24. 537f6a0 Merge pull request #3955 from ftwbzhao/ci3.0 by Andrey Andreev · 10 years ago
  25. a5ea506 Added "is_resource" into the list of unit tests capable of being run. by ftwbzhao · 10 years ago
  26. 63b0c26 supported key_prefix on `increment` and `decrement` by ftwbzhao · 10 years ago
  27. 820f06f fix pdo/sqlite & update changelog by ftwbzhao · 10 years ago
  28. 69befa9 fix SQlite3 list_fields by ftwbzhao · 10 years ago
  29. a1170af Fix QB delete() for multiple tables with where() by Andrey Andreev · 10 years ago
  30. 441d353 Close #3941 by Andrey Andreev · 10 years ago
  31. 40780c2 Apply PR #3940 to sqlite3 driver and fix a wrong var name by Andrey Andreev · 10 years ago
  32. a44f2b5 sqlite < 3.3 unsuported `_drop_table_if` by ftwbzhao · 10 years ago
  33. 49884bc Close #3934 by Andrey Andreev · 10 years ago
  34. 7ed93be Fix regression caused by 59d1ffd927ef3b63dbadf42e1caf14957201fd2d by Andrey Andreev · 10 years ago
  35. 59d1ffd Fix #3932 by Andrey Andreev · 10 years ago
  36. 070ce05 A small optimization in CI_Cache::is_supported() by Andrey Andreev · 10 years ago
  37. 9aade1c Fix #3913 by Andrey Andreev · 10 years ago
  38. 4e0496e Work-around for https://bugs.php.net/bug.php?id=39598 by Andrey Andreev · 10 years ago
  39. d578408 Alter CI_Upload logging levels by Andrey Andreev · 10 years ago
  40. ced557b Removed db_options configuration item for implementation later. Changed 5 new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. by Tim Nolte · 10 years ago
  41. 8c69150 Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  42. 0c75c82 removed unnecessary change to form_radio, updated docs and added changelog entry by Adam Jackett · 10 years ago
  43. bd1e615 Fix #3908 by Andrey Andreev · 10 years ago
  44. 9409a2a Fix typo in url_title function description. by Michael Foss · 10 years ago
  45. 29de165 Fix #3904 by Andrey Andreev · 10 years ago
  46. 38b5eb0 Fix #3903 by Andrey Andreev · 10 years ago
  47. 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  48. c09ab9d Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated database configuration documentation to include a list of the new MySQLi driver parameters. by Tim Nolte · 10 years ago
  49. b763948 Fix #3890 by Andrey Andreev · 10 years ago
  50. a0f1872 Updated the MySQLi driver to provide support for SSL connections as well as additional database connection options. Uses the DB_driver class encrypt option as the flag for turning on encryption. Also added SSL connection validation with error logging in order to provide users a way to know if they are actually connecting via SSL. by Tim Nolte · 10 years ago
  51. 664d25a made all form helpers consistent regarding extra attributes by Adam Jackett · 10 years ago
  52. da71f5a Merge pull request #3868 from ftwbzhao/feature/migration by Andrey Andreev · 10 years ago
  53. 8d132bb update function latest by ftwbzhao · 10 years ago
  54. b8cd5e6 Fix a bug in the CSV export DB utility by Andrey Andreev · 10 years ago
  55. 3a19759 [ci skip] Trim some whitespace from Image_lib by Andrey Andreev · 10 years ago
  56. b8978ee optimize migrations class reference by ftwbzhao · 10 years ago
  57. 3a9eb39 Merge pull request #3854 from leandrowkz/develop by Andrey Andreev · 10 years ago
  58. 4c08ea9 Fixed bug - using field_data() on Oracle databases by Leandro Mangini Antunes · 10 years ago
  59. b4f3630 [Cache]minor adjustments for save function by ftwbzhao · 10 years ago
  60. dc29c6d Improve Cache Query String behaviour by w0den · 10 years ago
  61. 5d78fd8 Fix an undefined variable error from fbde2798688ab99cfe3fdd22746d60f0877b2c27 by Andrey Andreev · 10 years ago
  62. fbde279 Fix #3846 by Andrey Andreev · 10 years ago
  63. 70f738a Revert "Issue/PR #3836" by Andrey Andreev · 10 years ago
  64. 170ae28 Issue/PR #3836 by Andrey Andreev · 10 years ago
  65. 0b978dd Bug Fix manually delete caching method by w0den · 10 years ago
  66. 73b9e85 Fix #3823 by Andrey Andreev · 10 years ago
  67. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  68. b137d23 Fix #3816 by Andrey Andreev · 10 years ago
  69. b938f94 Merge pull request #3804 from refringe/feature/cache-defaults by Andrey Andreev · 10 years ago
  70. ef0173d Removed extra adapter validation. Adapter validation already happens in the system Driver library. by Tyler Brownell · 10 years ago
  71. b766122 Adds error-level log messages when invalid adapters are set. by Tyler Brownell · 10 years ago
  72. 0416a7f Reverts previous variable renaming and removes the foreach loop in favor of a simple if condition. by Tyler Brownell · 10 years ago
  73. fd1bc22 Output cache: Fixing a wrong timestamp. Credits to khoggatt (CodeIgniter forum). by Ivan Tcholakov · 10 years ago
  74. bf2ca38 Renames $_adapter to $_driver. It's what we call it everywhere else. by Tyler Brownell · 10 years ago
  75. 229a546 Cache Library Defaults Fixed by Tyler Brownell · 10 years ago
  76. 2481213 Updates the fallback driver variable name to match the config option name. by Tyler Brownell · 10 years ago
  77. d3913f5 Fix #3787 by Andrey Andreev · 10 years ago
  78. 6b620fb [ci skip] Remove whitespace by Andrey Andreev · 10 years ago
  79. 5d8e2a6 Fix #3771 by Andrey Andreev · 10 years ago
  80. 8af8746 Fix #3773 by Andrey Andreev · 10 years ago
  81. aaca76c [ci skip] Change Array helpers element(), elements() signatures by Andrey Andreev · 10 years ago
  82. 3eea247 Merge pull request #3770 from ftwbzhao/feature/ci/helper by Andrey Andreev · 10 years ago
  83. 58efdd3 Merge pull request #3769 from ftwbzhao/develop by Andrey Andreev · 10 years ago
  84. 1a973c3 [helper]update plural regular by ftwbzhao · 10 years ago
  85. 2b7a97c Status Code Definitions by ftwbzhao · 10 years ago
  86. c14aa9b Close #3761 by Andrey Andreev · 10 years ago
  87. b587698 Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop by ftwbzhao · 10 years ago
  88. fd363f2 Merge pull request #3753 from ftwbzhao/feature/ci/3.0 by Andrey Andreev · 10 years ago
  89. b2119a7 [fix] redis get_metadata by ftwbzhao · 10 years ago
  90. abd713f use = instead of += by ftwbzhao · 10 years ago
  91. 1924eb3 [ci skip] Fix comment typos by Andrey Andreev · 10 years ago
  92. 5c58e67 typo by mult1mate · 10 years ago
  93. 9b9a06c [feature] check redis auth failed by ftwbzhao · 10 years ago
  94. 475dfac Disallow empty FV rules ... for consistency by Andrey Andreev · 10 years ago
  95. 1931136 Move strtolower() call from PR #3739 out of the loop by Andrey Andreev · 10 years ago
  96. 8f79367 #3727 Lowercase $side variable for $this->db->like() in Query Builder by Yahya Erturan · 10 years ago
  97. bd43889 Merge pull request #3730 from paralogizing/develop by Andrey Andreev · 10 years ago
  98. e36d048 Fix #3733 by Andrey Andreev · 10 years ago
  99. b7a8fbb Matched root_path's slashes with the name being replaced by Kyle Gadd · 10 years ago
  100. d75847e [ci skip] Update version numbers by Andrey Andreev · 10 years ago