Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-10 | Add server protocol value variation | Achraf Almouloudi | 1 | -1/+1 | |
In some Apache servers running the HTTP/2 protocol, calling "$_SERVER['SERVER_PROTOCOL']" may return "HTTP/2.0" instead, thus causing CodeIgniter to (incorrectly) determine the output header protocol to use. This commit adds the different variation to fix that. | |||||
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 2 | -0/+19 | |
Adds a public trans_active function to determine transaction state | |||||
2020-01-28 | [ci skip] Merge pull request #5882 from adevesa/webp-permission | Andrey Andreev | 1 | -2/+2 | |
image/webp upload type | |||||
2020-01-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 7 | -8/+62 | |
Conflicts resolved: .travis.yml system/database/DB_query_builder.php system/helpers/captcha_helper.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Zip.php | |||||
2020-01-28 | [ci skip] Add comment about PR #5893 changes | Andrey Andreev | 1 | -1/+2 | |
2020-01-28 | Merge pull request #5893 from aitorres/develop | Lonnie Ezell | 1 | -2/+2 | |
ZIP Library Memory Optimization | |||||
2020-01-28 | Small tweak to `trans_active()` description | jerkob | 1 | -1/+1 | |
2020-01-28 | Update docs for `trans_active()` function` | jerkob | 1 | -5/+4 | |
Per code review, update documentation from the proposed `trans_depth()` function to the replacement `trans_active()` function. | |||||
2020-01-28 | Replace `trans_depth()` with `trans_active()` | jerkob | 1 | -4/+4 | |
Per code review, replace `trans_depth()` function that returns the protected `_trans_depth` property with a `trans_active()` function that returns a boolean indicating whether a transaction is currently active. | |||||
2020-01-28 | Update Upload.php | Devesa Agustín | 1 | -1/+2 | |
2020-01-27 | Merge pull request #5893 from aitorres/develop | Lonnie Ezell | 1 | -2/+2 | |
ZIP Library Memory Optimization | |||||
2020-01-27 | optimize memory allocation on zip library | Andrés Ignacio Torres | 1 | -2/+2 | |
Signed-off-by: Andrés Ignacio Torres <andresitorresm@gmail.com> | |||||
2020-01-27 | [ci skip] Merge pull request #5891 from franciscollanquipichun/develop | Andrey Andreev | 49 | -56/+56 | |
Inserted required attribute `lang` in html tags | |||||
2020-01-27 | [ci skip] Add changelog entry for PR #5881 | Andrey Andreev | 1 | -0/+1 | |
2020-01-27 | [ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 2 | -2/+2 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
2020-01-27 | [ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 2 | -2/+2 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
2020-01-27 | [ci skip] Merge pull request #5885 from etrianag/develop | Andrey Andreev | 1 | -2/+2 | |
Update documentation for method parse_string | |||||
2020-01-27 | [ci skip] Merge pull request #5885 from etrianag/develop | Andrey Andreev | 1 | -2/+2 | |
Update documentation for method parse_string | |||||
2020-01-27 | [ci skip] Add changelog entry for issue #5879 | Andrey Andreev | 1 | -0/+1 | |
2020-01-27 | [ci skip] Fix #5879 | Andrey Andreev | 1 | -3/+3 | |
2020-01-27 | [ci skip] Fix #5879 | Andrey Andreev | 1 | -3/+3 | |
2020-01-27 | Remove parameter type from Description. | etrianag | 1 | -1/+1 | |
2020-01-27 | [ci skip] Add changelog for PR #5883 | Andrey Andreev | 1 | -0/+1 | |
2020-01-27 | [ci skip] Merge pull request #5883 from adevesa/image_lib-webp | Andrey Andreev | 2 | -0/+27 | |
image/webp for Image lib | |||||
2020-01-25 | inserted required attribute in html tags in documentation | Francisco Javier Llanquipichun Garcia | 6 | -14/+14 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2020-01-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 43 | -43/+43 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2020-01-24 | Add documentation for trans_depth function | jerkob | 1 | -0/+8 | |
2020-01-24 | Add a trans_depth function | jerkob | 1 | -0/+12 | |
Enables retrieval of the current _trans_depth | |||||
2020-01-23 | added FULL OUTER join option to documentation | Christian Mohr | 1 | -1/+1 | |
2020-01-14 | Update mimes.php | Devesa Agustín | 1 | -4/+3 | |
2020-01-14 | Revert "Delete mimes.php" | Devesa Agustín | 1 | -0/+185 | |
This reverts commit 30e6bab491f3870d46af5f22432d829f083c3bd8. | |||||
2020-01-14 | Delete mimes.php | Devesa Agustín | 1 | -185/+0 | |
2020-01-14 | Update Upload.php | Devesa Agustín | 1 | -1/+1 | |
2020-01-14 | Update mimes.php | Devesa Agustín | 1 | -3/+3 | |
2020-01-13 | Update documentation for method parse_string | etrianag | 1 | -2/+2 | |
Fix description of parameter $template in method parse_string. | |||||
2020-01-08 | Update Image_lib.php | Devesa Agustín | 1 | -9/+21 | |
2020-01-08 | Update imglib_lang.php | Devesa Agustín | 1 | -0/+1 | |
2020-01-08 | Update Image_lib.php | Devesa Agustín | 1 | -19/+33 | |
2020-01-08 | Merge pull request #1 from adevesa/develop | Devesa Agustín | 1 | -3/+4 | |
change appliation/config.php for webp mime | |||||
2020-01-08 | change appliation/config.php for webp mime | Devesa Agustín | 1 | -3/+4 | |
2020-01-08 | Change Upload.php for image/webp | Devesa Agustín | 1 | -3/+2 | |
2020-01-02 | Added FULL [OUTER] JOIN to CI_DB_query_builder | Christian Mohr | 1 | -1/+1 | |
2019-11-25 | [ci skip] Add changelog entry for PR #5856 | Andrey Andreev | 1 | -0/+1 | |
2019-11-25 | [ci skip] Merge pull request #5856 from ↵ | Andrey Andreev | 3 | -4/+50 | |
ytetsuro/fix/oracle12.1-support-auto-increment Enhancement oracle dbforge, auto_increment can be used when using oracle 12.1. | |||||
2019-11-25 | [ci skip] Merge pull request #5856 from ↵ | Andrey Andreev | 3 | -4/+50 | |
ytetsuro/fix/oracle12.1-support-auto-increment Enhancement oracle dbforge, auto_increment can be used when using oracle 12.1. | |||||
2019-11-01 | [ci skip] Add changelog entry for #5861 | Andrey Andreev | 1 | -0/+1 | |
2019-11-01 | [ci skip] Merge pull request #5861 from nebkat/patch-1 | Andrey Andreev | 1 | -1/+1 | |
cache: redis: Check version of redis not phpredis | |||||
2019-11-01 | [ci skip] Merge pull request #5861 from nebkat/patch-1 | Andrey Andreev | 1 | -1/+1 | |
cache: redis: Check version of redis not phpredis | |||||
2019-11-01 | [ci skip] Merge pull request #5859 from indrakaw/gitattributes | Andrey Andreev | 1 | -0/+3 | |
Exclude user_guide directory from composer installation by GitAttributes. This would allow Composer users to use --prefer-dist in order to avoid downloading the entire user guide | |||||
2019-11-01 | [ci skip] Merge pull request #5859 from indrakaw/gitattributes | Andrey Andreev | 1 | -0/+3 | |
Exclude user_guide directory from composer installation by GitAttributes. This would allow Composer users to use --prefer-dist in order to avoid downloading the entire user guide |