Age | Commit message (Expand) | Author | Files | Lines |
2020-06-24 | Fix user guide url | sapics | 1 | -1/+1 |
2019-01-02 | [ci skip] Merge pull request #5657 from pawelkg/fix_html_helper | Andrey Andreev | 1 | -1/+1 |
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 |
2018-12-17 | Change comparison operator to assignment, which it should be. | Paweł Kłopotek-Główczewski | 1 | -1/+1 |
2018-06-01 | Merge pull request #5516 from wpyh/patch-1 | Andrey Andreev | 1 | -3/+3 |
2018-05-30 | Use Config::base_url() properly | William Poetra Yoga | 1 | -3/+3 |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 |
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 |
2017-03-06 | Fix #5044; add unit tests for img() HTML helper | Andrey Andreev | 1 | -1/+1 |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 |
2016-12-01 | Remove previously deprecated HTML helper functions br(), nbs() | Andrey Andreev | 1 | -34/+0 |
2016-01-20 | Default doctype is now HTML 5 | Sébastien Adam | 1 | -1/+1 |
2016-01-11 | Polish changes from PR #4269 | Andrey Andreev | 1 | -7/+21 |
2016-01-11 | Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into feature/h... | Andrey Andreev | 1 | -6/+7 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-12-01 | Forgot change in the comment on the meta function | Sébastien Adam | 1 | -1/+1 |
2015-12-01 | Modified as asked after pull request: | Sébastien Adam | 1 | -7/+7 |
2015-11-25 | HTML Helper - doctype(): now default type is HTML 5 | Sébastien Adam | 1 | -1/+1 |
2015-11-25 | HTML Helper - meta(): now can generate HTML meta charset & Open Graph property | Sébastien Adam | 1 | -4/+5 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-05-16 | fix wrong if expression in link_tag | Emmanuel Grognet | 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-02-26 | Deprecate HTML helpers nbs(), br() | Andrey Andreev | 1 | -0/+2 |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -20/+20 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -4/+2 |
2013-07-17 | [ci skip] Remove some empty lines | Andrey Andreev | 1 | -1/+1 |
2013-05-18 | Required arg in between optional ones | Rasmus Lerdorf | 1 | -2/+2 |
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 1 | -8/+12 |
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ... | Andrey Andreev | 1 | -3/+3 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 |
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes thr... | Eric Barnes | 1 | -38/+3 |
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 1 | -19/+40 |
2012-07-22 | Comment fix. Html5 is most popular these days and should be added to comment.... | Przemyslaw Tomaszewski | 1 | -3/+3 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 1 | -3/+3 |
2012-05-17 | Clean up the helpers | Andrey Andreev | 1 | -4/+4 |
2012-04-27 | Fix docblocks A-H | Timothy Warren | 1 | -93/+94 |
2012-03-26 | Remove access description lines and cleanup the html helper | Andrey Andreev | 1 | -41/+25 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-01-06 | Improve html, inflector & language helpers | Andrey Andreev | 1 | -46/+24 |