Age | Commit message (Expand) | Author | Files | Lines |
2011-09-23 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 2 | -1/+40 |
2011-09-23 | Merge pull request #476 from adrianmacneil/develop | Greg Aker | 1 | -0/+4 |
2011-09-22 | Documented third $after_field parameter of dbforge->add_column() | Adrian Macneil | 1 | -0/+4 |
2011-09-14 | Copied into GitHub from @kenjis 's bitbucket repo.https://bitbucket.org/kenji... | saintnicster | 1 | -1/+36 |
2011-09-14 | Miscellaneous fixes | Timothy Warren | 1 | -2/+1 |
2011-09-14 | Fixed affected_rows() function, added PDO/postgres note for insert_id() function | Timothy Warren | 1 | -0/+1 |
2011-09-14 | Added connection information note in documentation | Timothy Warren | 1 | -0/+2 |
2011-09-11 | update user guide for replacing 'br/' with 'br /' | Bo-Yi Wu | 1 | -3/+3 |
2011-09-09 | Forgot an 'and'... | Kyle Farris | 1 | -1/+1 |
2011-09-09 | Documented an un-documented feature, the 'enclosures' parameter, to the docum... | Kyle Farris | 1 | -3/+4 |
2011-09-04 | Fixed incorrectly named variables in the documentation. | Phil Sturgeon | 1 | -2/+2 |
2011-08-26 | Removed some documentation for PHP 4 users in the active record documentation. | Iban Eguia | 1 | -5/+2 |
2011-08-21 | Merge pull request #240 from chonthu/develop | Phil Sturgeon | 1 | -0/+7 |
2011-08-21 | Fixed more awesome stuff. | Phil Sturgeon | 1 | -1/+1 |
2011-08-21 | Fixed some stuff. | Phil Sturgeon | 1 | -1/+1 |
2011-08-21 | updated changelog and documentation for active record new 3rd argument option... | Nithin Meppurathu | 1 | -0/+7 |
2011-08-20 | Merge branch 'release/v2.0.3' into develop | Derek Jones | 15 | -15/+15 |
2011-08-20 | updated version number in user guide, removed some stray merge markers found ... | Derek Jones | 15 | -15/+15 |
2011-08-13 | Fixed conflicted changelog. | Phil Sturgeon | 1 | -2/+7 |
2011-07-15 | ... set_dbprefix(). Programatically set the prefix, great for multi-site syst... | Phil Sturgeon | 1 | -2/+7 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 3 | -4/+4 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 15 | -123/+123 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 15 | -123/+123 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 15 | -123/+123 |
2011-05-20 | modified the 'use_set_names' variable in the MySQL/i drivers to be a class pr... | Derek Jones | 1 | -1/+1 |
2011-04-25 | Fixed double-space typo. | Razican | 15 | -123/+123 |
2011-04-25 | Duplicate this->db->insert_batch in documentation. Fixes #202 | Eric Barnes | 1 | -24/+0 |
2011-04-19 | modified MySQL and MySQLi drivers to address a potential SQL injection attack... | Derek Jones | 1 | -1/+1 |
2011-04-15 | update Prev/Next Topic link on user_guide/database/utilities.html | kenjis | 1 | -1/+1 |
2011-04-15 | update Prev/Next Topic link on user_guide/database/index.html | kenjis | 1 | -1/+1 |
2011-04-07 | Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 | Pascal Kriete | 15 | -15/+15 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -0/+24 |
2011-03-22 | Fixed wording when inserting object via active record. Fixes: #143 | Eric Barnes | 1 | -1/+1 |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 15 | -15/+15 |
2011-02-23 | Added documentation for DB active record insert_batch(); | Phil Sturgeon | 1 | -4/+29 |
2011-02-14 | Whitespace tweaks to put code examples in line with our guidelines | Pascal Kriete | 1 | -1/+1 |
2011-02-06 | Added documentation for changes to DB_result | John Crepezzi | 1 | -1/+22 |
2011-02-02 | Added a better explanation for the 'autoinit' db option. Side note: should th... | katzgrau | 1 | -1/+1 |
2011-02-02 | Merged recent changes and tweaked multi-env changes. | Phil Sturgeon | 15 | -17/+17 |
2011-01-31 | The db utility had the wrong code example for database_exists(). Fixes #26 | Eric Barnes | 1 | -2/+2 |
2011-01-28 | updating copyrights to 2011 | Derek Jones | 15 | -15/+15 |
2011-01-16 | Added documentation for environments | joelcox | 1 | -3/+1 |
2011-01-13 | Updating references to deprecated functions in the active record documentation | Derek Allard | 1 | -1/+1 |
2010-12-15 | Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren'... | Phil Sturgeon | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 7 | -57/+57 |
2010-08-06 | Removing the following deprecated database methods: orwhere, orlike, groupby... | Greg Aker | 1 | -5/+5 |
2010-07-05 | typo fix | Derek Allard | 1 | -1/+1 |
2010-07-05 | example clarification | Derek Allard | 1 | -1/+1 |
2010-07-05 | fixed a missing </li> in guide | Derek Allard | 1 | -1/+1 |
2010-07-05 | Fixed an example typo | Derek Allard | 1 | -1/+1 |