aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-146/+0
|
* Add testsNicolas Lœuillet2016-04-181-2/+2
|
* Convert array + phpDocJeremy Benoist2016-04-121-1/+1
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Tags were not imported in wallabag v2 importJeremy Benoist2016-03-271-0/+11
| | | | Also, simplify exportAs matching format
* Convert english translation fileJeremy Benoist2016-03-201-1/+1
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Added 'wallabag' in page titleNicolas Lœuillet2016-03-081-1/+1
|
* Adding testJeremy Benoist2016-03-041-5/+8
| | | | Reformat json file (thanks pro.jsonlint.com)
* cs & tests for wllbg v1 importThomas Citharel2016-03-031-0/+30
|
* add testsThomas Citharel2016-02-111-2/+2
|
* CSThomas Citharel2016-02-111-1/+1
|
* reimport v1 entries if they were not fetchedThomas Citharel2016-02-111-1/+6
|
* [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-201-0/+97