Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-24 | Fix user guide url | sapics | 1 | -1/+1 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-05-25 | [ci skip] Doc changes following PR #5130 | Andrey Andreev | 1 | -1/+1 | |
2017-05-25 | Merge pull request #5130 from aroche/patch-2 | Andrey Andreev | 1 | -7/+1 | |
Allow arbitrary strings as extra attributes in form_label | |||||
2017-05-24 | fix bad attribute handling of form_label | aroche | 1 | -7/+1 | |
When passing a string for extra attributes in form_label helper function, these attributes were skipped. | |||||
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -6/+35 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-01-04 | [ci skip] Try to mitigate BREACH attacks against CSRF tokens | Andrey Andreev | 1 | -6/+35 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-14 | Remove dead parameter from form_upload() | Andrey Andreev | 1 | -2/+1 | |
Close #3558 | |||||
2016-12-01 | Remove previously deprecated Form Helper function form_prep() | Andrey Andreev | 1 | -19/+0 | |
2016-09-27 | Merge pull request #4810 from Dutchy-/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Remove inline style from form_open() hidden fields | |||||
2016-09-27 | Remove inline styles from hidden form input | Edwin Smulders | 1 | -1/+1 | |
This change fixes console errors when using a CSP header that disables inline styles. | |||||
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-01-29 | Fix a regression in Form helper caused by ↵ | Andrey Andreev | 1 | -2/+2 | |
0139e6a4a99cbe9b0cc06f394fa12d5691193b72 | |||||
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+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-07-15 | Polish changes from PR #3893 | Andrey Andreev | 1 | -24/+13 | |
2015-06-17 | removed unnecessary change to form_radio, updated docs and added changelog entry | Adam Jackett | 1 | -2/+0 | |
2015-06-03 | made all form helpers consistent regarding extra attributes | Adam Jackett | 1 | -10/+30 | |
2015-02-05 | [ci skip] Remove some whitespace | Andrey Andreev | 1 | -1/+1 | |
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-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+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 | 1 | -3/+3 | |
- 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-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-03-06 | Fix #2919 | Andrey Andreev | 1 | -14/+30 | |
2014-03-04 | Fix #2916 | Andrey Andreev | 1 | -2/+5 | |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -22/+37 | |
2014-02-17 | Removed extra space, condensed $defaults | Brennan Thompson | 1 | -4/+3 | |
2014-02-17 | Removed extra spaces and irrelevant condition | Brennan Thompson | 1 | -11/+11 | |
2014-02-17 | Updated code to match style guide | Brennan Thompson | 1 | -3/+3 | |
2014-02-17 | Removed non permitted changes | Brennan Thompson | 1 | -3/+1 | |
2014-02-16 | Dropdown should match style guide now. | Brennan Thompson | 1 | -2/+8 | |
2014-02-14 | Actual fix for extra whitespace | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Removed space for travis ci checks | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Fix for selected being NULL from set_value | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Made form_dropdown compatible with the other form helper methods | Brennan Thompson | 1 | -19/+22 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-10-23 | Fix issue #2695 | Andrey Andreev | 1 | -5/+27 | |
2013-10-21 | Manually apply PR #2656 | Andrey Andreev | 1 | -2/+2 | |
Fixes an 'Array to string conversion' notice in form_dropdown() |