Age | Commit message (Expand) | Author | Files | Lines |
2012-03-26 | Switch a private property to protected and cleanup the Calendar library | Andrey Andreev | 1 | -35/+26 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cache libr... | Andrey Andreev | 6 | -170/+125 |
2012-03-26 | Temporarily remove PHP 5.2 from travis config | Andrey Andreev | 1 | -1/+0 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Parser lib... | Andrey Andreev | 2 | -31/+18 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cart library | Andrey Andreev | 1 | -31/+15 |
2012-03-26 | Switch private methods to protected and cleanup the Ftp library | Andrey Andreev | 1 | -68/+41 |
2012-03-26 | Make _initialize() a constructor and rename _call_hook() to call_hook in the ... | Andrey Andreev | 3 | -27/+20 |
2012-03-26 | Add visibility declarations where they remain missing | Andrey Andreev | 4 | -7/+5 |
2012-03-26 | Merge pull request #834 from narfbg/develop-zip | Andrey Andreev | 1 | -88/+68 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 76 | -1427/+1042 |
2012-03-26 | Clear some spaces and fix some inconsistencies in the Zip library and system/... | Andrey Andreev | 6 | -24/+21 |
2012-03-26 | Clear some spaces and fix some inconsistencies in application/ php files | Andrey Andreev | 19 | -78/+68 |
2012-03-26 | Merge pull request #994 from Razican/doctypes | Andrey Andreev | 3 | -32/+63 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 50 | -1294/+888 |
2012-03-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 | Andrey Andreev | 2 | -14/+14 |
2012-03-26 | Rename a variable and style fixes in system/database/DB.php | Andrey Andreev | 1 | -12/+12 |
2012-03-26 | Minor adjustments in the changelog | Andrey Andreev | 1 | -4/+2 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 19 | -495/+359 |
2012-03-26 | Add DSN string support for Oracle | Andrey Andreev | 2 | -2/+86 |
2012-03-26 | Add ODBC support for the new 'dsn' config value | Andrey Andreev | 1 | -3/+8 |
2012-03-26 | Improve PostgreSQL DSN string support and add a missing method visibility dec... | Andrey Andreev | 2 | -19/+54 |
2012-03-26 | Add DSN string and persistent connections support for CUBRID | Andrey Andreev | 2 | -29/+58 |
2012-03-26 | Add a missing comma | Andrey Andreev | 1 | -1/+1 |
2012-03-26 | Alter SQLite's escape_str() for LIKE queries | Andrey Andreev | 1 | -3/+3 |
2012-03-26 | Centralize handling of attach() function for both real file and buffer string. | Matteo Mattei | 2 | -15/+15 |
2012-03-25 | correcting PHPUnit execution error path, in Setup_test.php load file path | Reiny JĂșnior | 1 | -2/+1 |
2012-03-23 | Merge pull request #1213 from timw4mail/travis-fix | Phil Sturgeon | 1 | -1/+1 |
2012-03-23 | Make travis test on multiple php versions | Timothy Warren | 1 | -1/+1 |
2012-03-23 | Remove no longer needed reconnect() method | Andrey Andreev | 1 | -15/+0 |
2012-03-23 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql... | Andrey Andreev | 18 | -579/+321 |
2012-03-23 | Add dummy method reconnect() method to CI_DB_driver and remove it from driver... | Andrey Andreev | 8 | -111/+17 |
2012-03-23 | Merge pull request #1210 from leandronf/patch-1 | Andrey Andreev | 3 | -3/+12 |
2012-03-22 | Update user_guide_src/source/libraries/email.rst | leandronf | 1 | -1/+1 |
2012-03-22 | Update user_guide_src/source/changelog.rst | leandronf | 1 | -1/+1 |
2012-03-22 | Update user_guide_src/source/libraries/email.rst | leandronf | 1 | -0/+1 |
2012-03-22 | Update user_guide_src/source/changelog.rst | leandronf | 1 | -0/+1 |
2012-03-22 | Update system/libraries/Email.php | leandronf | 1 | -2/+6 |
2012-03-22 | (DSN) Delivery status notification feature | leandronf | 1 | -3/+6 |
2012-03-20 | Some small improvements to CI_DB_interbase_result | Andrey Andreev | 2 | -52/+35 |
2012-03-20 | Some small improvements to CI_DB_interbase_driver | Andrey Andreev | 1 | -96/+49 |
2012-03-20 | Visibility declarations and cleanup for PDO forge and utility classes | Andrey Andreev | 2 | -35/+21 |
2012-03-20 | Visibility declarations and cleanup for CI_DB_pdo_result | Andrey Andreev | 1 | -35/+25 |
2012-03-20 | Visibility declarations and cleanup for CI_DB_pdo_driver | Andrey Andreev | 1 | -109/+77 |
2012-03-20 | Merge upstream branch | Andrey Andreev | 98 | -1376/+4141 |
2012-03-20 | Visibility declarations and cleanup for OCI8 result, forge and utility classes | Andrey Andreev | 3 | -54/+31 |
2012-03-20 | Visibility declarations and cleanup for CI_DB_oci8_driver | Andrey Andreev | 1 | -86/+56 |
2012-03-20 | Remove unused _prep_query() method | Andrey Andreev | 4 | -20/+6 |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql... | Andrey Andreev | 102 | -1567/+4490 |
2012-03-20 | Visibility declarations and cleanup for CI_DB_sqlite_forge | Andrey Andreev | 1 | -22/+13 |
2012-03-20 | Visibility declarations and cleanup for CI_DB_sqlite_result | Andrey Andreev | 1 | -25/+15 |