Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-19 | Normalize comments in core files | Timothy Warren | 11 | -184/+217 | |
2012-04-15 | Added the ability to insert objects with insert_batch() in Active Reccord. | Iban Eguia | 1 | -1/+2 | |
2012-04-13 | Switch erroneously declared protected properties in Output class to public | Andrey Andreev | 1 | -7/+7 | |
2012-04-12 | Changed default CI_DB_result::_data_seek() return value to FALSE and removed ↵ | Andrey Andreev | 13 | -83/+9 | |
the method from drivers that don't support it | |||||
2012-04-09 | Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract | Andrey Andreev | 2 | -2/+4 | |
2012-04-09 | DB Utility improvements | Andrey Andreev | 14 | -631/+101 | |
- Replaced driver methods _list_databases(), _optimize_table() and _repair_table() with properties - Added defaults for optimize_table() and repair_table() SQL strings (FALSE, as those are mostly MySQL-specific) - Added MSSQL/SQLSRV support for optimize_table() (actually rebuilds table indexes) - Switched public driver methods to protected - Improved CUBRID support for list_databases() as it used to only return the currently used database - Minor speed improvements | |||||
2012-04-09 | Switched public driver methods in DB forge to protected | Andrey Andreev | 11 | -22/+22 | |
2012-04-09 | Multiple DB Forge improvements | Andrey Andreev | 15 | -659/+108 | |
- Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers | |||||
2012-04-09 | Add back limit parameter to Interbase and PostgreSQL _delete() due to ↵ | Andrey Andreev | 2 | -2/+4 | |
CI_DB_active_record being abstract | |||||
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 11 | -251/+38 | |
2012-04-09 | Fix AR delete() for MSSQL and SQLSRV | Andrey Andreev | 2 | -16/+20 | |
2012-04-09 | Fix AR delete() for Oracle | Andrey Andreev | 1 | -11/+6 | |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 6 | -51/+76 | |
2012-04-06 | Some minor improvements to the PDO driver | Andrey Andreev | 1 | -33/+26 | |
2012-04-06 | Fix a CI_DB_pdo_driver::trans_commit() bug | Andrey Andreev | 1 | -24/+5 | |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵ | Andrey Andreev | 24 | -469/+70 | |
CI_DB_driver | |||||
2012-04-06 | Fix PDO field and table escaping | Andrey Andreev | 1 | -52/+18 | |
2012-04-05 | Fixed MSSQL and SQLSrv truncate() | Andrey Andreev | 2 | -0/+36 | |
2012-04-05 | Added a default _truncate() method to CI_DB_active_record | Andrey Andreev | 13 | -120/+42 | |
2012-04-05 | Add replace() support for SQLite/SQLite3 | Andrey Andreev | 2 | -8/+43 | |
2012-04-05 | Replaced driver instances of _replace() with one in CI_DB_active_record | Andrey Andreev | 4 | -59/+25 | |
2012-04-05 | Added a default _update() method to CI_DB_active_record | Andrey Andreev | 9 | -252/+27 | |
2012-04-05 | Replaced driver instances of _insert() with one in CI_DB_active_record | Andrey Andreev | 13 | -207/+18 | |
2012-04-05 | Added a default _insert_batch() method instead of requiring each driver to ↵ | Andrey Andreev | 7 | -89/+18 | |
define it and fixed 2 issues related to it | |||||
2012-04-04 | Update system/libraries/Zip.php | Tobias Tschech | 1 | -2/+1 | |
2012-04-04 | Added Windows path compatibility to function read_dir | tschechniker | 1 | -4/+5 | |
2012-04-04 | Replace old comments with proper docblocks in Xmlrpc.php | Andrey Andreev | 1 | -314/+480 | |
2012-04-03 | Fix PostgreSQL connection strings | Andrey Andreev | 1 | -3/+3 | |
2012-04-03 | Another form_validation fix | Andrey Andreev | 1 | -2/+0 | |
2012-04-03 | Merge pull request #1240 from timw4mail/patch-1 | Phil Sturgeon | 1 | -1/+1 | |
Fix Posgres driver connection string. | |||||
2012-04-03 | Fix some stuff broken during repo sync | Andrey Andreev | 1 | -3/+3 | |
2012-04-03 | Merge upstream branch | Andrey Andreev | 98 | -3481/+4461 | |
2012-04-03 | Fix Posgres driver connection string. Current version has incorrect ↵ | Timothy Warren | 1 | -1/+1 | |
"username" parameter, which should be "user" | |||||
2012-04-03 | Clean up the Form_validation library | Andrey Andreev | 1 | -117/+86 | |
2012-04-03 | Some very minor code style changes and comment fixes | Andrey Andreev | 3 | -20/+21 | |
2012-04-03 | Minor cleanup and style changes to the Table library | Andrey Andreev | 1 | -67/+56 | |
2012-04-03 | Fix an issue in CI_Trackback::validate_url() and do some cleanup and ↵ | Andrey Andreev | 1 | -58/+42 | |
optimizations in the library | |||||
2012-04-03 | Clean up the Profiler library | Andrey Andreev | 1 | -95/+101 | |
2012-04-03 | Minor style changes and optimizations to the User_agent library | Andrey Andreev | 1 | -27/+27 | |
2012-04-03 | Fix issue #1238 | Andrey Andreev | 2 | -4/+6 | |
2012-04-03 | Minor cleanup and style fixes in the Unit_test and Image_lib libraries | Andrey Andreev | 3 | -20/+16 | |
2012-04-03 | Minor cleanup and style fixes in the Log and Javascript libraries | Andrey Andreev | 2 | -37/+21 | |
2012-04-03 | Fix issue #14 | Andrey Andreev | 2 | -2/+2 | |
2012-04-03 | Some improvements to the additions from pull #1234 | Andrey Andreev | 1 | -7/+7 | |
2012-04-03 | Merge pull request #1234 from obiconbig/develop | Andrey Andreev | 1 | -0/+20 | |
add function get_content_type to output class | |||||
2012-04-02 | The current name is too wide change to get_content_type()consistent with ↵ | Songpol Sripaoeiam | 1 | -1/+1 | |
set_content_type() | |||||
2012-04-02 | Merge branch 'develop' of github.com:obiconbig/CodeIgniter into develop | Songpol Sripaoeiam | 1 | -1/+2 | |
2012-04-02 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Songpol Sripaoeiam | 5 | -0/+1476 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 12 | -83/+1547 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 66 | -1914/+1440 | |