1. 73b9e85 Fix #3823 by Andrey Andreev · 10 years ago
  2. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  3. b137d23 Fix #3816 by Andrey Andreev · 10 years ago
  4. b938f94 Merge pull request #3804 from refringe/feature/cache-defaults by Andrey Andreev · 10 years ago
  5. ef0173d Removed extra adapter validation. Adapter validation already happens in the system Driver library. by Tyler Brownell · 10 years ago
  6. b766122 Adds error-level log messages when invalid adapters are set. by Tyler Brownell · 10 years ago
  7. 0416a7f Reverts previous variable renaming and removes the foreach loop in favor of a simple if condition. by Tyler Brownell · 10 years ago
  8. fd1bc22 Output cache: Fixing a wrong timestamp. Credits to khoggatt (CodeIgniter forum). by Ivan Tcholakov · 10 years ago
  9. bf2ca38 Renames $_adapter to $_driver. It's what we call it everywhere else. by Tyler Brownell · 10 years ago
  10. 229a546 Cache Library Defaults Fixed by Tyler Brownell · 10 years ago
  11. 2481213 Updates the fallback driver variable name to match the config option name. by Tyler Brownell · 10 years ago
  12. d3913f5 Fix #3787 by Andrey Andreev · 10 years ago
  13. 6b620fb [ci skip] Remove whitespace by Andrey Andreev · 10 years ago
  14. 5d8e2a6 Fix #3771 by Andrey Andreev · 10 years ago
  15. 8af8746 Fix #3773 by Andrey Andreev · 10 years ago
  16. aaca76c [ci skip] Change Array helpers element(), elements() signatures by Andrey Andreev · 10 years ago
  17. 3eea247 Merge pull request #3770 from ftwbzhao/feature/ci/helper by Andrey Andreev · 10 years ago
  18. 58efdd3 Merge pull request #3769 from ftwbzhao/develop by Andrey Andreev · 10 years ago
  19. 1a973c3 [helper]update plural regular by ftwbzhao · 10 years ago
  20. 2b7a97c Status Code Definitions by ftwbzhao · 10 years ago
  21. c14aa9b Close #3761 by Andrey Andreev · 10 years ago
  22. b587698 Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop by ftwbzhao · 10 years ago
  23. fd363f2 Merge pull request #3753 from ftwbzhao/feature/ci/3.0 by Andrey Andreev · 10 years ago
  24. b2119a7 [fix] redis get_metadata by ftwbzhao · 10 years ago
  25. abd713f use = instead of += by ftwbzhao · 10 years ago
  26. 1924eb3 [ci skip] Fix comment typos by Andrey Andreev · 10 years ago
  27. 5c58e67 typo by mult1mate · 10 years ago
  28. 9b9a06c [feature] check redis auth failed by ftwbzhao · 10 years ago
  29. 475dfac Disallow empty FV rules ... for consistency by Andrey Andreev · 10 years ago
  30. 1931136 Move strtolower() call from PR #3739 out of the loop by Andrey Andreev · 10 years ago
  31. 8f79367 #3727 Lowercase $side variable for $this->db->like() in Query Builder by Yahya Erturan · 10 years ago
  32. bd43889 Merge pull request #3730 from paralogizing/develop by Andrey Andreev · 10 years ago
  33. e36d048 Fix #3733 by Andrey Andreev · 10 years ago
  34. b7a8fbb Matched root_path's slashes with the name being replaced by Kyle Gadd · 10 years ago
  35. d75847e [ci skip] Update version numbers by Andrey Andreev · 10 years ago
  36. 68bad62 Mitigate potential DoS attacks against hash_pbkdf2() by Andrey Andreev · 10 years ago
  37. da7a220 Fixed typo by Achraf Almouloudi · 10 years ago
  38. 0be4c80 [ci skip] Fix a wrong docblock link by Andrey Andreev · 10 years ago
  39. 914ae04 Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by Andrey Andreev · 10 years ago
  40. c0b2ae2 [ci skip] Update version number by Andrey Andreev · 10 years ago
  41. e04f4f7 Fix whitespace in previous commit by mwhitneysdsu · 10 years ago
  42. 7a46bde Fix logged path to match checked path in loader by mwhitneysdsu · 10 years ago
  43. fd31057 Fix #3717 by Andrey Andreev · 10 years ago
  44. cbf3a55 Use tabs instead of spaces by Cyrille TOULET · 10 years ago
  45. ead327f Fix an "strpos(): Empty needle" warning by Cyrille TOULET · 10 years ago
  46. 32e7ba3 Fix an "strpos(): Empty needle" warning by Cyrille TOULET · 10 years ago
  47. 7abc08a Fix #3703 by Andrey Andreev · 10 years ago
  48. 068ab20 Minor fixes in CI_Security::entity_decode() by Andrey Andreev · 10 years ago
  49. 0340489 Remove an unnecessary check by Andrey Andreev · 10 years ago
  50. aebd039 Add FSCommand and seekSegmentTime to evil HTML attributes list by Andrey Andreev · 10 years ago
  51. 998608e Apply #2737 fix to CI_Xmlrpcs by Andrey Andreev · 10 years ago
  52. 2f79f9a Improve Session GC for files driver by Andrey Andreev · 10 years ago
  53. 5639a57 Merge pull request #3700 from gadelat/develop by Andrey Andreev · 10 years ago
  54. 51fe87a use isset instead of array_key_exist by Gabriel Potkány · 10 years ago
  55. 343a3e9 Merge pull request #3696 from logsdon/develop by Andrey Andreev · 10 years ago
  56. 362ff3a Remove comment by Joshua Logsdon · 10 years ago
  57. 993e340 Return empty $var immediately by Joshua Logsdon · 10 years ago
  58. 3549be4 Fix language overriding for calendar library by Gabriel Potkány · 10 years ago
  59. 8f5c178 Fix #3694: Packages not overriding stock libraries by Andrey Andreev · 10 years ago
  60. 28625e5 array_fill() throws an error if count($var) is 0 by Joshua Logsdon · 10 years ago
  61. 01015d9 Fixed redis cache save logic by Mathew White · 10 years ago
  62. 737a566 [ci skip] Forbid DB session usage with cache_on enabled by Andrey Andreev · 10 years ago
  63. 0fc46ca Updated CI_Input unit test and fixed error "undefined offset" caused by using the same variable name, $i, twice for for loop inside for loop. by Heesung Ahn · 10 years ago
  64. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  65. 787dc9d Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by yaoshanliang · 10 years ago
  66. 7f310d6 [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config by Andrey Andreev · 10 years ago
  67. 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
  68. 9971e7b add a judgment of whether reset select by yaoshanliang · 10 years ago
  69. 5f8c0c1 add a judgment of whether reset select by yaoshanliang · 10 years ago
  70. 1d19520 [ci skip] Remove NS usage in CI_Session by Andrey Andreev · 10 years ago
  71. cc77888 Close #3663 by Andrey Andreev · 10 years ago
  72. 64d1d82 Merge pull request #3659 from bjjay/bjjay-patch-1 by Andrey Andreev · 10 years ago
  73. 34b92c6 Throw an exception on invalid session driver config by Andrey Andreev · 10 years ago
  74. b6d1746 Correct a comment link typo by bjjay · 10 years ago
  75. 0b1fd2c Add array typehint to CI_Email::__construct() by Andrey Andreev · 10 years ago
  76. 8d6c8fe Reduce once MB_ENABLED checking by bjjay · 10 years ago
  77. 54bf154 Housekeeping. by Master Yoda · 10 years ago
  78. c1dc446 Housekeeping. by Master Yoda · 10 years ago
  79. d46085b Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into fix/housekeeping by Master Yoda · 10 years ago
  80. 7762c59 Housekeeping. by Master Yoda · 10 years ago
  81. 137aa20 Fix #3642 by Andrey Andreev · 10 years ago
  82. e1a5bb3 Fix #3627: Keep timed locks for more than 5 seconds by Andrey Andreev · 10 years ago
  83. fd08d02 Remove an unused var in CI_Log by Andrey Andreev · 10 years ago
  84. 52caf59 Make CI_Input:: read-only as well by Andrey Andreev · 10 years ago
  85. 7d365dc Fix #3633 by Andrey Andreev · 10 years ago
  86. 88fd8e4 Eh ... really fix that notice (#3604) by Andrey Andreev · 10 years ago
  87. d0ac8b1 Fix an E_NOTICE caused by #3604 by Andrey Andreev · 10 years ago
  88. 23824b8 Merge pull request #3604 from Ignasimg/patch-1 by Andrey Andreev · 10 years ago
  89. 1e35792 Update Input.php by Ignasimg · 10 years ago
  90. cae9588 funny tabs & spaces added and removed. by Ignasimg · 10 years ago
  91. abc8f00 [ci skip] Fix #3618 by Andrey Andreev · 10 years ago
  92. b4ebb39 Common.php: set_status_header: Improve by Fieah · 10 years ago
  93. bc834c3 Cache: is_supported by Fieah · 10 years ago
  94. c519b26 Fix #3610 by Andrey Andreev · 10 years ago
  95. 0b5569f Added support for raw_input_stream property. by Ignasimg · 10 years ago
  96. 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
  97. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  98. c545c01 Make set_status_header() a dummy under CLI by Andrey Andreev · 10 years ago
  99. a8c964c documentation changes by Ignasimg · 10 years ago
  100. 0ae4e6c Fix #3593 by Andrey Andreev · 10 years ago