Age | Commit message (Expand) | Author | Files | Lines |
2013-07-15 | Correcting URL for search box. | Wes Baker | 15 | -15/+15 |
2013-07-08 | Fixing a typo in the user guide. | Wes Baker | 15 | -15/+15 |
2013-07-08 | Updating User Guide for 2.1.4. | Wes Baker | 15 | -15/+15 |
2012-10-07 | Bump version number to 2.1.3 | Andrey Andreev | 15 | -15/+15 |
2012-06-29 | Bumping version number to 2.1.2. | Wes Baker | 15 | -15/+15 |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 15 | -30/+30 |
2011-11-02 | Copied into GitHub from @kenjis 's bitbucket repo.https://bitbucket.org/kenji... | saintnicster | 1 | -2/+37 |
2011-11-01 | fix user_guide/database/results.html, unmodified variable '$user' to '$row' | Yoko TAMADA | 1 | -1/+1 |
2011-10-27 | updated changelog and documentation for active record new 3rd argument option... | Nithin Meppurathu | 1 | -0/+7 |
2011-10-27 | Bumped CodeIgniter version to 2.1.0. | Phil Sturgeon | 15 | -15/+15 |
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 |
2010-03-29 | fixed casing of EllisLab | Derek Jones | 15 | -15/+15 |
2010-03-10 | added swap_pre, autoinit, and stricton database configuration explanations | Derek Jones | 1 | -3/+12 |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 15 | -15/+15 |
2010-02-04 | note on case sensitivity in database_exists() | Derek Allard | 1 | -1/+1 |
2010-02-04 | database exists function in dbutil | Derek Allard | 1 | -0/+19 |
2010-01-17 | Documentd db->close() | Derek Allard | 1 | -1/+3 |