Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-20 | Removed the strict param from in_array in some of the tests as this was ↵ | Rick Ellis | 1 | -3/+3 | |
causing problems | |||||
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 ↵ | Derek Jones | 1 | -220/+38 | |
and accurate regex replacement. The former handled some odd improper punctuation in a more predictable manner, but as a result failed to render many proper punctuation cases correctly. The new method is a good tradeoff, getting all "correct" punctuation rendered properly with better performance. | |||||
2008-09-11 | Added support for removing javascript event handlers from tags, for security ↵ | Rick Ellis | 1 | -4/+31 | |
reasons | |||||
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 ↵ | Rick Ellis | 1 | -4/+7 | |
messages to output the delimiters. | |||||
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 ↵ | Derek Jones | 1 | -1/+1 | |
closing slash to remain valid XHTML | |||||
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 | |
Made some doc style changes | |||||
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 | |
Added some code that looks to see if a library is in a subdirectory if the class is not found, and if the path was not specified | |||||
2008-08-21 | whitespace fixes | Derek Allard | 6 | -115/+115 | |
a minor re-ordering of the changelog | |||||
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 ↵ | Rick Ellis | 1 | -213/+254 | |
data is stored to the DB rather then the cookie. | |||||
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 | |
and added the id "codeigniter_profiler" to the container div | |||||
2008-08-15 | changed entity standardization to require at least two characters after an ↵ | Derek Jones | 1 | -1/+1 | |
ampersand before forcing a semi-colon | |||||
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 | |
and tab characters at the end of a line of quoted-printable encoded content | |||||
2008-07-13 | removed unnecessary foreach() loop for a str_replace() | Derek Jones | 1 | -4/+1 | |
2008-07-03 | re-included URL encoded characters within _remove_invisible_characters() ↵ | Derek Jones | 1 | -1/+3 | |
which were mistakenly pulled out in a previous commit, not released | |||||
2008-07-03 | changed link and image regex to be more precise in matching tags, reducing ↵ | Derek Jones | 1 | -3/+3 | |
false positive matches | |||||
2008-07-01 | Changed regex for onfoo event handlers to prevent unwanted matching of text ↵ | Derek Jones | 1 | -4/+4 | |
such as locatiON, cONtent, etc. | |||||
2008-06-30 | whitespace | Derek Jones | 1 | -1/+0 | |
2008-06-30 | simplified regex for _remove_invisible_characters() - since we ↵ | Derek Jones | 1 | -5/+4 | |
rawurldecode() the string, there's no need to go looking for url encoded characters here | |||||
2008-06-27 | Moved the <label> output ability from the language library to a language ↵ | Derek Jones | 1 | -8/+1 | |
helper (hotfix for 1.6.3) |