summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-12-20removed an unneeded setting of $config to NULLDerek Allard1-1/+985
2007-12-20Changed the behaviour of variables submitted to the where() clause with no ↵Derek Allard2-8/+17
values to auto set "IS NULL" Added parenthesis around table names in SQL FROM
2007-12-19where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ↵Derek Allard2-14/+61
for consistency Added not_like() and or_not_like()
2007-12-19Added support for limit() into update() and delete() statements in Active ↵Derek Allard9-20/+39
Record.
2007-12-19Added support for limit() into update() statements in Active Record.Derek Allard9-17/+38
2007-12-19Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to ↵Derek Allard3-21/+107
Active Record.
2007-12-19(no commit message)Derek Allard1-1/+1
2007-12-19Added where_in() to Active Record.Derek Allard3-6/+61
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard10-31/+45
2007-12-18Added count_all_results() function to Active Record.Derek Allard11-22/+176
2007-12-17removed a duplicate functionDerek Allard1-12/+0
2007-12-17Added a third parameter to Active Record's like() clause to control where ↵Derek Allard4-16/+704
the wildcard goes. Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().
2007-12-17Fixed a typo in the image language file "suppor" to "support".Derek Allard2-21/+519
2007-12-17updated a few changesDerek Allard1-1/+1
2007-12-17Added form_reset() function to form helper.Derek Allard3-759/+3
2007-12-17"direcotries" to "directories"Derek Allard1-15/+1
2007-12-14Fixed an example of accept_charset() in the User Agent Library.Derek Allard2-202/+2
2007-12-14Fixed a typo in the table library docs.Derek Allard2-293/+2
2007-12-11optimized reduce_multiples and strengthened type checkingDerek Jones1-1/+1
2007-12-11Fixed a bug in highlight_pharse() that caused an error with slashes.Derek Allard2-2/+2
2007-12-10typo fix in exampleDerek Allard1-612/+1
2007-12-10modified an example that may cause confusion.Derek Allard1-1/+1
2007-12-09userguide fixes, typos, examples.Derek Allard4-679/+4
2007-12-09added a space after the -f flag for server compatibilityDerek Allard1-1/+1
2007-12-09documented strip_quotes(), quotes_to_entities(), reduce_multiples()Derek Allard1-144/+1
2007-12-09quotes to entities now takes escaped and non-escaped quotesDerek Allard1-1/+1
2007-12-09fix up of regular expression in reduce multiplesDerek Allard1-1/+1
2007-12-06added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helperDerek Allard2-155/+2
2007-12-02Fixed an example for XML RPC. Fixed a missing "?>" in the smiley helper.Derek Allard3-692/+3
2007-12-01(no commit message)Derek Allard1-1/+1
2007-11-30added example of multiple orderby()sDerek Jones1-1/+7
2007-11-30Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ↵Derek Allard2-422/+2
object.
2007-11-29Moved the safe mode and auth checks for the Email library into the constructorDerek Allard2-2300/+2
2007-11-29added a missing ; in the exampleDerek Allard1-113/+1
2007-11-29fixed an example typoDerek Allard1-299/+1
2007-11-27autoloaded models moved to load after libraries are loadedDerek Allard1-987/+1
2007-11-26(no commit message)Derek Allard1-265/+1
2007-11-21fixed a typo (; in wrong place) in xmlrpcDerek Allard1-1/+1
2007-11-14Fixed a bug in the Email library where some timezones were calculated ↵Derek Allard2-1/+2
incorrectly.
2007-11-07(no commit message)Rick Ellis1-1/+2
2007-10-28fixed userguide typoDerek Allard2-1/+5
2007-10-25Moved part of the userguide menu javascript to an external file.Derek Allard105-630/+106
2007-10-24Added a few additional mime type variations for CSVDerek Allard1-1/+1
2007-10-24(no commit message)Derek Allard2-101/+102
2007-10-17noted that "location" was the default redirect method in the userguideDerek Allard1-1/+1
2007-10-16Changed the behaviour of custom callbacks so that they no longer trigger the ↵Derek Allard2-3/+4
"required" rule.
2007-10-13Added a check for NULL fields in the MySQL database backup utilityDerek Allard2-4/+22
2007-10-10Put a debug conditional around some debugging code so that it does not use ↵paulburdick1-1/+4
up memory unintentionally. http://codeigniter.com/forums/viewthread/50918/
2007-10-10A few quick changes to the XML-RPC docs to be clearerpaulburdick1-5/+4
2007-10-09Added the ability to auto-load ModelsDerek Allard5-9/+45