summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow231-7887/+10538
2012-04-26Merge pull request #1292 from ChadBH/developAndrey Andreev1-2/+2
2012-04-26Corrected path to jqueryChad Hedgcock1-2/+2
2012-04-25Merge pull request #1288 from petsagouris/Issue-131Andrey Andreev2-29/+35
2012-04-25Added foreign_characters.php changes in the changelog.George Petsagourakis1-0/+1
2012-04-25Merge pull request #1289 from st2/patch-2Andrey Andreev1-1/+1
2012-04-24Update system/helpers/file_helper.phpst21-1/+1
2012-04-24Add changelog entry for already fixed issue #23Andrey Andreev1-1/+1
2012-04-24Added Romanian characters to the foreign_chars.phpGeorge Petsagourakis1-4/+4
2012-04-24Added Greek characters to the foreign_chars.phpGeorge Petsagourakis1-28/+33
2012-04-24Merge pull request #1286 from st2/patch-1Phil Sturgeon1-1/+1
2012-04-24Update system/database/drivers/sqlsrv/sqlsrv_driver.phpst21-1/+1
2012-04-23Merge pull request #1278 from samxli/developPhil Sturgeon1-0/+3
2012-04-23Tweak to comments to conform to style guide.Sam Li1-1/+1
2012-04-23Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277Sam Li1-0/+3
2012-04-23Merge pull request #1271 from dixy/develop-microtimeAndrey Andreev2-11/+8
2012-04-23Fix issue #1265Andrey Andreev2-8/+9
2012-04-23Merge pull request #1272 from king724/developPhil Sturgeon1-0/+1
2012-04-21Use parameter 'get_as_float' of microtime()dixy2-11/+8
2012-04-18Merge pull request #1260 from Razican/db_acPhil Sturgeon2-1/+3
2012-04-18Merge pull request #1263 from timw4mail/patchPhil Sturgeon1-1/+2
2012-04-17minor style fixTimothy Warren1-2/+2
2012-04-17Updated supported database driver listTimothy Warren1-1/+2
2012-04-15Added the ability to insert objects with insert_batch() in Active Reccord.Iban Eguia2-1/+3
2012-04-13Switch erroneously declared protected properties in Output class to publicAndrey Andreev1-7/+7
2012-04-13Merge pull request #1256 from rogeriopradoj/patch-1Andrey Andreev1-1/+1
2012-04-13Update Release Date for version 2.1.1 at user_guide_src/source/changelog.rst Rogerio Prado de Jesus1-1/+1
2012-04-12Adding in .ics MIME type for calendar invites.Kevin King1-0/+1
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...Andrey Andreev13-83/+9
2012-04-09Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstractAndrey Andreev2-2/+4
2012-04-09DB Utility improvementsAndrey Andreev15-633/+104
2012-04-09Switched public driver methods in DB forge to protectedAndrey Andreev11-22/+22
2012-04-09Multiple DB Forge improvementsAndrey Andreev16-659/+111
2012-04-09Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a...Andrey Andreev2-2/+4
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev11-251/+38
2012-04-09Fix AR delete() for MSSQL and SQLSRVAndrey Andreev3-17/+22
2012-04-09Fix AR delete() for OracleAndrey Andreev2-11/+7
2012-04-09Extend fix for #798 to work across all DB drivers instead of just mysqlAndrey Andreev7-52/+77
2012-04-06Some minor improvements to the PDO driverAndrey Andreev1-33/+26
2012-04-06Fix a CI_DB_pdo_driver::trans_commit() bugAndrey Andreev2-24/+6
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev25-470/+72
2012-04-06Fix PDO field and table escapingAndrey Andreev1-52/+18
2012-04-05Fixed MSSQL and SQLSrv truncate()Andrey Andreev3-0/+37
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev13-120/+42
2012-04-05Add replace() support for SQLite/SQLite3Andrey Andreev3-8/+44
2012-04-05Replaced driver instances of _replace() with one in CI_DB_active_recordAndrey Andreev4-59/+25
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev9-252/+27
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev13-207/+18
2012-04-05Added a default _insert_batch() method instead of requiring each driver to de...Andrey Andreev8-89/+19
2012-04-04Merge pull request #1245 from timw4mail/patchPhil Sturgeon1-17/+19