Age | Commit message (Expand) | Author | Files | Lines |
2012-03-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 | Andrey Andreev | 8 | -94/+15 |
2012-03-28 | Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha... | Andrey Andreev | 8 | -94/+15 |
2012-03-28 | Merge upstream branch | Andrey Andreev | 53 | -1656/+1136 |
2012-03-28 | A replace array_key_exists() with isset() | Andrey Andreev | 1 | -4/+4 |
2012-03-28 | Some more unneeded brackets removed | Andrey Andreev | 1 | -1/+1 |
2012-03-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driver | Andrey Andreev | 52 | -1506/+1023 |
2012-03-28 | Some minor style changes in the XMLRPC class | Andrey Andreev | 1 | -33/+24 |
2012-03-28 | Added random ordering support for MSSQL and SQLSRV drivers and removed an unu... | Andrey Andreev | 2 | -25/+8 |
2012-03-28 | Fix a CI_Loader::_ci_load_class() bug | Andrey Andreev | 1 | -1/+1 |
2012-03-27 | Remove EOF newlines from MySQLi driver and result classes | Andrey Andreev | 2 | -2/+2 |
2012-03-27 | Merge feature/mysqli_oop branch | Andrey Andreev | 2 | -24/+25 |
2012-03-26 | Some style adjustments and fixed comments in the Loader class | Andrey Andreev | 1 | -30/+29 |
2012-03-26 | Some style adjustments and fixed comments in Router and Output classes | Andrey Andreev | 2 | -28/+24 |
2012-03-26 | Remove remaining access description lines from helpers + some style fixes | Andrey Andreev | 6 | -79/+48 |
2012-03-26 | Further improve a for() loop | Andrey Andreev | 1 | -1/+1 |
2012-03-26 | Some more minor improvements | Andrey Andreev | 1 | -2/+2 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 1 | -5/+4 |
2012-03-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helper... | Andrey Andreev | 83 | -2480/+1703 |
2012-03-26 | Remove access description lines and cleanup the string and typography helpers | Andrey Andreev | 2 | -32/+17 |
2012-03-26 | Remove access description lines and cleanup the file and email helpers | Andrey Andreev | 2 | -20/+9 |
2012-03-26 | Remove access description lines and cleanup the url helper | Andrey Andreev | 2 | -38/+22 |
2012-03-26 | Remove access description lines and cleanup the form helper | Andrey Andreev | 1 | -105/+56 |
2012-03-26 | Remove access description lines and cleanup the html helper | Andrey Andreev | 1 | -41/+25 |
2012-03-26 | Remove access description lines and cleanup the download, language, number, p... | Andrey Andreev | 5 | -21/+11 |
2012-03-26 | Renamed (with an underscore prefix) and switched from private to protected pr... | Andrey Andreev | 1 | -31/+21 |
2012-03-26 | Remove access description lines and cleanup the Upload library | Andrey Andreev | 1 | -182/+146 |
2012-03-26 | Remove access description lines and cleanup the Migration library | Andrey Andreev | 1 | -18/+8 |
2012-03-26 | Remove access description lines and cleanup the Pagination library | Andrey Andreev | 1 | -27/+17 |
2012-03-26 | Remove access description lines and cleanup the Typography library | Andrey Andreev | 1 | -33/+20 |
2012-03-26 | Remove access description lines and cleanup the Xmlrpcs library | Andrey Andreev | 1 | -44/+20 |
2012-03-26 | Remove remaining access description lines from database classes and styleguid... | Andrey Andreev | 2 | -26/+15 |
2012-03-26 | Remove access description lines and fix comments in system/core/Common.php | Andrey Andreev | 1 | -94/+96 |
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 | 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 | 2 | -27/+19 |
2012-03-26 | Add visibility declarations where they remain missing | Andrey Andreev | 3 | -7/+4 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 53 | -1312/+903 |
2012-03-26 | Clear some spaces and fix some inconsistencies in the Zip library and system/... | Andrey Andreev | 6 | -24/+21 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 47 | -1289/+880 |
2012-03-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 | Andrey Andreev | 1 | -12/+12 |
2012-03-26 | Rename a variable and style fixes in system/database/DB.php | Andrey Andreev | 1 | -12/+12 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 16 | -493/+353 |
2012-03-26 | Add DSN string support for Oracle | Andrey Andreev | 1 | -2/+85 |
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 | 1 | -29/+56 |
2012-03-26 | Add a missing comma | Andrey Andreev | 1 | -1/+1 |