1. cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
  2. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  3. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  4. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  5. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  6. 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
  7. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  8. 74d0e23 Allow a database to be loaded before controller instantiation by Andrey Andreev · 10 years ago
  9. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  10. be67685 var_export in DB.php outputting string by João · 10 years ago
  11. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  12. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  13. 7e96351 Call db_connect(TRUE) instead of db_pconnect() + some style changes by Andrey Andreev · 11 years ago
  14. 871754a 2013 > 2014 by darwinel · 11 years ago
  15. f8f14f3 Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers by Andrey Andreev · 11 years ago
  16. f46b16b More verbose error messages for incorrect/missing database groups (based on PR #2040) by Andrey Andreev · 11 years ago
  17. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  18. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  19. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  20. d008c97 Let's follow the style guide... by vkeranov · 12 years ago
  21. ae85eb4 DocBlocks for base DB classes by Andrey Andreev · 12 years ago
  22. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  23. 92d18a7 Merge upstream branch by Andrey Andreev · 12 years ago
  24. 7554611 Move _insert() and _update() defaults from Query Builder to DB_driver so that they're available for use by insert_string() and update_string() at all times by Andrey Andreev · 12 years ago
  25. f5a8530 code cleanup and changelog added by Rene Brokholm · 12 years ago
  26. d6d1858 I added so the DB.php is aware of database config files in packages. by Rene Brokholm · 12 years ago
  27. 4410777 Some fixes by Andrey Andreev · 12 years ago
  28. 754e221 Fix the subdriver check by Andrey Andreev · 12 years ago
  29. 3345ee5 Alter DB() to check if a subdriver is available by Andrey Andreev · 12 years ago
  30. 0d2c06e Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest by Andrey Andreev · 12 years ago
  31. e4c3019 Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 by Andrey Andreev · 12 years ago
  32. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 12 years ago
  33. d45f950 Add backwards compatibility work-around for the configuration setting by Andrey Andreev · 13 years ago
  34. 7f57a01 Remove the DB destructor (db->close()) by Andrey Andreev · 13 years ago
  35. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  36. ee2f5d0 Multi database setup by Taufan Aditya · 13 years ago
  37. a8a2e33 Travis setup and minor cleanup by Taufan Aditya · 13 years ago
  38. c2697db Rename a variable and style fixes in system/database/DB.php by Andrey Andreev · 13 years ago
  39. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  40. 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
  41. 1820933 Fixed PDO by Taufan Aditya · 13 years ago
  42. 24276a3 Improve database classes by Andrey Andreev · 13 years ago
  43. 20b4fa2 Merge pull request #839 from GDmac/develop by Greg Aker · 13 years ago
  44. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  45. 92f019c No need for eval to extend a class by GDmac · 13 years ago
  46. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  47. 07b5342 Added some docs to CI core files by David Behler · 13 years ago
  48. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  49. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  50. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  51. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  52. c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
  53. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  54. e3da428 Changed loading process for database config to check for config for the set environment first. by joelcox · 14 years ago
  55. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  56. 5856002 Removing instantiate_class(), which was needed to make php 4 and 5.3 play together nicely. Removed all instantiations by reference. by Pascal Kriete · 14 years ago
  57. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  58. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  59. c34e578 added stricton db config item to force strict mode - good for ensuring strict sql during development by Derek Jones · 15 years ago
  60. 7f3719f updated copyrights by Derek Jones · 15 years ago
  61. ffca6c2 fixed bug where active record override wasn't being honored properly by Derek Jones · 15 years ago
  62. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
  63. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  64. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  65. 1346aac Removed some spaces by Rick Ellis · 16 years ago
  66. 37b3ecf updated copyright by Rick Ellis · 16 years ago
  67. f65308f fixed a missing semi colon by Derek Allard · 16 years ago
  68. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  69. 97bc010 fixed bug #3419 where the 'database' setting for DSN connections was using the host portion of the URL instead of the path. by Derek Jones · 17 years ago
  70. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  71. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  72. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  73. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  74. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  75. 63eac3e little protection in case an array is provided as the $params for the DB class by Derek Jones · 17 years ago
  76. 7dd3838 fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be set to instantiate the correct db driver class. by Derek Jones · 17 years ago
  77. 4e1241b added default value for $active_record when it's not set by Derek Jones · 17 years ago
  78. 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
  79. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  80. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  81. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  82. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  83. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  84. e334c47 by admin · 18 years ago
  85. 9a66181 by admin · 18 years ago
  86. 0aef222 by admin · 18 years ago
  87. 88a8ad1 by admin · 18 years ago
  88. 8f0a8f6 by admin · 18 years ago
  89. 61c5717 by admin · 18 years ago