1. b3f774b Fix issue #1265 by Andrey Andreev · 13 years ago
  2. 3c0a452 Added the ability to insert objects with insert_batch() in Active Reccord. by Iban Eguia · 13 years ago
  3. 8b52222 Update Release Date for version 2.1.1 at user_guide_src/source/changelog.rst by Rogerio Prado de Jesus · 13 years ago
  4. b457a40 DB Utility improvements by Andrey Andreev · 13 years ago
  5. d947eba Multiple DB Forge improvements by Andrey Andreev · 13 years ago
  6. 5c0e9fe Fix AR delete() for MSSQL and SQLSRV by Andrey Andreev · 13 years ago
  7. 5f56246 Fix AR delete() for Oracle by Andrey Andreev · 13 years ago
  8. 00541ae Extend fix for #798 to work across all DB drivers instead of just mysql by Andrey Andreev · 13 years ago
  9. 80144bf Fix a CI_DB_pdo_driver::trans_commit() bug by Andrey Andreev · 13 years ago
  10. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  11. 6d83cde Fixed MSSQL and SQLSrv truncate() by Andrey Andreev · 13 years ago
  12. 17ceeae Add replace() support for SQLite/SQLite3 by Andrey Andreev · 13 years ago
  13. 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
  14. a396c3b Remove duplicate changelog entries introduced in pull #1225 by Andrey Andreev · 13 years ago
  15. 1f975ca Fixing doc link in changelog by M. Fauzilkamil Zainuddin · 13 years ago
  16. 5d66f65 Fixing user_guide compilation warnings by M. Fauzilkamil Zainuddin · 13 years ago
  17. 7bf632f Update user_guide_src/source/changelog.rst by Tobias Tschech · 13 years ago
  18. 320d37c Merge upstream branch by Andrey Andreev · 13 years ago
  19. 426faa9 Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimizations in the library by Andrey Andreev · 13 years ago
  20. fd6c2bc Fix issue #1238 by Andrey Andreev · 13 years ago
  21. d605748 Fix issue #14 by Andrey Andreev · 13 years ago
  22. 00adf1d Some improvements to the additions from pull #1234 by Andrey Andreev · 13 years ago
  23. 3178285 Merge pull request #1234 from obiconbig/develop by Andrey Andreev · 13 years ago
  24. cc0e415 Move changelog line from verion 2.1.1 to version 3.0 by Songpol Sripao-eiam · 13 years ago
  25. 937f104 Update changelog by Songpol Sripao-eiam · 13 years ago
  26. 614db07 The current name is too wide change to get_content_type()consistent with set_content_type() by Songpol Sripaoeiam · 13 years ago
  27. 8b2044d Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Songpol Sripaoeiam · 13 years ago
  28. a9572fa Merge upstream branch by Andrey Andreev · 13 years ago
  29. d8159e4 Merge upstream branch by Andrey Andreev · 13 years ago
  30. b966701 bracket on a new line by Songpol Sripaoeiam · 13 years ago
  31. 52fe7bb add function get_current_content_type to output class and user manual library by Songpol Sripaoeiam · 13 years ago
  32. 64bfa06 Add a missing changelog entry for pull #1227 by Andrey Andreev · 13 years ago
  33. b3b94bc Merge pull request #1181 from matteomattei/develop by Andrey Andreev · 13 years ago
  34. 1366cbc Add buffer string attach function to changelog. by Matteo Mattei · 13 years ago
  35. 9602651 Merge upstream branch by Andrey Andreev · 13 years ago
  36. 3b2587e Added random ordering support for MSSQL and SQLSRV drivers and removed an unused method by Andrey Andreev · 13 years ago
  37. a11b16b Fix a CI_Loader::_ci_load_class() bug by Andrey Andreev · 13 years ago
  38. 8769dd7 Merge feature/mysqli_oop branch by Andrey Andreev · 13 years ago
  39. d8e1ac7 Fix some examples in the user guide by Andrey Andreev · 13 years ago
  40. 7310e85 Commas, not tabs, are the default delimiter in dbutil->csv_from_result. by mrw · 13 years ago
  41. a8bb4be Remove remaining access description lines from database classes and styleguide example by Andrey Andreev · 13 years ago
  42. a5dd297 Make _initialize() a constructor and rename _call_hook() to call_hook in the Hooks class by Andrey Andreev · 13 years ago
  43. c6a68e0 Add visibility declarations where they remain missing by Andrey Andreev · 13 years ago
  44. 401e4c9 Merge pull request #994 from Razican/doctypes by Andrey Andreev · 13 years ago
  45. 0cfc3fd Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 by Andrey Andreev · 13 years ago
  46. 968bbbb Minor adjustments in the changelog by Andrey Andreev · 13 years ago
  47. 808f3a6 Merge upstream branch by Andrey Andreev · 13 years ago
  48. 59ad0af Add DSN string support for Oracle by Andrey Andreev · 13 years ago
  49. a00e504 Add DSN string and persistent connections support for CUBRID by Andrey Andreev · 13 years ago
  50. c3b36f4 Centralize handling of attach() function for both real file and buffer string. by Matteo Mattei · 13 years ago
  51. 7bf69c8 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite3 by Andrey Andreev · 13 years ago
  52. be07c92 Update user_guide_src/source/libraries/email.rst by leandronf · 13 years ago
  53. d576af4 Update user_guide_src/source/changelog.rst by leandronf · 13 years ago
  54. d18f552 Update user_guide_src/source/libraries/email.rst by leandronf · 13 years ago
  55. 603cd2c Update user_guide_src/source/changelog.rst by leandronf · 13 years ago
  56. 0d87bae Merge upstream branch by Andrey Andreev · 13 years ago
  57. 6f9d923 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite3 by Andrey Andreev · 13 years ago
  58. 31cf46e Merge upstream branch by Andrey Andreev · 13 years ago
  59. 55201ac Fixed an issue with PostgreSQL's escape_str() by Andrey Andreev · 13 years ago
  60. 1370720 Changelog by Andrey Andreev · 13 years ago
  61. 1ce0c42 merged with latest develop. by Mike Funk · 13 years ago
  62. 50bff7c Fix possible error messages with do_hash() and alter a changelog entry by Andrey Andreev · 13 years ago
  63. cf10de5 Merge pull request #1182 from freewil/cookies-httponly by Andrey Andreev · 13 years ago
  64. 8840c96 use php's hash() function for do_hash() helper by freewil · 13 years ago
  65. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  66. e538e2c Fix form_fieldset_close() example to match actual return by tiyowan · 13 years ago
  67. 5511fbf Add strip_slashes() to string helper documentation by tiyowan · 13 years ago
  68. df59c68 Email class: adjust documentation and make the code backward compatible by Matteo Mattei · 13 years ago
  69. 5a98a3d Email class: move string_attach() to attach() and add documentation by Matteo Mattei · 13 years ago
  70. dd1cabd Fix form_input() associative array example to match actual return by tiyowan · 13 years ago
  71. a5c8a6d timespan() helper change by Roger Herbert · 13 years ago
  72. ce707b4 Further improve the path helper by Andrey Andreev · 13 years ago
  73. 3f103aa Merge pull request #1175 from toopay/path_helper by Andrey Andreev · 13 years ago
  74. e464b39 Active Record documentation cleanup by Timothy Warren · 13 years ago
  75. f2915f2 New line and changelog correction by Taufan Aditya · 13 years ago
  76. 7c6813b Merge upstream branch by Andrey Andreev · 13 years ago
  77. 485e9cd Merge pull request #1176 from IT-Can/attributes-form-hidden by Andrey Andreev · 13 years ago
  78. 6b535f5 Fix some spaces and alignments in the new Wincache driver by Andrey Andreev · 13 years ago
  79. 09aefde Merge pull request #1095 from colonelchlorine/develop by Phil Sturgeon · 13 years ago
  80. 28f102d typo by Michiel Vugteveen · 13 years ago
  81. 492aa42 user guide udate by Michiel Vugteveen · 13 years ago
  82. 0a529c2 Merge upstream branch by Andrey Andreev · 13 years ago
  83. 311b230 Doc by Taufan Aditya · 13 years ago
  84. 2004325 Update the list of supported databases by Andrey Andreev · 13 years ago
  85. 2f3beb2 Postgres to PostgreSQL by Andrey Andreev · 13 years ago
  86. e044d6c Merge upstream branch by Andrey Andreev · 13 years ago
  87. 997c0da Merge pull request #1078 from mikedfunk/feature/table_config by Andrey Andreev · 13 years ago
  88. 95bd1d1 Remove collation parameter from db_set_charset() (no longer needed) by Andrey Andreev · 13 years ago
  89. 21e7a3b merged latest develop branch. by Mike Funk · 13 years ago
  90. 994105c merged with latest develop. by Mike Funk · 13 years ago
  91. 4c4740e Postgre to Postgres by Andrey Andreev · 13 years ago
  92. 8933882 Path helper improvement by Taufan Aditya · 13 years ago
  93. 6b4deae Merge pull request #1079 from mikedfunk/feature/form_val_config by Andrey Andreev · 13 years ago
  94. 306f56c Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/all_flashdata by Mike Funk · 13 years ago
  95. b81f909 updated docs & changelog by Roger Herbert · 13 years ago
  96. 0ba29f5 form_dropdown() will now also take an array for unity with other form helpers. by nihaopaul · 13 years ago
  97. 6f0fd79 Merge upstream branch by Andrey Andreev · 13 years ago
  98. fce2ed6 Added an Android <= 2.1 specific check to force_download() by Andrey Andreev · 13 years ago
  99. 1ae6516 Remove PHP 5.1.6-specific code by Andrey Andreev · 13 years ago
  100. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago