Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-19 | Reclassify various exceptions as UserInputException | Florian Pritz | 5 | -15/+16 | |
These are errors that a user can correct themselves so we should classify them accordingly. That way they get the correct HTTP status code and they also get ignored by the logging code. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-04-19 | Log HTTP 500 PublicApiException to error log | Florian Pritz | 2 | -0/+4 | |
These return a 500 HTTP error code and when using a CLI download tool, you might not see the returned HTML error message. To make debugging easier we also log them to the error log. Some extending exceptions also return different error codes (e.g. UserInputException) so we filter these by only logging if the return code is 500. If a user/admin sees that code they likely expect a log entry. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-03-30 | [ci skip] Update upgrade instructions for 3.1.12 | Andrey Andreev | 1 | -0/+6 | |
2020-03-30 | [ci skip] Merge pull request #5918 from wobility/patch-1 | Andrey Andreev | 1 | -0/+2 | |
Update with heic format | |||||
2020-03-30 | [ci skip] Add changelog entry for PR #5895 | Andrey Andreev | 1 | -0/+1 | |
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 #5907 from pkarunyu/develop | Andrey Andreev | 1 | -2/+2 | |
Fixed double spacing in mimes.php | |||||
2020-03-30 | [ci skip] Add changelog entry for #5903 | Andrey Andreev | 1 | -0/+1 | |
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 | 2 | -12/+4 | |
2020-02-11 | [ci skip] Fix #5901 | Andrey Andreev | 3 | -4/+5 | |
2020-02-09 | Fix error when repasting non-existent ID | Florian Pritz | 1 | -4/+5 | |
We shouldn't treat a possibly boolean value as an array (`$filedata["data_id"]`). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-28 | [ci skip] Docs spaces-to-tabs correction | Andrey Andreev | 1 | -2/+2 | |
2020-01-28 | [ci skip] Add changelog entry for PR #5890 | Andrey Andreev | 1 | -0/+1 | |
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] Add changelog entry for PR #5882 | Andrey Andreev | 1 | -0/+1 | |
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] 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-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 #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-15 | Link to OpenSUSE client repository by Moritz Wilhelmy | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-12-07 | Update NEWS3.4.3 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-12-07 | ExceptionHandler: Fix null object array access error | Florian Pritz | 2 | -1/+2 | |
Not sure why, but this only started to happen with php 7.4. Should be fixed anyways so I didn't investigate further. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-12-06 | Update NEWS3.4.2 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-12-06 | Fix deprecated array access syntax with {} | Florian Pritz | 2 | -1/+2 | |
This leads to a deprecation warning as of php 7.4. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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-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 #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-10-21 | [ci skip] Fix #5857 | Andrey Andreev | 2 | -0/+5 | |
2019-10-21 | [ci skip] Merge pull request #5855 from galdiolo/patch-16 | Andrey Andreev | 1 | -1/+1 | |
fix static variable name in Cache redis driver | |||||
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 | [ci skip] Merge pull request #5849 from Lablnet/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added Infinix manufacture in user_agents.php | |||||
2019-10-08 | [ci skip] Fix #5847 | Andrey Andreev | 1 | -1/+1 | |
2019-10-08 | Merge pull request #5842 from sapics/chore/fix-indent | Andrey Andreev | 14 | -35/+46 | |
Fix indentation / clear whitespace | |||||
2019-10-08 | [ci skip] Add upgrade instructions for user_agents.php | Andrey Andreev | 1 | -0/+6 | |
2019-10-08 | [ci skip] Merge pull request #5851 from ossamamehmood/patch-1 | Andrey Andreev | 1 | -0/+4 | |
Fix for #5711 and added two more models | |||||
2019-10-08 | [ci skip] Add changelog entry for PR #5832 | Andrey Andreev | 1 | -0/+4 | |
2019-10-08 | Merge pull request #5832 from gxgpet/develop | Andrey Andreev | 1 | -3/+14 | |
Improve create_captcha()'s logging Conflicts resolved: system/helpers/captcha_helper.php | |||||
2019-10-08 | [ci skip] Fix #5840 | Andrey Andreev | 2 | -5/+23 | |
2019-10-08 | Merge pull request #5839 from sapics/travis/php5.3 | Andrey Andreev | 1 | -9/+35 | |
Update Ubuntu version from Precise to Trusty on Travis with PHP5.3 support | |||||
2019-09-27 | Update NEWS3.4.1 | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-09-27 | upload_history_thumbnails: Remove broken PDF thumbnails | Florian Pritz | 1 | -1/+0 | |
PDF thumbnail support has been removed by 98f7c65dddf0667f1a0462e08be9e6273ce658fb, but this has been left. The thumbnails are not generated so the images show up empty. Fix it by simply not listing them in the first place. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-09-27 | Merge tag '3.1.11' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 26 | -143/+206 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-09-22 | Move php5.3 test on Precise distribution | sapics | 1 | -1/+23 | |
PHP5.3 is not supported on Trusty in travis. https://docs.travis-ci.com/user/reference/trusty#php-images |