Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-21 | driver fix + userguide + changelog | Michiel Vugteveen | 1 | -1/+6 | |
2012-07-04 | Some user guide updates | Andrey Andreev | 2 | -69/+87 | |
2012-06-26 | Fixing various Sphinx bugs and syntax errors in docs | Derek Jones | 1 | -2/+2 | |
2012-06-16 | Documentation: remaining PHP "var" declarations changed to "public" | vlakoff | 1 | -9/+9 | |
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left. | |||||
2012-06-15 | Update simple_query() documentation (issue #1484) | Andrey Andreev | 1 | -5/+25 | |
2012-05-19 | Fixed typo | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-19 | Fixed some spaces | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-18 | Added doc notes for unbuffered_row() function | Juan Ignacio Borda | 1 | -0/+20 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 3 | -11/+11 | |
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-02 | Merge upstream branch | Andrey Andreev | 1 | -1/+1 | |
2012-03-26 | Commas, not tabs, are the default delimiter in dbutil->csv_from_result. | mrw | 1 | -1/+1 | |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 1 | -5/+5 | |
develop-db-sqlite3 | |||||
2012-03-13 | Active Record documentation cleanup | Timothy Warren | 1 | -5/+5 | |
2012-03-12 | Postgres to PostgreSQL | Andrey Andreev | 1 | -6/+6 | |
2012-03-12 | Postgre to Postgres | Andrey Andreev | 1 | -1/+1 | |
2012-03-09 | Merge upstream branch | Andrey Andreev | 1 | -2/+7 | |
2012-03-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 4 | -6/+32 | |
Conflicts: system/database/DB_driver.php system/database/DB_query_builder.php | |||||
2012-03-05 | Fixed note in documentation | Timothy Warren | 1 | -1/+1 | |
2012-03-05 | Add a note to the num_rows() documentation | Andrey Andreev | 1 | -2/+7 | |
2012-03-03 | Merge upstream branch | Andrey Andreev | 3 | -4/+25 | |
2012-03-02 | Merge upstream | Timothy Warren | 1 | -0/+17 | |
2012-03-02 | Replaced DB methods _error_message() and _error_number() with error() (issue ↵ | Andrey Andreev | 1 | -0/+17 | |
#1097) | |||||
2012-02-28 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -0/+6 | |
2012-02-27 | Merge upstream | Timothy Warren | 1 | -0/+6 | |
2012-02-24 | Merge upstream branch | Andrey Andreev | 1 | -0/+6 | |
2012-02-22 | Close services after using them, added dbutil->backup() method | Timothy Warren | 1 | -1/+5 | |
2012-02-22 | Add an optional database name parameter to db_select() | Andrey Andreev | 1 | -0/+6 | |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 6 | -31/+31 | |
2012-02-16 | Implemented insert_id() method | Timothy Warren | 1 | -3/+3 | |
2012-02-10 | Merge upstream branch | Andrey Andreev | 1 | -0/+4 | |
2012-02-09 | Fixed PDO | Taufan Aditya | 1 | -0/+4 | |
2012-01-16 | Add SQLite3 database driver | Andrey Andreev | 1 | -1/+1 | |
2011-12-28 | added query grouping to Active Record | WanWizard | 1 | -61/+109 | |
this is a feature that has been lacking for a very long time. lots of people complained about it over the years, but it never got added so you'd have to resort to handcrafted queries when you needed this feature. This is a port of code from DataMapper, in use since CI 1.6. | |||||
2011-12-26 | Fixing a couple of issues in documentation files that occur when running ↵ | Greg Aker | 2 | -9/+7 | |
Sphinx 'make html' | |||||
2011-11-29 | Changed the array structure in the userguide | Felix Balfoort | 1 | -16/+36 | |
2011-11-29 | changed much to many in the documentation | Felix Balfoort | 1 | -1/+1 | |
2011-11-29 | Updated change log and and database configuration to include failover | Felix Balfoort | 1 | -0/+22 | |
2011-10-31 | Fixed one-liner code on Database Connection page of userguide | Timothy Warren | 1 | -4/+19 | |
2011-10-26 | fix user guide active_record.rst formatting, remove old PHP 5 note, now only ↵ | kenjis | 1 | -6/+4 | |
PHP 5 is supported. | |||||
2011-10-18 | fixed typo in AR docs. NOTE: Sphinx gives a ReST error for unknown title ↵ | Derek Jones | 1 | -1/+2 | |
targets, but they do exist, and links are built properly | |||||
2011-10-14 | Updated to new documentation for new active record methods. | Kyle Farris | 1 | -0/+108 | |
2011-10-10 | incremental improvement to user guide ToC | Derek Jones | 1 | -18/+14 | |
2011-10-07 | Merge branch 'user_guide' of https://github.com/jwensley2/CodeIgniter into ↵ | Greg Aker | 12 | -94/+393 | |
jwensley2-user_guide Conflicts: user_guide_src/source/database/configuration.rst | |||||
2011-10-07 | cleaning up and formatting database pages | Joseph Wensley | 13 | -111/+412 | |
2011-10-07 | Adding "array" on Database Configuration | purwandi | 1 | -1/+1 | |
2011-10-07 | Fix Database Configuration on User Guider | purwandi | 1 | -50/+69 | |
2011-10-07 | change hardcoded page docs to use generated ones | Joseph Wensley | 1 | -34/+13 | |
escape "http://" that was getting linked formatting some tables | |||||
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 15 | -0/+2311 | |