d3511bbde9
Merge pull request #2577 from wallabag/add-tooltip-material
...
Added tooltips in header bar
2016-11-14 10:08:26 +01:00
d37081e50b
Merge pull request #2562 from wallabag/image-bigger
...
Bigger image preview in case of only image content
2016-11-14 10:01:12 +01:00
cf9ee2fbd0
Added tooltips in header bar
2016-11-12 11:57:55 +01:00
ece4718f63
Changed behavior when we change language
...
No need to disconnect to apply the language substitution
2016-11-10 20:54:20 +01:00
1781ca3763
Removed support website on about page
2016-11-09 13:59:55 +01:00
8d7b4f0eff
Display a bigger image in case of image content
...
If the content is only an image, we can display a bigger preview image because we won’t have text to display.
Also, split different card view to avoid too much complexity in the entries.html.twig
2016-11-08 22:17:46 +01:00
d99a7c2206
fix #2559
2016-11-08 22:14:32 +05:00
a4de2351a0
Merge pull request #2556 from wallabag/replace-tokenstorage
...
Replaced TokenStorage with TokenStorageInterface
2016-11-07 11:13:50 +01:00
94766a8962
PHP CS
2016-11-07 10:41:11 +01:00
2fe2e411a7
Replaced TokenStorage with TokenStorageInterface
2016-11-07 10:34:49 +01:00
d61b24e459
Round readingtime to avoid crazy number
...
Like `8.666666666667 min`
2016-11-06 21:41:32 +01:00
2db9142bfc
Merge pull request #2460 from wallabag/ui-changes
...
UI Changes
2016-11-04 08:49:52 +01:00
ce11952447
Use created_at as default sort
...
Imported content use the real creation date. If we sort by id, it'll
display contents in reverse order.
2016-11-04 07:34:38 +01:00
d56d416d9b
Deal with more resolution issues
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-11-03 12:49:57 +01:00
3221b2e413
Fix resolution issues and 'title' issues
...
Also, modify editorconfig for css files.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-11-03 11:28:40 +01:00
3be554c78f
Merge pull request #2519 from Jibec/master
...
Translation update - French
2016-11-02 07:48:10 +01:00
9c15470691
wallabag is full lowercase
2016-11-02 07:15:24 +01:00
22ef6f96e2
Force user-agent for .slashdot.org
...
Slashdot replaces actual content with a form regarding cookies when
requests originate from France. By forcing the user-agent, the warning
seems to go away.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-01 19:51:45 +01:00
303b3c61a7
Translation - French - tiny typo
2016-10-31 20:16:36 +01:00
31dd328df4
Translation - French - tiny escape correction
2016-10-31 20:12:29 +01:00
337b47c216
Translation - French - tiny escape correction
2016-10-31 20:01:07 +01:00
4b3c983ab8
Inject parameter instead of service
...
We are injecting CraueConfig service when we only need to retrieve one or two values from it.
Instead I discovered we can directly inject a value from a service in the service definition!
2016-10-30 20:27:41 +01:00
f6aff9a7a8
Translation update - French
2016-10-30 12:10:59 +01:00
920d88599a
Fixed entries export filtered with a tag
...
Fix #2505
2016-10-29 13:43:11 +02:00
73e8df9e44
Renamed variable for page title
2016-10-26 15:49:44 +02:00
7a5043f187
Added tag label in the page title
...
Fix #2472
2016-10-26 13:53:23 +02:00
c68720d40e
Merge pull request #2473 from pmichelazzo/master
...
Portuguese (Brazilian) translation
2016-10-25 11:41:24 +02:00
e8eec07ae6
Translated missed line 147
2016-10-25 07:25:08 -02:00
817724a7b8
Re-add bottom pagination
...
Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
2016-10-22 13:09:16 +02:00
34aa06a9b9
WIP
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-10-22 13:08:04 +02:00
f99ddbc6f8
Merge pull request #2481 from wallabag/some-fixes
...
Some fixes
2016-10-21 15:15:41 +02:00
b64d8f2c9f
Update Twitter cards description
2016-10-21 10:51:20 +02:00
2cbf0d05d4
Update translation for piwik_host
2016-10-21 10:45:39 +02:00
645dc7594b
Fix missing translations
2016-10-21 07:52:55 +02:00
818cbe1fee
Fix Portuguese translation
2016-10-21 07:18:41 +02:00
8e53bf3aa1
Update translation
2016-10-21 00:12:53 +02:00
2297d60f10
If reload content failed, don’t update it
...
In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
2016-10-20 22:49:46 +02:00
576d285ddf
Translate date
...
I use a kind of hacky way to convert the user locale (defined with 2 letters, like `fr`) into a local with 5 letters (like `fr_FR`). I guess it should work on most of the case..
2016-10-20 21:16:01 +02:00
166e8cc6a9
Fix french translation
2016-10-20 21:14:46 +02:00
1cad9416c9
Update Portuguese translations
2016-10-20 21:11:10 +02:00
a42cc6ff89
Update validators.pt.yml file
...
Some missed strings translated.
2016-10-20 08:57:24 +02:00
99731f0bb1
Merge remote-tracking branch 'wallabag/master'
2016-10-18 22:48:23 +02:00
3a3c6b866b
Portuguese (Brazilian) translation
...
This the Portuguese (Brazilian) for the Wallaby v2.
2016-10-18 20:51:31 +02:00
692f9388cb
Merge pull request #2455 from wallabag/fix-material-config-tabs
...
Fix tabs on material
2016-10-16 21:06:23 +02:00
3fb409ffc6
Merge pull request #2454 from wallabag/fix-baggy-small-width
...
Fix baggy display on small screens
2016-10-16 21:05:30 +02:00
97512ec4bc
Merge pull request #2459 from wallabag/improve-german-translation
...
German: improve existing and add missing translation
2016-10-16 12:06:42 +02:00
5bd7acd50d
German: improve existing and add missing translation
2016-10-16 10:45:51 +02:00
f69ab83a5a
add link to German documentation in about page
2016-10-16 09:23:58 +02:00
d9a30ef301
Fix tabs on material
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-10-15 19:26:38 +02:00
d32e1c424a
Fix baggy on small screens
2016-10-15 19:04:53 +02:00