Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-11 | whitespaces | Toto Prayogo | 1 | -1/+0 | |
2022-01-08 | Fix #92 | Andrey Andreev | 1 | -2/+3 | |
2022-01-05 | Drop more deprecated functionality | Andrey Andreev | 2 | -73/+4 | |
2022-01-05 | Drop some previously deprecated functionality | Andrey Andreev | 2 | -16/+3 | |
2021-02-04 | [ci skip] Add 'img_class' option to CAPTCHA helper | Andrey Andreev | 1 | -1/+5 | |
Close #5999 | |||||
2020-06-24 | Fix user guide url | sapics | 19 | -19/+19 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2020-01-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -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-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 1 | -1/+1 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2019-10-08 | Merge pull request #5832 from gxgpet/develop | Andrey Andreev | 1 | -3/+14 | |
Improve create_captcha()'s logging Conflicts resolved: system/helpers/captcha_helper.php | |||||
2019-10-08 | removes double quotes | George Petculescu | 1 | -1/+1 | |
2019-09-22 | adding $ to var names in the log message | George Petculescu | 1 | -1/+1 | |
2019-09-22 | adding $img_path in curly; fixing words order | George Petculescu | 1 | -1/+1 | |
2019-09-22 | if+elseif => if + if | George Petculescu | 1 | -1/+3 | |
2019-09-08 | improve create_captcha logging | George Petculescu | 1 | -1/+7 | |
2019-01-08 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -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 #5482 | Andrey Andreev | 1 | -4/+15 | |
2019-01-08 | [ci skip] Fix #5674 | Andrey Andreev | 1 | -2/+2 | |
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 21 | -61/+61 | |
Update copyright date to 2019 | |||||
2019-01-02 | [ci skip] Merge pull request #5657 from pawelkg/fix_html_helper | Andrey Andreev | 1 | -1/+1 | |
Fix html helper | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 19 | -38/+38 | |
2018-12-17 | Change comparison operator to assignment, which it should be. | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-17 | [ci skip] Merge pull request #5652 from Khuthaily/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Add px to width and height inline style output of create_captcha() | |||||
2018-12-09 | Add px to width and height for inline style | Khaled | 1 | -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 #5482 | Andrey Andreev | 1 | -4/+4 | |
2018-06-01 | Merge pull request #5516 from wpyh/patch-1 | Andrey Andreev | 1 | -3/+3 | |
Use Config::base_url() properly | |||||
2018-06-01 | Merge pull request #5516 from wpyh/patch-1 | Andrey Andreev | 1 | -3/+3 | |
Use Config::base_url() properly | |||||
2018-05-30 | Use Config::base_url() properly | William Poetra Yoga | 1 | -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-18 | http:// to https:// | Mehdi Bounya | 19 | -40/+40 | |
2018-04-23 | Merge pull request #5391 from mehdibo/fix/url-helper | Andrey Andreev | 1 | -1/+1 | |
Prevent tab hijacking when using the URL helper | |||||
2018-02-14 | Delete unnecessary assignment expressions | ytetsuro | 1 | -1/+1 | |
2018-02-12 | [ci skip] More polish on the download helper | Andrey Andreev | 1 | -10/+3 | |
2018-02-08 | Fixed bug that character code did not change | ytetsuro | 1 | -3/+1 | |
2018-02-07 | [ci skip] Finalize changes from PR #5394 | Andrey Andreev | 1 | -10/+15 | |
2018-02-05 | Changed to include Content-Disposition parameters in variables | ytetsuro | 1 | -6/+6 | |
2018-02-05 | change variable name | ytetsuro | 1 | -3/+3 | |
2018-02-05 | Determine exactly whether converted filename is false | ytetsuro | 1 | -1/+1 | |
2018-02-05 | change use direct convert_to_utf8 method | ytetsuro | 1 | -2/+2 | |
2018-02-05 | refactor use Utf8 class | ytetsuro | 1 | -6/+3 | |
2018-02-05 | change filename. convert to utf-8 | ytetsuro | 1 | -1/+16 | |
2018-02-05 | fix rfc6266 | ytetsuro | 1 | -1/+1 | |
2018-01-28 | Added rel attribute to auto_link() | Mehdi Bounya | 1 | -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-update | Andrey Andreev | 21 | -42/+42 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 19 | -38/+38 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-10 | Fix #5331 | Andrey Andreev | 1 | -1/+1 | |
2017-11-07 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -4/+4 | |
2017-11-07 | [ci skip] Deprecate extra parameters of the CAPTCHA helper | Andrey Andreev | 1 | -4/+4 | |
2017-11-07 | Implement data:image URIs in CAPTCHA helper | Andrey Andreev | 1 | -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 #5278 | Andrey Andreev | 1 | -0/+0 | |
2017-09-29 | [ci skip] Revert file permission change from PR #5278 | Andrey Andreev | 1 | -0/+0 | |