From: Nicolas Lœuillet Date: Wed, 1 Mar 2017 12:32:46 +0000 (+0100) Subject: Merge pull request #2926 from qtheuret/master X-Git-Tag: 2.2.2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=71460a8ba56daf74b7e069b25590f3b5e71ce7ce;hp=3529ce35e43f08ec03be63beeea81406396c686c;p=github%2Fwallabag%2Fwallabag.git Merge pull request #2926 from qtheuret/master Add activation of 'rewrite' mod of Apache --- diff --git a/.travis.yml b/.travis.yml index 8c8093bf..29ca7dc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,6 @@ matrix: - php: 7.0 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite allow_failures: - - php: 7.1 - php: nightly # exclude v1 branches diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml index 744031e8..1203e159 100644 --- a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml @@ -1,4 +1,4 @@ -# settings_changed: Configuration updated +settings_changed: Konfiguracja zaktualizowana download_pictures: Pobierz obrazy na swój serwer carrot: Włącz udostępnianie dla Carrot diaspora_url: Adres URL Diaspora, jeżeli usługa jest włączona @@ -24,12 +24,12 @@ entry: "artykuł" export: "eksport" import: "import" misc: "różne" -modify_settings: "zatwierdz" +modify_settings: "zatwierdź" piwik_host: Host twojej strony Piwik (bez http:// lub https://) piwik_site_id: ID twojej strony Piwik piwik_enabled: Włacz Piwik demo_mode_enabled: "Włacz tryb demo? (używany wyłącznie dla publicznej demonstracji Wallabag)" demo_mode_username: "Użytkownik Demonstracyjny" share_public: Zezwalaj na publiczny adres url dla wpisow -# download_images_enabled: Download images locally -# restricted_access: Enable authentication for websites with paywall +download_images_enabled: Pobierz obrazy lokalnie +restricted_access: Włącz autoryzację dla stron z paywallem diff --git a/composer.json b/composer.json index b919f446..c43d2dcf 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "jms/serializer-bundle": "~1.1", "nelmio/api-doc-bundle": "~2.7", "mgargano/simplehtmldom": "~1.5", - "tecnickcom/tc-lib-pdf": "dev-master", + "wallabag/tcpdf": "^6.2", "simplepie/simplepie": "~1.3.1", "willdurand/hateoas-bundle": "~1.0", "htmlawed/htmlawed": "~1.1.19",