Age | Commit message (Expand) | Author | Files | Lines |
2008-09-23 | Fixed a boneheaded mistake I made... | Rick Ellis | 1 | -5/+5 |
2008-09-22 | One more tweak... | Rick Ellis | 1 | -2/+4 |
2008-09-22 | Oops... fixed the fix I just fixed... | Rick Ellis | 1 | -1/+1 |
2008-09-22 | Fixed a language bug when setting errors manually | Rick Ellis | 1 | -3/+12 |
2008-09-21 | Added controller class/method info to profiler | Rick Ellis | 1 | -10/+33 |
2008-09-21 | removed a call to the validation class, as it's overkill for a simple preg_match | Rick Ellis | 1 | -3/+1 |
2008-09-20 | Added the ability to use callbacks even when a field has no data | Rick Ellis | 1 | -4/+14 |
2008-09-20 | Removed the strict param from in_array in some of the tests as this was causi... | Rick Ellis | 1 | -3/+3 |
2008-09-20 | Added the ability to set translatable field names | Rick Ellis | 1 | -5/+29 |
2008-09-13 | (no commit message) | Rick Ellis | 14 | -14/+14 |
2008-09-13 | updated copyright | Rick Ellis | 19 | -19/+19 |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -0/+3 |
2008-09-13 | typography tweaks | Rick Ellis | 1 | -40/+17 |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 1 | -0/+34 |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -3/+10 |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -0/+8 |
2008-09-12 | More tweaks | Rick Ellis | 1 | -12/+18 |
2008-09-11 | more tweaks! | Rick Ellis | 1 | -7/+8 |
2008-09-11 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-09-11 | Simplified the typography conversion routine... I hope I didn't break something. | Rick Ellis | 1 | -131/+76 |
2008-09-11 | massaged regex for double spaces after sentences | Derek Jones | 1 | -1/+1 |
2008-09-11 | (no commit message) | Rick Ellis | 1 | -2/+1 |
2008-09-11 | replaced format_characters()' logic replacement with a more straightforward a... | Derek Jones | 1 | -220/+38 |
2008-09-11 | Added support for removing javascript event handlers from tags, for security ... | Rick Ellis | 1 | -4/+31 |
2008-09-11 | (no commit message) | Rick Ellis | 1 | -0/+482 |
2008-09-09 | Allowed empty rules to be set, and fixed a bug that allows blank error messag... | Rick Ellis | 1 | -4/+7 |
2008-09-04 | removed random invisible character (ASCII 194) from HTML and PHP files | Derek Jones | 1 | -3/+3 |
2008-08-31 | grammar changes | Derek Allard | 2 | -2/+2 |
2008-08-27 | Fixed an empty string error | Rick Ellis | 1 | -1/+1 |
2008-08-27 | added isindex to the list of naughty never allowed tags in xss_clean() | Derek Jones | 1 | -1/+1 |
2008-08-27 | modified regex for image tag sanitization to retain trailing space and closin... | Derek Jones | 1 | -1/+1 |
2008-08-27 | Fixed a variable that was set wrong | Rick Ellis | 1 | -1/+1 |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+1220 |
2008-08-26 | Made some changes for compatibility with the new form validation class | Rick Ellis | 1 | -61/+32 |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 1 | -5/+9 |
2008-08-22 | Fixed a comment typo | Rick Ellis | 1 | -1/+1 |
2008-08-21 | Added a bit more error trapping in the load() function | Rick Ellis | 1 | -0/+5 |
2008-08-21 | Added the ability to assign a custom object name when loading a library. | Rick Ellis | 1 | -9/+56 |
2008-08-21 | whitespace fixes | Derek Allard | 6 | -115/+115 |
2008-08-21 | Fixed a bug in is_natural_no_zero | Rick Ellis | 1 | -1/+11 |
2008-08-21 | Updated the Session class so that if a database is being used, any custom dat... | Rick Ellis | 1 | -213/+254 |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -30/+30 |
2008-08-21 | Added two new functions: is_natural and is_natural_no_zero | Rick Ellis | 1 | -1/+29 |
2008-08-20 | Changed the output of the profiler to use style attribute rather then clear, ... | Derek Allard | 1 | -2/+2 |
2008-08-15 | changed entity standardization to require at least two characters after an am... | Derek Jones | 1 | -1/+1 |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -2/+2 |
2008-08-12 | Added support for libraries in subdirectories | Rick Ellis | 1 | -2/+22 |
2008-08-06 | added killing of nulls to _prep_quoted_printable() | Derek Jones | 1 | -1/+4 |
2008-08-06 | fixed bug where dechex() was being fed the wrong variable for encoding space ... | Derek Jones | 1 | -1/+1 |