Age | Commit message (Expand) | Author | Files | Lines |
2008-01-04 | docs for form_fieldset(), form_fieldset_close(), and form_label() | Derek Allard | 1 | -1/+386 |
2008-01-02 | Documented distinct() in Active Record. | Derek Allard | 2 | -1/+9 |
2008-01-01 | Fixed a bug in get_filenames() in the File Helper where the array wasn't clea... | Derek Allard | 1 | -0/+1 |
2007-12-31 | Fixed a bug in _object_to_array that broke some types of inserts and updates. | Derek Allard | 1 | -0/+1 |
2007-12-31 | Fixed a bug in Validation where individual error messages for checkboxes wasn... | Derek Allard | 1 | -0/+1 |
2007-12-28 | Added the ability to use aliases with joins in Active Record. | Derek Allard | 1 | -0/+1 |
2007-12-26 | example fix | Derek Allard | 1 | -3/+3 |
2007-12-22 | typo | Derek Allard | 1 | -1/+1 |
2007-12-22 | typos fixes | Derek Allard | 3 | -5/+3 |
2007-12-21 | Added Zip Encoding Class to the table of contents of the userguide. | Derek Allard | 2 | -1/+3 |
2007-12-20 | Added the ability to pass an array of tables to the delete() statement in Act... | Derek Allard | 2 | -8/+11 |
2007-12-20 | fixed typo: $field_names[] vs $Ffield_names[] | Derek Allard | 1 | -0/+1 |
2007-12-20 | Changed the behaviour of variables submitted to the where() clause with no va... | Derek Allard | 1 | -0/+1 |
2007-12-19 | where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ... | Derek Allard | 1 | -4/+14 |
2007-12-19 | Added support for limit() into update() and delete() statements in Active Rec... | Derek Allard | 1 | -1/+1 |
2007-12-19 | Added support for limit() into update() statements in Active Record. | Derek Allard | 1 | -0/+1 |
2007-12-19 | Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Act... | Derek Allard | 2 | -18/+25 |
2007-12-19 | (no commit message) | Derek Allard | 1 | -1/+1 |
2007-12-19 | Added where_in() to Active Record. | Derek Allard | 2 | -3/+24 |
2007-12-18 | Added 'random' as an order_by() option in Active Record. | Derek Allard | 2 | -7/+9 |
2007-12-18 | Added count_all_results() function to Active Record. | Derek Allard | 2 | -1/+13 |
2007-12-17 | Added a third parameter to Active Record's like() clause to control where the... | Derek Allard | 2 | -1/+620 |
2007-12-17 | Fixed a typo in the image language file "suppor" to "support". | Derek Allard | 1 | -1/+499 |
2007-12-17 | updated a few changes | Derek Allard | 1 | -1/+1 |
2007-12-17 | Added form_reset() function to form helper. | Derek Allard | 2 | -339/+2 |
2007-12-14 | Fixed an example of accept_charset() in the User Agent Library. | Derek Allard | 2 | -202/+2 |
2007-12-14 | Fixed a typo in the table library docs. | Derek Allard | 2 | -293/+2 |
2007-12-11 | Fixed a bug in highlight_pharse() that caused an error with slashes. | Derek Allard | 1 | -1/+1 |
2007-12-10 | typo fix in example | Derek Allard | 1 | -612/+1 |
2007-12-10 | modified an example that may cause confusion. | Derek Allard | 1 | -1/+1 |
2007-12-09 | userguide fixes, typos, examples. | Derek Allard | 4 | -679/+4 |
2007-12-09 | documented strip_quotes(), quotes_to_entities(), reduce_multiples() | Derek Allard | 1 | -144/+1 |
2007-12-06 | added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helper | Derek Allard | 1 | -1/+1 |
2007-12-02 | Fixed an example for XML RPC. Fixed a missing "?>" in the smiley helper. | Derek Allard | 3 | -692/+3 |
2007-11-30 | added example of multiple orderby()s | Derek Jones | 1 | -1/+7 |
2007-11-30 | Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ... | Derek Allard | 1 | -1/+1 |
2007-11-29 | Moved the safe mode and auth checks for the Email library into the constructor | Derek Allard | 1 | -485/+1 |
2007-11-29 | added a missing ; in the example | Derek Allard | 1 | -113/+1 |
2007-11-29 | fixed an example typo | Derek Allard | 1 | -299/+1 |
2007-11-21 | fixed a typo (; in wrong place) in xmlrpc | Derek Allard | 1 | -1/+1 |
2007-11-14 | Fixed a bug in the Email library where some timezones were calculated incorre... | Derek Allard | 1 | -0/+1 |
2007-10-28 | fixed userguide typo | Derek Allard | 2 | -1/+5 |
2007-10-25 | Moved part of the userguide menu javascript to an external file. | Derek Allard | 105 | -630/+106 |
2007-10-24 | Added a few additional mime type variations for CSV | Derek Allard | 1 | -1/+1 |
2007-10-24 | (no commit message) | Derek Allard | 1 | -0/+1 |
2007-10-17 | noted that "location" was the default redirect method in the userguide | Derek Allard | 1 | -1/+1 |
2007-10-16 | Changed the behaviour of custom callbacks so that they no longer trigger the ... | Derek Allard | 1 | -1/+2 |
2007-10-13 | Added a check for NULL fields in the MySQL database backup utility | Derek Allard | 1 | -0/+1 |
2007-10-10 | A few quick changes to the XML-RPC docs to be clearer | paulburdick | 1 | -5/+4 |
2007-10-09 | Added the ability to auto-load Models | Derek Allard | 3 | -9/+12 |