Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-09-12 | Better server test in redirect() of URL helper | vlakoff | 1 | -1/+1 | |
"Location" header bugs are specific to IIS; previous test was matching all HTTP servers under Windows. This test isn't perfect yet ($_SERVER['SERVER_SOFTWARE'], which corresponds to the "Server" header of HTTP response, might be missing), but there is no perfect test. "Refresh" method makes the window blank for quite a noticeable time, so let's not affect other servers because of IIS. | |||||
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes ↵ | Eric Barnes | 1 | -46/+4 | |
through out various helpers. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-06-27 | URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other | Andrey Andreev | 1 | -3/+11 | |
2012-06-16 | anchor_popup() improvements | Andrey Andreev | 1 | -3/+13 | |
2012-06-16 | Fix two anchor_popup() issues | Andrey Andreev | 1 | -5/+2 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 1 | -12/+12 | |
2012-05-17 | Merge upstream | Timothy Warren | 1 | -2/+2 | |
2012-05-17 | Clean up the helpers | Andrey Andreev | 1 | -2/+2 | |
2012-04-27 | Fix rest of the helpers | Timothy Warren | 1 | -133/+135 | |
2012-03-26 | Remove access description lines and cleanup the url helper | Andrey Andreev | 1 | -37/+22 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-04 | Updated with 2.1-stable. | Phil Sturgeon | 1 | -19/+15 | |
2012-03-04 | Allow developers to use any string as a separator, not just dashes or ↵ | tubalmartin | 1 | -10/+19 | |
underscores. Backwards compatible when using 'dash' or 'underscore' as string separator. Tests: http://codepad.org/DWcxVH5r | |||||
2012-03-03 | An even better url_title helper. Tests: http://codepad.org/tuJgvkyN | tubalmartin | 1 | -20/+7 | |
Changelog entry added for 2.1.1 | |||||
2012-01-07 | Improve typography, url & xml helpers | Andrey Andreev | 1 | -69/+61 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-11-17 | auto_link() learned to recognize more URLs | has2k1 | 1 | -1/+1 | |
Problem: auto_link() only works on URLs that are preceded by a new line, space, or open parentheses. As a result the URL in the string below would be missed. 'Google<br />http://www.google.com/' Solution: Add a word boundary to the list of features that can precede a URL. Credit to: @scaryuncledevin, issue #419 |