Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-06 | xss_clean is not protecting GET requests that &item=/startwithslash | Documentopia.com | 1 | -1/+1 | |
/webacd.do?isurlact=true&entactname=/webacd.do becomes /webacd.do?isurlact=true&entactname;=/webacd.do This commit adds / to the regex to it will escape those GET requests related to issue #3030 | |||||
2014-05-01 | Fix a typo | Andrey Andreev | 1 | -1/+1 | |
2014-05-01 | PHPUnit, what's wrong with you? | Andrey Andreev | 1 | -2/+0 | |
2014-05-01 | Merge pull request #3027 from abdmaster/fix/db_transaction_failure | Andrey Andreev | 1 | -0/+9 | |
Added `_trans_failure` property to fix PHP Warning. | |||||
2014-05-01 | Optimization in CI_URI::_set_uri_string() | Andrey Andreev | 1 | -1/+1 | |
2014-05-01 | Merge pull request #3028 from vlakoff/phpdoc | Andrey Andreev | 1 | -1/+3 | |
Fix docblock of URI->rsegments property | |||||
2014-05-01 | Fix docblock of URI->rsegments property | vlakoff | 1 | -1/+3 | |
2014-04-30 | Added `_trans_failure` property to fix PHP Warning. | Ahmedul Haque Abid | 1 | -0/+9 | |
2014-04-29 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 4 | -5/+5 | |
2014-04-29 | Small fixes (PR #3022) | Andrey Andreev | 2 | -3/+3 | |
- Fix incorrect variable in mb_strlen() compat - Micro-optimization of array_replace(), array_replace_recursive() compat | |||||
2014-04-25 | Merge pull request #3014 from vlakoff/various | Andrey Andreev | 4 | -5/+5 | |
Various fixes | |||||
2014-04-25 | Minor fixes | vlakoff | 4 | -5/+5 | |
2014-04-20 | Merge pull request #3017 from kakysha/develop | Andrey Andreev | 1 | -2/+2 | |
Doc fix for Encryption library | |||||
2014-04-19 | Doc fix for Encryption library | Kakysha | 1 | -2/+2 | |
2014-04-15 | Merge pull request #3006 from vlakoff/security | Andrey Andreev | 1 | -1/+1 | |
Fix in $_protected array of register_globals security procedure | |||||
2014-04-15 | #3005 | Andrey Andreev | 1 | -2/+1 | |
2014-04-15 | Fix in $_protected array of register_globals security procedure | vlakoff | 1 | -1/+1 | |
* Followup to b78a8c7d40446a3e2e36772706662fd033fe7d1d * Just FYI, renamed to "system_path" in 0c1e405437ceb3c1888e151e6a400653310ad6c1 | |||||
2014-04-15 | Fix #3004 | Andrey Andreev | 2 | -53/+52 | |
2014-04-15 | Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa | Andrey Andreev | 1 | -1/+1 | |
2014-04-14 | Change 'standardize_newlines' default to FALSE | Andrey Andreev | 2 | -2/+2 | |
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923 | |||||
2014-04-14 | Merge pull request #2999 from vlakoff/error-templates | Andrey Andreev | 5 | -8/+26 | |
Make the error templates path configurable | |||||
2014-04-14 | Uniformization in smiley helper documentation | vlakoff | 1 | -1/+1 | |
oversight from 20292311636837e120d205e470e41826820feb46 | |||||
2014-04-14 | Replace "folder" with "directory" in config.php | vlakoff | 1 | -3/+3 | |
2014-04-14 | Different method for handling "error_views_path" config item | vlakoff | 1 | -15/+10 | |
2014-04-14 | Rename config item "error_templates_path" to "error_views_path" | vlakoff | 3 | -5/+5 | |
2014-04-12 | Group error templates entries in changelog | vlakoff | 1 | -1/+1 | |
2014-04-12 | Make the error templates path configurable | vlakoff | 3 | -2/+27 | |
2014-04-12 | Small documentation update | vlakoff | 1 | -2/+0 | |
As the error templates are now by default inside the views folder. | |||||
2014-04-09 | Really fix #2997 | Andrey Andreev | 1 | -1/+1 | |
2014-04-09 | Merge pull request #2998 from etki/develop | Andrey Andreev | 1 | -6/+0 | |
Microfix | |||||
2014-04-09 | Removed BOM | Etki | 1 | -1/+1 | |
2014-04-09 | Microfix | Etki | 1 | -7/+1 | |
cleaned `return true; return true;` construction | |||||
2014-04-09 | Issue/PR #2997 | Andrey Andreev | 1 | -1/+1 | |
2014-04-09 | Minor changes in FV, Trackback | Andrey Andreev | 3 | -47/+32 | |
2014-04-06 | Merge pull request #2993 from vlakoff/is_php | Andrey Andreev | 3 | -4/+5 | |
Remove default parameter of is_php() | |||||
2014-04-05 | Remove default parameter value of is_php() | vlakoff | 3 | -4/+5 | |
It was simply pointless. | |||||
2014-04-04 | [ci skip] Document 'first_url' Pagination option (supersedes PR #2992) | Andrey Andreev | 1 | -0/+5 | |
2014-04-01 | Merge pull request #2983 from iBotPeaches/develop | Andrey Andreev | 1 | -1/+1 | |
fixes warnings | |||||
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 | |