summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-16special fix for $first_word_only to work with other changes to _protect_ident...Derek Jones1-5/+2
2008-01-16=== instead of !== ::blush::Derek Jones1-1/+1
2008-01-16fix for single word identifiers with no spaces that need protecting in _prote...Derek Jones1-1/+5
2008-01-16typosDerek Allard1-2/+2
2008-01-16added char_set and dbcollat to the code commentsDerek Jones1-0/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard140-857/+6441
2008-01-16added a helpers folder to applicationDerek Allard1-0/+15
2008-01-16fixed bug #2542 - switched to foreach() in clean_email() to work with associa...Derek Jones1-5/+9
2008-01-16fixed a bug when loading plugin files as _plugin. and not _piDerek Allard1-1/+1
2008-01-16bug(re)fix: I am so smart. s - m - r - tDerek Allard1-1/+1
2008-01-15fixed a bug in parser where numeric data is ignoredDerek Allard1-4/+4
2008-01-15Fixed a bug in the Oracle driver that prevented num_rows from working.Derek Allard1-2/+3
2008-01-15added 2 config options to the database configuration page.Derek Allard1-1/+147
2008-01-15Fixed typos in the email Language class (email_attachment_unredable, email_fi...Derek Allard1-1/+1817
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-04documented the ability to have multiple selected items in form_dropdown()Derek Allard1-385/+398
2008-01-04added the ability to have multiple selected items in form_dropdown()Derek Allard1-4/+10
2008-01-04d'oh! Incomplete example.Derek Allard1-385/+385
2008-01-04docs for form_fieldset(), form_fieldset_close(), and form_label()Derek Allard1-1/+386
2008-01-04Added form_fieldset(), form_fieldset_close(), and form_label() to form helper.Derek Allard1-1/+523
2008-01-02Documented distinct() in Active Record.Derek Allard2-1/+9
2008-01-01Fixed a bug in get_filenames() in the File Helper where the array wasn't clea...Derek Allard2-1/+2
2007-12-31Fixed a bug in _object_to_array that broke some types of inserts and updates.Derek Allard2-1/+4
2007-12-31Fixed a bug in Validation where individual error messages for checkboxes wasn...Derek Allard2-2/+9
2007-12-28Added the ability to use aliases with joins in Active Record.Derek Allard2-13/+95
2007-12-26example fixDerek Allard1-3/+3
2007-12-22typoDerek Allard1-1/+1
2007-12-22typos fixesDerek Allard3-5/+3
2007-12-21Added Zip Encoding Class to the table of contents of the userguide.Derek Allard2-1/+3
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 Allard3-12/+30
2007-12-20fixed typo: $field_names[] vs $Ffield_names[]Derek Allard3-2/+3
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 Allard2-8/+17
2007-12-19where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ...Derek Allard2-14/+61
2007-12-19Added support for limit() into update() and delete() statements in Active Rec...Derek Allard9-20/+39
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 Act...Derek Allard3-21/+107
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