summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2008-01-15Fixed typos in the email Language class (email_attachment_unredable, email_fi...Derek Allard1-20/+20
2008-01-14fix a segment db cache bugDerek Allard1-1/+1
2008-01-14removed raw_where and raw_or_where. They duplicated existing functionality b...Derek Allard1-38/+0
2008-01-12added raw_where() and raw_or_where() into ARDerek Allard1-0/+38
2008-01-10added support for external urls in form_openDerek Allard1-2/+4
2008-01-09bugfixDerek Allard1-1/+1
2008-01-09fix for is_really_writableDerek Allard1-0/+35
2008-01-06Fixed a bug in the upload library when allowed_files wasn't defined.Derek Allard1-1/+1
2008-01-05added strtolower into charset and lang testDerek Allard1-2/+2
2008-01-04added the ability to have multiple selected items in form_dropdown()Derek Allard1-4/+10
2008-01-04Added form_fieldset(), form_fieldset_close(), and form_label() to form helper.Derek Allard1-1/+523
2008-01-01Fixed a bug in get_filenames() in the File Helper where the array wasn't clea...Derek Allard1-1/+1
2007-12-31Fixed a bug in _object_to_array that broke some types of inserts and updates.Derek Allard1-1/+3
2007-12-31Fixed a bug in Validation where individual error messages for checkboxes wasn...Derek Allard1-2/+8
2007-12-28Added the ability to use aliases with joins in Active Record.Derek Allard1-13/+94
2007-12-21blackBerry to blackberryDerek Allard1-102/+102
2007-12-20Added the ability to pass an array of tables to the delete() statement in Act...Derek Allard1-4/+19
2007-12-20fixed typo: $field_names[] vs $Ffield_names[]Derek Allard2-2/+2
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 va...Derek Allard1-8/+16
2007-12-19where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ...Derek Allard1-10/+47
2007-12-19Added support for limit() into update() and delete() statements in Active Rec...Derek Allard8-19/+38
2007-12-19Added support for limit() into update() statements in Active Record.Derek Allard8-17/+37
2007-12-19Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Act...Derek Allard1-3/+82
2007-12-19Added where_in() to Active Record.Derek Allard1-3/+37
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard8-24/+36
2007-12-18Added count_all_results() function to Active Record.Derek Allard9-21/+163
2007-12-17removed a duplicate functionDerek Allard1-12/+0
2007-12-17Added a third parameter to Active Record's like() clause to control where the...Derek Allard2-15/+84
2007-12-17Fixed a typo in the image language file "suppor" to "support".Derek Allard1-20/+20
2007-12-17Added form_reset() function to form helper.Derek Allard1-420/+1
2007-12-17"direcotries" to "directories"Derek Allard1-15/+1
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 Allard1-1/+1
2007-12-09added a space after the -f flag for server compatibilityDerek Allard1-1/+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 Allard1-154/+1
2007-12-01(no commit message)Derek Allard1-1/+1
2007-11-30Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ...Derek Allard1-421/+1
2007-11-29Moved the safe mode and auth checks for the Email library into the constructorDerek Allard1-1815/+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-14Fixed a bug in the Email library where some timezones were calculated incorre...Derek Allard1-1/+1
2007-11-07(no commit message)Rick Ellis1-1/+2
2007-10-24(no commit message)Derek Allard1-101/+101
2007-10-16Changed the behaviour of custom callbacks so that they no longer trigger the ...Derek Allard1-2/+2
2007-10-13Added a check for NULL fields in the MySQL database backup utilityDerek Allard1-4/+21
2007-10-10Put a debug conditional around some debugging code so that it does not use up...paulburdick1-1/+4
2007-10-09Added the ability to auto-load ModelsDerek Allard2-0/+33