Age | Commit message (Expand) | Author | Files | Lines |
2008-01-16 | added char_set and dbcollat to the code comments | Derek Jones | 1 | -0/+2 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 35 | -660/+3567 |
2008-01-16 | added a helpers folder to application | Derek Allard | 1 | -0/+15 |
2008-01-16 | fixed bug #2542 - switched to foreach() in clean_email() to work with associa... | Derek Jones | 1 | -5/+9 |
2008-01-16 | fixed a bug when loading plugin files as _plugin. and not _pi | Derek Allard | 1 | -1/+1 |
2008-01-16 | bug(re)fix: I am so smart. s - m - r - t | Derek Allard | 1 | -1/+1 |
2008-01-15 | fixed a bug in parser where numeric data is ignored | Derek Allard | 1 | -4/+4 |
2008-01-15 | Fixed a bug in the Oracle driver that prevented num_rows from working. | Derek Allard | 1 | -2/+3 |
2008-01-15 | Fixed typos in the email Language class (email_attachment_unredable, email_fi... | Derek Allard | 1 | -1/+1817 |
2008-01-15 | Fixed typos in the email Language class (email_attachment_unredable, email_fi... | Derek Allard | 1 | -20/+20 |
2008-01-14 | fix a segment db cache bug | Derek Allard | 1 | -1/+1 |
2008-01-14 | removed raw_where and raw_or_where. They duplicated existing functionality b... | Derek Allard | 1 | -38/+0 |
2008-01-12 | added raw_where() and raw_or_where() into AR | Derek Allard | 1 | -0/+38 |
2008-01-10 | added support for external urls in form_open | Derek Allard | 1 | -2/+4 |
2008-01-09 | bugfix | Derek Allard | 1 | -1/+1 |
2008-01-09 | fix for is_really_writable | Derek Allard | 1 | -0/+35 |
2008-01-06 | Fixed a bug in the upload library when allowed_files wasn't defined. | Derek Allard | 1 | -1/+1 |
2008-01-05 | added strtolower into charset and lang test | Derek Allard | 1 | -2/+2 |
2008-01-04 | added the ability to have multiple selected items in form_dropdown() | Derek Allard | 1 | -4/+10 |
2008-01-04 | Added form_fieldset(), form_fieldset_close(), and form_label() to form helper. | Derek Allard | 1 | -1/+523 |
2008-01-01 | Fixed a bug in get_filenames() in the File Helper where the array wasn't clea... | Derek Allard | 1 | -1/+1 |
2007-12-31 | Fixed a bug in _object_to_array that broke some types of inserts and updates. | Derek Allard | 1 | -1/+3 |
2007-12-31 | Fixed a bug in Validation where individual error messages for checkboxes wasn... | Derek Allard | 1 | -2/+8 |
2007-12-28 | Added the ability to use aliases with joins in Active Record. | Derek Allard | 1 | -13/+94 |
2007-12-21 | blackBerry to blackberry | Derek Allard | 1 | -102/+102 |
2007-12-20 | Added the ability to pass an array of tables to the delete() statement in Act... | Derek Allard | 1 | -4/+19 |
2007-12-20 | fixed typo: $field_names[] vs $Ffield_names[] | Derek Allard | 2 | -2/+2 |
2007-12-20 | removed an unneeded setting of $config to NULL | Derek Allard | 1 | -1/+985 |
2007-12-20 | Changed the behaviour of variables submitted to the where() clause with no va... | Derek Allard | 1 | -8/+16 |
2007-12-19 | where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ... | Derek Allard | 1 | -10/+47 |
2007-12-19 | Added support for limit() into update() and delete() statements in Active Rec... | Derek Allard | 8 | -19/+38 |
2007-12-19 | Added support for limit() into update() statements in Active Record. | Derek Allard | 8 | -17/+37 |
2007-12-19 | Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Act... | Derek Allard | 1 | -3/+82 |
2007-12-19 | Added where_in() to Active Record. | Derek Allard | 1 | -3/+37 |
2007-12-18 | Added 'random' as an order_by() option in Active Record. | Derek Allard | 8 | -24/+36 |
2007-12-18 | Added count_all_results() function to Active Record. | Derek Allard | 9 | -21/+163 |
2007-12-17 | removed a duplicate function | Derek Allard | 1 | -12/+0 |
2007-12-17 | Added a third parameter to Active Record's like() clause to control where the... | Derek Allard | 2 | -15/+84 |
2007-12-17 | Fixed a typo in the image language file "suppor" to "support". | Derek Allard | 1 | -20/+20 |
2007-12-17 | Added form_reset() function to form helper. | Derek Allard | 1 | -420/+1 |
2007-12-17 | "direcotries" to "directories" | Derek Allard | 1 | -15/+1 |
2007-12-11 | optimized reduce_multiples and strengthened type checking | Derek Jones | 1 | -1/+1 |
2007-12-11 | Fixed a bug in highlight_pharse() that caused an error with slashes. | Derek Allard | 1 | -1/+1 |
2007-12-09 | added a space after the -f flag for server compatibility | Derek Allard | 1 | -1/+1 |
2007-12-09 | quotes to entities now takes escaped and non-escaped quotes | Derek Allard | 1 | -1/+1 |
2007-12-09 | fix up of regular expression in reduce multiples | Derek Allard | 1 | -1/+1 |
2007-12-06 | added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helper | Derek Allard | 1 | -154/+1 |
2007-12-01 | (no commit message) | Derek Allard | 1 | -1/+1 |
2007-11-30 | Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ... | Derek Allard | 1 | -421/+1 |
2007-11-29 | Moved the safe mode and auth checks for the Email library into the constructor | Derek Allard | 1 | -1815/+1 |