summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Collapse)AuthorFilesLines
2022-06-21Bug Fix: [cookie_helper.php] set_cookie was missing sameSite argumentMouad Err1-2/+2
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev19-19/+38
2022-03-02[ci skip] Update copyright noticesAndrey Andreev21-26/+47
2022-02-11[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespacesAndrey Andreev1-1/+0
Minor indentation & whitespace corrections
2022-02-11whitespacesToto Prayogo1-1/+0
2022-01-08Fix #92Andrey Andreev1-2/+3
2022-01-05Drop more deprecated functionalityAndrey Andreev2-73/+4
2022-01-05Drop some previously deprecated functionalityAndrey Andreev2-16/+3
2021-02-04[ci skip] Add 'img_class' option to CAPTCHA helperAndrey Andreev1-1/+5
Close #5999
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev21-21/+21
Fix user guide url
2020-06-24Fix user guide urlsapics19-19/+19
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2020-01-28Merge branch '3.1-stable' into developAndrey Andreev1-0/+12
Conflicts resolved: .travis.yml system/database/DB_query_builder.php system/helpers/captcha_helper.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Zip.php
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia1-1/+1
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2019-10-08Merge pull request #5832 from gxgpet/developAndrey Andreev1-3/+14
Improve create_captcha()'s logging Conflicts resolved: system/helpers/captcha_helper.php
2019-10-08removes double quotesGeorge Petculescu1-1/+1
2019-09-22adding $ to var names in the log messageGeorge Petculescu1-1/+1
2019-09-22adding $img_path in curly; fixing words orderGeorge Petculescu1-1/+1
2019-09-22if+elseif => if + ifGeorge Petculescu1-1/+3
2019-09-08improve create_captcha loggingGeorge Petculescu1-1/+7
2019-01-08Merge branch '3.1-stable' into developAndrey Andreev1-0/+11
Conflicts resolved: 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/captcha_helper.php system/helpers/email_helper.php system/helpers/inflector_helper.php system/helpers/smiley_helper.php system/language/english/form_validation_lang.php system/libraries/Cart.php system/libraries/Form_validation.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php tests/codeigniter/helpers/inflector_helper_test.php user_guide_src/source/helpers/inflector_helper.rst
2019-01-08[ci skip] Close #5482Andrey Andreev1-4/+15
2019-01-08[ci skip] Fix #5674Andrey Andreev1-2/+2
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT21-61/+61
Update copyright date to 2019
2019-01-02[ci skip] Merge pull request #5657 from pawelkg/fix_html_helperAndrey Andreev1-1/+1
Fix html helper
2018-12-27Update copyright date to 2019Jim Parry19-38/+38
2018-12-17Change comparison operator to assignment, which it should be.Paweł Kłopotek-Główczewski1-1/+1
2018-12-17[ci skip] Merge pull request #5652 from Khuthaily/patch-1Andrey Andreev1-1/+1
Add px to width and height inline style output of create_captcha()
2018-12-09Add px to width and height for inline styleKhaled1-1/+1
The image's width and height are always more than 0; so, adding "px" after the width and height is necessary for HTML validation.
2018-06-01[ci skip] Close #5482Andrey Andreev1-4/+4
2018-06-01Merge pull request #5516 from wpyh/patch-1Andrey Andreev1-3/+3
Use Config::base_url() properly
2018-06-01Merge pull request #5516 from wpyh/patch-1Andrey Andreev1-3/+3
Use Config::base_url() properly
2018-05-30Use Config::base_url() properlyWilliam Poetra Yoga1-3/+3
Using the Config::slash_item() method, we get double forward slashes. For example, base_url = 'http://localhost:8080/' and asset is '/assets/my_asset.css', then the generated URL would be 'http://localhost:8080//assets/my_asset.css'. This patch fixes that, so the generated URL would be 'http://localhost:8080/assets/my_asset.css'. There is actually already an analog example in the case if index_page === TRUE, where the site_url() function is used.
2018-05-18http:// to https://Mehdi Bounya19-40/+40
2018-04-23Merge pull request #5391 from mehdibo/fix/url-helperAndrey Andreev1-1/+1
Prevent tab hijacking when using the URL helper
2018-02-14Delete unnecessary assignment expressionsytetsuro1-1/+1
2018-02-12[ci skip] More polish on the download helperAndrey Andreev1-10/+3
2018-02-08Fixed bug that character code did not changeytetsuro1-3/+1
2018-02-07[ci skip] Finalize changes from PR #5394Andrey Andreev1-10/+15
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-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev21-42/+42
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php
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