summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-04-09MicrofixEtki1-7/+1
cleaned `return true; return true;` construction
2014-04-09Issue/PR #2997Andrey Andreev1-1/+1
2014-04-09Minor changes in FV, TrackbackAndrey Andreev3-47/+32
2014-04-06Merge pull request #2993 from vlakoff/is_phpAndrey Andreev3-4/+5
Remove default parameter of is_php()
2014-04-05Remove default parameter value of is_php()vlakoff3-4/+5
It was simply pointless.
2014-04-04[ci skip] Document 'first_url' Pagination option (supersedes PR #2992)Andrey Andreev1-0/+5
2014-04-01Merge pull request #2983 from iBotPeaches/developAndrey Andreev1-1/+1
fixes warnings
2014-04-01fixes warningsConnor Tumbleson1-1/+1
2014-04-01Optimize #2982Andrey Andreev1-1/+1
2014-04-01Merge pull request #2981 from vlakoff/base_urlAndrey Andreev2-5/+13
Work on determination of "base_url" config item
2014-04-01Discard the unwanted changesvlakoff2-4/+17
2014-04-01Add test for "base_url" determination on server rootvlakoff1-2/+10
2014-04-01Yet another method for determining "base_url"vlakoff1-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-01Merge pull request #2982 from aanbar/migration-fixAndrey Andreev1-1/+9
Fix #2970
2014-04-01Remove spaces around concatenationsvlakoff1-3/+3
per request
2014-04-01Removed tab on empty line too.Ahmad Anbar1-1/+1
2014-04-01Removed tabs.Ahmad Anbar1-2/+2
2014-04-01Fixed according to comment.Ahmad Anbar1-3/+6
2014-04-01Fix #2970Ahmad Anbar1-1/+6
2014-03-31Remove test that has become unfitvlakoff1-7/+1
2014-03-31Different method for determining "base_url"vlakoff1-2/+7
Better performance by not using regex.
2014-03-31Robuster determination of "base_url" config itemvlakoff1-1/+3
Remove the basename only at the end, to avoid edge cases.
2014-03-31Refactoring in Config->__construct()vlakoff1-10/+3
Put the $_SERVER['HTTP_HOST'] fallback in a more logical place.
2014-03-31[ci skip] Fix #2972Andrey Andreev1-1/+1
2014-03-30Fix #2976Andrey Andreev1-0/+4
2014-03-25Simplify callback routesAndrey Andreev1-29/+0
There's no need for all that Reflection magic, it's only slowing down the whole process
2014-03-242 more micro-optimizations in CI_LoaderAndrey Andreev1-3/+3
2014-03-24Yet another modification of CI_Loader::_ci_autoload()Andrey Andreev1-2/+1
2014-03-24[ci skip] Spacing adjustmentsAndrey Andreev1-10/+10
2014-03-24Alter previous commitAndrey Andreev1-1/+1
2014-03-24CI_Loader::_ci_autoload() micro-optimizationAndrey Andreev1-3/+3
2014-03-24Merge pull request #2959 from fabianozenatti/patch-1Andrey Andreev1-1/+1
Fix typo in CI_Input constructor
2014-03-21Merge pull request #2961 from aochagavia/Typo-fixAndrey Andreev1-1/+1
Fixed typo in tutorial/create_news_items
2014-03-21Fixed typo in tutorial/create_news_itemsaochagavia1-1/+1
2014-03-21remove eolfabianozenatti1-1/+1
2014-03-21Fix typo in CI_Input constructorfabianozenatti1-2/+2
2014-03-20Merge pull request #2958 from JLeft/developAndrey Andreev1-1/+1
Fixed typo in model loader.
2014-03-20Fixed typo in model loader.James1-1/+1
Signed-off-by: James <me@tfel.net>
2014-03-19Merge pull request #2956 from rythie/developAndrey Andreev1-1/+1
Fix profiling of benchmarked names like 'something_endpoint_end'
2014-03-19Fix profiling of benchmarked names like 'something_endpoint_end'Richard Cunningham1-1/+1
2014-03-18More xss_clean() improvementsAndrey Andreev2-3/+3
Issue described in https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37980030 + a false positive
2014-03-18Another xss_clean() improvementAndrey Andreev1-2/+2
Fixes this: https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37958136
2014-03-18xss_clean() improvementAndrey Andreev2-4/+10
Fixes this: https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37819186
2014-03-17Fix DB forge unsigned attribute (PR #2949)Andrey Andreev1-15/+13
2014-03-17[ci skip] Clear some whitespaceAndrey Andreev2-4/+4
2014-03-17Merge pull request #2947 from irfanevrens/patch-2Andrey Andreev1-2/+2
No start tag (<p>)
2014-03-17Merge pull request #2948 from ivantcholakov/developAndrey Andreev1-1/+1
Making highlight_phrase() to be UTF-8 compatible on demand.
2014-03-17Making highlight_phrase() to be UTF-8 compatible on demand.Ivan Tcholakov1-1/+1
2014-03-17No start tag (<p>)İrfan Evrens1-2/+2
2014-03-14Merge pull request #2940 from aanbar/zip_mtime_fixAndrey Andreev2-1/+2
Fixed issue with _get_mod_time