1. 0bb32d3 Update Text helper highlight_phrase() tests and add one for custom tags by Andrey Andreev · 11 years ago
  2. ac023e1 Change Text helper default tag from <strong> to <mark> by Andrey Andreev · 11 years ago
  3. a20ec97 Add ability for changing the original file path/name in CI_Zip::read_file() by Andrey Andreev · 11 years ago
  4. 3b2803e Fix #2143 by Andrey Andreev · 11 years ago
  5. 61a7b8f Implement Loader method chaining by Andrey Andreev · 11 years ago
  6. 1bbc564 Fix #2268 (manually implementing PR #2269) by Andrey Andreev · 11 years ago
  7. dc53d7b Add Basic HTTP authentication support to the XML-RPC library by Andrey Andreev · 11 years ago
  8. 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
  9. 45549a2 Remove a redudant value check by Andrey Andreev · 11 years ago
  10. 1720a6a Fix #2579: Query Builder's "no escape" functionality didn't work properly with query cache by Andrey Andreev · 11 years ago
  11. fd15a70 Remove redudant Loader tests for library() & driver() with no parameters by Andrey Andreev · 11 years ago
  12. 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
  13. 9c12b3f Make CI_Loader methods library(), driver(), vars() and language()'s first parameters mandatory and fix a docblock by Andrey Andreev · 11 years ago
  14. 868301a [ci skip] Fix a docblock typo by Andrey Andreev · 11 years ago
  15. 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
  16. 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
  17. cb66367 Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  18. a6eae87 [ci skip] Some spaces & docblock fixes by Andrey Andreev · 11 years ago
  19. 53d7c37 Merge pull request #2753 from SirDre/patch-1 by Andrey Andreev · 11 years ago
  20. 2ce19b1 Merge pull request #2768 from porquero/patch-1 by Andrey Andreev · 11 years ago
  21. ca8ddad Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  22. b4c6218 FTP class improvements by Andrey Andreev · 11 years ago
  23. 430b14c Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  24. af01fb1 [ci skip] Remove a few spaces by Andrey Andreev · 11 years ago
  25. e540341 A tiny improvement in ruri_string() by Andrey Andreev · 11 years ago
  26. 797fd35 [ci skip] Manually apply PR #2746 and remove other -moz-box-shadow and -webkit-box-shadow usage by Andrey Andreev · 11 years ago
  27. 5e6ce46 [ci skip] Add a missing semicolon in the docs css by Andrey Andreev · 11 years ago
  28. 82ba456 Merge pull request #2544 from HashemQolami/user-guide-patch by Andrey Andreev · 11 years ago
  29. 3ee096a Merge pull request #2790 from captbaritone/patch-2 by Andrey Andreev · 11 years ago
  30. 1d107b8 Update Forum and Wiki links in Readme by Jordan Eldredge · 11 years ago
  31. dde095f Merge pull request #2784 from captbaritone/bug/unneeded_session_code by Andrey Andreev · 11 years ago
  32. 5306cad Remove _serialize() and _unserialize() methods by Jordan Eldredge · 11 years ago
  33. 5d6b9c5 Remove unneeded manual escaping of session data by Jordan Eldredge · 11 years ago
  34. 295cfa9 Polishing changes from #PR #2781 by Andrey Andreev · 11 years ago
  35. ec03e97 Merge pull request #2781 from tufanbarisyildirim/develop by Andrey Andreev · 11 years ago
  36. 341532c so we need \sNOT EXISTS by Tufan Barış YILDIRIM · 11 years ago
  37. 0db570c added changelog about EXISTS / NOT EXISTS by Tufan Barış YILDIRIM · 11 years ago
  38. 30893b9 changed EXISTS / NOT EXISTS pattern by Tufan Barış YILDIRIM · 11 years ago
  39. f1cceaa EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  40. 0f0e6ad EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  41. 7210906 EXISTS / NOT EXISTS clause support for DB_query_builder. by Tufan Barış YILDIRIM · 11 years ago
  42. 3cfd539 [ci skip] Fix a changelog message by Andrey Andreev · 11 years ago
  43. 6bdfa42 [ci skip] Add notes to get_compiled_insert(), get_compiled_update() docs by Andrey Andreev · 11 years ago
  44. aa25cd2 Merge pull request #2779 from mjnaderi/develop by Andrey Andreev · 11 years ago
  45. d3a6ca2 Use table name as a prefix for index names by mjnaderi · 11 years ago
  46. cfde6f2 Merge pull request #2777 from mjnaderi/develop by Andrey Andreev · 11 years ago
  47. 18c2e0c Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  48. 225c373 Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  49. 25a246c Fix #2775 (security lib docs) by Andrey Andreev · 11 years ago
  50. 12e7b94 Merge pull request #2770 from kakysha/themostawesomebranchevercreatedforcodeigniter by Derek Jones · 11 years ago
  51. a3f91b9 DB call_function() bug : funny typo -or- smart autocomplete? by Kakysha · 11 years ago
  52. 0612e92 Added post-increment for $count by Cristian Riffo Huez · 11 years ago
  53. 37fe56f Merge pull request #2764 from refringe/feature/cookie_session by Andrey Andreev · 11 years ago
  54. 74c5f26 Issue #2763 - Fixes Session GC Probability Calculation by Tyler Brownell · 11 years ago
  55. f8f14f3 Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers by Andrey Andreev · 11 years ago
  56. 303c7b2 Update user_agents.php by Andre Gardiner · 11 years ago
  57. 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
  58. c8c260f [ci skip] Remove 2 spaces by Andrey Andreev · 11 years ago
  59. b6fbcbe Always load application/config/constants.php by Andrey Andreev · 11 years ago
  60. 8dd404c Merge pull request #2731 from josephok/develop by Andrey Andreev · 11 years ago
  61. f696c6d Merge pull request #2733 from vlakoff/develop by Andrey Andreev · 11 years ago
  62. c6ac748 Small docblock fix by vlakoff · 11 years ago
  63. 1095d11 Update CodeIgniter.php by josephok · 11 years ago
  64. afca352 Remove a function_exists() check for error_get_last() by Andrey Andreev · 11 years ago
  65. fb2ac41 Update the upgrade instructions for error templates by Andrey Andreev · 11 years ago
  66. 29947ee Add CLI error templates and only send HTTP status headers for non-CLI requests (issue #1743) by Andrey Andreev · 11 years ago
  67. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  68. 35e3b0b [ci skip] Remove some whitespace chars by Andrey Andreev · 11 years ago
  69. 81b21ed Merge pull request #2719 from GDmac/develop by Andrey Andreev · 11 years ago
  70. 17a0528 Cleanup PR #2719 by GDmac · 11 years ago
  71. 5d9b03b Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by GDmac · 11 years ago
  72. c761a20 Polish changes from PR #2712 by Andrey Andreev · 11 years ago
  73. 61c124b Merge pull request #2718 from vkeranov/develop by Andrey Andreev · 11 years ago
  74. af709d6 Merge pull request #2712 from pveyes/develop by Andrey Andreev · 11 years ago
  75. 01e9fb1 docs: get_compile_select by GDmac · 11 years ago
  76. e1b8683 Fix #2406 query builder cache by GDmac · 11 years ago
  77. fdd1461 Update user_agents.php by vkeranov · 11 years ago
  78. 0b58b3c Fix HTTP Verb Routing Rules by Fatih Kalifa · 11 years ago
  79. 442b50b Enable HTTP Verb in Routing by Fatih Kalifa · 11 years ago
  80. 0949b36 Fix #2710 by Andrey Andreev · 11 years ago
  81. 0c51847 Merge branch 'feature/minify' into develop by Andrey Andreev · 11 years ago
  82. d6feb5a Merge branch 'develop' into feature/minify by Andrey Andreev · 11 years ago
  83. 3c3bbac Apply trim() on the splitted code elements by Andrey Andreev · 11 years ago
  84. 99f9b9a Escape PCRE delimiters by Andrey Andreev · 11 years ago
  85. 5e3d48c Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() are required by Andrey Andreev · 11 years ago
  86. 2d5ebf7 Update sess_time_to_update description (rel #2397) by Andrey Andreev · 11 years ago
  87. f31fdf1 Merge pull request #2707 from sv3tli0/patch-1 by Andrey Andreev · 11 years ago
  88. 8b43364 Merge pull request #2706 from manmath/patch-1 by Andrey Andreev · 11 years ago
  89. bf09baf add travis php 5.5 by sv3tli0 · 11 years ago
  90. 0bdd21e Update readme.rst by Man Math · 11 years ago
  91. 98134d1 Merge pull request #2705 from kakysha/develop by Andrey Andreev · 11 years ago
  92. 4118981 newline at the eof by Kakysha · 11 years ago
  93. 34565a7 Update caching.rst by kakysha · 11 years ago
  94. f06864c typos by kakysha · 11 years ago
  95. 333b69b Spaces, log message by Kakysha · 11 years ago
  96. 970c1f2 Merge branch 'develop' of github.com:kakysha/CodeIgniter into develop by Kakysha · 11 years ago
  97. 6b1b803 Added changelog entry by kakysha · 11 years ago
  98. c6fc0c8 Update Redis Caching block by kakysha · 11 years ago
  99. 8f3f1f9 Code cleanup by Kakysha · 11 years ago
  100. ffe2130 some code rewrite by Kakysha · 11 years ago