Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-06-17 | removed unnecessary change to form_radio, updated docs and added changelog entry | Adam Jackett | 1 | -2/+0 | |
2015-06-13 | Fix typo in url_title function description. | Michael Foss | 1 | -1/+1 | |
2015-06-03 | made all form helpers consistent regarding extra attributes | Adam Jackett | 1 | -10/+30 | |
2015-04-14 | [ci skip] Change Array helpers element(), elements() signatures | Andrey Andreev | 1 | -2/+2 | |
Close #3767 | |||||
2015-04-14 | Merge pull request #3770 from ftwbzhao/feature/ci/helper | Andrey Andreev | 1 | -0/+1 | |
[ci skip] plural() support for 'quiz' -> 'quizzes' | |||||
2015-04-14 | [helper]update plural regular | ftwbzhao | 1 | -0/+1 | |
2015-04-12 | Close #3761 | Andrey Andreev | 1 | -1/+1 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 1 | -1/+2 | |
2015-02-05 | [ci skip] Remove some whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Merge pull request #3562 from avenirer/patch-1 | Andrey Andreev | 1 | -3/+5 | |
Allow not escaping the value in set_value() | |||||
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -1/+1 | |
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -4/+5 | |
2015-02-05 | Allow not-escaping the value in set_value() | Adrian Voicu | 1 | -3/+4 | |
Wouldn't it be a good idea to allow for not escaped html in set_value()? | |||||
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 1 | -5/+5 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 21 | -63/+0 | |
2015-01-20 | Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee | Andrey Andreev | 1 | -30/+14 | |
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477 | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 21 | -63/+63 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-12-05 | removing extra spaces | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Removed img_name from captcha helper | Preetham | 1 | -2/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | closing #51. Added img_id and img_name in capcha helper | Preetham | 1 | -1/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 1 | -2/+2 | |
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs | |||||
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 1 | -1/+2 | |
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-23 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 | |
Close #3356 Close #3367 | |||||
2014-11-12 | removed additional tabs and semicolon | Preetham | 1 | -2/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Closing #656 and updating documentation | Preetham | 1 | -3/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Fix #656 add font_size in create_captcha() | Preetham | 1 | -2/+3 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 21 | -294/+525 | |
2014-09-28 | [ci skip] Remove references to 'PHP5' from comments | Andrey Andreev | 1 | -1/+1 | |
2014-08-10 | Polish changes following PR #3173 | Andrey Andreev | 1 | -4/+4 | |
2014-08-08 | Using ImagePNG in CAPTCHA helper | ET-NiK | 1 | -2/+16 | |
Using ImagePNG function, if ImageJPG not exists |