Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-01-05 | updated copyrights | Derek Jones | 15 | -15/+15 | |
2009-12-16 | wording clarification | Derek Allard | 1 | -1/+1 | |
2009-09-11 | prep for 1.7.2 release | Derek Jones | 15 | -15/+15 | |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 15 | -15/+15 | |
2009-02-27 | added reconnect() method to db drivers | Derek Jones | 1 | -0/+5 | |
2009-02-20 | added LIKE condition escaping to all drivers and Active Record | Derek Jones | 1 | -1/+8 | |
updated all DB drivers to accept arrays in escape_str() | |||||
2009-02-11 | Prep for 1.7.1 release | Derek Jones | 15 | -15/+15 | |
2009-02-04 | grammer ... um, grammar... fix. | Derek Allard | 1 | -1/+1 | |
2009-02-04 | AR was documented as being off by default, corrected this. | Derek Allard | 1 | -1/+1 | |
2008-12-07 | fixed a broken link, fixed a typo | Derek Allard | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 15 | -3274/+3274 | |
2008-11-13 | odcc to odbc | Derek Allard | 1 | -1/+1 | |
2008-10-19 | Improved connection info | Rick Ellis | 1 | -0/+10 | |
2008-10-18 | (no commit message) | Rick Ellis | 1 | -9/+20 | |
2008-10-17 | (no commit message) | Rick Ellis | 1 | -1/+8 | |
2008-09-25 | postgre to postgres in a few documentation pages | Derek Allard | 2 | -4/+4 | |
2008-09-04 | removed random invisible character (ASCII 194) from HTML and PHP files | Derek Jones | 1 | -1/+1 | |
2008-08-31 | fixed incorrect example SQL output example | Derek Allard | 1 | -1/+1 | |
2008-08-31 | grammar changes | Derek Allard | 2 | -2/+2 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 15 | -15/+15 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 15 | -15/+15 | |
Made some doc style changes | |||||
2008-08-21 | further whitespace fixes | Derek Allard | 3 | -69/+69 | |
2008-07-25 | quotes to an example in DBforge | Derek Allard | 1 | -1/+1 | |
2008-07-16 | fixed a series of "next" and "previous" topic links that pointed to the ↵ | Derek Allard | 2 | -2/+2 | |
wrong pages. | |||||
2008-07-09 | guide typo | Derek Allard | 1 | -1/+1 | |
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 15 | -15/+15 | |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 2 | -3/+3 | |
2008-06-26 | fix up where_in examples | Derek Allard | 1 | -4/+4 | |
2008-06-22 | added some missing ; to examples | Derek Allard | 1 | -10/+5 | |
2008-06-15 | userguide typo fix | Derek Allard | 1 | -1/+1 | |
2008-06-02 | added a missing word | Derek Allard | 1 | -1/+1 | |
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 15 | -15/+15 | |
internationalization purposes (#4614) | |||||
2008-05-29 | made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵ | Derek Jones | 1 | -2/+10 | |
multi-column non-primary keys in table creation | |||||
2008-05-17 | example touch up | Derek Allard | 1 | -1/+1 | |
2008-05-14 | fixed bug #3419 where the 'database' setting for DSN connections was using ↵ | Derek Jones | 1 | -1/+4 | |
the host portion of the URL instead of the path. Added ability to set other db config values in DSN connections via query string | |||||
2008-05-12 | (no commit message) | Rick Ellis | 1 | -4/+11 | |
2008-05-06 | updated version number in user guide to 1.6.2 | Derek Jones | 15 | -15/+15 | |
2008-05-06 | Flipped user guide page titles for easier recognition in tabs: | Derek Jones | 15 | -15/+15 | |
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title> | |||||
2008-04-13 | A field fields were incorrectly commented, and or examples invalid. | Derek Allard | 1 | -7/+7 | |
2008-04-10 | doc typos / fixes | Derek Allard | 2 | -5/+5 | |
2008-04-07 | Added rename_table() into DBForge. | Derek Allard | 1 | -3/+8 | |
2008-04-06 | Fixed a bug that wasn't allowing escaping to be turned off if the value of a ↵ | Derek Allard | 1 | -22/+10 | |
query was NULL. | |||||
2008-04-06 | Added the ability to prevent escaping in having() clauses. | Derek Allard | 1 | -9/+17 | |
2008-03-27 | typo | Derek Allard | 1 | -2/+2 | |
2008-03-25 | userguide note, corrections and omissions | Derek Allard | 4 | -8/+8 | |