summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22[ci skip] 3.1.8 releaseAndrey Andreev509-43422/+138540
2018-03-22[ci skip] Prepare 3.1.8 releaseAndrey Andreev4-5/+5
2018-03-20Merge tag 'ci-upstream/3.1.7' into devFlorian Pritz179-571/+615
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-03-15[ci skip] Merge pull request #5437 from MadGuyyy/developAndrey Andreev1-1/+1
Docs spelling fix: utlize -> utilize
2018-03-15[ci skip] Add a changelog entry for PR #5431Andrey Andreev1-0/+1
2018-03-15Merge pull request #5431 from CyberSecutor/developAndrey Andreev1-4/+6
Added parenthesis check around "document" elements and fixed non-existent document.window filter to window.document
2018-03-15[ci skip] Fix #5435Andrey Andreev2-1/+15
2018-03-10[ci skip] Fix #5420Andrey Andreev2-2/+11
2018-03-10[ci skip] Add changelog entry for #5434Andrey Andreev1-0/+1
2018-03-10[ci skip] Merge pull request #5434 from xims/patch-3Andrey Andreev1-1/+4
Update Image_lib to avoid setting file permissions when not needed
2018-02-28[ci skip] Fix #5425Andrey Andreev2-1/+2
2018-02-28[ci skip] Fix 5423Andrey Andreev2-4/+5
2018-02-12[ci skip] Fix rendering of literal 'http://' strings in the manualAndrey Andreev3-6/+6
2018-02-09Highlight .rs as rustFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-02-06Update NEWS3.0.2Florian Pritz1-0/+13
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-31[ci skip] Add changelog entry for PR #5391Andrey Andreev1-0/+4
2018-01-31Proper display of expiration duration for less than a dayHrvoje Hodak4-2/+73
2018-01-30Fix a QB bug where where(), having() treated values passed to them as ↵Andrey Andreev2-23/+29
arbitrary SQL
2018-01-27[ci skip] Apply the INTL_IDNA_VARIANT_UTS46 fix to ↵Andrey Andreev1-1/+1
CI_Email::_validate_email_for_shell()
2018-01-22[ci skip] If possible, always negotiate for TLS 1.0, TLS 1.1, TLS 1.2 for ↵Andrey Andreev2-2/+16
SMTP connections in CI_Email
2018-01-22Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclaredAndrey Andreev3-2/+8
The constant was introduced in PHP 5.4, and is documented that way, but it actually depends on PHP being linked to ICU 4.6+, while the minimum requirement for compilation is 4.0 ... When this happens on PHP 7.2, an E_DEPRECATED notice will be emitted; there's currently a discussion on php-internals to resolve that issue.
2018-01-21Remove database cache config from exampleFlorian Pritz1-4/+0
These settings do not work because the cache is never invalidated in the application. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-21composer: Add extension deps where easily possibleFlorian Pritz2-5/+14
mysql/psql is missing because composer can't do OR easily. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-21README: Document deps of testsuiteFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-21Put testsuite config in example database configFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-13[ci skip] Start 3.1.8-devAndrey Andreev6-4/+26
2018-01-13[ci skip] 3.1.7 releaseAndrey Andreev507-43380/+137997
2018-01-13[ci skip] Prepare 3.1.7 releaseAndrey Andreev4-5/+5
2018-01-12[ci skip] Add changelog entry for PR #5379Andrey Andreev1-0/+1
2018-01-12[ci skip] Merge pull request #5379 from tianhe1986/develop_session_memcachedAndrey Andreev1-0/+2
Fix of Session_memcached_driver::_get_lock
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev176-350/+350
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php
2018-01-05[ci skip] Add changelog entry for PR #5369Andrey Andreev1-0/+1
2018-01-05[ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcacheAndrey Andreev1-2/+12
Cache_memcached: setting initial value with increment/decrement when not exist
2018-01-01Ensure file does not exist when new one is added to DBFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-01Only update mtime when uploaded files already existFlorian Pritz1-6/+17
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-01Reduce bcrypt cost for testsuiteFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-01Use temporary directory for testsuite uploadsFlorian Pritz2-0/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-01-01Update composer.lockFlorian Pritz1-8/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-27Merge pull request #5367 from carusogabriel/clean-elsesAndrey Andreev8-45/+24
Clean elses
2017-12-26README: Add IRC channelFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-26Remove codeigniter readmeFlorian Pritz1-70/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-20Merge pull request #5354 from carusogabriel/refactoring-testsAndrey Andreev23-76/+75
Refactoring tests Conflicts resolved: tests/codeigniter/core/Utf8_test.php tests/codeigniter/database/query_builder/group_test.php tests/codeigniter/libraries/Form_validation_test.php
2017-12-20Prevent asciinema from being affected by file size limitFlorian Pritz1-8/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-09Highlight .pm as perlFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-02Fix DB settings for postgres which doesn't use utf8mb43.0.1Florian Pritz2-4/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-02NEWS: Release v3.0.03.0.0Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-02Update composer.lockFlorian Pritz1-26/+28
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-02composer.json: Replace codeigniter settings with oursFlorian Pritz1-12/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-02composer.json: Add missing , to fix syntax errorFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-02NEWS: Clarify wording regarding base_urlFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>