From 8315130a75c8f411f76134b6205a017409583d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 21 Apr 2016 22:30:50 +0200 Subject: Display entries number for each category --- app/config/services.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/config/services.yml') diff --git a/app/config/services.yml b/app/config/services.yml index 480408d9..95b8f26f 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -16,6 +16,9 @@ services: wallabag.twig_extension: class: Wallabag\CoreBundle\Twig\WallabagExtension public: false + arguments: + - "@wallabag_core.entry_repository" + - "@security.token_storage" tags: - { name: twig.extension } -- cgit v1.2.3 From 429d86f388da856c9d8d9a649147c5212bee4258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 4 Sep 2016 20:53:28 +0200 Subject: Added tags counter in sidebar (material theme) --- app/config/services.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/config/services.yml') diff --git a/app/config/services.yml b/app/config/services.yml index 95b8f26f..76bbce27 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -18,7 +18,9 @@ services: public: false arguments: - "@wallabag_core.entry_repository" + - "@wallabag_core.tag_repository" - "@security.token_storage" + - "%wallabag_core.cache_lifetime%" tags: - { name: twig.extension } -- cgit v1.2.3 From 1264029cd413a4e29642a219e2647d886f0de0d6 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 1 Oct 2016 15:58:26 +0200 Subject: Add simple stats in footer --- app/config/services.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/config/services.yml') diff --git a/app/config/services.yml b/app/config/services.yml index 76bbce27..a57ef0f3 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -21,6 +21,7 @@ services: - "@wallabag_core.tag_repository" - "@security.token_storage" - "%wallabag_core.cache_lifetime%" + - "@translator" tags: - { name: twig.extension } -- cgit v1.2.3