1. b6fbcbe Always load application/config/constants.php by Andrey Andreev · 11 years ago
  2. 8dd404c Merge pull request #2731 from josephok/develop by Andrey Andreev · 11 years ago
  3. f696c6d Merge pull request #2733 from vlakoff/develop by Andrey Andreev · 11 years ago
  4. c6ac748 Small docblock fix by vlakoff · 11 years ago
  5. 1095d11 Update CodeIgniter.php by josephok · 11 years ago
  6. afca352 Remove a function_exists() check for error_get_last() by Andrey Andreev · 11 years ago
  7. fb2ac41 Update the upgrade instructions for error templates by Andrey Andreev · 11 years ago
  8. 29947ee Add CLI error templates and only send HTTP status headers for non-CLI requests (issue #1743) by Andrey Andreev · 11 years ago
  9. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  10. 35e3b0b [ci skip] Remove some whitespace chars by Andrey Andreev · 11 years ago
  11. 81b21ed Merge pull request #2719 from GDmac/develop by Andrey Andreev · 11 years ago
  12. 17a0528 Cleanup PR #2719 by GDmac · 11 years ago
  13. 5d9b03b Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by GDmac · 11 years ago
  14. c761a20 Polish changes from PR #2712 by Andrey Andreev · 11 years ago
  15. 61c124b Merge pull request #2718 from vkeranov/develop by Andrey Andreev · 11 years ago
  16. af709d6 Merge pull request #2712 from pveyes/develop by Andrey Andreev · 11 years ago
  17. 01e9fb1 docs: get_compile_select by GDmac · 11 years ago
  18. e1b8683 Fix #2406 query builder cache by GDmac · 11 years ago
  19. fdd1461 Update user_agents.php by vkeranov · 11 years ago
  20. 0b58b3c Fix HTTP Verb Routing Rules by Fatih Kalifa · 11 years ago
  21. 442b50b Enable HTTP Verb in Routing by Fatih Kalifa · 11 years ago
  22. 0949b36 Fix #2710 by Andrey Andreev · 11 years ago
  23. 0c51847 Merge branch 'feature/minify' into develop by Andrey Andreev · 11 years ago
  24. d6feb5a Merge branch 'develop' into feature/minify by Andrey Andreev · 11 years ago
  25. 3c3bbac Apply trim() on the splitted code elements by Andrey Andreev · 11 years ago
  26. 99f9b9a Escape PCRE delimiters by Andrey Andreev · 11 years ago
  27. 5e3d48c Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() are required by Andrey Andreev · 11 years ago
  28. 2d5ebf7 Update sess_time_to_update description (rel #2397) by Andrey Andreev · 11 years ago
  29. f31fdf1 Merge pull request #2707 from sv3tli0/patch-1 by Andrey Andreev · 11 years ago
  30. 8b43364 Merge pull request #2706 from manmath/patch-1 by Andrey Andreev · 11 years ago
  31. bf09baf add travis php 5.5 by sv3tli0 · 11 years ago
  32. 0bdd21e Update readme.rst by Man Math · 11 years ago
  33. 98134d1 Merge pull request #2705 from kakysha/develop by Andrey Andreev · 11 years ago
  34. 4118981 newline at the eof by Kakysha · 11 years ago
  35. 34565a7 Update caching.rst by kakysha · 11 years ago
  36. f06864c typos by kakysha · 11 years ago
  37. 333b69b Spaces, log message by Kakysha · 11 years ago
  38. 970c1f2 Merge branch 'develop' of github.com:kakysha/CodeIgniter into develop by Kakysha · 11 years ago
  39. 6b1b803 Added changelog entry by kakysha · 11 years ago
  40. c6fc0c8 Update Redis Caching block by kakysha · 11 years ago
  41. 8f3f1f9 Code cleanup by Kakysha · 11 years ago
  42. ffe2130 some code rewrite by Kakysha · 11 years ago
  43. 2d14673 Correct Redis connection troubleshooting by Kakysha · 11 years ago
  44. 80d663a Added option to connect through unix socket in redis cache driver by Kakysha · 11 years ago
  45. 96185a3 Really fix #2703 by Andrey Andreev · 11 years ago
  46. 5d69a6e Fix #2703 by Andrey Andreev · 11 years ago
  47. ac4d308 Merge branch 'develop' into feature/minify by Andrey Andreev · 11 years ago
  48. 710c4ed Fixing the dumbest parser error ever by Andrey Andreev · 11 years ago
  49. 6a42490 An alternative to CI_Output::_minify_script_style() using more efficient regexp patterns by Andrey Andreev · 11 years ago
  50. 8adac96 Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGs by Andrey Andreev · 11 years ago
  51. 28a3692 Merge pull request #2699 from vlakoff/url-functions by Andrey Andreev · 11 years ago
  52. 8c0e56f Remove redundant changelog entry by vlakoff · 11 years ago
  53. 4c07fce Implement $protocol parameter in Config base_url() and site_url() methods by vlakoff · 11 years ago
  54. a587a93 Fix issue #2695 by Andrey Andreev · 11 years ago
  55. 6614367 Fix CSS minifier by Andrey Andreev · 11 years ago
  56. 32c7212 Add CI_Upload:: option by Andrey Andreev · 11 years ago
  57. 72b4b3c Add 'filename' to the return elements for create_captcha() (PR #2602) by Andrey Andreev · 11 years ago
  58. 7f5f8aa Manually apply PR #2656 by Andrey Andreev · 11 years ago
  59. 0850a28 Fix #2515 (manually merge PR #2516) by Andrey Andreev · 11 years ago
  60. 6c85442 Fix #2691 by Andrey Andreev · 11 years ago
  61. e08411d Eh ... preg_replace() needs a replacement by Andrey Andreev · 11 years ago
  62. a277a50 [ci skip] Fix a changelog entry by Andrey Andreev · 11 years ago
  63. 3fa729d Fix issue #2681 (alternative to PR #2690) by Andrey Andreev · 11 years ago
  64. 643bf02 Merge pull request #2686 from vlakoff/develop by Andrey Andreev · 11 years ago
  65. 3a3d5f6 Replace the last rand() with mt_rand() by vlakoff · 11 years ago
  66. 3d759d7 Merge pull request #2661 from DaveMC08/feature/issue_2617 by Andrey Andreev · 11 years ago
  67. abcb67c req. changes: by David Cox Jr · 11 years ago
  68. b69cbcb Changelog/doc edits following PR #2684 by Andrey Andreev · 11 years ago
  69. d3782fa Merge pull request #2684 from slax0rr/develop by Andrey Andreev · 11 years ago
  70. 8bb20a1 Fixed empty line at EOF and added changelog entry by Tomaz Lovrec · 11 years ago
  71. a81a5ef Added possibility clear out the cached variables from the Loader. by Tomaz Lovrec · 11 years ago
  72. b367f7b Fix #2674 by Andrey Andreev · 11 years ago
  73. 9f417d0 Fix #2682 by Andrey Andreev · 11 years ago
  74. dc7aab8 Merge pull request #2668 from garthkerr/patch-1 by Andrey Andreev · 11 years ago
  75. 05ace61 Merge pull request #2672 from stgeneral/patch-1 by Andrey Andreev · 11 years ago
  76. 4330df2 Merge pull request #2676 from Jcchemin/patch-1 by Andrey Andreev · 11 years ago
  77. 0241050 Update user_agents.php by Jcchemin · 11 years ago
  78. 3751517 Exra bmp mimes by Dmitry Babenko · 11 years ago
  79. 2637f5b Merge pull request #2670 from DaveMC08/feature/issue_2667 by Andrey Andreev · 11 years ago
  80. f040d8a Merge pull request #2671 from aanbar/develop by Andrey Andreev · 11 years ago
  81. 8e7cc7a parse $extra attributes in form_dropdown. by Ahmad Anbar · 11 years ago
  82. 46e77e0 partial fix #2667 by David Cox Jr · 11 years ago
  83. 6eb6e8a Merge pull request #2669 from DaveMC08/feature/re_fixes_2637 by Andrey Andreev · 11 years ago
  84. a442bc2 re-fixes #2637 by David Cox Jr · 11 years ago
  85. b53bd4e Add return type for view loader. by garthkerr · 11 years ago
  86. 871d8f6 Added changelog entry. by Jesse van Assen · 11 years ago
  87. cf60fa7 Script is killed with the proper exit code. by Jesse van Assen · 11 years ago
  88. 06fa739 fix issue #2617 simply adds the $_FILES array to profiler output of POST data by David Cox Jr · 11 years ago
  89. 57ba100 Merge pull request #2657 from DaveMC08/feature/fixes_2637 by Andrey Andreev · 11 years ago
  90. 6d91785 fix #2637 by David Cox Jr · 11 years ago
  91. 88f41df [ci skip] Update Zip library docblocks by Andrey Andreev · 11 years ago
  92. c83413f Merge pull request #2613 from James-Swift/patch-1 by Andrey Andreev · 11 years ago
  93. 0760a44 [ci skip] Remove some whitespaces by Andrey Andreev · 11 years ago
  94. fd0aabb Fix issue #33 by Andrey Andreev · 11 years ago
  95. 0bba643 Fixes Issue 2637 by David Cox Jr · 11 years ago
  96. 461acc4 [ci skip] Remove an EOF empty line by Andrey Andreev · 11 years ago
  97. fbd51e8 Merge pull request #2653 from vkeranov/develop by Andrey Andreev · 11 years ago
  98. 39c2f94 Merge pull request #2654 from vlakoff/develop by Andrey Andreev · 11 years ago
  99. 0c23a27 Fix duplicate changelog entry by vlakoff · 11 years ago
  100. 130b055 Update mimes.php by vkeranov · 11 years ago