summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-15[ci skip] Merge pull request #5437 from MadGuyyy/developAndrey Andreev1-1/+1
Docs spelling fix: utlize -> utilize
2018-03-15[ci skip] Add a changelog entry for PR #5431Andrey Andreev1-0/+1
2018-03-15Merge pull request #5431 from CyberSecutor/developAndrey Andreev1-4/+6
Added parenthesis check around "document" elements and fixed non-existent document.window filter to window.document
2018-03-15Merge pull request #5431 from CyberSecutor/developAndrey Andreev1-4/+6
Added parenthesis check around "document" elements and fixed non-existent document.window filter to window.document
2018-03-15[ci skip] Fix #5435Andrey Andreev2-1/+15
2018-03-14Spelling fix: utlize -> utilizeSukhmeet Singh1-1/+1
2018-03-10[ci skip] Fix #5420Andrey Andreev2-2/+11
2018-03-10[ci skip] Add changelog entry for #5434Andrey Andreev1-0/+1
2018-03-10[ci skip] Merge pull request #5434 from xims/patch-3Andrey Andreev1-1/+4
Update Image_lib to avoid setting file permissions when not needed
2018-03-10[ci skip] Merge pull request #5434 from xims/patch-3Andrey Andreev1-1/+4
Update Image_lib to avoid setting file permissions when not needed
2018-03-10[ci skip] Add changelog entry for PR #5429Andrey Andreev1-0/+1
2018-03-10[ci skip] Merge pull request #5429 from mehdibo/patch-2Andrey Andreev1-1/+1
Allow archiving of hidden files in CI_Zip::read_dir()
2018-03-08Update Image_lib to avoid setting file permissions when not neededxims1-1/+4
When processing an image, there is no need to set file permissions when using dynamic_output. In some cases, it floods the log file with errors ERROR --> Severity: Warning --> chmod(): Operation not permitted ...../CodeIgniter/libraries/Image_lib.php 838
2018-03-05Fixed typoRemko Silvis1-1/+1
2018-03-05Added parenthesis check around "document" elements and fixed non-existent ↵Remko Silvis1-3/+5
document.window filter to window.document
2018-03-04Fixed bug in ZIP libraryMehdi Bounya1-1/+1
the `read_dir` method ignores files that starts with a dot (like .htaccess) I looked through the documentation and it didn't mention that the method ignores hidden files so it must be a bug.
2018-02-28[ci skip] Fix #5425Andrey Andreev2-1/+2
2018-02-28[ci skip] Fix 5423Andrey Andreev2-4/+5
2018-02-14[ci skip] Add changelog entry for PR #5407Andrey Andreev1-0/+1
2018-02-14Merge pull request #5407 from qichengzx/developAndrey Andreev1-0/+5
complement the missing HTTP status codes
2018-02-14[ci skip] Apply #5394 (multibyte filename serving) to #5397 (Image_lib ↵Andrey Andreev2-2/+12
dynamic_output filename)
2018-02-14[ci skip] Add changelog entry for PR #5397Andrey Andreev1-0/+5
2018-02-14[ci skip] Merge pull request #5397 from mehdibo/patch-1Andrey Andreev1-1/+1
File name changing in dynamic output image_lib
2018-02-14[ci skip] Merge pull request #5412 from ↵Andrey Andreev1-1/+1
ytetsuro/delete-unnecessary-assignment-expressions Delete unnecessary assignment for force_download.
2018-02-14Delete unnecessary assignment expressionsytetsuro1-1/+1
2018-02-13only retain 103, 207, 308, 421 and 451qichengzx1-8/+0
2018-02-13Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developqichengzx1-12/+3
2018-02-12Update Image_lib.phpMehdi Bounya1-1/+1
Fixed indentation
2018-02-12[ci skip] Fix rendering of literal 'http://' strings in the manualAndrey Andreev3-6/+6
2018-02-12[ci skip] More polish on the download helperAndrey Andreev1-10/+3
2018-02-12[ci skip] Merge pull request #5403 from ↵Andrey Andreev1-3/+1
ytetsuro/fix/#5394/not-change-charset-bug Fixed bug that download filename character code did not change
2018-02-11complement the missing HTTP status codesqichengzx1-0/+13
2018-02-08Fixed bug that character code did not changeytetsuro1-3/+1
2018-02-07Changing file name in image lib dynamic outputMehdi Bounya1-2/+1
2018-02-07[ci skip] Finalize changes from PR #5394Andrey Andreev2-10/+16
2018-02-07[ci skip] Merge pull request #5394 from ytetsuro/fix/rfc6266Andrey Andreev1-1/+13
Give force_download a header conforming to RFC 6266
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-31Update Image_lib.phpMehdi Bounya1-1/+2
I didn't understand #5394 that well, what I understood from your comment is that we should convert the charset to UTF-8. I tested with **マルチバイト** but it outputs nothing (empty string), but when I add a character **before** the string (e.g. xマルチバイト) it worked fine.
2018-01-31[ci skip] Add changelog entry for PR #5391Andrey Andreev1-0/+4
2018-01-31Merge pull request #5391 from mehdibo/fix/url-helperAndrey Andreev1-1/+1
Prevent tab hijacking when using the URL helper
2018-01-31File name changing in dynamic outputMehdi Bounya1-1/+1
Allow changing file name (`Content-Disposition` header) when outputting the image by specifying the `new_name` config
2018-01-30Fix a QB bug where where(), having() treated values passed to them as ↵Andrey Andreev2-23/+29
arbitrary SQL
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-27[ci skip] Apply the INTL_IDNA_VARIANT_UTS46 fix to ↵Andrey Andreev1-1/+1
CI_Email::_validate_email_for_shell()