Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-01 | fixes warnings | Connor Tumbleson | 1 | -1/+1 | |
2014-04-01 | Optimize #2982 | Andrey Andreev | 1 | -1/+1 | |
2014-04-01 | Merge pull request #2981 from vlakoff/base_url | Andrey Andreev | 2 | -5/+13 | |
Work on determination of "base_url" config item | |||||
2014-04-01 | Discard the unwanted changes | vlakoff | 2 | -4/+17 | |
2014-04-01 | Add test for "base_url" determination on server root | vlakoff | 1 | -2/+10 | |
2014-04-01 | Yet another method for determining "base_url" | vlakoff | 1 | -8/+1 | |
This one is great because we don't have to deal with the special cases: * in Windows, dirname('/foo/index.php') gives "/foo", but dirname('/index.php') gives "\" instead of "/" * dirname() doesn't include the trailing slash, with the expection of "/" (root) props @narfbg | |||||
2014-04-01 | Merge pull request #2982 from aanbar/migration-fix | Andrey Andreev | 1 | -1/+9 | |
Fix #2970 | |||||
2014-04-01 | Remove spaces around concatenations | vlakoff | 1 | -3/+3 | |
per request | |||||
2014-04-01 | Removed tab on empty line too. | Ahmad Anbar | 1 | -1/+1 | |
2014-04-01 | Removed tabs. | Ahmad Anbar | 1 | -2/+2 | |
2014-04-01 | Fixed according to comment. | Ahmad Anbar | 1 | -3/+6 | |
2014-04-01 | Fix #2970 | Ahmad Anbar | 1 | -1/+6 | |
2014-03-31 | Remove test that has become unfit | vlakoff | 1 | -7/+1 | |
2014-03-31 | Different method for determining "base_url" | vlakoff | 1 | -2/+7 | |
Better performance by not using regex. | |||||
2014-03-31 | Robuster determination of "base_url" config item | vlakoff | 1 | -1/+3 | |
Remove the basename only at the end, to avoid edge cases. | |||||
2014-03-31 | Refactoring in Config->__construct() | vlakoff | 1 | -10/+3 | |
Put the $_SERVER['HTTP_HOST'] fallback in a more logical place. | |||||
2014-03-31 | [ci skip] Fix #2972 | Andrey Andreev | 1 | -1/+1 | |
2014-03-30 | Fix #2976 | Andrey Andreev | 1 | -0/+4 | |
2014-03-25 | Simplify callback routes | Andrey Andreev | 1 | -29/+0 | |
There's no need for all that Reflection magic, it's only slowing down the whole process | |||||
2014-03-24 | 2 more micro-optimizations in CI_Loader | Andrey Andreev | 1 | -3/+3 | |
2014-03-24 | Yet another modification of CI_Loader::_ci_autoload() | Andrey Andreev | 1 | -2/+1 | |
2014-03-24 | [ci skip] Spacing adjustments | Andrey Andreev | 1 | -10/+10 | |
2014-03-24 | Alter previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-03-24 | CI_Loader::_ci_autoload() micro-optimization | Andrey Andreev | 1 | -3/+3 | |
2014-03-24 | Merge pull request #2959 from fabianozenatti/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix typo in CI_Input constructor | |||||
2014-03-21 | Merge pull request #2961 from aochagavia/Typo-fix | Andrey Andreev | 1 | -1/+1 | |
Fixed typo in tutorial/create_news_items | |||||
2014-03-21 | Fixed typo in tutorial/create_news_items | aochagavia | 1 | -1/+1 | |
2014-03-21 | remove eol | fabianozenatti | 1 | -1/+1 | |
2014-03-21 | Fix typo in CI_Input constructor | fabianozenatti | 1 | -2/+2 | |
2014-03-20 | Merge pull request #2958 from JLeft/develop | Andrey Andreev | 1 | -1/+1 | |
Fixed typo in model loader. | |||||
2014-03-20 | Fixed typo in model loader. | James | 1 | -1/+1 | |
Signed-off-by: James <me@tfel.net> | |||||
2014-03-19 | Merge pull request #2956 from rythie/develop | Andrey Andreev | 1 | -1/+1 | |
Fix profiling of benchmarked names like 'something_endpoint_end' | |||||
2014-03-19 | Fix profiling of benchmarked names like 'something_endpoint_end' | Richard Cunningham | 1 | -1/+1 | |
2014-03-18 | More xss_clean() improvements | Andrey Andreev | 2 | -3/+3 | |
Issue described in https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37980030 + a false positive | |||||
2014-03-18 | Another xss_clean() improvement | Andrey Andreev | 1 | -2/+2 | |
Fixes this: https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37958136 | |||||
2014-03-18 | xss_clean() improvement | Andrey Andreev | 2 | -4/+10 | |
Fixes this: https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37819186 | |||||
2014-03-17 | Fix DB forge unsigned attribute (PR #2949) | Andrey Andreev | 1 | -15/+13 | |
2014-03-17 | [ci skip] Clear some whitespace | Andrey Andreev | 2 | -4/+4 | |
2014-03-17 | Merge pull request #2947 from irfanevrens/patch-2 | Andrey Andreev | 1 | -2/+2 | |
No start tag (<p>) | |||||
2014-03-17 | Merge pull request #2948 from ivantcholakov/develop | Andrey Andreev | 1 | -1/+1 | |
Making highlight_phrase() to be UTF-8 compatible on demand. | |||||
2014-03-17 | Making highlight_phrase() to be UTF-8 compatible on demand. | Ivan Tcholakov | 1 | -1/+1 | |
2014-03-17 | No start tag (<p>) | İrfan Evrens | 1 | -2/+2 | |
2014-03-14 | Merge pull request #2940 from aanbar/zip_mtime_fix | Andrey Andreev | 2 | -1/+2 | |
Fixed issue with _get_mod_time | |||||
2014-03-14 | Updated changelog. | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Added changelog entry. | Ahmad Anbar | 1 | -0/+1 | |
2014-03-14 | Merge pull request #2939 from aanbar/cart_update | Andrey Andreev | 3 | -28/+29 | |
Removed the requirement of quantity to trigger cart update. | |||||
2014-03-14 | Fixed coding style & line length. | Ahmad Anbar | 3 | -5/+4 | |
2014-03-14 | Fixed filemtime | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Added missing semicolon | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Removed the requirment of quantity to trigger cart update. | Ahmad Anbar | 3 | -26/+28 | |