- c576995 [ci skip] 3.1.10 release by Andrey Andreev · 6 years ago 3.1.10
- 8ede1a2 replacing the old HTML user guide with a Sphinx-managed user guide by Derek Jones · 13 years ago
- 4d292bd Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
- d295eea Merge pull request #476 from adrianmacneil/develop by Greg Aker · 13 years ago
- 19277f0 Documented third $after_field parameter of dbforge->add_column() by Adrian Macneil · 13 years ago
- 4569790 Copied into GitHub from @kenjis 's bitbucket repo.https://bitbucket.org/kenjis/ci-user-guide/changeset/3d579dd14afe by saintnicster · 13 years ago
- 57cea51 Miscellaneous fixes by Timothy Warren · 13 years ago
- 51a4888 Fixed affected_rows() function, added PDO/postgres note for insert_id() function by Timothy Warren · 13 years ago
- 9d9fe16 Added connection information note in documentation by Timothy Warren · 13 years ago
- 61bb501 update user guide for replacing 'br/' with 'br /' by Bo-Yi Wu · 13 years ago
- 07f8fb3 Forgot an 'and'... by Kyle Farris · 13 years ago
- 8c50c8e Documented an un-documented feature, the 'enclosures' parameter, to the documentation for DB Util's result_to_csv() method. by Kyle Farris · 13 years ago
- 40d1a76 Fixed incorrectly named variables in the documentation. by Phil Sturgeon · 13 years ago
- d8f002c Removed some documentation for PHP 4 users in the active record documentation. by Iban Eguia · 13 years ago
- 5137766 Merge pull request #240 from chonthu/develop by Phil Sturgeon · 13 years ago
- 27a883c Fixed more awesome stuff. by Phil Sturgeon · 13 years ago
- 24e921a Fixed some stuff. by Phil Sturgeon · 13 years ago
- 68d1f4c updated changelog and documentation for active record new 3rd argument option #none# to like clause by Nithin Meppurathu · 13 years ago
- e1e828b Merge branch 'release/v2.0.3' into develop by Derek Jones · 13 years ago
- b8c038a updated version number in user guide, removed some stray merge markers found in the change log by Derek Jones · 13 years ago
- 5025929 Fixed conflicted changelog. by Phil Sturgeon · 13 years ago
- 8a02247 ... set_dbprefix(). Programatically set the prefix, great for multi-site systems that "namespace" with prefixes. by Phil Sturgeon · 13 years ago
- d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
- 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
- 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
- 3b9f88d modified the 'use_set_names' variable in the MySQL/i drivers to be a class property instead of static, in case multiple database servers are connected to in a single request. Also clarified description of the 'dbcollat' setting in the configuration files by Derek Jones · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- bf8d68a Duplicate this->db->insert_batch in documentation. Fixes #202 by Eric Barnes · 14 years ago
- 6ae70cc modified MySQL and MySQLi drivers to address a potential SQL injection attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings) by Derek Jones · 14 years ago
- 55e9d6b update Prev/Next Topic link on user_guide/database/utilities.html by kenjis · 14 years ago
- e7bdd22 update Prev/Next Topic link on user_guide/database/index.html by kenjis · 14 years ago
- 1f62229 Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 by Pascal Kriete · 14 years ago
- 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- 74089b2 Fixed wording when inserting object via active record. Fixes: #143 by Eric Barnes · 14 years ago
- 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
- e8b8d68 Added documentation for DB active record insert_batch(); by Phil Sturgeon · 14 years ago
- feba2de Whitespace tweaks to put code examples in line with our guidelines by Pascal Kriete · 14 years ago
- 58e8caf Added documentation for changes to DB_result by John Crepezzi · 14 years ago
- 5fd0267 Added a better explanation for the 'autoinit' db option. Side note: should that really be true by default? by katzgrau · 14 years ago
- d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
- c7f2bd2 The db utility had the wrong code example for database_exists(). Fixes #26 by Eric Barnes · 14 years ago
- 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
- 42aa95b Added documentation for environments by joelcox · 14 years ago
- f85a4b8 Updating references to deprecated functions in the active record documentation by Derek Allard · 14 years ago
- a58ecae Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren't changing the name. by Phil Sturgeon · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 88f8d9f Removing the following deprecated database methods: orwhere, orlike, groupby, orhaving, orderby, getwhere. by Greg Aker · 14 years ago
- 7770fde typo fix by Derek Allard · 14 years ago
- 127a1d9 example clarification by Derek Allard · 14 years ago
- f597dd1 fixed a missing </li> in guide by Derek Allard · 14 years ago
- 7c708ca Fixed an example typo by Derek Allard · 14 years ago
- d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
- ad1171a added swap_pre, autoinit, and stricton database configuration explanations by Derek Jones · 15 years ago
- 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
- dd58ff6 note on case sensitivity in database_exists() by Derek Allard · 15 years ago
- e7f0325 database exists function in dbutil by Derek Allard · 15 years ago
- 04eb070 Documentd db->close() by Derek Allard · 15 years ago
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- 25f3ce3 wording clarification by Derek Allard · 15 years ago
- bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- 87cbafc added reconnect() method to db drivers by Derek Jones · 16 years ago
- e4ed583 added LIKE condition escaping to all drivers and Active Record by Derek Jones · 16 years ago
- 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
- b75734e grammer ... um, grammar... fix. by Derek Allard · 16 years ago
- 5894464 AR was documented as being off by default, corrected this. by Derek Allard · 16 years ago
- 3f45bbd fixed a broken link, fixed a typo by Derek Allard · 16 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- 4f488df odcc to odbc by Derek Allard · 16 years ago
- 9ba2189 Improved connection info by Rick Ellis · 16 years ago
- d9f73db by Rick Ellis · 16 years ago
- 12abaeb by Rick Ellis · 16 years ago
- a7cf027 postgre to postgres in a few documentation pages by Derek Allard · 16 years ago
- e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
- 0134ca4 fixed incorrect example SQL output example by Derek Allard · 16 years ago
- cb36e34 grammar changes by Derek Allard · 16 years ago
- 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
- 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
- 928c55c further whitespace fixes by Derek Allard · 16 years ago
- e3b8749 quotes to an example in DBforge by Derek Allard · 16 years ago
- c169fdc fixed a series of "next" and "previous" topic links that pointed to the wrong pages. by Derek Allard · 16 years ago
- 8516a37 guide typo by Derek Allard · 16 years ago
- 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 16 years ago
- ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 16 years ago
- 7f4d2f1 fix up where_in examples by Derek Allard · 16 years ago
- 48d8388 added some missing ; to examples by Derek Allard · 16 years ago
- 810d501 userguide typo fix by Derek Allard · 16 years ago
- a5481ac added a missing word by Derek Allard · 16 years ago
- 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 16 years ago
- bd44009 made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation by Derek Jones · 16 years ago
- 15572d4 example touch up by Derek Allard · 17 years ago
- 97bc010 fixed bug #3419 where the 'database' setting for DSN connections was using the host portion of the URL instead of the path. by Derek Jones · 17 years ago
- 2d2b2b9 by Rick Ellis · 17 years ago
- 6b7b11f updated version number in user guide to 1.6.2 by Derek Jones · 17 years ago
- fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
- 75eedf5 A field fields were incorrectly commented, and or examples invalid. by Derek Allard · 17 years ago
- 3af44c0 doc typos / fixes by Derek Allard · 17 years ago
- 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
- 16629b1 Fixed a bug that wasn't allowing escaping to be turned off if the value of a query was NULL. by Derek Allard · 17 years ago