aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
* Add more testsJeremy Benoist2016-09-111-0/+1
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Convert array + phpDocJeremy Benoist2016-04-121-6/+6
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Convert english translation fileJeremy Benoist2016-03-201-3/+7
| | | | | | | - 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-3/+3
| | | | Reformat json file (thanks pro.jsonlint.com)
* Mark all imported articles as readThomas Citharel2016-03-031-0/+5
|
* Fix recent updateJeremy Benoist2016-01-151-3/+5
| | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
* Add tagged services for importJeremy Benoist2016-01-021-7/+0
| | | | | | | | | - 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
* Update after previous mergeJeremy Benoist2016-01-021-0/+29
PR #1443 was merged into this branch to handle all import type in the same place.