Age | Commit message (Expand) | Author | Files | Lines |
2013-04-08 | Replace another fetch_directory() use | Andrey Andreev | 1 | -1/+1 |
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 |
2013-01-11 | URI->_remove_url_suffix() : more efficient code | vlakoff | 1 | -3/+3 |
2013-01-10 | URI->_remove_url_suffix() : suffix has to be at the end of uri_string | vlakoff | 1 | -2/+9 |
2013-01-07 | minor tweaks and optimizations: minimize function calls in _fetch_uri_string(... | Ted Wood | 1 | -7/+7 |
2013-01-03 | Merge pull request #2106 from danhunsaker/feature/uri-extensibility | Andrey Andreev | 1 | -12/+2 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-31 | Improved extensibility of the URI class by modifying `_uri_assoc()` to (1) no... | Daniel Hunsaker | 1 | -12/+2 |
2012-12-06 | Another use of CI_URI::_remove_relative_directory() | Andrey Andreev | 1 | -1/+1 |
2012-12-06 | Updated formatting and styleguide, thanks narfbg; | CJ | 1 | -7/+13 |
2012-12-06 | Bug fix for relative directory removal | chernjie | 1 | -1/+20 |
2012-11-02 | Fix #1956 | Andrey Andreev | 1 | -1/+1 |
2012-11-01 | Fix issue #122 | Andrey Andreev | 1 | -1/+8 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-31 | Changed URI auto-detection to try PATH_INFO first | Andrey Andreev | 1 | -8/+6 |
2012-10-31 | Fix issue in resetting QUERY_STRING, GET vars introduced in f2b19fee7876708c7... | Andrey Andreev | 1 | -26/+2 |
2012-10-31 | Fix issues #388 & #705 | Andrey Andreev | 1 | -4/+5 |
2012-10-31 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 |
2012-10-31 | Multiple improvements to the URI class | Andrey Andreev | 1 | -28/+75 |
2012-10-31 | CI_URI::_detect_uri() to accept absolute URIs | Andrey Andreev | 1 | -20/+20 |
2012-10-28 | [ci skip] URI Library DocBlock improvements | Andrey Andreev | 1 | -84/+108 |
2012-10-27 | Update system/core/URI.php | vkeranov | 1 | -2/+1 |
2012-10-26 | Fix an improper usage of empty() in the URI class | Andrey Andreev | 1 | -1/+1 |
2012-10-24 | Improve fix for #1811 | Andrey Andreev | 1 | -0/+1 |
2012-10-24 | Fix #1811 | Andrey Andreev | 1 | -6/+8 |
2012-10-23 | Fix issue #779 | Andrey Andreev | 1 | -5/+2 |
2012-06-16 | Fix issue #999 | Andrey Andreev | 1 | -2/+4 |
2012-06-15 | Fix issue #167 | Andrey Andreev | 1 | -1/+1 |
2012-06-14 | And yet another missed line from the last one | Andrey Andreev | 1 | -1/+1 |
2012-06-14 | Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2 | Andrey Andreev | 1 | -3/+3 |
2012-06-14 | Fix issue #10 + URI class speed improvements | Andrey Andreev | 1 | -8/+12 |
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so t... | Andrey Andreev | 1 | -0/+0 |
2012-06-04 | Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Andrey Andreev | 1 | -1/+1 |
2012-06-02 | Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Alex Bilbie | 1 | -1/+1 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 1 | -7/+7 |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -9/+9 |
2012-05-17 | Cleanup the core classes | Andrey Andreev | 1 | -34/+33 |
2012-05-02 | Reverted rui_string change. | Phil Sturgeon | 1 | -2/+2 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 1 | -1/+1 |
2012-04-26 | Fixed issue #122 - ruri_string() in subdirs. | Phil Sturgeon | 1 | -2/+2 |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -3/+3 |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -7/+11 |
2012-03-14 | Merged unit test progress. | Phil Sturgeon | 1 | -3/+1 |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 1 | -2/+16 |
2012-03-10 | Remove PHP 5.1.6-specific code | Andrey Andreev | 1 | -3/+1 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-03-04 | Merged develop and fixed conflicts. | Phil Sturgeon | 1 | -110/+81 |
2012-01-08 | Fixes for issue 896 | Michiel Vugteveen | 1 | -2/+3 |
2012-01-07 | Remove a space :) | Andrey Andreev | 1 | -1/+1 |
2012-01-07 | Improve core URI & UTF8 libraries | Andrey Andreev | 1 | -113/+84 |