1. ae85eb4 DocBlocks for base DB classes by Andrey Andreev · 12 years ago
  2. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  3. 92d18a7 Merge upstream branch by Andrey Andreev · 13 years ago
  4. 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 · 13 years ago
  5. f5a8530 code cleanup and changelog added by Rene Brokholm · 13 years ago
  6. d6d1858 I added so the DB.php is aware of database config files in packages. by Rene Brokholm · 13 years ago
  7. 4410777 Some fixes by Andrey Andreev · 13 years ago
  8. 754e221 Fix the subdriver check by Andrey Andreev · 13 years ago
  9. 3345ee5 Alter DB() to check if a subdriver is available by Andrey Andreev · 13 years ago
  10. 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 · 13 years ago
  11. e4c3019 Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 by Andrey Andreev · 13 years ago
  12. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  13. d45f950 Add backwards compatibility work-around for the configuration setting by Andrey Andreev · 13 years ago
  14. 7f57a01 Remove the DB destructor (db->close()) by Andrey Andreev · 13 years ago
  15. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  16. ee2f5d0 Multi database setup by Taufan Aditya · 13 years ago
  17. a8a2e33 Travis setup and minor cleanup by Taufan Aditya · 13 years ago
  18. c2697db Rename a variable and style fixes in system/database/DB.php by Andrey Andreev · 13 years ago
  19. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  20. 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
  21. 1820933 Fixed PDO by Taufan Aditya · 13 years ago
  22. 24276a3 Improve database classes by Andrey Andreev · 13 years ago
  23. 20b4fa2 Merge pull request #839 from GDmac/develop by Greg Aker · 13 years ago
  24. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  25. 92f019c No need for eval to extend a class by GDmac · 13 years ago
  26. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  27. 07b5342 Added some docs to CI core files by David Behler · 13 years ago
  28. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  29. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  30. 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
  31. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  32. c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
  33. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  34. e3da428 Changed loading process for database config to check for config for the set environment first. by joelcox · 14 years ago
  35. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  36. 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
  37. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  38. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  39. c34e578 added stricton db config item to force strict mode - good for ensuring strict sql during development by Derek Jones · 15 years ago
  40. 7f3719f updated copyrights by Derek Jones · 15 years ago
  41. ffca6c2 fixed bug where active record override wasn't being honored properly by Derek Jones · 15 years ago
  42. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
  43. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  44. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  45. 1346aac Removed some spaces by Rick Ellis · 16 years ago
  46. 37b3ecf updated copyright by Rick Ellis · 16 years ago
  47. f65308f fixed a missing semi colon by Derek Allard · 16 years ago
  48. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  49. 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
  50. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  51. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  52. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  53. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  54. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  55. 63eac3e little protection in case an array is provided as the $params for the DB class by Derek Jones · 17 years ago
  56. 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
  57. 4e1241b added default value for $active_record when it's not set by Derek Jones · 17 years ago
  58. 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
  59. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  60. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  61. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  62. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  63. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  64. e334c47 by admin · 18 years ago
  65. 9a66181 by admin · 18 years ago
  66. 0aef222 by admin · 18 years ago
  67. 88a8ad1 by admin · 18 years ago
  68. 8f0a8f6 by admin · 18 years ago
  69. 61c5717 by admin · 18 years ago