]> git.immae.eu Git - github/shaarli/Shaarli.git/history - application/config/ConfigManager.php
Shaarli's translation
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
2017-10-22  ArthurHoaroShaarli's translation
2017-10-07  ArthurHoaroMerge pull request #987 from ArthurHoaro/hotfix/securit...
2017-10-06  VirtualTamMerge pull request #979 from ArthurHoaro/feature/assets...
2017-10-06  VirtualTamMerge pull request #980 from ArthurHoaro/hotfix/textare...
2017-10-06  VirtualTamMerge pull request #983 from bvberkum/pullrequest/shaar...
2017-10-03  VirtualTamMerge pull request #981 from mark-gerarts/default-note...
2017-10-01  Mark GerartsAllow setting of a default note title, see #963 981/head
2017-09-29  ArthurHoaroMerge pull request #947 from thewilli/wildcardsearch
2017-09-19  VirtualTamMerge pull request #909 from virtualtam/docker/test...
2017-09-18  VirtualTamMerge pull request #961 from thewilli/private-shaarli...
2017-09-03  Willi Eggelingadded option to redirect all anonymous users to login... 961/head
2017-09-02  ArthurHoaroMerge pull request #939 from ArthurHoaro/hotfix/firefox...
2017-09-01  ArthurHoaroMerge pull request #950 from thewilli/delete-fix
2017-09-01  ArthurHoaroMerge pull request #951 from thewilli/fix-daily
2017-08-27  VirtualTamMerge pull request #944 from thewilli/configure-rememberme
2017-08-27  Willi Eggelingnew setting: default value for 'remember me' checkbox 944/head
2017-08-27  VirtualTamMerge pull request #940 from ArthurHoaro/hotfix/empty...
2017-08-27  VirtualTamMerge pull request #942 from thewilli/fix-wiki-links
2017-08-26  Willi Eggelingmigrated Github wiki links to readthedocs 942/head
2017-05-31  ArthurHoaroMerge pull request #882 from ArthurHoaro/feature/edit...
2017-05-31  ArthurHoaroMerge pull request #880 from ArthurHoaro/hotfix/allowed...
2017-05-25  ArthurHoaroMerge pull request #841 from ArthurHoaro/feature/search...
2017-05-25  ArthurHoaroMerge pull request #881 from ArthurHoaro/feature/note...
2017-05-25  ArthurHoaroAdd a whitelist of protocols for URLs 880/head
2017-05-07  ArthurHoaroMerge pull request #856 from ArthurHoaro/api/delete...
2017-05-07  ArthurHoaroMerge pull request #840 from ArthurHoaro/api/putLink
2017-05-06  ArthurHoaroMerge pull request #855 from ArthurHoaro/theme/vintage...
2017-05-06  ArthurHoaroMerge pull request #764 from ArthurHoaro/feature/history
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  ArthurHoaroHistory mechanism
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-11  ArthurHoaroFixes #304: use atom feed as default 804/head
2017-03-09  ArthurHoaroMerge pull request #797 from ArthurHoaro/hotfix/font-git
2017-03-09  ArthurHoaroMerge pull request #794 from ArthurHoaro/hotfix/namespace
2017-03-09  ArthurHoaroMove config exception to dedicated classes with proper... 794/head
2017-03-04  VirtualTamMerge pull request #788 from virtualtam/application...
2017-03-04  VirtualTamapplication: introduce the Shaarli\Config namespace 788/head
2017-01-15  ArthurHoaroMerge pull request #727 from ArthurHoaro/api/getlinks
2017-01-06  ArthurMerge pull request #732 from ArthurHoaro/feature/theme...
2017-01-05  Knah TsaebChange templates set through administration UI
2017-01-04  ArthurMerge pull request #682 from ArthurHoaro/delete-button
2016-12-20  ArthurMerge pull request #666 from ArthurHoaro/slim-api
2016-12-15  ArthurHoaroREST API structure using Slim framework 666/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-11  ArthurHoaroRename configuration key for better sections
2016-06-11  ArthurHoaroConfigManager no longer uses singleton pattern
2016-06-11  ArthurHoaroRemove remaining settings initialization in index.php
2016-06-11  ArthurHoaroRename configuration keys and fix GLOBALS in templates
2016-06-11  ArthurHoaroAdds ConfigJson which handle the configuration in JSON...
2016-06-11  ArthurHoaroReplace $GLOBALS configuration with the configuration...
2016-06-11  ArthurHoaroIntroduce a configuration manager (not plugged yet)