Jeremy Benoist
92fa168344
Merge pull request #2313 from wallabag/fix-long-loading
...
Remove CSS class who caused long loading on Firefox
2016-09-27 21:58:06 +02:00
Nicolas Lœuillet
1ed965beb9
Remove CSS class who caused long loading on Firefox
...
Fix #2302 #2281
2016-09-27 20:52:30 +02:00
Jeremy Benoist
a9e92b6609
Add Instapaper translations
2016-09-27 20:27:08 +02:00
Jeremy Benoist
a7dda1f2bf
Add Instapaper docs
2016-09-27 20:27:08 +02:00
Jeremy Benoist
c7ea9b41f3
Add controller test for Instapaper
2016-09-27 20:27:08 +02:00
Jeremy Benoist
ff1a5362f7
Add Instapaper import
...
Also update ImportController with latest import (chrome, firefox & instapaper).
2016-09-27 20:27:08 +02:00
Jeremy Benoist
55345331c4
Merge pull request #2309 from mruminski/2.1
...
Update messages.pl.yml
2016-09-27 08:00:58 +02:00
Mateusz Rumiński
20762cd1ab
Update messages.pl.yml
...
add missing translation for Firefox and Chrome imports
2016-09-27 00:58:44 +02:00
Jeremy Benoist
d6de23a100
Merge pull request #2192 from wallabag/import-browser-bookmarks
...
Import Firefox & Chrome bookmarks into wallabag
2016-09-26 14:47:02 +02:00
Nicolas Lœuillet
fefef9d41b
Added tags for Firefox import
2016-09-26 13:40:10 +02:00
Jeremy Benoist
990adfb34c
Move prepareEntry to dedicated place
...
Yeah first try was ugly, now each part are in the dedicated place.
Also, the date is hardly truncated to 10 chars because Firefox date are 16 chars long and Chrome are 17 chars long. So instead of divised them by a huge number, I prefer to truncate them.
2016-09-26 07:30:02 +02:00
Jeremy Benoist
12d93e6896
Update Firefox file
...
With real data, the previous looks more than a Chrome converted file.
Also, fix date conversion (hope so).
2016-09-25 22:24:07 +02:00
Thomas Citharel
7e98ad9626
Merge pull request #2308 from wallabag/tags-duplicate
...
Fix duplicate tags on import
2016-09-25 16:11:06 +02:00
Jeremy Benoist
27acc6ddb8
Fix bad date format in Browser import
2016-09-25 15:32:02 +02:00
Jeremy Benoist
f0fd82d039
Fix bad parameter for tests
2016-09-25 14:21:12 +02:00
Nicolas Lœuillet
bd206a84d8
Fixed tests by removing clear()
2016-09-25 12:29:19 +02:00
Thomas Citharel
64b1229b2d
fix tests
2016-09-25 12:29:19 +02:00
Thomas Citharel
2c61db30b7
cs & fixes
2016-09-25 12:29:19 +02:00
Thomas Citharel
59201088b4
bring chrome and firefox as separate imports
2016-09-25 12:29:18 +02:00
Nicolas Lœuillet
f7c55b3812
Added tests for Chrome bookmarks import
2016-09-25 12:29:18 +02:00
Nicolas Lœuillet
06d13ddfbc
Indentation and renamed fixtures file
2016-09-25 12:28:55 +02:00
Nicolas Lœuillet
efe659ab84
Add Chrome path for Mac OS
2016-09-25 12:28:55 +02:00
Thomas Citharel
ae669126e7
Import Firefox & Chrome bookmarks into wallabag
2016-09-25 12:28:54 +02:00
Jeremy Benoist
289875836a
Fix tag count for PostgreSQL
2016-09-25 12:23:44 +02:00
Jeremy Benoist
82fc3290d4
CS
2016-09-25 12:03:49 +02:00
Jeremy Benoist
401135852c
Use scheduled entity insertions to avoid tag duplicate
...
Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import.
2016-09-25 12:03:49 +02:00
Jeremy Benoist
faa86e06ba
Fix tags count in menu
...
Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
2016-09-25 12:03:49 +02:00
Thomas Citharel
9d7dd6b0d2
Merge pull request #2306 from wallabag/redis-rabbit-check
...
Some checks about Redis & RabbitMQ
2016-09-25 11:36:59 +02:00
Jeremy Benoist
0e0102b6fc
Avoid failing test for user who didn’t install Redis
2016-09-24 19:57:59 +02:00
Jeremy Benoist
13a522dfbd
Display a message when async import won’t work
...
Mostly if Redis or RabbitMQ isn’t installed / launched.
I guess it’ll avoid some issues.
2016-09-24 19:56:15 +02:00
Jeremy Benoist
e10f3b1e91
Disable deprecation that fail test
2016-09-24 19:55:23 +02:00
Jeremy Benoist
637aa17e6b
Merge pull request #2301 from wallabag/fix-rss-feeds
...
fix feeds not syncing on android app
2016-09-22 07:51:05 +02:00
Thomas Citharel
389d55f86b
fix feeds not syncing on android app
2016-09-21 19:51:19 +02:00
Nicolas Lœuillet
32e95760f5
Merge pull request #2239 from wallabag/documentation-2.1
...
Update documentation with new features for 2.1
2016-09-20 14:29:16 +02:00
Thomas Citharel
5074e7d4fa
Merge pull request #2299 from mruminski/2.1
...
polish version
2016-09-20 08:33:27 +02:00
Mateusz Rumiński
b6fc1f2007
Update CraueConfigBundle.pl.yml
...
fix misspell
2016-09-19 23:16:37 +02:00
Mateusz Rumiński
1223c0811d
Update CraueConfigBundle.pl.yml
...
add missing translation
2016-09-19 23:02:50 +02:00
Mateusz Rumiński
a94108f574
Update messages.pl.yml
...
add missing translation
2016-09-19 22:53:02 +02:00
Mateusz Rumiński
267b9d62dc
Update wallabag_user.pl.yml
...
add missing "
2016-09-19 22:37:03 +02:00
Mateusz Rumiński
a00bed8b59
polish version
...
create wallabag_user.pl.yml file
2016-09-19 20:42:55 +02:00
Nicolas Lœuillet
e406a94ab6
Fixed version in documentation
2016-09-19 15:23:04 +02:00
Nicolas Lœuillet
ce0a32229a
Fix wallabag version in documentation
2016-09-19 15:22:05 +02:00
Nicolas Lœuillet
8fed8d1bac
Add documentation about article sharing
2016-09-19 15:20:46 +02:00
Jeremy Benoist
05d2d62f12
Update generated files from Symfony
2016-09-19 11:35:35 +02:00
Jeremy Benoist
d7b4b2c72c
Merge remote-tracking branch 'origin/master' into 2.1
2016-09-19 11:23:07 +02:00
Jeremy Benoist
f9feca5c64
Merge pull request #2297 from morhelluin/epub-export-special-chars
...
Fix issue #2296 : epub export with special chars in the title.
2016-09-19 11:18:17 +02:00
Jeremy Benoist
da18a4682f
Merge pull request #1941 from wallabag/v2-asynchronous-jobs
...
Use asynchronous jobs for imports
2016-09-19 07:15:40 +02:00
Étienne Gilli
45d94a98f7
Fix issue #2296 : epub export with +
in the title.
2016-09-18 14:43:54 +02:00
Jeremy Benoist
59b97fae99
Avoid losing entry when fetching fail
...
Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content.
2016-09-17 07:40:56 +02:00
Jeremy Benoist
fbb319f064
Missing some migrations
...
and CS
2016-09-16 22:58:33 +02:00