Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-31 | Merged changes with development. | Kyle Farris | 1 | -2/+7 | |
2011-08-26 | Updated the Active Record documentation to reflect new publicly visible ↵ | kylefarris | 1 | -13/+100 | |
Active Record methods: get_compiled_select(), get_compiled_delete(), get_compiled_insert(), get_compiled_update(), and reset_query(). | |||||
2011-08-21 | Merge pull request #240 from chonthu/develop | Phil Sturgeon | 1 | -0/+7 | |
updated changelog and documentation for active record new 3rd argument op | |||||
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 ↵ | Nithin Meppurathu | 1 | -0/+7 | |
option #none# to like clause | |||||
2011-08-20 | Merge branch 'release/v2.0.3' into develop | Derek Jones | 15 | -15/+15 | |
Conflicts: user_guide/changelog.html | |||||
2011-08-20 | updated version number in user guide, removed some stray merge markers found ↵ | Derek Jones | 15 | -15/+15 | |
in the change log | |||||
2011-08-13 | Fixed conflicted changelog. | Phil Sturgeon | 1 | -2/+7 | |
2011-07-15 | ... set_dbprefix(). Programatically set the prefix, great for multi-site ↵ | Phil Sturgeon | 1 | -2/+7 | |
systems that "namespace" with prefixes. | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 3 | -4/+4 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 15 | -123/+123 | |
broke the Typography class's string replacements, for instance | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 15 | -123/+123 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 15 | -123/+123 | |
broke the Typography class's string replacements, for instance | |||||
2011-05-20 | modified the 'use_set_names' variable in the MySQL/i drivers to be a class ↵ | Derek Jones | 1 | -1/+1 | |
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 | |||||
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 ↵ | Derek Jones | 1 | -1/+1 | |
attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings) | |||||
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 ↵ | Phil Sturgeon | 1 | -0/+24 | |
stop environment checks. | |||||
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 ↵ | katzgrau | 1 | -1/+1 | |
that really be true by default? | |||||
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 ↵ | Phil Sturgeon | 1 | -1/+1 | |
aren't changing the name. | |||||
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, ↵ | Greg Aker | 1 | -5/+5 | |
groupby, orhaving, orderby, getwhere. | |||||
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 | |
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 | |