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-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-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-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-19 | [ci skip] 3.1.11 release | Andrey Andreev | 516 | -43604/+140184 | |
2019-09-19 | [ci skip] Fix changelog links to session library | Andrey Andreev | 1 | -6/+6 | |
2019-09-18 | [ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵ | Andrey Andreev | 2 | -1/+13 | |
similarly to PR #5816 (also add changelog entry) | |||||
2019-09-18 | [ci skip] Merge pull request #5831 from DeanWunder/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed HTML type attribute for input field in tutorial | |||||
2019-09-18 | Merge pull request #5835 from dangereyes88/develop | Project lead, CodeIgniter | 1 | -1/+1 | |
Update typography.rst | |||||
2019-09-05 | [ci skip] Remove a few leftover trailing spaces from PR #5816 | Andrey Andreev | 1 | -5/+5 | |
2019-09-05 | [ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redis | Andrey Andreev | 1 | -7/+48 | |
Adapt to new version of php-redis | |||||
2019-09-05 | [ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-id | Andrey Andreev | 1 | -1/+1 | |
Alter php5_validate_id() | |||||
2019-08-13 | [ci skip] Add update mimes.php step to 3.1.11 upgrade instructions | Andrey Andreev | 1 | -0/+6 | |
2019-08-13 | [ci skip] Merge pull request #5815 from kamaslau/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Fix .aac file mime type | |||||
2019-08-13 | [ci skip] Merge pull request #5808 from harrysrevis/develop | Andrey Andreev | 1 | -6/+17 | |
Correct / Added characters | |||||
2019-08-02 | [ci skip] Fix a CSRF-related bug | Andrey Andreev | 2 | -0/+2 | |
2019-07-16 | Fix #5796 | Andrey Andreev | 4 | -3/+4 | |
2019-07-15 | [ci skip] Fix #5788 | Andrey Andreev | 2 | -1/+2 | |
2019-06-23 | [ci skip] Add changelog entry for PR #5783 | Andrey Andreev | 1 | -0/+1 | |
2019-06-23 | [ci skip] Merge pull request #5783 from gxgpet/develop | Andrey Andreev | 1 | -2/+4 | |
Session files driver to return the failure status code instead of Exception throwing | |||||
2019-06-19 | Fix #5774 | Andrey Andreev | 2 | -1/+2 | |
2019-06-19 | [ci skip] Add changelog entry for #5779, PR #5781 | Andrey Andreev | 1 | -0/+1 | |
2019-06-19 | [ci skip] Merge pull request #5781 from gxgpet/develop | Andrey Andreev | 1 | -2/+1 | |
Fixes php5_validate_id() method calling from Redis session driver | |||||
2019-06-14 | Update composer.lock | Florian Pritz | 1 | -6/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-06-14 | composer.json: Fix name of fileinfo PHP extension | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-06-14 | Update Gentoo overlay info link | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-06-02 | [ci skip] Merge pull request #5756 from bckcmo/develop | Andrey Andreev | 1 | -10/+8 | |
Fixed broken 'Send a pull request' link and added links to official G… | |||||
2019-06-02 | Close #5763 | Andrey Andreev | 1 | -0/+7 | |
2019-05-21 | Release 3.4.03.4.0 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-05-21 | Allow data URLs in CSP header | Florian Pritz | 2 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-05-15 | Update NEWS for 3.3.23.3.2 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-05-15 | Pygments: Skip lexers that do not have names | Florian Pritz | 2 | -0/+4 | |
With pygments 2.4.0 at least VBScript doesn't have a name and thus causes an exception when the first name should be used. We use the name to tell pygmentize which lexer to use so listing a lexer that doesn't have a name doesn't work and thus there is no point in showing it in the list. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-05-11 | [ci skip] Add changelog entry for #5753 | Andrey Andreev | 1 | -0/+2 | |
2019-05-11 | [ci skip] Merge pull request #5753 from exussum12/fixIncrRedis | Andrey Andreev | 1 | -2/+2 | |
Fix increment / decrement in redis | |||||
2019-05-11 | [ci skip] Merge pull request #5752 from exussum12/alternativeRedisFix | Andrey Andreev | 1 | -12/+3 | |
Alterntive redis fix | |||||
2019-05-10 | Update Cache_redis.php | Scott Dutton | 1 | -1/+1 | |
2019-05-10 | [ci skip] Fix #5755 | Andrey Andreev | 3 | -0/+11 | |
2019-05-10 | [ci skip] Add changelog entry for PR #5744 | Andrey Andreev | 1 | -0/+3 | |
2019-05-10 | Merge pull request #5744 from sharadrsoni/patch-1 | Andrey Andreev | 2 | -3/+3 | |
Adding support for proper CRLF | |||||
2019-05-08 | Fix increment / decrement | Scott Dutton | 1 | -3/+3 | |
also fixed a value incorrectly returned docblock says array but bool returned | |||||
2019-05-08 | Alterntive redis fix | Scott Dutton | 1 | -12/+3 | |
2019-04-23 | Merge pull request #5735 from om-mahato/develop | Instructor, BCIT | 1 | -1/+1 | |
Documentation on mobile devices issue filed | |||||
2019-04-23 | Merge pull request #5453 from popcorner/popcorner-toc | Instructor, BCIT | 1 | -13/+16 | |
[user guide] replace toggle() to fix the toc button |