summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Collapse)AuthorFilesLines
2018-02-05Changed to include Content-Disposition parameters in variablesytetsuro1-6/+6
2018-02-05change variable nameytetsuro1-3/+3
2018-02-05Determine exactly whether converted filename is falseytetsuro1-1/+1
2018-02-05change use direct convert_to_utf8 methodytetsuro1-2/+2
2018-02-05refactor use Utf8 classytetsuro1-6/+3
2018-02-05change filename. convert to utf-8ytetsuro1-1/+16
2018-02-05fix rfc6266ytetsuro1-1/+1
2018-01-28Added rel attribute to auto_link()Mehdi Bounya1-1/+1
Fixed security issue: allowing the target page to take control of the original page Details about the issue here: https://mathiasbynens.github.io/rel-noopener/
2018-01-09Annual copyright updateMaster Yoda19-38/+38
2017-11-15Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281
2017-11-10Fix #5331Andrey Andreev1-1/+1
2017-11-07Merge branch '3.1-stable' into developAndrey Andreev1-4/+4
2017-11-07[ci skip] Deprecate extra parameters of the CAPTCHA helperAndrey Andreev1-4/+4
2017-11-07Implement data:image URIs in CAPTCHA helperAndrey Andreev1-28/+46
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200
2017-09-29[ci skip] Revert file permission change from PR #5278Andrey Andreev1-0/+0
2017-09-29[ci skip] Revert file permission change from PR #5278Andrey Andreev1-0/+0
2017-09-29Merge pull request #5278 from Uekawa/auto_linkAndrey Andreev1-1/+1
Fix auto_link trailing slash
2017-09-29Fix auto_linkUekawa1-1/+1
2017-06-19Merge branch '3.1-stable' into developAndrey Andreev1-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 #5130Andrey Andreev1-1/+1
2017-05-25Merge pull request #5130 from aroche/patch-2Andrey Andreev1-7/+1
Allow arbitrary strings as extra attributes in form_label
2017-05-24fix bad attribute handling of form_labelaroche1-7/+1
When passing a string for extra attributes in form_label helper function, these attributes were skipped.
2017-05-09Merge pull request #5108 from ft23/patch-1Andrey Andreev1-0/+1
quizzes singular doesn't work
2017-05-06quizzes singular is doesnt work.Fatih Turan1-0/+1
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev4-7/+8
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_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 user_guide_src/source/libraries/input.rst
2017-03-06Fix #5044; add unit tests for img() HTML helperAndrey Andreev1-1/+1
2017-03-01[ci skip] Remove a misleading comment from the docblock for random_string()Andrey Andreev1-3/+1
2017-02-15Do not fail if the array pointer is after the elementvlakoff1-0/+1
2017-02-14Don't duplicate is_file and filesize checksZach Ploskey1-10/+5
Move duplicate is_file and file_size checks out of if/else branches. Signed-off-by: Zach Ploskey <zach@ploskey.com>
2017-02-01Fix a CI_Input::set_cookie() bugAndrey Andreev1-1/+1
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters
2017-01-19Fix byte-safety issues & actually test for themAndrey Andreev1-2/+5
2017-01-16[ci skip] Fix #4985Andrey Andreev1-1/+1
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev1-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-06Merge pull request #4825 from gxgpet/developAndrey Andreev1-9/+3
Download helper improvement on reading phase
2017-01-06[ci skip] A cosmetic change to the PR #4251Andrey Andreev1-2/+2
2017-01-06[ci skip] Merge pull request #4251 from dimitribalazs/patch-2Andrey Andreev1-2/+3
Added alt attribute functionality to captcha helper
2017-01-04Close #4904Andrey Andreev1-2/+2
2017-01-04[ci skip] Try to mitigate BREACH attacks against CSRF tokensAndrey Andreev1-6/+35
2017-01-03[ci skip] Update year number in remaining files that were recently deleted ↵Andrey Andreev2-4/+4
from develop
2017-01-03Update copyright data to 2017Master Yoda19-38/+38
2016-12-31Update copyright data to 2017Master Yoda19-38/+38
2016-12-16Merge pull request #4945 from vlakoff/text_helperAndrey Andreev1-1/+1
Small code simplification in character_limiter()
2016-12-15Small code simplification in character_limiter()vlakoff1-1/+1
2016-12-14Remove dead parameter from form_upload()Andrey Andreev1-2/+1
Close #3558
2016-12-14Remove 'global_xss_filtering' config settingAndrey Andreev1-2/+1
2016-12-12Remove previously deprecated Smiley HelperAndrey Andreev1-255/+0
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev1-19/+0
2016-12-01Remove previously deprecated File Helper function read_file()Andrey Andreev1-20/+0
2016-12-01Remove previously deprecates String Helper functions trim_slashes(), repeater()Andrey Andreev1-47/+0
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev1-34/+0