Age | Commit message (Expand) | Author | Files | Lines |
2008-01-19 | (no commit message) | Derek Allard | 1 | -0/+1 |
2008-01-19 | Added an email helper into core helpers. | Derek Allard | 1 | -1/+2 |
2008-01-19 | added email helper | Derek Allard | 5 | -5/+108 |
2008-01-19 | guide fixes, remove 1.5.5 update file | Derek Allard | 2 | -120/+7 |
2008-01-19 | Fixed bug #3268 where router could leave '/' as the path | Derek Jones | 1 | -0/+1 |
2008-01-19 | Fixed a bug in the Typography Helper where unordered list was listed "un" (#3... | Derek Allard | 1 | -0/+1 |
2008-01-19 | added some semantic division and formatting to the 1.6.0 changelog | Derek Jones | 1 | -48/+87 |
2008-01-19 | documentation for multiple views | Derek Allard | 1 | -1/+18 |
2008-01-18 | added GET, URI string, and memory usage to Profiler output | Derek Jones | 1 | -0/+1 |
2008-01-18 | added greater precision to $_FILE upload errors | Derek Jones | 1 | -0/+1 |
2008-01-18 | modified prep_for_form() to accept an array so POST arrays can be validated w... | Derek Jones | 1 | -0/+1 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 107 | -107/+107 |
2008-01-18 | fixed bug #3260 tightened type checking before outputting MySQL field as NULL | Derek Jones | 1 | -0/+1 |
2008-01-18 | added link to upgrading guide | Derek Allard | 1 | -0/+1 |
2008-01-18 | Fixed a bug (#3175) preventing certain libraries from working properly when a... | Derek Jones | 1 | -1/+2 |
2008-01-18 | removed $assign_to_controller - seems redundant all things considered | Derek Jones | 1 | -1/+0 |
2008-01-18 | modified download links to work with new location | Derek Jones | 1 | -11/+11 |
2008-01-17 | typo fixes | Derek Allard | 2 | -2/+2 |
2008-01-17 | fixed bug #3003 preventing encryption from working with modes other than MCRY... | Derek Jones | 1 | -2/+4 |
2008-01-17 | clarified capitalization of model class names | Derek Jones | 1 | -1/+1 |
2008-01-17 | typos | Derek Allard | 2 | -3/+3 |
2008-01-17 | typography helper bugfix note | Derek Jones | 1 | -1/+2 |
2008-01-17 | (no commit message) | Derek Allard | 1 | -0/+1 |
2008-01-17 | prefixed reserved variables of _ci_load() in order to not conflict with view ... | Derek Jones | 1 | -0/+1 |
2008-01-17 | deprecated scaffolding | Derek Allard | 1 | -1/+2 |
2008-01-16 | Added Compat.php file | Derek Jones | 1 | -0/+2 |
2008-01-16 | typos | Derek Allard | 1 | -2/+2 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 105 | -197/+2874 |
2008-01-15 | added 2 config options to the database configuration page. | Derek Allard | 1 | -1/+147 |
2008-01-04 | documented the ability to have multiple selected items in form_dropdown() | Derek Allard | 1 | -385/+398 |
2008-01-04 | d'oh! Incomplete example. | Derek Allard | 1 | -385/+385 |
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 |