1. 24bd230 Fix a magic_quotes-related bug and changed the default parameter value for is_php() by Andrey Andreev · 13 years ago
  2. 6ef498b Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 by Andrey Andreev · 13 years ago
  3. 005dd43 Merge pull request #1420 from IT-Can/fix-issue-1419 by Andrey Andreev · 13 years ago
  4. 2fd0506 changelog by Michiel Vugteveen · 13 years ago
  5. 142b618 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  6. dda21f6 Added support for $_SERVER['CI_ENV'] in index.php by Phil Sturgeon · 13 years ago
  7. 991cfa2 Changed documentation and added note to changelog as per @philsturgeon request by Thanasis Polychronakis · 13 years ago
  8. 8bbf4e0 automatic list formatting was broken by vlakoff · 13 years ago
  9. fa5a9e5 create_captcha() helper documentation by madhazelnut · 13 years ago
  10. 650f2a2 Fix issue #862 by Andrey Andreev · 13 years ago
  11. 21cb2d3 Fix issue #136 (MySQL escape_like_str()) by Andrey Andreev · 13 years ago
  12. d06acd8 Added update_batch() support for PostgreSQL (issue #356) by Andrey Andreev · 13 years ago
  13. 846acc7 Fix issue #319 by Andrey Andreev · 13 years ago
  14. 55d3ad4 Fix issue #121 by Andrey Andreev · 13 years ago
  15. 470805b Fix issues #44 & #110 by Andrey Andreev · 13 years ago
  16. 7b5eb73 Fix issue #1273 and some cleanup in Query Builder by Andrey Andreev · 13 years ago
  17. 2fceb85 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors by Timothy Warren · 13 years ago
  18. f46e726 Fix a typo in the changelog by Andrey Andreev · 13 years ago
  19. 79922c0 Removed the parameter use in database drivers' _close() and added a default _close() method in CI_DB_driver + some changelog fixes by Andrey Andreev · 13 years ago
  20. 249204b Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors by Timothy Warren · 13 years ago
  21. 1d79efe Merge pull request #1372 from juanitomint/develop by Andrey Andreev · 13 years ago
  22. 441dfc3 added a comment for unbuffered_row by Juan Ignacio Borda · 13 years ago
  23. 67a08ed Add missing changelog entries from 2.1-stable by Andrey Andreev · 13 years ago
  24. 97aefa5 Added changelog entry by Timothy Warren · 13 years ago
  25. 98fde46 Add parens to changelog entry by Timothy Warren · 13 years ago
  26. 16642c7 Update inflector docblocks, add changelog entry by Timothy Warren · 13 years ago
  27. 242925b Minor changes on the pull #1355 additions by Andrey Andreev · 13 years ago
  28. caa9c7c Merge pull request #1355 from shidec/develop by Andrey Andreev · 13 years ago
  29. 5963db7 escaping boolean data type for postgre change log by Soesapto Joeni Hantoro · 13 years ago
  30. 46d53fb Fix issue #1349 by Andrey Andreev · 13 years ago
  31. ca7d822 User_agent library improvements by Andrey Andreev · 13 years ago
  32. 0e18f62 changelog entry by Michiel Vugteveen · 13 years ago
  33. ee04a91 Changelog fix by Andrey Andreev · 13 years ago
  34. 81aa94b Reverted rui_string change. by Phil Sturgeon · 13 years ago
  35. ce747c8 Merge upstream branch by Andrey Andreev · 13 years ago
  36. ba46361 Fixed conflicts. by Phil Sturgeon · 13 years ago
  37. cdfbd52 Fixed issue #122 - ruri_string() in subdirs. by Phil Sturgeon · 13 years ago
  38. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  39. f8ae115 Merge pull request #1288 from petsagouris/Issue-131 by Andrey Andreev · 13 years ago
  40. 72b1076 Added foreign_characters.php changes in the changelog. by George Petsagourakis · 13 years ago
  41. e7bbb1d Add changelog entry for already fixed issue #23 by Andrey Andreev · 13 years ago
  42. b3f774b Fix issue #1265 by Andrey Andreev · 13 years ago
  43. 3c0a452 Added the ability to insert objects with insert_batch() in Active Reccord. by Iban Eguia · 13 years ago
  44. 8b52222 Update Release Date for version 2.1.1 at user_guide_src/source/changelog.rst by Rogerio Prado de Jesus · 13 years ago
  45. b457a40 DB Utility improvements by Andrey Andreev · 13 years ago
  46. d947eba Multiple DB Forge improvements by Andrey Andreev · 13 years ago
  47. 5c0e9fe Fix AR delete() for MSSQL and SQLSRV by Andrey Andreev · 13 years ago
  48. 5f56246 Fix AR delete() for Oracle by Andrey Andreev · 13 years ago
  49. 00541ae Extend fix for #798 to work across all DB drivers instead of just mysql by Andrey Andreev · 13 years ago
  50. 80144bf Fix a CI_DB_pdo_driver::trans_commit() bug by Andrey Andreev · 13 years ago
  51. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  52. 6d83cde Fixed MSSQL and SQLSrv truncate() by Andrey Andreev · 13 years ago
  53. 17ceeae Add replace() support for SQLite/SQLite3 by Andrey Andreev · 13 years ago
  54. 97f3697 Added a default _insert_batch() method instead of requiring each driver to define it and fixed 2 issues related to it by Andrey Andreev · 13 years ago
  55. a396c3b Remove duplicate changelog entries introduced in pull #1225 by Andrey Andreev · 13 years ago
  56. 1f975ca Fixing doc link in changelog by M. Fauzilkamil Zainuddin · 13 years ago
  57. 7bf632f Update user_guide_src/source/changelog.rst by Tobias Tschech · 13 years ago
  58. 320d37c Merge upstream branch by Andrey Andreev · 13 years ago
  59. 426faa9 Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimizations in the library by Andrey Andreev · 13 years ago
  60. fd6c2bc Fix issue #1238 by Andrey Andreev · 13 years ago
  61. d605748 Fix issue #14 by Andrey Andreev · 13 years ago
  62. 00adf1d Some improvements to the additions from pull #1234 by Andrey Andreev · 13 years ago
  63. 3178285 Merge pull request #1234 from obiconbig/develop by Andrey Andreev · 13 years ago
  64. cc0e415 Move changelog line from verion 2.1.1 to version 3.0 by Songpol Sripao-eiam · 13 years ago
  65. 937f104 Update changelog by Songpol Sripao-eiam · 13 years ago
  66. a9572fa Merge upstream branch by Andrey Andreev · 13 years ago
  67. d8159e4 Merge upstream branch by Andrey Andreev · 13 years ago
  68. 64bfa06 Add a missing changelog entry for pull #1227 by Andrey Andreev · 13 years ago
  69. b3b94bc Merge pull request #1181 from matteomattei/develop by Andrey Andreev · 13 years ago
  70. 1366cbc Add buffer string attach function to changelog. by Matteo Mattei · 13 years ago
  71. 9602651 Merge upstream branch by Andrey Andreev · 13 years ago
  72. 3b2587e Added random ordering support for MSSQL and SQLSRV drivers and removed an unused method by Andrey Andreev · 13 years ago
  73. a11b16b Fix a CI_Loader::_ci_load_class() bug by Andrey Andreev · 13 years ago
  74. 8769dd7 Merge feature/mysqli_oop branch by Andrey Andreev · 13 years ago
  75. a5dd297 Make _initialize() a constructor and rename _call_hook() to call_hook in the Hooks class by Andrey Andreev · 13 years ago
  76. c6a68e0 Add visibility declarations where they remain missing by Andrey Andreev · 13 years ago
  77. 401e4c9 Merge pull request #994 from Razican/doctypes by Andrey Andreev · 13 years ago
  78. 0cfc3fd Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 by Andrey Andreev · 13 years ago
  79. 968bbbb Minor adjustments in the changelog by Andrey Andreev · 13 years ago
  80. 808f3a6 Merge upstream branch by Andrey Andreev · 13 years ago
  81. 59ad0af Add DSN string support for Oracle by Andrey Andreev · 13 years ago
  82. a00e504 Add DSN string and persistent connections support for CUBRID by Andrey Andreev · 13 years ago
  83. 7bf69c8 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite3 by Andrey Andreev · 13 years ago
  84. d576af4 Update user_guide_src/source/changelog.rst by leandronf · 13 years ago
  85. 603cd2c Update user_guide_src/source/changelog.rst by leandronf · 13 years ago
  86. 0d87bae Merge upstream branch by Andrey Andreev · 13 years ago
  87. 6f9d923 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite3 by Andrey Andreev · 13 years ago
  88. 31cf46e Merge upstream branch by Andrey Andreev · 13 years ago
  89. 870ad19 Merge upstream branch by Andrey Andreev · 13 years ago
  90. 55201ac Fixed an issue with PostgreSQL's escape_str() by Andrey Andreev · 13 years ago
  91. 1370720 Changelog by Andrey Andreev · 13 years ago
  92. 1ce0c42 merged with latest develop. by Mike Funk · 13 years ago
  93. 50bff7c Fix possible error messages with do_hash() and alter a changelog entry by Andrey Andreev · 13 years ago
  94. cf10de5 Merge pull request #1182 from freewil/cookies-httponly by Andrey Andreev · 13 years ago
  95. 8840c96 use php's hash() function for do_hash() helper by freewil · 13 years ago
  96. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  97. a5c8a6d timespan() helper change by Roger Herbert · 13 years ago
  98. 3f103aa Merge pull request #1175 from toopay/path_helper by Andrey Andreev · 13 years ago
  99. f2915f2 New line and changelog correction by Taufan Aditya · 13 years ago
  100. 7c6813b Merge upstream branch by Andrey Andreev · 13 years ago