summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-18style: add empty line.ytetsuro1-0/+2
2020-01-29fix too many connection for oracleytetsuro1-0/+8
2020-01-28[ci skip] Merge pull request #5890 from jerkob/developAndrey Andreev2-0/+19
Adds a public trans_active function to determine transaction state
2020-01-28[ci skip] Merge pull request #5882 from adevesa/webp-permissionAndrey Andreev1-2/+2
image/webp upload type
2020-01-28Merge branch '3.1-stable' into developAndrey Andreev7-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 changesAndrey Andreev1-1/+2
2020-01-28Merge pull request #5893 from aitorres/developLonnie Ezell1-2/+2
ZIP Library Memory Optimization
2020-01-28Small tweak to `trans_active()` descriptionjerkob1-1/+1
2020-01-28Update docs for `trans_active()` function`jerkob1-5/+4
Per code review, update documentation from the proposed `trans_depth()` function to the replacement `trans_active()` function.
2020-01-28Replace `trans_depth()` with `trans_active()`jerkob1-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-28Update Upload.phpDevesa Agustín1-1/+2
2020-01-27Merge pull request #5893 from aitorres/developLonnie Ezell1-2/+2
ZIP Library Memory Optimization
2020-01-27optimize memory allocation on zip libraryAndrés Ignacio Torres1-2/+2
Signed-off-by: Andrés Ignacio Torres <andresitorresm@gmail.com>
2020-01-27[ci skip] Merge pull request #5891 from franciscollanquipichun/developAndrey Andreev49-56/+56
Inserted required attribute `lang` in html tags
2020-01-27[ci skip] Add changelog entry for PR #5881Andrey Andreev1-0/+1
2020-01-27[ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_joinAndrey Andreev2-2/+2
Added FULL OUTER JOIN to QueryBuilder
2020-01-27[ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_joinAndrey Andreev2-2/+2
Added FULL OUTER JOIN to QueryBuilder
2020-01-27[ci skip] Merge pull request #5885 from etrianag/developAndrey Andreev1-2/+2
Update documentation for method parse_string
2020-01-27[ci skip] Merge pull request #5885 from etrianag/developAndrey Andreev1-2/+2
Update documentation for method parse_string
2020-01-27[ci skip] Add changelog entry for issue #5879Andrey Andreev1-0/+1
2020-01-27[ci skip] Fix #5879Andrey Andreev1-3/+3
2020-01-27[ci skip] Fix #5879Andrey Andreev1-3/+3
2020-01-27Remove parameter type from Description.etrianag1-1/+1
2020-01-27[ci skip] Add changelog for PR #5883Andrey Andreev1-0/+1
2020-01-27[ci skip] Merge pull request #5883 from adevesa/image_lib-webpAndrey Andreev2-0/+27
image/webp for Image lib
2020-01-25inserted required attribute in html tags in documentationFrancisco Javier Llanquipichun Garcia6-14/+14
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia43-43/+43
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2020-01-24Add documentation for trans_depth functionjerkob1-0/+8
2020-01-24Add a trans_depth functionjerkob1-0/+12
Enables retrieval of the current _trans_depth
2020-01-23added FULL OUTER join option to documentationChristian Mohr1-1/+1
2020-01-14Update mimes.phpDevesa Agustín1-4/+3
2020-01-14Revert "Delete mimes.php"Devesa Agustín1-0/+185
This reverts commit 30e6bab491f3870d46af5f22432d829f083c3bd8.
2020-01-14Delete mimes.phpDevesa Agustín1-185/+0
2020-01-14Update Upload.phpDevesa Agustín1-1/+1
2020-01-14Update mimes.phpDevesa Agustín1-3/+3
2020-01-13Update documentation for method parse_stringetrianag1-2/+2
Fix description of parameter $template in method parse_string.
2020-01-08Update Image_lib.phpDevesa Agustín1-9/+21
2020-01-08Update imglib_lang.phpDevesa Agustín1-0/+1
2020-01-08Update Image_lib.phpDevesa Agustín1-19/+33
2020-01-08Merge pull request #1 from adevesa/developDevesa Agustín1-3/+4
change appliation/config.php for webp mime
2020-01-08change appliation/config.php for webp mimeDevesa Agustín1-3/+4
2020-01-08Change Upload.php for image/webpDevesa Agustín1-3/+2
2020-01-02Added FULL [OUTER] JOIN to CI_DB_query_builderChristian Mohr1-1/+1
2019-11-25[ci skip] Add changelog entry for PR #5856Andrey Andreev1-0/+1
2019-11-25[ci skip] Merge pull request #5856 from ↵Andrey Andreev3-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 Andreev3-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 #5861Andrey Andreev1-0/+1
2019-11-01[ci skip] Merge pull request #5861 from nebkat/patch-1Andrey Andreev1-1/+1
cache: redis: Check version of redis not phpredis
2019-11-01[ci skip] Merge pull request #5861 from nebkat/patch-1Andrey Andreev1-1/+1
cache: redis: Check version of redis not phpredis
2019-11-01[ci skip] Merge pull request #5859 from indrakaw/gitattributesAndrey Andreev1-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