Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-25 | - captcha helper uses now filemtime to get file timestamp | George Petculescu | 1 | -4/+5 | |
- captcha generated files are a sha1 of current timestamp and word - changed the usage of microtime to time, as this is a more realistic approach Signed-off-by: George Petculescu <gxgpet@gmail.com> | |||||
2016-08-11 | Removed useless checks | Vivek Dinesh | 1 | -1/+1 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 1 | -1/+1 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -67/+12 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -67/+12 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -4/+6 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-07-26 | [ci skip] Whitespace | Andrey Andreev | 1 | -1/+1 | |
2016-07-26 | Merge pull request #4709 from nopesled/develop | Andrey Andreev | 1 | -1/+1 | |
Filter php:// wrappers in set_realpath() helper | |||||
2016-07-07 | Update path_helper.php | nopesled | 1 | -1/+1 | |
2016-07-07 | Update path_helper.php | nopesled | 1 | -1/+1 | |
Protect against RFI via php:// wrapper | |||||
2016-06-22 | Fix #4675 | Andrey Andreev | 1 | -3/+5 | |
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-05-20 | Removed an extra space char | Kasim Tan | 1 | -1/+1 | |
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 1 | -1/+1 | |
2016-02-09 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -28/+44 | |
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst | |||||
2016-02-07 | hunanize() helper: Escaping the $separator argument. | Ivan Tcholakov | 1 | -1/+1 | |
2016-02-04 | Fix #4427 | Andrey Andreev | 1 | -22/+23 | |
2016-01-29 | Fix an error from 6af9dd6e24687b6a7b9d14a058a47edcac761e61 | Andrey Andreev | 1 | -1/+1 | |
Related: #4407 | |||||
2016-01-29 | Fix #4407 | Andrey Andreev | 1 | -3/+18 | |
2016-01-29 | Fix a regression in Form helper caused by ↵ | Andrey Andreev | 1 | -2/+2 | |
0139e6a4a99cbe9b0cc06f394fa12d5691193b72 | |||||
2016-01-20 | Default doctype is now HTML 5 | Sébastien Adam | 1 | -1/+1 | |
2016-01-11 | Polish changes from PR #4269 | Andrey Andreev | 1 | -7/+21 | |
2016-01-11 | Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into ↵ | Andrey Andreev | 1 | -6/+7 | |
feature/html_meta | |||||
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 21 | -21/+21 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 21 | -42/+42 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 21 | -42/+42 | |
2015-12-03 | Fix #4283 | Andrey Andreev | 1 | -1/+2 | |
2015-12-01 | Forgot change in the comment on the meta function | Sébastien Adam | 1 | -1/+1 | |
2015-12-01 | Modified as asked after pull request: | Sébastien Adam | 1 | -7/+7 | |
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified). | |||||
2015-11-25 | HTML Helper - doctype(): now default type is HTML 5 | Sébastien Adam | 1 | -1/+1 | |
2015-11-25 | HTML Helper - meta(): now can generate HTML meta charset & Open Graph property | Sébastien Adam | 1 | -4/+5 | |
2015-11-09 | [ci skip] Fix an infinite loop in captcha helper | Andrey Andreev | 1 | -1/+2 | |
2015-11-04 | [ci skip] Fix a false default-fallback bug in set_checkbox(), set_radio() | Andrey Andreev | 1 | -8/+33 | |
Relevant: #4210 | |||||
2015-10-31 | Use proper randomness when generating CAPTCHAs | Andrey Andreev | 1 | -2/+87 | |
2015-10-05 | Close #4155 | Andrey Andreev | 1 | -1/+1 | |
2015-08-07 | Fix #4023 | Andrey Andreev | 1 | -1/+1 | |
Close #4024 | |||||
2015-08-07 | Fix ReDoS-bug in string_helper.php | Kevin Morssink | 1 | -1/+1 | |
Fix for ReDoS (Regular Expression Denial of Service) / Code Injection Risk | |||||
2015-07-24 | Fixed typos | Calvin Tam | 2 | -2/+2 | |
2015-07-23 | Update path_helper.php | rajatsharma94 | 1 | -1/+1 | |
2015-07-23 | Security check updated. | rajatsharma94 | 1 | -1/+1 | |
All security check conditions are modified according to CI styleguide. | |||||
2015-07-23 | Update path_helper.php | rajatsharma94 | 1 | -1/+1 | |
2015-07-23 | IP checking false positives and no ipv6 check | rajatsharma94 | 1 | -1/+1 | |
The currently implemented method marks all IPs between 0.0.0.0 - 999.999.999.999 as valid IP Address. Which generates false positives as any IP after 255.255.255.255 is not a valid IP address. Also, there is no check for IPv6 IP addresses. filter_var() solves both the issues. | |||||
2015-07-23 | IP Address checking generates false positives. | medhavini | 1 | -1/+1 | |
IP Address checking marks all IPs between 0.0.0.0 - 999.999.999.999 as valid IP Address. Which is not true. | |||||
2015-07-20 | Failed security check | rajatsharma94 | 1 | -2/+1 | |
The implemented security check to make sure the path is NOT a URL can easily be bypassed (gives false negative) for all subdomains. Eg "subdomain.domain.com" should ideally show an error but it does not. The new security check tries to make a fsockopen connection to validate whether the URL is external or not. | |||||
2015-07-20 | Security check fail | medhavini | 1 | -0/+1 | |
Security check condition to check that the path is NOT a URL may give false negative in case of subdomains. Where URLs don't start with http or www. | |||||
2015-07-17 | [ci skip] Fix #3778 | Andrey Andreev | 1 | -15/+6 | |
2015-07-15 | Polish changes from PR #3893 | Andrey Andreev | 1 | -24/+13 | |
2015-07-15 | Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into ↵ | Andrey Andreev | 1 | -10/+28 | |
feature/form_helpers_extra_array Manually fixed conflicts in: user_guide_src/source/changelog.rst | |||||
2015-07-13 | Add check for PCRE UTF-8 support | dimonneon | 1 | -1/+1 | |
2015-07-10 | Add unicode support in url_title function | dimonneon | 1 | -2/+2 | |