aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Controller/WallabagV1ControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-129/+0
|
* Convert array + phpDocJeremy Benoist2016-04-121-9/+9
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add flashes messagesJeremy Benoist2016-03-201-3/+3
|
* Convert english translation fileJeremy Benoist2016-03-201-5/+6
| | | | | | | - 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
|
* Add tagged services for importJeremy Benoist2016-01-021-0/+69
- 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