Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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 | 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 | |
2017-09-29 | Merge pull request #5278 from Uekawa/auto_link | Andrey Andreev | 1 | -1/+1 | |
Fix auto_link trailing slash | |||||
2017-09-29 | Fix auto_link | Uekawa | 1 | -1/+1 | |
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-05-09 | Merge pull request #5108 from ft23/patch-1 | Andrey Andreev | 1 | -0/+1 | |
quizzes singular doesn't work | |||||
2017-05-06 | quizzes singular is doesnt work. | Fatih Turan | 1 | -0/+1 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -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-06 | Fix #5044; add unit tests for img() HTML helper | Andrey Andreev | 1 | -1/+1 | |
2017-03-01 | [ci skip] Remove a misleading comment from the docblock for random_string() | Andrey Andreev | 1 | -3/+1 | |
2017-02-15 | Do not fail if the array pointer is after the element | vlakoff | 1 | -0/+1 | |
2017-02-14 | Don't duplicate is_file and filesize checks | Zach Ploskey | 1 | -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-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 1 | -1/+1 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 1 | -2/+5 | |
2017-01-16 | [ci skip] Fix #4985 | Andrey Andreev | 1 | -1/+1 | |
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-06 | Merge pull request #4825 from gxgpet/develop | Andrey Andreev | 1 | -9/+3 | |
Download helper improvement on reading phase | |||||
2017-01-06 | [ci skip] A cosmetic change to the PR #4251 | Andrey Andreev | 1 | -2/+2 | |
2017-01-06 | [ci skip] Merge pull request #4251 from dimitribalazs/patch-2 | Andrey Andreev | 1 | -2/+3 | |
Added alt attribute functionality to captcha helper | |||||
2017-01-04 | Close #4904 | Andrey Andreev | 1 | -2/+2 | |
2017-01-04 | [ci skip] Try to mitigate BREACH attacks against CSRF tokens | Andrey Andreev | 1 | -6/+35 | |
2017-01-03 | [ci skip] Update year number in remaining files that were recently deleted ↵ | Andrey Andreev | 2 | -4/+4 | |
from develop | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 19 | -38/+38 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 19 | -38/+38 | |
2016-12-16 | Merge pull request #4945 from vlakoff/text_helper | Andrey Andreev | 1 | -1/+1 | |
Small code simplification in character_limiter() |