Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 231 | -7887/+10538 | |
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst | |||||
2012-04-26 | Merge pull request #1292 from ChadBH/develop | Andrey Andreev | 1 | -2/+2 | |
Corrected path to jquery | |||||
2012-04-26 | Corrected path to jquery | Chad Hedgcock | 1 | -2/+2 | |
2012-04-25 | Merge pull request #1288 from petsagouris/Issue-131 | Andrey Andreev | 2 | -29/+35 | |
Updated foreign_characters.php | |||||
2012-04-25 | Added foreign_characters.php changes in the changelog. | George Petsagourakis | 1 | -0/+1 | |
2012-04-25 | Merge pull request #1289 from st2/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Same Issue on #1238 at IIS System | |||||
2012-04-24 | Update system/helpers/file_helper.php | st2 | 1 | -1/+1 | |
2012-04-24 | Add changelog entry for already fixed issue #23 | Andrey Andreev | 1 | -1/+1 | |
2012-04-24 | Added Romanian characters to the foreign_chars.php | George Petsagourakis | 1 | -4/+4 | |
fixes #131 | |||||
2012-04-24 | Added Greek characters to the foreign_chars.php | George Petsagourakis | 1 | -28/+33 | |
2012-04-24 | Merge pull request #1286 from st2/patch-1 | Phil Sturgeon | 1 | -1/+1 | |
Fix Issue #1282 Update system/database/drivers/sqlsrv/sqlsrv_driver.php | |||||
2012-04-24 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | st2 | 1 | -1/+1 | |
2012-04-23 | Merge pull request #1278 from samxli/develop | Phil Sturgeon | 1 | -0/+3 | |
Added fix for issue #1277 | |||||
2012-04-23 | Tweak to comments to conform to style guide. | Sam Li | 1 | -1/+1 | |
2012-04-23 | Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277 | Sam Li | 1 | -0/+3 | |
2012-04-23 | Merge pull request #1271 from dixy/develop-microtime | Andrey Andreev | 2 | -11/+8 | |
Use parameter 'get_as_float' of microtime() | |||||
2012-04-23 | Fix issue #1265 | Andrey Andreev | 2 | -8/+9 | |
2012-04-23 | Merge pull request #1272 from king724/develop | Phil Sturgeon | 1 | -0/+1 | |
Adding in .ics MIME type for calendar invites. | |||||
2012-04-21 | Use parameter 'get_as_float' of microtime() | dixy | 2 | -11/+8 | |
2012-04-18 | Merge pull request #1260 from Razican/db_ac | Phil Sturgeon | 2 | -1/+3 | |
Added the ability to insert objects with insert_batch() in Active Record | |||||
2012-04-18 | Merge pull request #1263 from timw4mail/patch | Phil Sturgeon | 1 | -1/+2 | |
Updated database config file | |||||
2012-04-17 | minor style fix | Timothy Warren | 1 | -2/+2 | |
2012-04-17 | Updated supported database driver list | Timothy Warren | 1 | -1/+2 | |
2012-04-15 | Added the ability to insert objects with insert_batch() in Active Reccord. | Iban Eguia | 2 | -1/+3 | |
2012-04-13 | Switch erroneously declared protected properties in Output class to public | Andrey Andreev | 1 | -7/+7 | |
2012-04-13 | Merge pull request #1256 from rogeriopradoj/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Update Release Date for version 2.1.1 at user_guide_src/source/changelog.rst | |||||
2012-04-13 | Update Release Date for version 2.1.1 at user_guide_src/source/changelog.rst | Rogerio Prado de Jesus | 1 | -1/+1 | |
2012-04-12 | Adding in .ics MIME type for calendar invites. | Kevin King | 1 | -0/+1 | |
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 | 15 | -633/+104 | |
- 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 | 16 | -659/+111 | |
- 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 | 3 | -17/+22 | |
2012-04-09 | Fix AR delete() for Oracle | Andrey Andreev | 2 | -11/+7 | |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 7 | -52/+77 | |
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 | 2 | -24/+6 | |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵ | Andrey Andreev | 25 | -470/+72 | |
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 | 3 | -0/+37 | |
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 | 3 | -8/+44 | |
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 | 8 | -89/+19 | |
define it and fixed 2 issues related to it | |||||
2012-04-04 | Merge pull request #1245 from timw4mail/patch | Phil Sturgeon | 1 | -17/+19 | |
Make database config easier to work with |