]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2614 from wallabag/api-reload
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 22 Nov 2016 08:39:43 +0000 (09:39 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2016 08:39:43 +0000 (09:39 +0100)
Add ability to reload entry from API

CHANGELOG.md
app/config/config.yml
app/config/parameters.yml.dist
composer.json
docs/de/user/parameters.rst
docs/en/user/parameters.rst
docs/fr/user/parameters.rst
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig

index de523f911cdb2541ae28b88147b7ec0743a2a33c..ad9164266a63bad81af3064a935abfb7feee126c 100644 (file)
@@ -1,5 +1,10 @@
 ## Changelog
 
+### 2.1.5 2016/11/21
+- [#2623](https://github.com/wallabag/wallabag/pull/2623) Force composer to run as PHP 5.5.9 (@j0k3r)
+- [#2608](https://github.com/wallabag/wallabag/pull/2608) Change version to 2.2.0-dev (@nicosomb)
+- [#2607](https://github.com/wallabag/wallabag/pull/2607) Updated changelog for 2.1.4 (@nicosomb)
+
 ### 2.1.4 2016/11/19
 - [#2604](https://github.com/wallabag/wallabag/pull/2604) wallabag can’t work on PostgreSQL <= 9.1 (@j0k3r)
 - [#2605](https://github.com/wallabag/wallabag/pull/2605) Add .travis.yml change to RELEASE_PROCESS (@j0k3r)
index 53c26beb5a3a60d5cc04164e1586308696ddb809..487e934bcd0ab1262ff748fc4c9780636e17b503 100644 (file)
@@ -30,7 +30,7 @@ framework:
     assets: ~
 
 wallabag_core:
-    version: 2.2.0-dev
+    version: 2.1.5
     paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
     languages:
         en: 'English'
@@ -218,7 +218,9 @@ fos_oauth_server:
     auth_code_class:     Wallabag\ApiBundle\Entity\AuthCode
     service:
         user_provider: fos_user.user_manager
-
+        options:
+            refresh_token_lifetime: 1209600
+                
 scheb_two_factor:
     trusted_computer:
         enabled: true
index 7a22cb9870fbe10faf13ff69062fca37a597ee61..f821f2a85c8e6513e5256a947737e0d219327c07 100644 (file)
@@ -55,3 +55,4 @@ parameters:
     redis_host: localhost
     redis_port: 6379
     redis_path: null
+    redis_password: null
index 6d7a7adf5d7b69c6a3e0bbe7f5136a925a39916c..1548d6ec60db32bfcd912380e426f4e51d844326 100644 (file)
@@ -89,7 +89,7 @@
         "doctrine/doctrine-fixtures-bundle": "~2.2",
         "doctrine/data-fixtures": "~1.1.1",
         "sensio/generator-bundle": "^3.0",
-        "phpunit/phpunit": "~5.0",
+        "phpunit/phpunit": "~4.0",
         "symfony/phpunit-bridge": "^3.0",
         "friendsofphp/php-cs-fixer": "~1.9",
         "m6web/redis-mock": "^2.0"
         "psr-4": { "Tests\\": "tests/" }
     },
     "config": {
-        "bin-dir": "bin"
+        "bin-dir": "bin",
+        "platform": {
+            "php": "5.5.9"
+        }
     },
     "minimum-stability": "dev",
     "prefer-stable": true
index a5a4e4f2a2cf9819dab3363154b07790491f5ca5..8d8f9206534f512ae9f26fad6f4b1b5923a2e4ae 100644 (file)
@@ -39,6 +39,7 @@ Wenn du nicht weißt, welchen Wert du setzen sollst, belasse es bei dem Standard
         redis_host: localhost
         redis_port: 6379
         redis_path: null
+        redis_password: null
 
 Bedeutung von jedem Parameter
 -----------------------------
@@ -91,3 +92,4 @@ Bedeutung von jedem Parameter
    "redis_host", "localhost", "IP oder Hostname des Zielservers (ignoriert bei Unix Schema)"
    "redis_port", "6379", "TCP/IP Port des Zielservers (ignoriert bei Unix Schema)"
    "redis_path", "null", "Pfad zur Unix Domain Socket Datei, wenn Redis Unix Domain Sockets nutzt"
+   "redis_password", "null", "Kennwort, welches in der Redis-Server-Konfiguration definiert ist (Parameter `requirepass` in `redis.conf`)"
index eb312f7ea79f0950a32bcd19345ff87a0771011d..d8a209e7376813588e0e40fefe1cf43b80c88289 100644 (file)
@@ -39,6 +39,7 @@ If you don't know which value you need to set, please leave the default one.
         redis_host: localhost
         redis_port: 6379
         redis_path: null
+        redis_password: null
 
 Meaning of each parameter
 -------------------------
@@ -92,3 +93,4 @@ Meaning of each parameter
    "redis_host", "localhost", "IP or hostname of the target server (ignored for unix scheme)"
    "redis_port", "6379", "TCP/IP port of the target server (ignored for unix scheme)"
    "redis_path", "null", "Path of the UNIX domain socket file used when connecting to Redis using UNIX domain sockets"
+   "redis_password", "null", "Password defined in the Redis server configuration (parameter `requirepass` in `redis.conf`)"
index d1c20ceb5e4281fe88f425107bcce6bbf77e537d..b2e33524611fd1f3f1267b657d1eb480e613dd34 100644 (file)
@@ -39,6 +39,7 @@ Si vous ne savez pas quelle valeur vous devez mettre, laissez celle par défaut.
         redis_host: localhost
         redis_port: 6379
         redis_path: null
+        redis_password: null
 
 Meaning of each parameter
 -------------------------
@@ -91,3 +92,4 @@ Meaning of each parameter
    "redis_host", "localhost", "IP ou hôte du serveur cible (ignoré pour un schéma unix)"
    "redis_port", "6379", "Port TCP/IP du serveur cible (ignoré pour un schéma unix)"
    "redis_path", "null", "Chemin du fichier de socket du domaine UNIX utilisé quand on se connecte à Redis en utilisant les sockets du domaine UNIX"
+   "redis_password", "null", "Mot de passe défini dans la configuration serveur de Redis (paramètre `requirepass` dans `redis.conf`)"
index 0036f45eea4e2a3bf75c008da768266b8c7a8050..0280bc182a754e58835f04ccdea6a4e5bf4a83df 100644 (file)
@@ -110,6 +110,7 @@ services:
                 host: '%redis_host%'
                 port: '%redis_port%'
                 path: '%redis_path%'
+                password: '%redis_password%'
 
     wallabag_core.exception_controller:
         class: Wallabag\CoreBundle\Controller\ExceptionController
index 38fc4ceb22fd367ad8415a7b14e8fe71edd0adb9..c124b7443b983f52cde1d9b3efbc0d7e6a4266f7 100644 (file)
@@ -61,7 +61,7 @@ config:
         save: 'Zapisz'
     form_settings:
         theme_label: 'Temat'
-        items_per_page_label: 'Ilość elementóœ na stronie'
+        items_per_page_label: 'Ilość elementów na stronie'
         language_label: 'Język'
         reading_speed:
             label: 'Prędkość czytania'
@@ -76,11 +76,11 @@ config:
             redirect_current_page: 'do bieżącej strony'
         pocket_consumer_key_label: 'Klucz klienta Pocket do importu zawartości'
         android_configuration: Skonfiguruj swoją androidową aplikację
-        # help_theme: "wallabag is customizable. You can choose your prefered theme here."
-        # help_items_per_page: "You can change the number of articles displayed on each page."
-        # help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article."
-        # help_language: "You can change the language of wallabag interface."
-        # help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account."
+        help_theme: "Dopasuj wallabag do swoich potrzeb. Tutaj możesz wybrać preferowany przez ciebie motyw."
+        help_items_per_page: "Możesz zmienić ilość artykułów wyświetlanych na każdej stronie."
+        help_reading_speed: "wallabag oblicza czas czytania każdego artykułu. Dzięki tej liście możesz określić swoje tempo. Wallabag przeliczy ponownie czas potrzebny, na przeczytanie każdego z artykułów."
+        help_language: "Możesz zmienić język interfejsu wallabag."
+        help_pocket_consumer_key: "Wymagane dla importu z Pocket. Możesz go stworzyć na swoim koncie Pocket."
     form_rss:
         description: 'Kanały RSS prowadzone przez wallabag pozwalają Ci na czytanie twoich zapisanych artykułów w twoium ulubionym czytniku RSS. Musisz najpierw wynegenerować tokena.‌'
         token_label: 'Token RSS'
@@ -98,7 +98,7 @@ config:
         name_label: 'Nazwa'
         email_label: 'Adres email'
         twoFactorAuthentication_label: 'Autoryzacja dwuetapowa'
-        # help_twoFactorAuthentication: "If you enable 2FA, each time you want to login to wallabag, you'll receive a code by email."
+        help_twoFactorAuthentication: "Jeżeli włączysz autoryzację dwuetapową. Za każdym razem, kiedy będziesz chciał się zalogować, dostaniesz kod na swój e-mail."
         delete:
             title: Usuń moje konto (niebezpieczna strefa !)
             description: Jeżeli usuniesz swoje konto, wszystkie twoje artykuły, tagi, adnotacje, oraz konto zostaną trwale usunięte (operacja jest NIEODWRACALNA). Następnie zostaniesz wylogowany.
@@ -112,7 +112,7 @@ config:
         entries: usuń WSZYTSTKIE wpisy
         confirm: Jesteś pewien? (tej operacji NIE MOŻNA cofnąć)
     form_password:
-        # description: "You can change your password here. Your new password should by at least 8 characters long."
+        description: "Tutaj możesz zmienić swoje hasło. Twoje nowe hasło powinno mieć conajmniej 8 znaków."
         old_password_label: 'Stare hasło'
         new_password_label: 'Nowe hasło'
         repeat_new_password_label: 'Powtórz nowe hasło'
@@ -162,7 +162,7 @@ entry:
         archived: 'Zarchiwizowane wpisy'
         filtered: 'Odfiltrowane wpisy'
         filtered_tags: 'Filtrowane po tagach:'
-        # filtered_search: 'Filtered by search:'
+        filtered_search: 'Filtrowanie po wyszukiwaniu:'
         untagged: 'Odtaguj wpisy'
     list:
         number_on_the_page: '{0} Nie ma wpisów.|{1} Jest jeden wpis.|]1,Inf[ Są %count% wpisy.'
@@ -186,7 +186,7 @@ entry:
         preview_picture_label: 'Posiada podgląd obrazu'
         preview_picture_help: 'Podgląd obrazu'
         language_label: 'Język'
-        # http_status_label: 'HTTP status'
+        http_status_label: 'Status HTTP'
         reading_time:
             label: 'Czas czytania w minutach'
             from: 'od'
@@ -229,7 +229,7 @@ entry:
         form_new:
             url_label: Url
     search:
-        # placeholder: 'What are you looking for?'
+        placeholder: 'Czego szukasz?'
     edit:
         page_title: 'Edytuj wpis'
         title_label: 'Tytuł'
index c8a303a651e1d33bf631ac6e539be6fad133b133..b7a48551531c1e52714396f971830956e4e4c8e3 100644 (file)
@@ -15,7 +15,7 @@
                         <li class="col l4 m6 s12">
                             <div class="card teal darken-1">
                                 <div class="card-content white-text">
-                                    <span class="card-title">{{ 'quickstart.configure.title'|trans }}</span>
+                                    <span class="card-title white-text">{{ 'quickstart.configure.title'|trans }}</span>
                                     <p>{{ 'quickstart.configure.description'|trans }}</p>
                                 </div>
                                 <div class="card-action">
@@ -31,7 +31,7 @@
                         <li class="col l4 m6 s12">
                             <div class="card green darken-1">
                                 <div class="card-content white-text">
-                                    <span class="card-title">{{ 'quickstart.first_steps.title'|trans }}</span>
+                                    <span class="card-title white-text">{{ 'quickstart.first_steps.title'|trans }}</span>
                                     <p>{{ 'quickstart.first_steps.description'|trans }}</p>
                                 </div>
                                 <div class="card-action">
@@ -46,7 +46,7 @@
                         <li class="col l4 m6 s12">
                             <div class="card light-green darken-1">
                                 <div class="card-content white-text">
-                                    <span class="card-title">{{ 'quickstart.migrate.title'|trans }}</span>
+                                    <span class="card-title white-text">{{ 'quickstart.migrate.title'|trans }}</span>
                                     <p>{{ 'quickstart.migrate.description'|trans }}</p>
                                 </div>
                                 <div class="card-action">
@@ -63,7 +63,7 @@
                         <li class="col l4 m6 s12">
                             <div class="card blue darken-1">
                                 <div class="card-content white-text">
-                                    <span class="card-title">{{ 'quickstart.developer.title'|trans }}</span>
+                                    <span class="card-title white-text">{{ 'quickstart.developer.title'|trans }}</span>
                                     <p>{{ 'quickstart.developer.description'|trans }}</p>
                                 </div>
                                 <div class="card-action">
@@ -79,7 +79,7 @@
                         <li class="col l4 m6 s12">
                             <div class="card light-blue darken-1">
                                 <div class="card-content white-text">
-                                    <span class="card-title">{{ 'quickstart.docs.title'|trans }}</span>
+                                    <span class="card-title white-text">{{ 'quickstart.docs.title'|trans }}</span>
                                     <p>{{ 'quickstart.docs.description'|trans }}</p>
                                 </div>
                                 <div class="card-action">
@@ -95,7 +95,7 @@
                         <li class="col l4 m6 s12">
                             <div class="card cyan darken-1">
                                 <div class="card-content white-text">
-                                    <span class="card-title">{{ 'quickstart.support.title'|trans }}</span>
+                                    <span class="card-title white-text">{{ 'quickstart.support.title'|trans }}</span>
                                     <p>{{ 'quickstart.support.description'|trans }}</p>
                                 </div>
                                 <div class="card-action">