Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-16 | Fix error in pdo/pgsql for php8.0 | sapics | 2 | -1/+9 | |
From PHP8.0, default PDO::ATTR_ERRMODE is changed from PDO::ERRMODE_SILENT to PDO::ERRMODE_EXCEPTION. Reference: https://wiki.php.net/rfc/pdo_default_errmode | |||||
2021-01-16 | Fix error in core/Output.php for php8.0 | sapics | 1 | -2/+6 | |
Fix error in array_shift array_map('array_shift', $this->headers) causes error as array_shift(): Argument bcit-ci#1 ($array) must be passed by reference, value given | |||||
2021-01-05 | [ci skip] Close #5973 | Andrey Andreev | 1 | -1/+1 | |
2021-01-05 | [ci skip] Add TLS support for Session library Redis connection strings ↵ | Andrey Andreev | 1 | -1/+1 | |
(related: issue #5982, PR #5983) | |||||
2020-07-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -16/+7 | |
2020-07-09 | [ci skip] Correct fix for #5906 | Andrey Andreev | 1 | -1/+1 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 145 | -153/+153 | |
Fix user guide url | |||||
2020-06-24 | Fix user guide url | sapics | 135 | -140/+140 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2020-04-02 | Fixed issue with creating a resource from png using Image_lib | Diego | 1 | -2/+3 | |
2020-03-30 | [ci skip] Merge pull request #5895 from joshkel/pdo-db-close | Andrey Andreev | 1 | -0/+13 | |
Fix database connection leak when closing PDO connection | |||||
2020-03-30 | [ci skip] Merge pull request #5895 from joshkel/pdo-db-close | Andrey Andreev | 1 | -0/+13 | |
Fix database connection leak when closing PDO connection | |||||
2020-03-30 | [ci skip] Merge pull request #5903 from achraf52/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Add HTTP/2.0 server protocol value variation | |||||
2020-03-30 | [ci skip] Fix #5906 | Andrey Andreev | 1 | -12/+3 | |
2020-02-11 | [ci skip] Fix #5901 | Andrey Andreev | 2 | -4/+4 | |
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 | 1 | -0/+12 | |
Adds a public trans_active function to determine transaction state | |||||
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 1 | -0/+12 | |
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 | [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 | 4 | -6/+40 | |
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 | Fix database connection leak when closing PDO connection | Josh Kelley | 1 | -0/+13 | |
We discovered a resource leak (database connection leak) in our application's test suite. We investigated and discovered that, although the test suite was calling `CI_DB_driver::close()` after each test, the `result_id` member variable still maintained an internal reference to the database connection, which kept the connection from being closed. This is using pdo_sqlsrv; I have not tested other PDO drivers. Signed-off-by: Josh Kelley <joshkel@gmail.com> | |||||
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 | 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 | 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 | 26 | -26/+26 | |
Inserted required attribute `lang` in html tags | |||||
2020-01-27 | [ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 1 | -1/+1 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
2020-01-27 | [ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 1 | -1/+1 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
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-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 26 | -26/+26 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2020-01-24 | Add a trans_depth function | jerkob | 1 | -0/+12 | |
Enables retrieval of the current _trans_depth | |||||
2020-01-14 | Update Upload.php | Devesa Agustín | 1 | -1/+1 | |
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 | 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] 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] Merge pull request #5861 from nebkat/patch-1 | Andrey Andreev | 1 | -1/+1 | |
cache: redis: Check version of redis not phpredis | |||||
2019-10-28 | feat: Modified to useable auto increment. | ytetsuro | 1 | -1/+25 | |
2019-10-28 | fix: Fixed a bug that could not get the version number when first call. | ytetsuro | 1 | -2/+2 | |
2019-10-21 | cache: redis: Check version of redis not phpredis | Nebojsa Cvetkovic | 1 | -1/+1 | |
PhpRedis is installed as redis. Change matches the check in the Redis session driver. | |||||
2019-10-21 | [ci skip] Fix #5857 | Andrey Andreev | 1 | -0/+4 | |
2019-10-14 | feat: support auto_increment for orace 12.1 | ytetsuro | 1 | -1/+23 | |
2019-10-10 | fix static field name | Claudio Galdiolo | 1 | -1/+1 | |
field with name $_delete_name already defined, use $_sRemove_name | |||||
2019-10-08 | Merge pull request #5842 from sapics/chore/fix-indent | Andrey Andreev | 10 | -28/+28 | |
Fix indentation / clear whitespace |