]> git.immae.eu Git - github/shaarli/Shaarli.git/history - tests/config/ConfigJsonTest.php
Compatibility with PHP 8
[github/shaarli/Shaarli.git] / tests / config / ConfigJsonTest.php
2020-09-29  ArthurHoaroCompatibility with PHP 8
2020-09-29  ArthurHoaroCompatibility with PHPUnit 9
2020-09-29  ArthurHoaroMerge pull request #1572 from ArthurHoaro/feature/php8
2020-09-27  ArthurHoaroConvert legacy PHPUnit @expected* to new ->expect* 1572/head
2020-09-26  ArthurHoaroComply with PHPUnit V8: setup/teardown functions must...
2020-01-18  ArthurHoaroStore bookmarks as PHP objects and add a service layer...
2020-01-18  ArthurHoaroAdd and update unit test for the new system (Bookmark... 1307/head
2019-02-09  ArthurHoaroMerge pull request #1182 from ArthurHoaro/feature/sessi...
2019-01-18  Aurélien TamisierMerge pull request #1248 from virtualtam/refactor/names...
2019-01-12  VirtualTamOptimize and cleanup imports 1248/head
2019-01-12  VirtualTamnamespacing: \Shaarli\Exceptions\IOException
2017-03-22  ArthurHoaroMerge pull request #828 from ArthurHoaro/project/master...
2017-03-22  ArthurHoaroMerge pull request #798 from ArthurHoaro/feature/compos...
2017-03-22  ArthurHoaroMerge pull request #816 from ArthurHoaro/project/master...
2017-03-21  VirtualTamMerge pull request #826 from virtualtam/readme/badges
2017-03-21  ArthurHoaroMerge pull request #804 from ArthurHoaro/feature/atom...
2017-03-21  ArthurHoaroMerge pull request #817 from ArthurHoaro/feature/json...
2017-03-12  ArthurHoaroProper error if the conf file is invalid instead of... 817/head
2017-03-04  VirtualTamMerge pull request #788 from virtualtam/application...
2017-03-04  VirtualTamapplication: introduce the Shaarli\Config namespace 788/head
2016-10-20  VirtualTamMerge pull request #665 from ArthurHoaro/fix/feed-hashtags
2016-10-20  VirtualTamMerge pull request #671 from ArthurHoaro/cleanup-code
2016-10-20  ArthurHoaroMinor code cleanup: PHPDoc, spelling, unused variables... 671/head
2016-07-09  ArthurMerge pull request #558 from ArthurHoaro/hashtag4
2016-07-09  ArthurMerge pull request #570 from ArthurHoaro/config-manager
2016-06-20  ArthurHoaroAdd closing PHP tags to JSON config files 570/head
2016-06-11  ArthurHoaroRename configuration key for better sections
2016-06-11  ArthurHoaroRename configuration keys and fix GLOBALS in templates
2016-06-11  ArthurHoaroAdds ConfigJson which handle the configuration in JSON...