Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-12 | qb_limit can be zero | Jehong Ahn | 2 | -3/+3 | |
2018-03-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 12 | -39/+102 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Security.php system/database/DB_query_builder.php system/libraries/Email.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 | |||||
2018-03-22 | [ci skip] Mark the start of 3.1.9 development | Andrey Andreev | 6 | -4/+26 | |
2018-03-22 | [ci skip] Prepare 3.1.8 release | Andrey Andreev | 4 | -5/+5 | |
2018-03-15 | [ci skip] Merge pull request #5437 from MadGuyyy/develop | Andrey Andreev | 1 | -1/+1 | |
Docs spelling fix: utlize -> utilize | |||||
2018-03-15 | [ci skip] Merge pull request #5437 from MadGuyyy/develop | Andrey Andreev | 1 | -1/+1 | |
Docs spelling fix: utlize -> utilize | |||||
2018-03-15 | [ci skip] Add a changelog entry for PR #5431 | Andrey Andreev | 1 | -0/+1 | |
2018-03-15 | Merge pull request #5431 from CyberSecutor/develop | Andrey Andreev | 1 | -4/+6 | |
Added parenthesis check around "document" elements and fixed non-existent document.window filter to window.document | |||||
2018-03-15 | Merge pull request #5431 from CyberSecutor/develop | Andrey Andreev | 1 | -4/+6 | |
Added parenthesis check around "document" elements and fixed non-existent document.window filter to window.document | |||||
2018-03-15 | [ci skip] Fix #5435 | Andrey Andreev | 2 | -1/+15 | |
2018-03-14 | Spelling fix: utlize -> utilize | Sukhmeet Singh | 1 | -1/+1 | |
2018-03-10 | [ci skip] Fix #5420 | Andrey Andreev | 2 | -2/+11 | |
2018-03-10 | [ci skip] Add changelog entry for #5434 | Andrey Andreev | 1 | -0/+1 | |
2018-03-10 | [ci skip] Merge pull request #5434 from xims/patch-3 | Andrey Andreev | 1 | -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-3 | Andrey Andreev | 1 | -1/+4 | |
Update Image_lib to avoid setting file permissions when not needed | |||||
2018-03-10 | [ci skip] Add changelog entry for PR #5429 | Andrey Andreev | 1 | -0/+1 | |
2018-03-10 | [ci skip] Merge pull request #5429 from mehdibo/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Allow archiving of hidden files in CI_Zip::read_dir() | |||||
2018-03-08 | Update Image_lib to avoid setting file permissions when not needed | xims | 1 | -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-05 | Fixed typo | Remko Silvis | 1 | -1/+1 | |
2018-03-05 | Added parenthesis check around "document" elements and fixed non-existent ↵ | Remko Silvis | 1 | -3/+5 | |
document.window filter to window.document | |||||
2018-03-04 | Fixed bug in ZIP library | Mehdi Bounya | 1 | -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 #5425 | Andrey Andreev | 2 | -1/+2 | |
2018-02-28 | [ci skip] Fix 5423 | Andrey Andreev | 2 | -4/+5 | |
2018-02-14 | [ci skip] Add changelog entry for PR #5407 | Andrey Andreev | 1 | -0/+1 | |
2018-02-14 | Merge pull request #5407 from qichengzx/develop | Andrey Andreev | 1 | -0/+5 | |
complement the missing HTTP status codes | |||||
2018-02-14 | [ci skip] Apply #5394 (multibyte filename serving) to #5397 (Image_lib ↵ | Andrey Andreev | 2 | -2/+12 | |
dynamic_output filename) | |||||
2018-02-14 | [ci skip] Add changelog entry for PR #5397 | Andrey Andreev | 1 | -0/+5 | |
2018-02-14 | [ci skip] Merge pull request #5397 from mehdibo/patch-1 | Andrey Andreev | 1 | -1/+1 | |
File name changing in dynamic output image_lib | |||||
2018-02-14 | [ci skip] Merge pull request #5412 from ↵ | Andrey Andreev | 1 | -1/+1 | |
ytetsuro/delete-unnecessary-assignment-expressions Delete unnecessary assignment for force_download. | |||||
2018-02-14 | Delete unnecessary assignment expressions | ytetsuro | 1 | -1/+1 | |
2018-02-13 | only retain 103, 207, 308, 421 and 451 | qichengzx | 1 | -8/+0 | |
2018-02-13 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | qichengzx | 1 | -12/+3 | |
2018-02-12 | Update Image_lib.php | Mehdi Bounya | 1 | -1/+1 | |
Fixed indentation | |||||
2018-02-12 | [ci skip] Fix rendering of literal 'http://' strings in the manual | Andrey Andreev | 3 | -6/+6 | |
2018-02-12 | [ci skip] More polish on the download helper | Andrey Andreev | 1 | -10/+3 | |
2018-02-12 | [ci skip] Merge pull request #5403 from ↵ | Andrey Andreev | 1 | -3/+1 | |
ytetsuro/fix/#5394/not-change-charset-bug Fixed bug that download filename character code did not change | |||||
2018-02-11 | complement the missing HTTP status codes | qichengzx | 1 | -0/+13 | |
2018-02-08 | Fixed bug that character code did not change | ytetsuro | 1 | -3/+1 | |
2018-02-07 | Changing file name in image lib dynamic output | Mehdi Bounya | 1 | -2/+1 | |
2018-02-07 | [ci skip] Finalize changes from PR #5394 | Andrey Andreev | 2 | -10/+16 | |
2018-02-07 | [ci skip] Merge pull request #5394 from ytetsuro/fix/rfc6266 | Andrey Andreev | 1 | -1/+13 | |
Give force_download a header conforming to RFC 6266 | |||||
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-31 | Update Image_lib.php | Mehdi Bounya | 1 | -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 #5391 | Andrey Andreev | 1 | -0/+4 | |