Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 21 | -63/+0 | |
2015-01-20 | Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee | Andrey Andreev | 1 | -30/+14 | |
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477 | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 21 | -63/+63 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-12-05 | removing extra spaces | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Removed img_name from captcha helper | Preetham | 1 | -2/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | closing #51. Added img_id and img_name in capcha helper | Preetham | 1 | -1/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 1 | -2/+2 | |
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs | |||||
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 1 | -1/+2 | |
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-23 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 | |
Close #3356 Close #3367 | |||||
2014-11-12 | removed additional tabs and semicolon | Preetham | 1 | -2/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Closing #656 and updating documentation | Preetham | 1 | -3/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Fix #656 add font_size in create_captcha() | Preetham | 1 | -2/+3 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 21 | -294/+525 | |
2014-09-28 | [ci skip] Remove references to 'PHP5' from comments | Andrey Andreev | 1 | -1/+1 | |
2014-08-10 | Polish changes following PR #3173 | Andrey Andreev | 1 | -4/+4 | |
2014-08-08 | Using ImagePNG in CAPTCHA helper | ET-NiK | 1 | -2/+16 | |
Using ImagePNG function, if ImageJPG not exists | |||||
2014-07-31 | Last empty line remove | Mian Saleem | 1 | -1/+1 | |
2014-07-31 | Update url_helper.php | Mian Saleem | 1 | -1/+1 | |
2014-07-31 | anchor popup attribute missing | Mian Saleem | 1 | -2/+2 | |
Please add the menubar attribute to anchor popup | |||||
2014-07-06 | Fix #3131 | Andrey Andreev | 1 | -0/+4 | |
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 | |
* in Email library: these tags were not removed * in text helper: simplified code | |||||
2014-05-20 | Regex fixes | vlakoff | 1 | -1/+1 | |
* Replace wrong "wwww." with "www." * Escape dot | |||||
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 | |
- days_in_month() now uses cal_days_in_month(), if available. - CI_Calendar::get_total_days() is now an alias for days_in_month(). | |||||
2014-02-17 | Merge pull request #2881 from brenjt/form_helper | Andrey Andreev | 1 | -10/+16 | |
form_dropdown array as first param fix | |||||
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 | |
Text: word_wrap(), ellipsize() Inflector: humanize(), underscore() (rel #2855) | |||||
2014-02-13 | Merge pull request #2610 from mjnaderi/patch-1 | Andrey Andreev | 1 | -4/+4 | |
character_limiter now works correct for UTF-8 strings |