Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-16 | Fix grammar mistakes in cli.rst | Manuel Figueroa | 1 | -2/+2 | |
2018-08-15 | Update changelog.rst | Achraf Almouloudi | 1 | -1/+1 | |
2018-08-13 | Merge pull request #5566 from achraf52/patch-1 | Lonnie Ezell | 1 | -2/+2 | |
Fixed typo in Encryption documentation | |||||
2018-08-13 | Update encryption.rst | Achraf Almouloudi | 1 | -2/+2 | |
2018-08-07 | fix #5545 | Michiel Vugteveen | 5 | -6/+8 | |
2018-07-26 | More on #5542 | Andrey Andreev | 1 | -1/+1 | |
2018-07-22 | [ci skip] Fix #5542 | Andrey Andreev | 3 | -2/+3 | |
2018-07-22 | [ci skip] Add changelog entry for PR #5531 | Andrey Andreev | 1 | -0/+1 | |
2018-07-22 | Merge pull request #5531 from tianhe1986/develop_input_array_notation | Andrey Andreev | 2 | -6/+38 | |
Input: considering nested array keys in `get_post` and `post_get` | |||||
2018-06-26 | Using `isset`. | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-22 | Adding unit test. | tianhe1986 | 1 | -0/+34 | |
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 | 2 | -4/+5 | |
2018-06-15 | [ci skip] Fix #5526 | Andrey Andreev | 2 | -1/+4 | |
2018-06-12 | Merge branch '3.1-stable' into develop | Andrey Andreev | 11 | -3/+133 | |
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 | 6 | -4/+25 | |
2018-06-12 | Merge branch '3.1-stable' | Andrey Andreev | 226 | -633/+958 | |
2018-06-12 | [ci skip] Prepare 3.1.9 release | Andrey Andreev | 9 | -5/+104 | |
2018-06-12 | [ci skip] Add a changelog entry for PR #5510 | Andrey Andreev | 1 | -0/+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-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-04 | [ci skip] Update upgrade instructions for PR #5512 | Andrey Andreev | 1 | -0/+7 | |
2018-06-04 | [ci skip] Merge pull request #5512 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
mimes.php: 7z file types changes | |||||
2018-06-04 | [ci skip] Merge pull request #5512 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
mimes.php: 7z file types changes | |||||
2018-06-01 | Adding 7zip extension to mimes.php | George Petculescu | 1 | -0/+1 | |
Adding 7zip extension back as BC safety measure | |||||
2018-06-01 | [ci skip] Close #5482 | Andrey Andreev | 3 | -11/+25 | |
2018-06-01 | [ci skip] Add changelog entry for #5516 | Andrey Andreev | 1 | -0/+1 | |
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-06-01 | [ci skip] Merge pull request #5503 from mehdibo/http-to-https | Andrey Andreev | 207 | -463/+463 | |
http:// to https:// | |||||
2018-06-01 | [ci skip] Merge pull request #5491 from jim-parry/niggly-sphinx-fix | Andrey Andreev | 1 | -1/+1 | |
Fix sphinx warning message | |||||
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-26 | 7zip mime type | George Petculescu | 1 | -1/+1 | |
renaming 7zip to 7z extension and adding one more mime id to it | |||||
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 | 207 | -463/+463 | |
2018-05-02 | Fix sphinx warning message | Master Yoda | 1 | -1/+1 | |
2018-05-01 | [ci skip] Close #5487 | Andrey Andreev | 1 | -1/+1 | |
2018-04-24 | [ci skip] Close #5479 | Andrey Andreev | 2 | -3/+12 | |
2018-04-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -5/+17 | |
2018-04-24 | Fix test_like_set_side() unit test (dataProvider wasn't working) | Andrey Andreev | 1 | -2/+2 | |
2018-04-23 | [ci skip] Move changelog entry for PR #5391 from 3.1.8 to 3.1.9 | Andrey Andreev | 1 | -1/+4 | |
Apparently I forgot to cherry-pick the actual change into 3.1-stable | |||||
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] Add changelog entry for PR #5471 | Andrey Andreev | 1 | -0/+3 | |
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 | [ci skip] Add changelog entry for #5462 (PR #5464) | Andrey Andreev | 1 | -0/+1 | |
2018-04-14 | Merge pull request #5464 from ytetsuro/fix/#5462/like-before-bug | Andrey Andreev | 2 | -1/+24 | |
Fixed issue #5462 Query Builder LIKE BEFORE doesnt work |