Nicolas Lœuillet
c4d9a8d6d0
Usage of composer.phar if it's found
2016-10-27 10:09:43 +02:00
Nicolas Lœuillet
9998c72533
Added require.sh to check if composer is installed
2016-10-27 09:53:09 +02:00
Jeremy Benoist
f3b637fbfe
Merge pull request #2500 from wallabag/add-check-composer
...
Added a check in Makefile to see if composer is installed
2016-10-27 07:30:50 +02:00
Nicolas Lœuillet
a5d6a7d8b5
Merge pull request #2504 from wallabag/change-page-title-filter-tags
...
Added tag label in the page title
2016-10-26 16:09:37 +02:00
Nicolas Lœuillet
73e8df9e44
Renamed variable for page title
2016-10-26 15:49:44 +02:00
Nicolas Lœuillet
7a5043f187
Added tag label in the page title
...
Fix #2472
2016-10-26 13:53:23 +02:00
Jeremy Benoist
c68720d40e
Merge pull request #2473 from pmichelazzo/master
...
Portuguese (Brazilian) translation
2016-10-25 11:41:24 +02:00
Paulino Michelazzo
e8eec07ae6
Translated missed line 147
2016-10-25 07:25:08 -02:00
Nicolas Lœuillet
c5ad143e75
Added a check in Makefile to see if composer is installed
...
Fix #2498
2016-10-24 22:28:44 +02:00
Nicolas Lœuillet
e1d4ed2d81
Merge pull request #2493 from bmillemathias/add_link_content_fetch_problem
...
Add relevant links to fetch content error page
2016-10-24 21:44:22 +02:00
Nicolas Lœuillet
d36e5e20a5
Removed the email part
2016-10-24 21:01:13 +02:00
Baptiste Mille-Mathias
d1b075509d
Add relevant links to fetch content error pages.
...
We link to the troubleshooting guide and give the mail link.
2016-10-23 15:34:52 +02:00
Jeremy Benoist
c64b4941d5
Merge pull request #2486 from wallabag/translate-backup-doc
...
Added 🇫🇷 documentation for wallabag backup
2016-10-22 22:23:15 +02:00
Julian Oster
2ca1cc0c18
Translate backup.rst to German
2016-10-22 21:11:20 +02:00
Nicolas Lœuillet
67aa755fb5
Added 🇫🇷 documentation for wallabag backup
2016-10-22 14:16:17 +02:00
Nicolas Lœuillet
f69636c4db
Merge pull request #2484 from bmillemathias/fix_2479
...
Document what to backup in Wallabag
2016-10-22 13:55:46 +02:00
Jeremy Benoist
f7f6bfb7e9
Merge pull request #2485 from bmillemathias/fix_android_documentation
...
Fix missing words in Android application documentation
2016-10-22 13:31:14 +02:00
Baptiste Mille-Mathias
89abc0b61b
Add missing words in the documentation
2016-10-22 13:21:53 +02:00
Jeremy Benoist
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
Thomas Citharel
ab61dbc073
remove padding on small widths
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2016-10-22 13:08:12 +02:00
Thomas Citharel
34aa06a9b9
WIP
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2016-10-22 13:08:04 +02:00
Baptiste Mille-Mathias
fc75009de7
Document what to backup in Wallabag
...
Fixes issue #2479
2016-10-22 09:14:07 +02:00
Nicolas Lœuillet
f99ddbc6f8
Merge pull request #2481 from wallabag/some-fixes
...
Some fixes
2016-10-21 15:15:41 +02:00
Nicolas Lœuillet
49dee2d2de
Merge pull request #2482 from wallabag/avoid-bad-refresh
...
If reload content failed, don’t update it
2016-10-21 15:12:29 +02:00
Jeremy Benoist
b64d8f2c9f
Update Twitter cards description
2016-10-21 10:51:20 +02:00
Jeremy Benoist
2cbf0d05d4
Update translation for piwik_host
2016-10-21 10:45:39 +02:00
Jeremy Benoist
645dc7594b
Fix missing translations
2016-10-21 07:52:55 +02:00
Jeremy Benoist
818cbe1fee
Fix Portuguese translation
2016-10-21 07:18:41 +02:00
Paulino Michelazzo
8e53bf3aa1
Update translation
2016-10-21 00:12:53 +02:00
Jeremy Benoist
f6798f69c3
This test doesn’t require an internet connection
2016-10-20 23:26:16 +02:00
Jeremy Benoist
9095497191
Fix test
2016-10-20 23:03:37 +02:00
Jeremy Benoist
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
Jeremy Benoist
5453500458
Requeue depending on producer
...
Browser import can requeue message from `parseEntry` but we should take care of the way import are handled (depending on the producer)
2016-10-20 21:17:45 +02:00
Jeremy Benoist
1e3d74a9cf
Avoid RabbitMQ consumer to loop
...
When the `parseEntry` returns null it means the entry already exists in the database. Sending `false` as return, will requeue the message which will then loop forever.
2016-10-20 21:17:03 +02:00
Jeremy Benoist
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
Jeremy Benoist
166e8cc6a9
Fix french translation
2016-10-20 21:14:46 +02:00
Jeremy Benoist
1cad9416c9
Update Portuguese translations
2016-10-20 21:11:10 +02:00
Jeremy Benoist
b669224762
Validate ALL translations files
2016-10-20 21:11:09 +02:00
Paulino Michelazzo
a42cc6ff89
Update validators.pt.yml file
...
Some missed strings translated.
2016-10-20 08:57:24 +02:00
Paulino Michelazzo
5d6cffedb1
Update Portuguese (Brazilian) translation
...
Adding the config.yml on the package.
2016-10-19 19:25:48 +02:00
Paulino Michelazzo
99731f0bb1
Merge remote-tracking branch 'wallabag/master'
2016-10-18 22:48:23 +02:00
Paulino Michelazzo
3a3c6b866b
Portuguese (Brazilian) translation
...
This the Portuguese (Brazilian) for the Wallaby v2.
2016-10-18 20:51:31 +02:00
Jeremy Benoist
7180aaed45
Merge pull request #2467 from wallabag/version-213dev
...
Update wallabag version for master branch
2016-10-17 11:57:52 +02:00
Nicolas Lœuillet
f31361a6d9
Update wallabag version for master branch
2016-10-17 11:56:29 +02:00
Nicolas Lœuillet
fd461c25aa
Merge pull request #2466 from wallabag/fix-update-doc
...
Removed MD5 hash in documentation
2016-10-17 11:40:03 +02:00
Nicolas Lœuillet
39c3dd30d2
Removed MD5 hash in documentation
2016-10-17 11:38:11 +02:00
Nicolas Lœuillet
1172622a07
Merge pull request #2452 from wallabag/prepare-212
...
Prepare wallabag 2.1.2 🚀
2016-10-17 11:04:20 +02:00
Nicolas Lœuillet
d4e9ce5807
Change release title in changelog
2016-10-17 10:27:07 +02:00
Nicolas Lœuillet
fd54f236f4
Update release process
2016-10-17 10:23:34 +02:00
Nicolas Lœuillet
545748bad1
Update changelog
2016-10-17 10:22:51 +02:00