1. a2bd363 Updated with 2.1-stable. by Phil Sturgeon · 13 years ago
  2. 790eb70 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  3. 76988e6 Merged conflicts. by Phil Sturgeon · 13 years ago
  4. 2f8473c Just a grammar fix. Changed "...as the code these file contain will be minimized" to "...as the code these files contain will be minimized". by Brenderous · 13 years ago
  5. 5fa7298 Added _optimize_table() support for PostgreSQL by Andrey Andreev · 13 years ago
  6. 8e89df8 Add db_set_charset() support for PostgreSQL and change its implementation for 'mysql' by Andrey Andreev · 13 years ago
  7. 08856b8 Improve DB version() implementation and add pg_version() support by Andrey Andreev · 13 years ago
  8. 75b2c7f Merge pull request #1107 from diogoosorio/develop by Andrey Andreev · 13 years ago
  9. 593f798 Made the code more readable, updated the changelog. by Diogo Osório · 13 years ago
  10. 92aeaaa Updated changelog by Timothy Warren · 13 years ago
  11. d33dab1 Merge upstream by Timothy Warren · 13 years ago
  12. 4be5de1 Replaced DB methods _error_message() and _error_number() with error() (issue #1097) by Andrey Andreev · 13 years ago
  13. 8f22057 Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not supported) by Andrey Andreev · 13 years ago
  14. effd013 Fix issue #1101 (MySQL/MySQLi result field_data()) by Andrey Andreev · 13 years ago
  15. 676a0dd updated error_array #565 by Michiel Vugteveen · 13 years ago
  16. 963386b Fix issue #803 (Profiler library didn't handle objects properly) by Andrey Andreev · 13 years ago
  17. 601f8b2 Fix issue #413 (Oracle _error_message(), _error_number()) by Andrey Andreev · 13 years ago
  18. eabc5ec Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  19. 8e22cfd Merge upstream changes by Andrey Andreev · 13 years ago
  20. ea3eec9 Fixed a bug in CUBRID's affected_rows() by Andrey Andreev · 13 years ago
  21. a39d699 Fix a bug in PDO's insert_id() (PostgreSQL-specific) by Andrey Andreev · 13 years ago
  22. a0da0b2 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  23. ed74082 Fix PDO's _version() method where it used to return client version instead of the server one by Andrey Andreev · 13 years ago
  24. 67f71a4 Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries) by Andrey Andreev · 13 years ago
  25. 850f601 Fix issue #611 (SQLSRV _error_message() and _error_number() warnings) by Andrey Andreev · 13 years ago
  26. 6ca407e Fix issue #153 (E_NOTICE generated by getimagesize()) by Andrey Andreev · 13 years ago
  27. ef795ac Fix issue #129 (ODBC num_rows() returning -1 in some cases) by Andrey Andreev · 13 years ago
  28. 41e46a9 Fix issue #81 (ODBC list_fields(), field_data()) by Andrey Andreev · 13 years ago
  29. c2905f5 Fix an Oracle escape_str() bug (#68, #414) by Andrey Andreev · 13 years ago
  30. 7980923 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  31. adcb8fd changelog fix by Michiel Vugteveen · 13 years ago
  32. 044e39d updated branch by Michiel Vugteveen · 13 years ago
  33. e2fc9af docx and xlsx was already fixes by Michiel Vugteveen · 13 years ago
  34. 5040607 Merge upstream branch by Andrey Andreev · 13 years ago
  35. 002b4be Improved plural() and singular(). by Phil Sturgeon · 13 years ago
  36. b38c5dd Add an optional set_mime parameter to force_download() by Andrey Andreev · 13 years ago
  37. 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
  38. 249842f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  39. 3793517 Merge upstream branch by Andrey Andreev · 13 years ago
  40. 46ac881 Fix issue #177 by Andrey Andreev · 13 years ago
  41. 2d87f84 Merge upstream by Timothy Warren · 13 years ago
  42. fa8cd4c Update the changelog entry with issue ID by Andrey Andreev · 13 years ago
  43. 063f596 Fixed a db_set_charset() bug by Andrey Andreev · 13 years ago
  44. 5148029 Merge pull request #1069 from narfbg/develop-db-select by Andrey Andreev · 13 years ago
  45. 03f8ec0 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  46. 82e8ac1 Fix issue 1070 by Andrey Andreev · 13 years ago
  47. ab189e1 Close services after using them, added dbutil->backup() method by Timothy Warren · 13 years ago
  48. 11454e0 Add an optional database name parameter to db_select() by Andrey Andreev · 13 years ago
  49. 9fcb7b6 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  50. 6e821ce Implemented insert_id() method by Timothy Warren · 13 years ago
  51. 76e0435 First iteration of interbase driver by Timothy Warren · 13 years ago
  52. 93cac5c Fix issue #1039 by Andrey Andreev · 13 years ago
  53. 6b58e56 Fix a changelog entry by Andrey Andreev · 13 years ago
  54. 6b7368f Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
  55. 1820933 Fixed PDO by Taufan Aditya · 13 years ago
  56. 8d7fffc Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
  57. 9448afb Fix CI_Input::is_ajax_request() by Andrey Andreev · 13 years ago
  58. 69ff798 Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
  59. 7ff563d Merge upstream by Andrey Andreev · 13 years ago
  60. 247e122 Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
  61. 5b0b5b9 Add note about HTTPS detection change to 3.0 changelog by Ross Duggan · 13 years ago
  62. f055fa9 Add PHP version check in db_pconnect() by Andrey Andreev · 13 years ago
  63. 3a91cab Update the changelog by Andrey Andreev · 13 years ago
  64. 82c8307 Added try catch example in style guide by Timothy Warren · 13 years ago
  65. 624010f Added bit about having mod_rewrite enabled for removing index.php by CroNiX · 13 years ago
  66. 5aca23e Change hardcoded "application" directory to use the APPPATH constant as it would not work if you relocate /application or /system folders outside of web root. by CroNiX · 13 years ago
  67. eea2ff5 Fix issue #154 by Andrey Andreev · 13 years ago
  68. 8e70b79 CI_Image_lib::image_reproportion() to work if only one of either width or height are set by Andrey Andreev · 13 years ago
  69. 1e42cdc Merge pull request #908 from insign/patch-1 by Phil Sturgeon · 13 years ago
  70. 5287f66 Removed the first slash of the line 51. With this, the goal of the code don't work. I tried it in many Apache servers. Sorry if I am wrong. by insign · 13 years ago
  71. d47baab Fix issue #904 by Andrey Andreev · 13 years ago
  72. 352d60e Merge pull request #850 from RS71/develop by Phil Sturgeon · 13 years ago
  73. 75f7c12 Remove loading of ['core'] elements by Andrey Andreev · 13 years ago
  74. 17c50eb Merge upstream branch by Andrey Andreev · 13 years ago
  75. 43fcdbc Added pagination change log item back. by Eric Barnes · 13 years ago
  76. 0fc6409 Update user_guide_src/source/changelog.rst by RS71 · 13 years ago
  77. 23ea93b Update user_guide_src/source/libraries/security.rst by RS71 · 13 years ago
  78. 69b3b9f Merge remote-tracking branch 'upstream/develop' into develop-xmlrpc by Andrey Andreev · 13 years ago
  79. d81150f Update the changelog by Andrey Andreev · 13 years ago
  80. 7c9766a Some additions to mimes.php by Andrey Andreev · 13 years ago
  81. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  82. 79d88a1 Merge pull request #818 from narfbg/develop-image-lib by Phil Sturgeon · 13 years ago
  83. 64dbdfb Added support for 3-length hex color values format and a number of validation improvements by Andrey Andreev · 13 years ago
  84. 836b1c3 Merge pull request #847 from WanWizard/feature/ar_parentheses by Greg Aker · 13 years ago
  85. 92ce848 Merge pull request #824 from bergal/patch-1 by Greg Aker · 13 years ago
  86. 7219c07 added query grouping to Active Record by WanWizard · 13 years ago
  87. fcb8ee8 Fixing a documentation linking error in the 3.0 upgrade notes. by Greg Aker · 13 years ago
  88. 0fa9d83 Adding 3.0.0 release notes documentation file. by Greg Aker · 13 years ago
  89. eb7494f Merge pull request #680 from bubbafoley/load_get_vars by Phil Sturgeon · 13 years ago
  90. 350e4b6 Merge pull request #837 from EllisLab/feature/remove-sha-lib by Phil Sturgeon · 13 years ago
  91. ffd24a4 Fixing a couple of issues in documentation files that occur when running Sphinx 'make html' by Greg Aker · 13 years ago
  92. d1af185 Removing previously deprecated SHA1 library and removed SHA1 method in the Encryption Library by Greg Aker · 13 years ago
  93. d34686f Merge upstream branch by Andrey Andreev · 13 years ago
  94. a96ade3 Merge branch 'patch-4' of https://github.com/kylefarris/CodeIgniter into kylefarris-patch-4 by Greg Aker · 13 years ago
  95. f41c9cf Updating changelog & adding a migrations documentation file so those docs can be started on. by Greg Aker · 13 years ago
  96. 41dd493 Fix news item href by Andrew Bergal · 13 years ago
  97. a92b903 Improve the Image manipulation library by Andrey Andreev · 13 years ago
  98. bb24883 Improved the Cart library by Andrey Andreev · 13 years ago
  99. fec2f59 Merge pull request #801 from Mancy/master by Phil Sturgeon · 13 years ago
  100. 0d91fd2 #798: update changelog and typo fix by Mancy · 13 years ago