]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
6 years agoCS 3426/head
Jeremy Benoist [Tue, 21 Nov 2017 09:30:35 +0000 (10:30 +0100)] 
CS

6 years agoFix MySQL issue on mig from #3373
Kevin Decherf [Mon, 20 Nov 2017 21:39:33 +0000 (22:39 +0100)] 
Fix MySQL issue on mig from #3373

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3346 from Kdecherf/origin-property
Nicolas Lœuillet [Mon, 20 Nov 2017 20:10:33 +0000 (21:10 +0100)] 
Merge pull request #3346 from Kdecherf/origin-property

Add originUrl property to Entry

6 years agoMerge pull request #3423 from wallabag/composer
Kevin Decherf [Mon, 20 Nov 2017 18:51:03 +0000 (19:51 +0100)] 
Merge pull request #3423 from wallabag/composer

composer: update dependency versions to reduce memory footprint

6 years agocomposer: update dependency versions to reduce memory footprint 3423/head
Kevin Decherf [Sun, 19 Nov 2017 20:00:27 +0000 (21:00 +0100)] 
composer: update dependency versions to reduce memory footprint

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoFix phpcs 3346/head
Kevin Decherf [Sun, 19 Nov 2017 14:26:13 +0000 (15:26 +0100)] 
Fix phpcs

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoImprove EntryRestControllerTest for origin_url
Kevin Decherf [Sun, 19 Nov 2017 14:01:06 +0000 (15:01 +0100)] 
Improve EntryRestControllerTest for origin_url

Ensure that origin_url is initially null
Ensure patching entry with origin_url=''
Ensure patching entry with origin_url=null

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoUpdate EntryControllerTest to handle origin_url
Kevin Decherf [Sun, 19 Nov 2017 13:50:21 +0000 (14:50 +0100)] 
Update EntryControllerTest to handle origin_url

Set an origin_url in testEditUpdate
Test origin_url deletion in testEditRemoveOriginUrl

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoReplace hardcoded 'Provided by' string with i18n string
Kevin Decherf [Sun, 12 Nov 2017 20:09:59 +0000 (21:09 +0100)] 
Replace hardcoded 'Provided by' string with i18n string

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoImprove origin_url field description and translations
Kevin Decherf [Mon, 6 Nov 2017 20:02:48 +0000 (21:02 +0100)] 
Improve origin_url field description and translations

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoForm: move url and origin_url to UrlType
Kevin Decherf [Sun, 5 Nov 2017 14:32:57 +0000 (15:32 +0100)] 
Form: move url and origin_url to UrlType

6 years agoAdd support of originUrl field in baggy entry view
Kevin Decherf [Sun, 5 Nov 2017 14:32:32 +0000 (15:32 +0100)] 
Add support of originUrl field in baggy entry view

6 years agoAdd some tests for OriginUrl in EntryRestController
Kevin Decherf [Sun, 15 Oct 2017 16:41:58 +0000 (18:41 +0200)] 
Add some tests for OriginUrl in EntryRestController

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoHandle original_url querystring in Shaarli sharing link
Kevin Decherf [Sat, 9 Sep 2017 19:20:16 +0000 (21:20 +0200)] 
Handle original_url querystring in Shaarli sharing link

This feature needs at least shaarli-plugin-via 0.2 from
https://github.com/Kdecherf/shaarli-plugin-via to work.

Shaarli will silently ignore this parameter if this plugin is missing.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoAdd support of originUrl field in material entry view
Kevin Decherf [Sat, 9 Sep 2017 19:00:32 +0000 (21:00 +0200)] 
Add support of originUrl field in material entry view

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoTwig: add removeSchemeAndWww filter
Kevin Decherf [Sat, 9 Sep 2017 17:34:41 +0000 (19:34 +0200)] 
Twig: add removeSchemeAndWww filter

This twig filter removes scheme (only http and https are supported) and
pass the result to removeWww filter to also remove 'www.' at the
beginning of an url.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoEntry: handle originUrl in edit form, update translations
Kevin Decherf [Sat, 9 Sep 2017 17:32:42 +0000 (19:32 +0200)] 
Entry: handle originUrl in edit form, update translations

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoAdd originUrl property to Entry, handle that in EntryRestController, handle migration
Kevin Decherf [Mon, 4 Sep 2017 21:39:08 +0000 (23:39 +0200)] 
Add originUrl property to Entry, handle that in EntryRestController, handle migration

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3422 from wallabag/simpleue-2
Nicolas Lœuillet [Sun, 19 Nov 2017 12:53:13 +0000 (13:53 +0100)] 
Merge pull request #3422 from wallabag/simpleue-2

Jump to Simpleue 2.0

6 years agoMerge pull request #3421 from comradekingu/patch-2
Kevin Decherf [Sun, 19 Nov 2017 10:31:46 +0000 (11:31 +0100)] 
Merge pull request #3421 from comradekingu/patch-2

Spelling: diaspora, e-mail, moved ?, URL, sharing

6 years agoMerge pull request #3420 from comradekingu/patch-1
Kevin Decherf [Sun, 19 Nov 2017 10:31:26 +0000 (11:31 +0100)] 
Merge pull request #3420 from comradekingu/patch-1

Spelling: Two-factor for wallabag connection

6 years agoJump to Simpleue 2.0 3422/head
Jeremy Benoist [Sat, 18 Nov 2017 15:28:54 +0000 (16:28 +0100)] 
Jump to Simpleue 2.0

The 1.3.0 tag is introducing BC so we jump to the 2.0

6 years ago"for the public wallabag demo", paywalled websites, diaspora* 3421/head
Allan Nordhøy [Sat, 18 Nov 2017 03:55:33 +0000 (04:55 +0100)] 
"for the public wallabag demo", paywalled websites, diaspora*

6 years agoSpelling: diaspora, e-mail, moved ?, URL, sharing
Allan Nordhøy [Sat, 18 Nov 2017 03:52:28 +0000 (04:52 +0100)] 
Spelling: diaspora, e-mail, moved ?, URL, sharing

6 years agoSpelling: Two-factor for wallabag connection 3420/head
Allan Nordhøy [Sat, 18 Nov 2017 03:39:52 +0000 (04:39 +0100)] 
Spelling: Two-factor for wallabag connection

6 years agoMerge pull request #3412 from aaa2000/fix-tests
Jérémy Benoist [Sun, 12 Nov 2017 10:33:18 +0000 (11:33 +0100)] 
Merge pull request #3412 from aaa2000/fix-tests

Fix the tests

6 years agoFix phpcs 3412/head
adev [Sat, 11 Nov 2017 22:55:13 +0000 (23:55 +0100)] 
Fix phpcs

6 years agoFix tests
adev [Sat, 11 Nov 2017 22:20:46 +0000 (23:20 +0100)] 
Fix tests

6 years agoMerge pull request #3404 from wallabag/issue-2424
Kevin Decherf [Tue, 7 Nov 2017 12:59:47 +0000 (13:59 +0100)] 
Merge pull request #3404 from wallabag/issue-2424

material: replace card activator with article link on card preview

6 years agomaterial: replace card activator with article link on card preview 3404/head
Kevin Decherf [Sun, 5 Nov 2017 14:18:45 +0000 (15:18 +0100)] 
material: replace card activator with article link on card preview

Fixes #2424

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3397 from wallabag/issue-1871
Kevin Decherf [Mon, 6 Nov 2017 19:43:48 +0000 (20:43 +0100)] 
Merge pull request #3397 from wallabag/issue-1871

material: disable editing of entry url input when submitting new url

6 years agoUpdate assets for #3397 3397/head
Kevin Decherf [Sun, 5 Nov 2017 12:20:50 +0000 (13:20 +0100)] 
Update assets for #3397

6 years agomaterial: disable editing of entry url input when submitting new url
Kevin Decherf [Wed, 1 Nov 2017 11:32:14 +0000 (12:32 +0100)] 
material: disable editing of entry url input when submitting new url

Fixes #1871

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3387 from Kdecherf/fix-assets-23
Jérémy Benoist [Thu, 2 Nov 2017 13:49:37 +0000 (15:49 +0200)] 
Merge pull request #3387 from Kdecherf/fix-assets-23

Fix assets for 2.3

6 years agoMerge pull request #3399 from aaa2000/editorconfig-makefile
Jérémy Benoist [Thu, 2 Nov 2017 08:21:10 +0000 (10:21 +0200)] 
Merge pull request #3399 from aaa2000/editorconfig-makefile

Update .editorconfig for makefile

6 years agoUpdate .editorconfig for makefile 3399/head
adev [Wed, 1 Nov 2017 13:47:06 +0000 (14:47 +0100)] 
Update .editorconfig for makefile

6 years agoMerge pull request #3395 from wallabag/issue-3393
Kevin Decherf [Wed, 1 Nov 2017 10:12:44 +0000 (11:12 +0100)] 
Merge pull request #3395 from wallabag/issue-3393

views/config: fix overlaying drop down menu

6 years agoviews/config: fix overlaying drop down menu 3395/head
Kevin Decherf [Tue, 31 Oct 2017 22:16:15 +0000 (23:16 +0100)] 
views/config: fix overlaying drop down menu

Fixes #3393

6 years agoMerge pull request #3392 from mart-e/add-title-page-epub
Jérémy Benoist [Tue, 31 Oct 2017 13:10:41 +0000 (15:10 +0200)] 
Merge pull request #3392 from mart-e/add-title-page-epub

add the title of article on the epub export

6 years agoProperly run php-cs-fixer 3392/head
Jeremy Benoist [Sat, 28 Oct 2017 18:16:43 +0000 (20:16 +0200)] 
Properly run php-cs-fixer

6 years agophp-cs-fixer
Martin Trigaux [Sat, 28 Oct 2017 15:17:22 +0000 (17:17 +0200)] 
php-cs-fixer

php bin/php-cs-fixer fix src/Wallabag/CoreBundle/Helper/EntriesExport.php

6 years agoSet the title in a separated chapter
Martin Trigaux [Sat, 28 Oct 2017 12:49:14 +0000 (14:49 +0200)] 
Set the title in a separated chapter
Set the export option on the same page, same as done in producePdf
Move the ToC at the end of the book so the title page is the first one

6 years agoadd a title page
Martin Trigaux [Sat, 28 Oct 2017 08:37:56 +0000 (10:37 +0200)] 
add a title page

The first page of the book is the title

6 years agoUpdating .gitignore 3387/head
Kevin Decherf [Mon, 23 Oct 2017 22:20:56 +0000 (00:20 +0200)] 
Updating .gitignore

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoRemoving web/bundles/wallabagcore and adding prod assets in web/wallassets
Kevin Decherf [Mon, 23 Oct 2017 22:19:00 +0000 (00:19 +0200)] 
Removing web/bundles/wallabagcore and adding prod assets in web/wallassets

baggy.css, baggy.js, material.css, material.js and public.js are seen as
new files, something changed in these files.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agowebpack & views: replace bundles/wallabagcore with wallassets
Kevin Decherf [Mon, 23 Oct 2017 22:15:52 +0000 (00:15 +0200)] 
webpack & views: replace bundles/wallabagcore with wallassets

This change will prevent composer from removing wallabagcore assets when
installing assets.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3011 from wallabag/2.3
Jérémy Benoist [Mon, 23 Oct 2017 09:09:17 +0000 (11:09 +0200)] 
Merge pull request #3011 from wallabag/2.3

wallabag 2.3.0

6 years agoMerge pull request #3385 from wallabag/prepare-23 3011/head
Nicolas Lœuillet [Fri, 20 Oct 2017 13:43:13 +0000 (15:43 +0200)] 
Merge pull request #3385 from wallabag/prepare-23

Prepare wallabag 2.3.0

6 years agoPrepare wallabag 2.3.0 3385/head
Nicolas Lœuillet [Fri, 20 Oct 2017 12:17:37 +0000 (14:17 +0200)] 
Prepare wallabag 2.3.0

6 years agoMerge pull request #3384 from wallabag/mruminski-patch-1
Nicolas Lœuillet [Thu, 19 Oct 2017 13:07:43 +0000 (15:07 +0200)] 
Merge pull request #3384 from wallabag/mruminski-patch-1

Update messages.pl.yml

6 years agoUpdate messages.pl.yml 3384/head
Mateusz Rumiński [Thu, 19 Oct 2017 11:07:24 +0000 (13:07 +0200)] 
Update messages.pl.yml

add polish translation for export footer_template

6 years agoMerge pull request #3373 from wallabag/change-readingtime-notnull
Nicolas Lœuillet [Wed, 18 Oct 2017 09:33:30 +0000 (11:33 +0200)] 
Merge pull request #3373 from wallabag/change-readingtime-notnull

Changed reading_time field to prevent null values

6 years agoMerge pull request #3362 from sviande/fix_3361_api_warning
Jérémy Benoist [Wed, 18 Oct 2017 09:16:50 +0000 (11:16 +0200)] 
Merge pull request #3362 from sviande/fix_3361_api_warning

Fix #3361 check type for tags in entry repository

6 years agoMerge pull request #3383 from Kdecherf/fix-webpack-and-login
Nicolas Lœuillet [Mon, 16 Oct 2017 07:02:47 +0000 (09:02 +0200)] 
Merge pull request #3383 from Kdecherf/fix-webpack-and-login

Fix webpack and login screen

6 years agoUpdate prod assets 3383/head
Kevin Decherf [Sun, 15 Oct 2017 22:07:12 +0000 (00:07 +0200)] 
Update prod assets

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agowebpack: handle _global img folder
Kevin Decherf [Sun, 15 Oct 2017 21:57:35 +0000 (23:57 +0200)] 
webpack: handle _global img folder

Fixes missing image files after composer cleaning assets

Source of requireAll(): https://stackoverflow.com/a/30652110

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoFix non-centered login form
Kevin Decherf [Sun, 15 Oct 2017 21:56:34 +0000 (23:56 +0200)] 
Fix non-centered login form

Fixes #3343

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3382 from nclsHart/replace-kernel-rootdir
Jérémy Benoist [Sun, 15 Oct 2017 07:24:32 +0000 (09:24 +0200)] 
Merge pull request #3382 from nclsHart/replace-kernel-rootdir

 Replace kernel.root_dir by kernel.project_dir

6 years agoMerge pull request #3381 from nclsHart/webserverbundle
Jérémy Benoist [Sun, 15 Oct 2017 07:23:31 +0000 (09:23 +0200)] 
Merge pull request #3381 from nclsHart/webserverbundle

Enable WebServerBundle in dev environment

6 years agoReplace kernel.root_dir by kernel.project_dir 3382/head
Nicolas Hart [Fri, 13 Oct 2017 21:52:15 +0000 (23:52 +0200)] 
Replace kernel.root_dir by kernel.project_dir

kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3.
See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.

6 years agoEnable WebServerBundle in dev environment 3381/head
Nicolas Hart [Fri, 13 Oct 2017 21:04:16 +0000 (23:04 +0200)] 
Enable WebServerBundle in dev environment

Since #3376, the web server console commands were not available.

6 years agoFix #3361 Entry Rest controller getEntries cast tags params to string 3362/head
Sébastien Viande [Thu, 12 Oct 2017 05:28:42 +0000 (07:28 +0200)] 
Fix #3361 Entry Rest controller getEntries cast tags params to string

6 years agoFixed @Kdecherf's review 3373/head
Nicolas Lœuillet [Fri, 13 Oct 2017 07:37:03 +0000 (09:37 +0200)] 
Fixed @Kdecherf's review

6 years agoCS
Jeremy Benoist [Wed, 11 Oct 2017 08:42:24 +0000 (10:42 +0200)] 
CS

6 years agoChanged reading_time field to prevent null values
Nicolas Lœuillet [Sun, 8 Oct 2017 20:08:18 +0000 (22:08 +0200)] 
Changed reading_time field to prevent null values

6 years agoCS
Jeremy Benoist [Wed, 11 Oct 2017 08:51:24 +0000 (10:51 +0200)] 
CS

6 years agoFix #3361 add test
Sébastien Viande [Tue, 26 Sep 2017 09:29:09 +0000 (11:29 +0200)] 
Fix #3361 add test

6 years agoFix #3361 check type for tags in entry repository
Sébastien Viande [Mon, 25 Sep 2017 17:34:42 +0000 (19:34 +0200)] 
Fix #3361 check type for tags in entry repository

Check is $tags is a string before explode

6 years agoMerge pull request #3372 from wallabag/translate-export-page
Nicolas Lœuillet [Wed, 11 Oct 2017 12:12:49 +0000 (14:12 +0200)] 
Merge pull request #3372 from wallabag/translate-export-page

Translated first page of exported article

6 years agoCS 3372/head
Jeremy Benoist [Wed, 11 Oct 2017 08:43:36 +0000 (10:43 +0200)] 
CS

6 years agoFixed @j0k3r's review
Nicolas Lœuillet [Sun, 8 Oct 2017 18:39:44 +0000 (20:39 +0200)] 
Fixed @j0k3r's review

6 years agoFixed @tcitworld's review
Nicolas Lœuillet [Sun, 8 Oct 2017 09:03:32 +0000 (11:03 +0200)] 
Fixed @tcitworld's review

6 years agoTranslated first page of exported article
Nicolas Lœuillet [Sun, 8 Oct 2017 06:55:30 +0000 (08:55 +0200)] 
Translated first page of exported article

6 years agoMerge pull request #3376 from wallabag/symfony-3.3
Jérémy Benoist [Wed, 11 Oct 2017 07:55:03 +0000 (09:55 +0200)] 
Merge pull request #3376 from wallabag/symfony-3.3

Symfony 3.3

6 years agoMerge pull request #3378 from wallabag/2.3-ru
Jérémy Benoist [Tue, 10 Oct 2017 10:22:22 +0000 (12:22 +0200)] 
Merge pull request #3378 from wallabag/2.3-ru

Add Russian language

6 years agoupdate Russian language 3378/head
Олег [Fri, 6 Oct 2017 13:26:50 +0000 (16:26 +0300)] 
update Russian language

6 years agoadd Russian language
Олег [Fri, 6 Oct 2017 12:39:34 +0000 (15:39 +0300)] 
add Russian language

6 years agoAdd Russian language in CoreBundle Resources and CraueConfigBundle
Олег [Fri, 6 Oct 2017 10:14:58 +0000 (13:14 +0300)] 
Add Russian language in CoreBundle Resources and CraueConfigBundle

6 years agoFix MondeDiplo https url 3376/head
Jeremy Benoist [Tue, 10 Oct 2017 08:20:57 +0000 (10:20 +0200)] 
Fix MondeDiplo https url

6 years agoCS
Jeremy Benoist [Mon, 9 Oct 2017 14:47:15 +0000 (16:47 +0200)] 
CS

6 years agoJump to Symfony 3.3 & update others deps
Jeremy Benoist [Mon, 9 Oct 2017 14:45:09 +0000 (16:45 +0200)] 
Jump to Symfony 3.3 & update others deps

Also update tests urls

6 years agoMerge pull request #3347 from Kdecherf/entry-stats
Nicolas Lœuillet [Sat, 16 Sep 2017 11:01:33 +0000 (13:01 +0200)] 
Merge pull request #3347 from Kdecherf/entry-stats

Entry view: update .stats margins and color

6 years agoEntry view: update .stats margins and color 3347/head
Kevin Decherf [Sat, 9 Sep 2017 19:35:19 +0000 (21:35 +0200)] 
Entry view: update .stats margins and color

Decreasing margin of .stats, increasing vertical margin of .stats li,
increasing right margin of material icons and reducing contrast of
material icons.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3345 from wallabag/Quent-in-patch-1
Jérémy Benoist [Sat, 9 Sep 2017 16:57:50 +0000 (18:57 +0200)] 
Merge pull request #3345 from wallabag/Quent-in-patch-1

Update messages.oc.yml

6 years agoUpdate messages.oc.yml 3345/head
Quent-in [Sat, 9 Sep 2017 16:23:59 +0000 (18:23 +0200)] 
Update messages.oc.yml

6 years agoMerge pull request #3340 from Kdecherf/fix-webpack
Jérémy Benoist [Thu, 7 Sep 2017 05:17:05 +0000 (07:17 +0200)] 
Merge pull request #3340 from Kdecherf/fix-webpack

Fix webpack error on comments

6 years agoMerge pull request #3309 from wallabag/fix-multiple-tag-search
Jérémy Benoist [Thu, 7 Sep 2017 05:16:26 +0000 (07:16 +0200)] 
Merge pull request #3309 from wallabag/fix-multiple-tag-search

Multiple tag search, which was broken from API

6 years agoRemove unused function 3309/head
Jeremy Benoist [Wed, 6 Sep 2017 20:58:34 +0000 (22:58 +0200)] 
Remove unused function

Introduce after the rebase I guess

6 years agoFix tests
Jeremy Benoist [Thu, 3 Aug 2017 14:20:49 +0000 (16:20 +0200)] 
Fix tests

6 years agoMultiple tag search was broken from API
Jeremy Benoist [Thu, 3 Aug 2017 10:46:20 +0000 (12:46 +0200)] 
Multiple tag search was broken from API

First, the setParameter() were done on the same parameter which in fact
just duplicated the condition in the SQL query (like `where t.label =
'test' and t.label = 'test'`.

Changed the parameter doesn't help because the query was then wrong.

Changing the way to match associated tags for an entry and it worked.

6 years agoFix webpack error on comments 3340/head
Kevin Decherf [Wed, 6 Sep 2017 20:42:23 +0000 (22:42 +0200)] 
Fix webpack error on comments

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3332 from nclsHart/better-txt-export
Nicolas Lœuillet [Wed, 6 Sep 2017 13:08:12 +0000 (15:08 +0200)] 
Merge pull request #3332 from nclsHart/better-txt-export

Better entry txt export using html2text

6 years agoMerge pull request #3337 from strobeltobias/patch-1
Jérémy Benoist [Mon, 4 Sep 2017 10:09:26 +0000 (12:09 +0200)] 
Merge pull request #3337 from strobeltobias/patch-1

Add missing quotation marks and small fixes (2)

6 years agoUpdate messages.de.yml 3337/head
Jérémy Benoist [Mon, 4 Sep 2017 09:17:26 +0000 (11:17 +0200)] 
Update messages.de.yml

6 years agoMerge pull request #3333 from Quent-in/2.3
Jérémy Benoist [Sun, 3 Sep 2017 18:26:16 +0000 (20:26 +0200)] 
Merge pull request #3333 from Quent-in/2.3

Update OC

6 years agoMerge pull request #3139 from Kdecherf/2502-tag-case
Jérémy Benoist [Sun, 3 Sep 2017 18:25:15 +0000 (20:25 +0200)] 
Merge pull request #3139 from Kdecherf/2502-tag-case

Ignore tag's case

6 years agoMerge pull request #3338 from strobeltobias/patch-2
Jérémy Benoist [Sun, 3 Sep 2017 18:24:41 +0000 (20:24 +0200)] 
Merge pull request #3338 from strobeltobias/patch-2

Translate missing strings, add quotation marks

6 years agoUpdate to comply with suggested changes
Tobias Strobel [Sun, 3 Sep 2017 13:15:38 +0000 (15:15 +0200)] 
Update to comply with suggested changes

6 years agoTranslate missing strings, add quotation marks 3338/head
Tobias Strobel [Fri, 1 Sep 2017 21:15:18 +0000 (23:15 +0200)] 
Translate missing strings, add quotation marks

6 years agoAdd missing quotation marks and small fixes (2)
Tobias Strobel [Fri, 1 Sep 2017 21:01:57 +0000 (23:01 +0200)] 
Add missing quotation marks and small fixes (2)