summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-28[ci skip] Add changelog entry for PR #5890Andrey Andreev1-0/+1
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] Add changelog entry for PR #5882Andrey Andreev1-0/+1
2020-01-28[ci skip] Merge pull request #5882 from adevesa/webp-permissionAndrey Andreev1-2/+2
image/webp upload type
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-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 #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-15Link to OpenSUSE client repository by Moritz WilhelmyFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-12-07Update NEWS3.4.3Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-12-07ExceptionHandler: Fix null object array access errorFlorian Pritz2-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-06Update NEWS3.4.2Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-12-06Fix deprecated array access syntax with {}Florian Pritz2-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 #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-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 #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
2019-10-21[ci skip] Fix #5857Andrey Andreev2-0/+5
2019-10-21[ci skip] Merge pull request #5855 from galdiolo/patch-16Andrey Andreev1-1/+1
fix static variable name in Cache redis driver
2019-10-10fix static field nameClaudio Galdiolo1-1/+1
field with name $_delete_name already defined, use $_sRemove_name
2019-10-08[ci skip] Merge pull request #5849 from Lablnet/patch-1Andrey Andreev1-0/+1
Added Infinix manufacture in user_agents.php
2019-10-08[ci skip] Fix #5847Andrey Andreev1-1/+1
2019-10-08Merge pull request #5842 from sapics/chore/fix-indentAndrey Andreev14-35/+46
Fix indentation / clear whitespace
2019-10-08[ci skip] Add upgrade instructions for user_agents.phpAndrey Andreev1-0/+6
2019-10-08[ci skip] Merge pull request #5851 from ossamamehmood/patch-1Andrey Andreev1-0/+4
Fix for #5711 and added two more models
2019-10-08[ci skip] Add changelog entry for PR #5832Andrey Andreev1-0/+4
2019-10-08Merge pull request #5832 from gxgpet/developAndrey Andreev1-3/+14
Improve create_captcha()'s logging Conflicts resolved: system/helpers/captcha_helper.php
2019-10-08[ci skip] Fix #5840Andrey Andreev2-5/+23
2019-10-08Merge pull request #5839 from sapics/travis/php5.3Andrey Andreev1-9/+35
Update Ubuntu version from Precise to Trusty on Travis with PHP5.3 support
2019-09-27Update NEWS3.4.1Florian Pritz1-0/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-09-27upload_history_thumbnails: Remove broken PDF thumbnailsFlorian Pritz1-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-27Merge tag '3.1.11' of git://github.com/bcit-ci/CodeIgniter into devFlorian Pritz26-143/+206
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-09-22Move php5.3 test on Precise distributionsapics1-1/+23
PHP5.3 is not supported on Trusty in travis. https://docs.travis-ci.com/user/reference/trusty#php-images
2019-09-22Replace master to nightly on Travissapics1-3/+3
From the reference of the travis, nightly is the recommended one. https://docs.travis-ci.com/user/languages/php/ It also updates built version. `master`: version 8.0.0-dev (built: Feb 11 2019 07:59:12) `nightly`: version 8.0.0-dev (built: Sep 3 2019 09:50:37)
2019-09-22Replace hhvm to hhvm-3.30 on Travissapics1-4/+4
Composer is not support hhvm any more, thus, composer cause error in hhvm-4.x. hhvm-3.30 is the last php support version as https://hhvm.com/blog/2018/12/17/hhvm-3.30.html
2019-09-22Add PHP 7.4snapshot tests on Travissapics1-0/+4
2019-09-22Update Ubuntu from Precise to Trusty on Travissapics1-1/+1
2019-09-22[ci skip] Add changelog for #5834Andrey Andreev1-1/+5
2019-09-22Merge pull request #5834 from najdanovicivan/qb-count-having-fixAndrey Andreev1-1/+1
Fix count_all_result if QB query contains HAVING clause
2019-09-22Merge pull request #5837 from sapics/travis/fix-warningAndrey Andreev1-1/+1
Fix deprecation warning on Travis
2019-09-19[ci skip] Begin 3.1.12-devAndrey Andreev6-5/+27
2019-09-19[ci skip] 3.1.11 releaseAndrey Andreev516-43604/+140184
2019-09-19[ci skip] Fix changelog links to session libraryAndrey Andreev1-6/+6
2019-09-18[ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵Andrey Andreev2-1/+13
similarly to PR #5816 (also add changelog entry)
2019-09-18[ci skip] Merge pull request #5831 from DeanWunder/patch-1Andrey Andreev1-1/+1
Fixed HTML type attribute for input field in tutorial
2019-09-18Merge pull request #5835 from dangereyes88/developProject lead, CodeIgniter1-1/+1
Update typography.rst