1. b69cbcb Changelog/doc edits following PR #2684 by Andrey Andreev · 11 years ago
  2. d3782fa Merge pull request #2684 from slax0rr/develop by Andrey Andreev · 11 years ago
  3. 8bb20a1 Fixed empty line at EOF and added changelog entry by Tomaz Lovrec · 11 years ago
  4. a81a5ef Added possibility clear out the cached variables from the Loader. by Tomaz Lovrec · 11 years ago
  5. b367f7b Fix #2674 by Andrey Andreev · 11 years ago
  6. 9f417d0 Fix #2682 by Andrey Andreev · 11 years ago
  7. dc7aab8 Merge pull request #2668 from garthkerr/patch-1 by Andrey Andreev · 11 years ago
  8. 05ace61 Merge pull request #2672 from stgeneral/patch-1 by Andrey Andreev · 11 years ago
  9. 4330df2 Merge pull request #2676 from Jcchemin/patch-1 by Andrey Andreev · 11 years ago
  10. 0241050 Update user_agents.php by Jcchemin · 11 years ago
  11. 3751517 Exra bmp mimes by Dmitry Babenko · 11 years ago
  12. 2637f5b Merge pull request #2670 from DaveMC08/feature/issue_2667 by Andrey Andreev · 11 years ago
  13. f040d8a Merge pull request #2671 from aanbar/develop by Andrey Andreev · 11 years ago
  14. 8e7cc7a parse $extra attributes in form_dropdown. by Ahmad Anbar · 11 years ago
  15. 46e77e0 partial fix #2667 by David Cox Jr · 11 years ago
  16. 6eb6e8a Merge pull request #2669 from DaveMC08/feature/re_fixes_2637 by Andrey Andreev · 11 years ago
  17. a442bc2 re-fixes #2637 by David Cox Jr · 11 years ago
  18. b53bd4e Add return type for view loader. by garthkerr · 11 years ago
  19. 57ba100 Merge pull request #2657 from DaveMC08/feature/fixes_2637 by Andrey Andreev · 11 years ago
  20. 6d91785 fix #2637 by David Cox Jr · 11 years ago
  21. 88f41df [ci skip] Update Zip library docblocks by Andrey Andreev · 11 years ago
  22. c83413f Merge pull request #2613 from James-Swift/patch-1 by Andrey Andreev · 11 years ago
  23. 0760a44 [ci skip] Remove some whitespaces by Andrey Andreev · 11 years ago
  24. fd0aabb Fix issue #33 by Andrey Andreev · 11 years ago
  25. 0bba643 Fixes Issue 2637 by David Cox Jr · 11 years ago
  26. 461acc4 [ci skip] Remove an EOF empty line by Andrey Andreev · 11 years ago
  27. fbd51e8 Merge pull request #2653 from vkeranov/develop by Andrey Andreev · 11 years ago
  28. 39c2f94 Merge pull request #2654 from vlakoff/develop by Andrey Andreev · 11 years ago
  29. 0c23a27 Fix duplicate changelog entry by vlakoff · 11 years ago
  30. 130b055 Update mimes.php by vkeranov · 11 years ago
  31. f1ae9d2 Merge pull request #2645 from AdwinTrave/develop by Andrey Andreev · 11 years ago
  32. 3914c0e Adding missing reference to min_length in rules reference by AdwinTrave · 11 years ago
  33. 13c818e [ci skip] Remove empty lines by Andrey Andreev · 11 years ago
  34. fabaf06 Merge pull request #2644 from vkeranov/develop by Andrey Andreev · 11 years ago
  35. d6f3d31 No need of this anymore by vkeranov · 11 years ago
  36. e890ecf No need of this anymore by vkeranov · 11 years ago
  37. 9c98991 [ci skip] Remove empty line at application/config/config.php EOF by Andrey Andreev · 11 years ago
  38. eaa72a3 Merge pull request #2643 from brenjt/patch-1 by Andrey Andreev · 11 years ago
  39. 1e6879f Update config.php by brenjt · 11 years ago
  40. 02a1612 Updated config to include list of valid characters to `sess_cookie_name` by brenjt · 11 years ago
  41. d3b7e24 Another one following #2639 by Andrey Andreev · 11 years ago
  42. e8a23a5 An update to the #2639 fix by Andrey Andreev · 11 years ago
  43. f4bfb16 [ci skip] Fix a changelog message by Andrey Andreev · 11 years ago
  44. 67f6a5e Fix array notation fields for set_select() as well by Andrey Andreev · 11 years ago
  45. ae50f55 Fix #2639 by Andrey Andreev · 11 years ago
  46. a9346aa Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possible by Andrey Andreev · 11 years ago
  47. 79d9e38 Merge pull request #2641 from aanbar/develop by Andrey Andreev · 11 years ago
  48. 3c5ec85 Update MySQLi to use the PHP API for transactions, where possible by Andrey Andreev · 11 years ago
  49. 5932a73 Improvements to safe_mode detection (it doesn't exist in PHP 5.4) by Andrey Andreev · 11 years ago
  50. 838c9a9 Drop the unused parameter from log_message() / CI_Log::write_log() by Andrey Andreev · 11 years ago
  51. ed3fd58 Removed new line from the end of the file. by Ahmad Anbar · 11 years ago
  52. 4005e3c Fixed issue #2638 which prevented loading models in sub-folders by passing an array. by Ahmad Anbar · 11 years ago
  53. 9b34448 [ci skip] Simplify changelog message for PR #2633 by Andrey Andreev · 11 years ago
  54. cf4cbaf Merge pull request #2633 from kaiwangchen/simulate_complete_exception_handler by Andrey Andreev · 11 years ago
  55. 8ce3134 Make the changelog entry for #2633 more descriptive. by Kaiwang Chen · 11 years ago
  56. 824ced4 Merge pull request #2631 from mjnaderi/develop by Andrey Andreev · 11 years ago
  57. c5768db Fixed coding style by judge · 11 years ago
  58. 488ef21 Add changelog entry for #2633. by Kaiwang Chen · 11 years ago
  59. 5f0ee05 Remove unnecessary chdir() in the shutdown handler. by Kaiwang Chen · 11 years ago
  60. 2d54a3a Really fix #2490, rel: #2629 by Andrey Andreev · 11 years ago
  61. 21fe9da Simulate a complete custom exception handler by redirecting uncaught events. by Kaiwang Chen · 11 years ago
  62. 4013be3 Add support for UPDATE ... RETURNING statements in PostgreSQL by Andrey Andreev · 11 years ago
  63. c7df348 Fixed coding style by judge · 11 years ago
  64. f57ecc1 Remove Javascript inline comments + improved detecting whether the pointer is in a string or not by judge · 11 years ago
  65. 855f917 Improved detecting whether the pointer is in a string or not by judge · 11 years ago
  66. c65a12e Removed unnecessary parameter by judge · 11 years ago
  67. 67e643a fixed error in finding closing tag by judge · 11 years ago
  68. b61affd Merge pull request #2627 from vlakoff/develop-3 by Andrey Andreev · 11 years ago
  69. b5a0219 Merge pull request #2626 from vlakoff/develop-2 by Andrey Andreev · 11 years ago
  70. 9f8e299 Adjust a few phpdoc in query builder code by vlakoff · 11 years ago
  71. e6c4d5b Code cleanup in db->order_by() by vlakoff · 11 years ago
  72. df81273 Merge pull request #2612 from vlakoff/documentation by Andrey Andreev · 11 years ago
  73. 967eea5 Add changelog entry for #2609 by vlakoff · 11 years ago
  74. ac23e21 [ci skip] Fix a documentation error by Andrey Andreev · 11 years ago
  75. 4019feb Merge pull request #2614 from noskov/develop by Andrey Andreev · 11 years ago
  76. cf524a6 Better transliteration for Russian and Ukrainian languages by Sergey Noskov · 11 years ago
  77. 3b96a17 Made "Release Information" more readable. by James Swift · 11 years ago
  78. a1553a9 Lower precision for the CI_Benchmark::elapsed_time() test - there's no way to reliably test it by Andrey Andreev · 11 years ago
  79. 49890a9 Kill the damn kitten by Andrey Andreev · 11 years ago
  80. 1bd2991 Merge pull request #2609 from vlakoff/develop-2 by Andrey Andreev · 11 years ago
  81. 05d043b Adjustments in static reference handling by vlakoff · 11 years ago
  82. 67e5ca6 Allow items to be set even if they were not present yet by vlakoff · 11 years ago
  83. 2f7810a Ensure get_config() optional argument is an array, remove useless test by vlakoff · 11 years ago
  84. 8d70c0a Fix $replace parameter handling in get_config() by vlakoff · 11 years ago
  85. e19b555 Merge pull request #2604 from msegers/patch-1 by Andrey Andreev · 11 years ago
  86. c5133ba Merge pull request #2603 from za/develop by Andrey Andreev · 11 years ago
  87. 335fed9 Detect Windows Phones by msegers · 11 years ago
  88. ce30537 add '$' at news_section.rst file by Zaki Akhmad · 11 years ago
  89. 756eaf6 Merge pull request #2598 from vlakoff/develop by Andrey Andreev · 11 years ago
  90. e8e56d7 Improve changelog entry by vlakoff · 11 years ago
  91. 441fd26 Input class: change behavior of get_post() method, add post_get() method by vlakoff · 11 years ago
  92. e23ba13 [ci skip] Add MD5 checksums to download page (rel: #991) by Andrey Andreev · 11 years ago
  93. 2f8d2d3 Add a changelog entry for PR #2590 and further optimize log_message() by Andrey Andreev · 11 years ago
  94. c49d181 Merge pull request #2590 from vlakoff/develop by Andrey Andreev · 11 years ago
  95. 2b956af An improved version of PR #2584, fixes #2583 by Andrey Andreev · 11 years ago
  96. 61f1aa0 Fix noneffective static variable cache in log_message() by vlakoff · 11 years ago
  97. 5a215b6 Merge pull request #2586 from vlakoff/develop by Andrey Andreev · 11 years ago
  98. 40d1249 Replace php_sapi_name() function with PHP_SAPI constant by vlakoff · 11 years ago
  99. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  100. 5b55c15 Fix #2585 by Andrey Andreev · 11 years ago