- cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
- da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
- 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
- bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
- 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
- 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
- 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
- 74d0e23 Allow a database to be loaded before controller instantiation by Andrey Andreev · 10 years ago
- 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
- be67685 var_export in DB.php outputting string by João · 10 years ago
- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- 7e96351 Call db_connect(TRUE) instead of db_pconnect() + some style changes by Andrey Andreev · 11 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- f8f14f3 Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers by Andrey Andreev · 11 years ago
- f46b16b More verbose error messages for incorrect/missing database groups (based on PR #2040) by Andrey Andreev · 11 years ago
- 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
- db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- d008c97 Let's follow the style guide... by vkeranov · 12 years ago
- ae85eb4 DocBlocks for base DB classes by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 92d18a7 Merge upstream branch by Andrey Andreev · 12 years ago
- 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
- f5a8530 code cleanup and changelog added by Rene Brokholm · 12 years ago
- d6d1858 I added so the DB.php is aware of database config files in packages. by Rene Brokholm · 12 years ago
- 4410777 Some fixes by Andrey Andreev · 12 years ago
- 754e221 Fix the subdriver check by Andrey Andreev · 12 years ago
- 3345ee5 Alter DB() to check if a subdriver is available by Andrey Andreev · 12 years ago
- 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
- e4c3019 Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 by Andrey Andreev · 12 years ago
- 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 12 years ago
- d45f950 Add backwards compatibility work-around for the configuration setting by Andrey Andreev · 13 years ago
- 7f57a01 Remove the DB destructor (db->close()) by Andrey Andreev · 13 years ago
- d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
- ee2f5d0 Multi database setup by Taufan Aditya · 13 years ago
- a8a2e33 Travis setup and minor cleanup by Taufan Aditya · 13 years ago
- c2697db Rename a variable and style fixes in system/database/DB.php by Andrey Andreev · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
- 1820933 Fixed PDO by Taufan Aditya · 13 years ago
- 24276a3 Improve database classes by Andrey Andreev · 13 years ago
- 20b4fa2 Merge pull request #839 from GDmac/develop by Greg Aker · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- 92f019c No need for eval to extend a class by GDmac · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 07b5342 Added some docs to CI core files by David Behler · 13 years ago
- 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
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 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
- 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
- d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
- e3da428 Changed loading process for database config to check for config for the set environment first. by joelcox · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- 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
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- c34e578 added stricton db config item to force strict mode - good for ensuring strict sql during development by Derek Jones · 15 years ago
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- ffca6c2 fixed bug where active record override wasn't being honored properly by Derek Jones · 15 years ago
- f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- 1346aac Removed some spaces by Rick Ellis · 16 years ago
- 37b3ecf updated copyright by Rick Ellis · 16 years ago
- f65308f fixed a missing semi colon by Derek Allard · 16 years ago
- 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
- 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
- 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
- a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
- c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
- 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
- 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
- 63eac3e little protection in case an array is provided as the $params for the DB class by Derek Jones · 17 years ago
- 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
- 4e1241b added default value for $active_record when it's not set by Derek Jones · 17 years ago
- 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
- 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
- 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
- 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
- 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
- d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
- e334c47 by admin · 18 years ago
- 9a66181 by admin · 18 years ago
- 0aef222 by admin · 18 years ago
- 88a8ad1 by admin · 18 years ago
- 8f0a8f6 by admin · 18 years ago
- 61c5717 by admin · 18 years ago