Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -4/+4 | |
2018-01-28 | Added rel attribute to auto_link() | Mehdi Bounya | 1 | -1/+1 | |
Fixed security issue: allowing the target page to take control of the original page Details about the issue here: https://mathiasbynens.github.io/rel-noopener/ | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-10 | Fix #5331 | Andrey Andreev | 1 | -1/+1 | |
2017-09-29 | [ci skip] Revert file permission change from PR #5278 | Andrey Andreev | 1 | -0/+0 | |
2017-09-29 | [ci skip] Revert file permission change from PR #5278 | Andrey Andreev | 1 | -0/+0 | |
2017-09-29 | Merge pull request #5278 from Uekawa/auto_link | Andrey Andreev | 1 | -1/+1 | |
Fix auto_link trailing slash | |||||
2017-09-29 | Fix auto_link | Uekawa | 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-08-11 | Removed useless checks | Vivek Dinesh | 1 | -1/+1 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 1 | -1/+1 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
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-07-13 | Add check for PCRE UTF-8 support | dimonneon | 1 | -1/+1 | |
2015-07-10 | Add unicode support in url_title function | dimonneon | 1 | -2/+2 | |
2015-06-13 | Fix typo in url_title function description. | Michael Foss | 1 | -1/+1 | |
2015-04-12 | Close #3761 | Andrey Andreev | 1 | -1/+1 | |
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 | |
- 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-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
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-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -13/+8 | |
2014-02-15 | [ci skip] Don't use output buffering in URL helper safe_mailto() | Andrey Andreev | 1 | -17/+18 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-09 | Add HTTP response code 307 support in URL helper redirect() | Andrey Andreev | 1 | -5/+10 | |
2014-01-08 | Fix 2 errors caused by recent commits | Andrey Andreev | 1 | -1/+2 | |
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -6/+3 | |
2013-10-25 | Implement $protocol parameter in Config base_url() and site_url() methods | vlakoff | 1 | -16/+2 | |
Let's keep the implementation logic in one place. Improves 2023c3d05b042cf1322286d69557c2b8bf3bd8d5. | |||||
2013-07-18 | Micro-optimization on base_url() & site_url() | Andrey Andreev | 1 | -6/+6 | |
2013-07-18 | Add that parameter for real :) | Andrey Andreev | 1 | -1/+1 | |
2013-07-18 | Add an optional parameter to URL helpers base_url() and site_url() ↵ | Andrey Andreev | 1 | -7/+21 | |
(supersedes #2535) | |||||
2013-01-28 | Fix auto_link() for the Nth time | Andrey Andreev | 1 | -9/+10 | |
- anchor() is for local links and breaks ones that don't have a protocol prefix - Allow :// links (no actual protocol specified) - Further simplified the URL regular expression | |||||
2013-01-21 | Adjust regex. | Eric Roberts | 1 | -1/+1 | |
2013-01-19 | Remove whitespace from empty lines. | Eric Roberts | 1 | -5/+5 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2013-01-18 | Fix and optimize auto_link() URL helper function. | Eric Roberts | 1 | -31/+22 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2013-01-17 | Fix issues #2160, #2161 | Andrey Andreev | 1 | -11/+6 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-08 | While most of CodeIgniter supports protocol-relative URLs, a few URL helpers ↵ | Aaron Adams | 1 | -3/+3 | |
do not. Most notably, redirect('//www.facebook.com/aaronadams') led my browser to https://aaronadams.ca/index.php/www.facebook.com/aaronadams. In this commit, I have fixed the header() helper, along with the anchor() and anchor_popup() helpers, to be compatible with protocol-relative URLs. Signed-off-by: Aaron Adams <aaron@aaronadams.ca> | |||||
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+1 | |
2012-11-09 | Polish docs for URL and XML helpers and deprecate obsolete options for ↵ | Andrey Andreev | 1 | -7/+10 | |
String helper random_string() and URL helper url_title() | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-25 | Add missing delimiter in preg_quote() occurences (fix #1929) | Andrey Andreev | 1 | -1/+1 | |
2012-10-19 | Manually apply an improved version of PR #1797 (auto_link() URL helper) | Andrey Andreev | 1 | -9/+12 | |