Age | Commit message (Expand) | Author | Files | Lines |
2014-06-03 | Fix a potential undefined variable error | Andrey Andreev | 1 | -1/+1 |
2014-05-20 | Fix handling of {unwrap} tags in word_wrap() functions | vlakoff | 1 | -4/+3 |
2014-05-20 | Regex fixes | vlakoff | 1 | -1/+1 |
2014-05-16 | fix wrong if expression in link_tag | Emmanuel Grognet | 1 | -1/+1 |
2014-05-08 | Removed empty line | egig | 1 | -1/+1 |
2014-05-08 | Prepare image url. | egig | 1 | -1/+2 |
2014-03-17 | Making highlight_phrase() to be UTF-8 compatible on demand. | Ivan Tcholakov | 1 | -1/+1 |
2014-03-12 | Add support for protocol-relative URLs in HTML helpers img(), link_tag() | Andrey Andreev | 1 | -3/+3 |
2014-03-12 | Check image path is include http:// or https:// | wuwx | 1 | -1/+1 |
2014-03-06 | Fix #2919 | Andrey Andreev | 1 | -14/+30 |
2014-03-04 | Fix #2916 | Andrey Andreev | 1 | -2/+5 |
2014-02-26 | Deprecate HTML helpers nbs(), br() | Andrey Andreev | 1 | -0/+2 |
2014-02-26 | Don't use error suppression on is_dir(), file_exists() | Andrey Andreev | 2 | -3/+3 |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 8 | -104/+121 |
2014-02-24 | Really don't use globals | Andrey Andreev | 1 | -2/+1 |
2014-02-20 | Date helper days_in_month(), CI_Calendar::get_total_days() changes | Andrey Andreev | 1 | -0/+5 |
2014-02-17 | Merge pull request #2881 from brenjt/form_helper | Andrey Andreev | 1 | -10/+16 |
2014-02-17 | Removed extra space, condensed $defaults | Brennan Thompson | 1 | -4/+3 |
2014-02-17 | Removed extra spaces and irrelevant condition | Brennan Thompson | 1 | -11/+11 |
2014-02-17 | Micro-optimizations | Andrey Andreev | 1 | -1/+0 |
2014-02-17 | Updated code to match style guide | Brennan Thompson | 1 | -3/+3 |
2014-02-17 | Removed non permitted changes | Brennan Thompson | 1 | -3/+1 |
2014-02-16 | Dropdown should match style guide now. | Brennan Thompson | 1 | -2/+8 |
2014-02-15 | [ci skip] Don't use output buffering in URL helper safe_mailto() | Andrey Andreev | 1 | -17/+18 |
2014-02-14 | Actual fix for extra whitespace | Brennan Thompson | 1 | -1/+1 |
2014-02-14 | Removed space for travis ci checks | Brennan Thompson | 1 | -1/+1 |
2014-02-14 | Fix for selected being NULL from set_value | Brennan Thompson | 1 | -1/+1 |
2014-02-14 | Made form_dropdown compatible with the other form helper methods | Brennan Thompson | 1 | -19/+22 |
2014-02-13 | Update Text and Inflector helpers to utilize mbstring, if available | Andrey Andreev | 2 | -16/+17 |
2014-02-13 | Merge pull request #2610 from mjnaderi/patch-1 | Andrey Andreev | 1 | -4/+4 |
2014-02-11 | 2013 > 2014 | darwinel | 21 | -21/+21 |
2014-02-09 | Removed new line at the end of file locally. | iolufemi | 1 | -1/+1 |
2014-02-07 | Fixed Typo in String Helper function | Olanipekun Femi | 1 | -2/+2 |
2014-02-07 | Use is_really_writable() in captcha helper | Andrey Andreev | 1 | -1/+1 |
2014-02-07 | Use is_really_writable() in get_file_info() | Andrey Andreev | 1 | -2/+1 |
2014-01-28 | Fix #2845 | Andrey Andreev | 1 | -1/+1 |
2014-01-24 | [ci skip] AND -> && | Andrey Andreev | 1 | -1/+1 |
2014-01-15 | Fix #2822: Incorrect usage of fwrite() | Andrey Andreev | 1 | -2/+10 |
2014-01-09 | Add HTTP response code 307 support in URL helper redirect() | Andrey Andreev | 1 | -5/+10 |
2014-01-09 | Fix #133 | Andrey Andreev | 1 | -1/+6 |
2014-01-08 | Fix 2 errors caused by recent commits | Andrey Andreev | 1 | -1/+2 |
2014-01-08 | Fix #346 | Andrey Andreev | 1 | -1/+2 |
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 5 | -22/+11 |
2014-01-07 | Change Text helper default tag from <strong> to <mark> | Andrey Andreev | 1 | -16/+8 |
2014-01-06 | Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), de... | Andrey Andreev | 1 | -3/+3 |
2013-10-25 | Implement $protocol parameter in Config base_url() and site_url() methods | vlakoff | 1 | -16/+2 |
2013-10-23 | Fix issue #2695 | Andrey Andreev | 1 | -5/+27 |
2013-10-21 | Add 'filename' to the return elements for create_captcha() (PR #2602) | Andrey Andreev | 1 | -4/+4 |
2013-10-21 | Manually apply PR #2656 | Andrey Andreev | 1 | -2/+2 |
2013-10-17 | Replace the last rand() with mt_rand() | vlakoff | 1 | -7/+7 |