Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-12 | Fix tabs | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-09 | Test if cache file is writable before unlink it | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-08-22 | [ci skip] Drop a dead return statement | Andrey Andreev | 1 | -1/+0 | |
2018-08-22 | [ci skip] Add exceptions for 2 error cases in FV set_rules() | Andrey Andreev | 1 | -1/+2 | |
2018-06-26 | Using `isset`. | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-22 | Using null comparison instead of isset(). | tianhe1986 | 1 | -6/+4 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2018-06-15 | [ci skip] Fix #5526 | Andrey Andreev | 1 | -1/+1 | |
2018-06-12 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -1/+99 | |
Conflicts resolved: system/core/CodeIgniter.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-06-12 | [ci skip] Mark the start of 3.1.10 development | Andrey Andreev | 1 | -1/+1 | |
2018-06-12 | [ci skip] Prepare 3.1.9 release | Andrey Andreev | 6 | -1/+99 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 2 | -3/+15 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-12 | [ci skip] Correct an erroneous variable name from PR #5510 | Andrey Andreev | 1 | -1/+1 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 2 | -3/+15 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-11 | Fixing codestyle | John de Kroon | 2 | -3/+3 | |
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-25 | Only use the output of idn_to_ascii() if it worked properly | John de Kroon | 2 | -3/+15 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 163 | -354/+354 | |
2018-05-01 | [ci skip] Close #5487 | Andrey Andreev | 1 | -1/+1 | |
2018-04-24 | [ci skip] Close #5479 | Andrey Andreev | 1 | -3/+3 | |
2018-04-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
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-04-23 | [ci skip] Merge pull request #5471 from toonitw/patch-1 | Andrey Andreev | 2 | -3/+3 | |
The value of limit can be zero | |||||
2018-04-23 | [ci skip] Merge pull request #5471 from toonitw/patch-1 | Andrey Andreev | 2 | -3/+3 | |
The value of limit can be zero | |||||
2018-04-18 | Remove the extra parentheses | Jehong Ahn | 2 | -2/+2 | |
2018-04-14 | Merge pull request #5464 from ytetsuro/fix/#5462/like-before-bug | Andrey Andreev | 1 | -1/+1 | |
Fixed issue #5462 Query Builder LIKE BEFORE doesnt work | |||||
2018-04-13 | Fix #5448 | Andrey Andreev | 1 | -1/+1 | |
2018-04-12 | qb_limit can be zero | Jehong Ahn | 2 | -3/+3 | |
2018-04-03 | fix: It does not work properly when like is before | ytetsuro | 1 | -1/+1 | |
2018-03-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -32/+61 | |
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 | 1 | -1/+1 | |
2018-03-22 | [ci skip] Prepare 3.1.8 release | Andrey Andreev | 1 | -1/+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 | 1 | -1/+14 | |
2018-03-10 | [ci skip] Fix #5420 | Andrey Andreev | 1 | -2/+10 | |
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-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 | 1 | -1/+1 | |
2018-02-28 | [ci skip] Fix 5423 | Andrey Andreev | 1 | -4/+3 | |
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 | 1 | -1/+10 | |
dynamic_output filename) | |||||
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 |