Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-13 | updated copyright | Rick Ellis | 17 | -17/+17 | |
2008-09-13 | updated copyright | Rick Ellis | 9 | -9/+9 | |
2008-09-13 | updated copyright | Rick Ellis | 15 | -15/+15 | |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -0/+3 | |
2008-09-13 | typography tweaks | Rick Ellis | 2 | -48/+20 | |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 3 | -19/+38 | |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -3/+10 | |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
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 | Tweaked the auto_typography function | Rick Ellis | 1 | -1/+6 | |
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-11 | Moved the "auto typography" class into its own class file in the libraries ↵ | Rick Ellis | 1 | -466/+3 | |
folder | |||||
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-31 | updated CI_VERSION | Derek Allard | 1 | -1/+1 | |
2008-08-31 | alt spelling fix | Derek Allard | 1 | -1/+1 | |
2008-08-27 | Clarified some of the lines of text | Rick Ellis | 1 | -3/+3 | |
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 the spelling of "respberry" in config/smileys.php | Derek Allard | 1 | -1/+1 | |
2008-08-27 | Fixed a variable that was set wrong | Rick Ellis | 1 | -1/+1 | |
2008-08-26 | Switched spaces to tabs | Rick Ellis | 1 | -5/+5 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -2/+2 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 2 | -1/+25 | |
2008-08-26 | Added some new functions that work with the new form validation class | Rick Ellis | 1 | -14/+321 | |
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-22 | fixed a missing semi colon | Derek Allard | 1 | -1/+2 | |
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 | 20 | -272/+273 | |
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 | (no commit message) | Rick Ellis | 1 | -15/+18 | |
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 |