summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Switch a private property to protected and cleanup the Calendar libraryAndrey Andreev1-35/+26
2012-03-26Switch private methods and properties to protected and cleanup the Cache libr...Andrey Andreev6-170/+125
2012-03-26Temporarily remove PHP 5.2 from travis configAndrey Andreev1-1/+0
2012-03-26Switch private methods and properties to protected and cleanup the Parser lib...Andrey Andreev2-31/+18
2012-03-26Switch private methods and properties to protected and cleanup the Cart libraryAndrey Andreev1-31/+15
2012-03-26Switch private methods to protected and cleanup the Ftp libraryAndrey Andreev1-68/+41
2012-03-26Make _initialize() a constructor and rename _call_hook() to call_hook in the ...Andrey Andreev3-27/+20
2012-03-26Add visibility declarations where they remain missingAndrey Andreev4-7/+5
2012-03-26Merge pull request #834 from narfbg/develop-zipAndrey Andreev1-88/+68
2012-03-26Merge upstream branchAndrey Andreev76-1427/+1042
2012-03-26Clear some spaces and fix some inconsistencies in the Zip library and system/...Andrey Andreev6-24/+21
2012-03-26Clear some spaces and fix some inconsistencies in application/ php filesAndrey Andreev19-78/+68
2012-03-26Merge pull request #994 from Razican/doctypesAndrey Andreev3-32/+63
2012-03-26Merge upstream branchAndrey Andreev50-1294/+888
2012-03-26Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8Andrey Andreev2-14/+14
2012-03-26Rename a variable and style fixes in system/database/DB.phpAndrey Andreev1-12/+12
2012-03-26Minor adjustments in the changelogAndrey Andreev1-4/+2
2012-03-26Merge upstream branchAndrey Andreev19-495/+359
2012-03-26Add DSN string support for OracleAndrey Andreev2-2/+86
2012-03-26Add ODBC support for the new 'dsn' config valueAndrey Andreev1-3/+8
2012-03-26Improve PostgreSQL DSN string support and add a missing method visibility dec...Andrey Andreev2-19/+54
2012-03-26Add DSN string and persistent connections support for CUBRIDAndrey Andreev2-29/+58
2012-03-26Add a missing commaAndrey Andreev1-1/+1
2012-03-26Alter SQLite's escape_str() for LIKE queriesAndrey Andreev1-3/+3
2012-03-26Centralize handling of attach() function for both real file and buffer string.Matteo Mattei2-15/+15
2012-03-25correcting PHPUnit execution error path, in Setup_test.php load file pathReiny JĂșnior1-2/+1
2012-03-23Merge pull request #1213 from timw4mail/travis-fixPhil Sturgeon1-1/+1
2012-03-23Make travis test on multiple php versionsTimothy Warren1-1/+1
2012-03-23Remove no longer needed reconnect() methodAndrey Andreev1-15/+0
2012-03-23Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql...Andrey Andreev18-579/+321
2012-03-23Add dummy method reconnect() method to CI_DB_driver and remove it from driver...Andrey Andreev8-111/+17
2012-03-23Merge pull request #1210 from leandronf/patch-1Andrey Andreev3-3/+12
2012-03-22Update user_guide_src/source/libraries/email.rstleandronf1-1/+1
2012-03-22Update user_guide_src/source/changelog.rstleandronf1-1/+1
2012-03-22Update user_guide_src/source/libraries/email.rstleandronf1-0/+1
2012-03-22Update user_guide_src/source/changelog.rstleandronf1-0/+1
2012-03-22Update system/libraries/Email.phpleandronf1-2/+6
2012-03-22(DSN) Delivery status notification featureleandronf1-3/+6
2012-03-20Some small improvements to CI_DB_interbase_resultAndrey Andreev2-52/+35
2012-03-20Some small improvements to CI_DB_interbase_driverAndrey Andreev1-96/+49
2012-03-20Visibility declarations and cleanup for PDO forge and utility classesAndrey Andreev2-35/+21
2012-03-20Visibility declarations and cleanup for CI_DB_pdo_resultAndrey Andreev1-35/+25
2012-03-20Visibility declarations and cleanup for CI_DB_pdo_driverAndrey Andreev1-109/+77
2012-03-20Merge upstream branchAndrey Andreev98-1376/+4141
2012-03-20Visibility declarations and cleanup for OCI8 result, forge and utility classesAndrey Andreev3-54/+31
2012-03-20Visibility declarations and cleanup for CI_DB_oci8_driverAndrey Andreev1-86/+56
2012-03-20Remove unused _prep_query() methodAndrey Andreev4-20/+6
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql...Andrey Andreev102-1567/+4490
2012-03-20Visibility declarations and cleanup for CI_DB_sqlite_forgeAndrey Andreev1-22/+13
2012-03-20Visibility declarations and cleanup for CI_DB_sqlite_resultAndrey Andreev1-25/+15