Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-23 | Fix issue #1265 | Andrey Andreev | 1 | -0/+1 | |
2012-04-15 | Added the ability to insert objects with insert_batch() in Active Reccord. | Iban Eguia | 1 | -0/+1 | |
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-09 | DB Utility improvements | Andrey Andreev | 1 | -2/+3 | |
- 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 | Multiple DB Forge improvements | Andrey Andreev | 1 | -0/+3 | |
- 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 | Fix AR delete() for MSSQL and SQLSRV | Andrey Andreev | 1 | -1/+2 | |
2012-04-09 | Fix AR delete() for Oracle | Andrey Andreev | 1 | -0/+1 | |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 1 | -1/+1 | |
2012-04-06 | Fix a CI_DB_pdo_driver::trans_commit() bug | Andrey Andreev | 1 | -0/+1 | |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵ | Andrey Andreev | 1 | -1/+2 | |
CI_DB_driver | |||||
2012-04-05 | Fixed MSSQL and SQLSrv truncate() | Andrey Andreev | 1 | -0/+1 | |
2012-04-05 | Add replace() support for SQLite/SQLite3 | Andrey Andreev | 1 | -0/+1 | |
2012-04-05 | Added a default _insert_batch() method instead of requiring each driver to ↵ | Andrey Andreev | 1 | -0/+1 | |
define it and fixed 2 issues related to it | |||||
2012-04-04 | Remove duplicate changelog entries introduced in pull #1225 | Andrey Andreev | 1 | -6/+1 | |
2012-04-04 | Fixing doc link in changelog | M. Fauzilkamil Zainuddin | 1 | -1/+6 | |
2012-04-04 | Fixing user_guide compilation warnings | M. Fauzilkamil Zainuddin | 2 | -3/+3 | |
2012-04-04 | Update user_guide_src/source/changelog.rst | Tobias Tschech | 1 | -0/+1 | |
2012-04-03 | Merge upstream branch | Andrey Andreev | 12 | -77/+141 | |
2012-04-03 | Fix an issue in CI_Trackback::validate_url() and do some cleanup and ↵ | Andrey Andreev | 1 | -0/+1 | |
optimizations in the library | |||||
2012-04-03 | Fix issue #1238 | Andrey Andreev | 1 | -0/+2 | |
2012-04-03 | Fix issue #14 | Andrey Andreev | 1 | -0/+1 | |
2012-04-03 | Some improvements to the additions from pull #1234 | Andrey Andreev | 2 | -4/+6 | |
2012-04-03 | Merge pull request #1234 from obiconbig/develop | Andrey Andreev | 2 | -0/+8 | |
add function get_content_type to output class | |||||
2012-04-03 | Move changelog line from verion 2.1.1 to version 3.0 | Songpol Sripao-eiam | 1 | -3/+1 | |
2012-04-03 | Update changelog | Songpol Sripao-eiam | 1 | -0/+3 | |
2012-04-02 | The current name is too wide change to get_content_type()consistent with ↵ | Songpol Sripaoeiam | 1 | -2/+2 | |
set_content_type() | |||||
2012-04-02 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Songpol Sripaoeiam | 3 | -7/+8 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 4 | -13/+25 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 9 | -70/+111 | |
2012-04-01 | bracket on a new line | Songpol Sripaoeiam | 1 | -1/+1 | |
Also add space after foreach bracket on a new line... Also add a space after if Follow up from https://github.com/EllisLab/CodeIgniter/pull/1234/files#r630522 | |||||
2012-04-01 | add function get_current_content_type to output class and user manual library | Songpol Sripaoeiam | 1 | -0/+7 | |
2012-03-29 | Add a missing changelog entry for pull #1227 | Andrey Andreev | 1 | -0/+1 | |
2012-03-29 | Merge pull request #1181 from matteomattei/develop | Andrey Andreev | 2 | -6/+16 | |
Add support for buffer string email attachment. | |||||
2012-03-28 | Add buffer string attach function to changelog. | Matteo Mattei | 1 | -1/+2 | |
2012-03-28 | Merge upstream branch | Andrey Andreev | 8 | -60/+89 | |
2012-03-28 | Added random ordering support for MSSQL and SQLSRV drivers and removed an ↵ | Andrey Andreev | 1 | -0/+2 | |
unused method | |||||
2012-03-28 | Fix a CI_Loader::_ci_load_class() bug | Andrey Andreev | 1 | -0/+1 | |
2012-03-27 | Merge feature/mysqli_oop branch | Andrey Andreev | 1 | -2/+4 | |
2012-03-26 | Fix some examples in the user guide | Andrey Andreev | 5 | -35/+37 | |
2012-03-26 | Commas, not tabs, are the default delimiter in dbutil->csv_from_result. | mrw | 1 | -1/+1 | |
2012-03-26 | Remove remaining access description lines from database classes and ↵ | Andrey Andreev | 1 | -1/+0 | |
styleguide example | |||||
2012-03-26 | Make _initialize() a constructor and rename _call_hook() to call_hook in the ↵ | Andrey Andreev | 1 | -0/+1 | |
Hooks class | |||||
2012-03-26 | Add visibility declarations where they remain missing | Andrey Andreev | 1 | -0/+1 | |
2012-03-26 | Merge pull request #994 from Razican/doctypes | Andrey Andreev | 2 | -21/+42 | |
Doctypes | |||||
2012-03-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 | Andrey Andreev | 1 | -2/+2 | |
2012-03-26 | Minor adjustments in the changelog | Andrey Andreev | 1 | -4/+2 | |
2012-03-26 | Merge upstream branch | Andrey Andreev | 2 | -1/+5 | |
2012-03-26 | Add DSN string support for Oracle | Andrey Andreev | 1 | -0/+1 | |
2012-03-26 | Add DSN string and persistent connections support for CUBRID | Andrey Andreev | 1 | -0/+2 | |
2012-03-26 | Centralize handling of attach() function for both real file and buffer string. | Matteo Mattei | 1 | -9/+11 | |
Update documentation. |