Age | Commit message (Expand) | Author | Files | Lines |
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 |
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() (supersed... | Andrey Andreev | 1 | -7/+21 |
2013-01-28 | Fix auto_link() for the Nth time | Andrey Andreev | 1 | -9/+10 |
2013-01-21 | Adjust regex. | Eric Roberts | 1 | -1/+1 |
2013-01-19 | Remove whitespace from empty lines. | Eric Roberts | 1 | -5/+5 |
2013-01-18 | Fix and optimize auto_link() URL helper function. | Eric Roberts | 1 | -31/+22 |
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 |
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 String... | Andrey Andreev | 1 | -7/+10 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
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 |
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes thr... | Eric Barnes | 1 | -46/+4 |
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 |
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 undersc... | tubalmartin | 1 | -10/+19 |
2012-03-03 | An even better url_title helper. Tests: http://codepad.org/tuJgvkyN | tubalmartin | 1 | -20/+7 |
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 |
2011-11-07 | Adding auto-detection of best redirect method in url_helper. | Brandon Jones | 1 | -1/+7 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-08-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -1/+1 |
2011-08-24 | Changed doc block options. Fixes #100 | Eric Barnes | 1 | -1/+1 |
2011-08-21 | Merge branch 'develop' of https://github.com/waldmeister/codeigniter-reactor ... | Phil Sturgeon | 1 | -1/+1 |
2011-08-21 | Fixed problem with needless seperator at begin/end of string | David Behler | 1 | -1/+1 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -3/+3 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 1 | -3/+3 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -3/+3 |
2011-06-15 | Merged base_url changes. | philsturgeon | 1 | -4/+7 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -3/+3 |
2011-02-03 | Made config->base_url() accept parameters. config->base_url($uri). Updated b... | anaxamaxan@blackdog.local | 1 | -4/+7 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |