summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Remove access description lines and cleanup the Xmlrpcs libraryAndrey Andreev1-44/+20
2012-03-26Remove remaining access description lines from database classes and styleguid...Andrey Andreev3-27/+15
2012-03-26Remove access description lines and fix comments in system/core/Common.phpAndrey Andreev1-94/+96
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-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-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-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-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-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-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
2012-03-20Visibility declarations and cleanup for CI_DB_sqlite_driverAndrey Andreev1-68/+41
2012-03-20Visibility declarations and cleanup for SQLSRV forge and utility classesAndrey Andreev2-40/+26
2012-03-20Visibility declarations and cleanup for CI_DB_sqlsrv_resultAndrey Andreev1-32/+23
2012-03-20Visibility declarations and cleanup for CI_DB_sqlsrv_driverAndrey Andreev1-121/+85
2012-03-20Visibility declarations and cleanup for MSSQL forge and utility classesAndrey Andreev2-41/+28
2012-03-20Visibility declarations and cleanup for CI_DB_mssql_resultAndrey Andreev1-23/+14
2012-03-20Visibility declarations and cleanup for CI_DB_mssql_driverAndrey Andreev1-80/+56