Age | Commit message (Expand) | Author | Files | Lines |
2008-08-26 | Switched spaces to tabs | Rick Ellis | 1 | -5/+5 |
2008-08-26 | Added some new functions that work with the new form validation class | Rick Ellis | 1 | -14/+321 |
2008-08-21 | whitespace fixes | Derek Allard | 5 | -119/+119 |
2008-08-20 | Added current_url() and uri_string() functions to the URL helper | Rick Ellis | 1 | -2/+40 |
2008-08-13 | updated time zone list and offsets to match the world's current time zones | Derek Jones | 1 | -31/+41 |
2008-08-12 | Added newline character in between hidden fields | Rick Ellis | 1 | -0/+1 |
2008-08-07 | tightened human time stamp validation regex | Derek Jones | 1 | -1/+1 |
2008-07-21 | removing stray quotes | Derek Allard | 1 | -1/+1 |
2008-07-21 | Removed added newlines ("\n") from most form and html helper functions. | Derek Allard | 2 | -10/+15 |
2008-06-30 | fixed some whitespace in the number helper and improved on the calculation me... | Derek Jones | 1 | -9/+9 |
2008-06-27 | Moved the <label> output ability from the language library to a language help... | Derek Jones | 1 | -0/+58 |
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system direct... | Derek Allard | 1 | -8/+3 |
2008-06-26 | Number helper uses lang files | Derek Allard | 1 | -5/+8 |
2008-06-19 | (no commit message) | Derek Allard | 1 | -67/+71 |
2008-06-19 | added a Number helper | Derek Jones | 1 | -0/+68 |
2008-06-19 | removed maxlength and size as automatically added attributes in form helper | Derek Allard | 1 | -1/+1 |
2008-06-06 | goofed. Fixed up. | Derek Allard | 1 | -1/+6 |
2008-06-06 | default to post method | Derek Allard | 1 | -4/+1 |
2008-06-06 | Form helper refactored to allow form_open() and form_fieldset() to accept arr... | Derek Allard | 1 | -19/+51 |
2008-05-29 | added error suppression to fopen() in write_file() | Derek Jones | 1 | -1/+1 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 19 | -238/+244 |
2008-05-12 | removed an ereg from config | Derek Allard | 1 | -3/+3 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 19 | -20/+58 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 19 | -0/+19 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 19 | -19/+0 |
2008-05-08 | added symbolic_permissions() and octal_permissions() to the File helper | Derek Jones | 1 | -0/+88 |
2008-05-07 | removed default title= attribute from anchor() in URL Helper | Derek Jones | 1 | -5/+1 |
2008-05-07 | fixed a typo with a variable in the compatibility helper | Derek Jones | 1 | -2/+2 |
2008-05-06 | Added a Compatibility Helper | Derek Jones | 1 | -0/+496 |
2008-05-06 | Flipped user guide page titles for easier recognition in tabs: | Derek Jones | 1 | -1/+1 |
2008-05-06 | fixed a bug where the dir resource was not closed in the directory helper, an... | Derek Jones | 1 | -3/+12 |
2008-05-06 | Changed the radio() and checkbox() functions to default to not checked by def... | Derek Allard | 1 | -2/+2 |
2008-05-05 | tweak to the new fopen mode constant names | Derek Jones | 1 | -2/+2 |
2008-05-05 | implemented fopen mode constants | Derek Jones | 1 | -3/+3 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 14 | -60/+227 |
2008-05-01 | revert... Derek's an idiot | Derek Allard | 1 | -2/+1 |
2008-05-01 | another change to the download helper for compatibility | Derek Allard | 1 | -1/+2 |
2008-04-27 | Added the ability to include an optional HTTP Response Code in the redirect()... | Derek Allard | 1 | -2/+4 |
2008-04-18 | The Download helper now exits within force-download(). | Derek Allard | 1 | -1/+1 |
2008-04-01 | Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' f... | Derek Jones | 1 | -2/+2 |
2008-03-30 | Fixed a bug in link_tag() of the URL helper where a key was passed instead of... | Derek Allard | 1 | -1/+1 |
2008-03-28 | moved the $_recursion conditional in get_filenames() to fix a bug where a bad... | Derek Jones | 1 | -9/+8 |
2008-03-27 | Fixed bug #4350 in get_filenames() when the $source_dir does not include a tr... | Derek Jones | 1 | -2/+6 |
2008-03-18 | added form_button to form helper | Derek Allard | 1 | -0/+27 |
2008-03-06 | Modified img() in the HTML Helper to remove an unneeded space. | Derek Allard | 2 | -2/+2 |
2008-02-27 | fixed recursion in get_filenames() (bug #3523) | Derek Jones | 1 | -4/+9 |
2008-02-21 | fix $FALSE to FALSE | Derek Allard | 1 | -1/+1 |
2008-02-20 | modified get_filenames() to return FALSE if the directory cannot be read | Derek Jones | 1 | -0/+4 |
2008-02-11 | added Path Helper | Derek Allard | 1 | -0/+70 |
2008-01-30 | added img() to HTML helper | Derek Allard | 1 | -22/+29 |