Age | Commit message (Expand) | Author | Files | Lines |
2011-01-10 | Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre... | Greg Aker | 1 | -1/+1 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 21 | -21/+21 |
2010-11-10 | Removing the compatitibility helper. | Pascal Kriete | 1 | -499/+0 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 22 | -22/+22 |
2010-11-09 | Fix #95 bug in the html helper where too much white space was rendered betwee... | Greg Aker | 1 | -3/+3 |
2010-10-07 | added elements() to the Array Helper to return elements from an array with sp... | Derek Jones | 1 | -0/+40 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 22 | -499/+499 |
2010-09-15 | Update to form_open() in form helper to drop hidden elements passed to the fu... | Greg Aker | 1 | -8/+5 |
2010-09-15 | Fix #96 html validation failure on csrf hidden input on form_open() in the fo... | Greg Aker | 1 | -1/+4 |
2010-09-14 | Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP... | Robin Sowell | 1 | -1/+3 |
2010-08-05 | moving code comment in text helper | Greg Aker | 1 | -11/+11 |
2010-08-05 | Adding an ellipsize function to the text helper, and associated documentation... | Greg Aker | 1 | -0/+42 |
2010-07-23 | adding sanitize_filename() into the security helper | Derek Allard | 1 | -0/+18 |
2010-07-22 | Adding CSRF into config | Derek Allard | 1 | -0/+6 |
2010-07-05 | img() will now generate an empty string as an alt attribute if one is not pro... | Derek Allard | 1 | -0/+6 |
2010-04-20 | Modifying smiley_js() in the smiley helper to add optional third parameter to... | Greg Aker | 1 | -2/+9 |
2010-04-09 | Modified get_file_info in the file helper, changing filectime() to filemtime(... | Robin Sowell | 1 | -1/+1 |
2010-03-30 | moved entity_decode() to the Security library to handle an issue with HTML in... | Derek Jones | 1 | -35/+3 |
2010-03-22 | expanded philsturgeon's bugfix to parse_url() and updated docs and changelog | Derek Jones | 1 | -2/+2 |
2010-03-12 | prep_url() will now not append http:// to string if a protocol is already use... | Phil Sturgeon | 1 | -1/+1 |
2010-03-19 | Changed a few strstr to strpos for consistency w performance guidelines and t... | Robin Sowell | 1 | -1/+1 |
2010-03-15 | code comment typo fix | Derek Allard | 1 | -1/+1 |
2010-03-11 | added @php4 tag to compat helper (thanks Phil) | Derek Jones | 1 | -0/+1 |
2010-03-05 | REMOVING js calendar helper / plugin. No need with the prolific jQuery calen... | Derek Jones | 1 | -629/+0 |
2010-03-05 | moving js cal plugin to a helper | Derek Jones | 1 | -0/+629 |
2010-03-05 | fixed eof code comment | Derek Jones | 1 | -2/+2 |
2010-03-05 | moved CAPTCHA plugin to a helper | Derek Jones | 1 | -0/+246 |
2010-03-05 | added end of function marker | Derek Jones | 1 | -0/+1 |
2010-03-05 | improved xml_convert() of XML helper | Derek Jones | 1 | -8/+16 |
2010-03-05 | added entity_decode() to Typography helper, updated auto_typography() | Derek Jones | 1 | -2/+57 |
2010-03-05 | added convert_accented_characters() function to Text Helper | Derek Jones | 1 | -5/+43 |
2010-03-05 | whitespace, code comments | Derek Jones | 1 | -6/+8 |
2010-03-05 | updating attributes to lowercase and added CDATA block around js | Derek Jones | 1 | -3/+2 |
2010-03-05 | no in helpers, updated security lib to use Security class instead of Input | Derek Jones | 1 | -2/+2 |
2010-03-05 | whitespace | Derek Jones | 1 | -1/+0 |
2010-03-05 | bringing form helper in sync | Derek Jones | 1 | -4/+3 |
2010-03-05 | little cleaner regex in human_to_unix() | Derek Jones | 1 | -6/+6 |
2010-03-03 | code comments fix | Derek Jones | 1 | -2/+2 |
2010-03-03 | modified cookie helper to use input class | Derek Jones | 1 | -42/+1 |
2010-01-23 | Added alpha, and sha1 string types to random_string() in the String Helper. | Derek Allard | 1 | -5/+20 |
2010-01-17 | optional precision argument in byte_format() | Derek Allard | 1 | -6/+8 |
2010-01-17 | change already made - revert | Derek Allard | 1 | -1/+1 |
2010-01-17 | making get_mime_by_extension case insensitive | Derek Allard | 1 | -1/+1 |
2010-01-17 | adding the ability for form_open_multipart() to accept string attribute argum... | Derek Allard | 1 | -1/+9 |
2010-01-15 | Update to file helper to return FALSE on failure. | Greg Aker | 1 | -2/+6 |
2010-01-07 | changing the second parameter in directory_map to an integer that controls re... | Pascal Kriete | 1 | -18/+14 |
2010-01-05 | updated copyrights | Derek Jones | 21 | -21/+21 |
2009-12-23 | tweaking the regex for reduce_double_slashes to correctly handle duplicates a... | Pascal Kriete | 1 | -1/+1 |
2009-11-27 | non-backwards compatible change to get_dir_file_info() for performance reason... | Derek Jones | 1 | -6/+8 |
2009-11-09 | incorrect variable name in the smiley helper js | Pascal Kriete | 1 | -1/+1 |