aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-224-318/+0
|
* Convert array + phpDocJeremy Benoist2016-04-122-15/+15
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Tags were not imported in wallabag v2 importJeremy Benoist2016-03-271-0/+2
| | | | Also, simplify exportAs matching format
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-0/+23
|
* Add flashes messagesJeremy Benoist2016-03-203-6/+6
|
* Convert english translation fileJeremy Benoist2016-03-202-9/+10
| | | | | | | - 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>`
* Adding testJeremy Benoist2016-03-041-2/+1
| | | | Reformat json file (thanks pro.jsonlint.com)
* cs & tests for wllbg v1 importThomas Citharel2016-03-031-0/+45
|
* import tags from v1 (#1657)Thomas Citharel2016-02-121-0/+15
|
* an other test for non empty fieldsNicolas Lœuillet2016-02-051-3/+15
|
* add test to check empty fieldsNicolas Lœuillet2016-02-051-0/+12
|
* [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-202-1/+70
|
* Add tagged services for importJeremy Benoist2016-01-023-0/+140
- list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests