aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/ChromeImport.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed imports with is_starred and is_archivedNicolas LÅ“uillet2016-12-071-1/+2
|
* Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-021-1/+1
|
* Move prepareEntry to dedicated placeJeremy Benoist2016-09-261-0/+21
| | | | | 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.
* Fix bad date format in Browser importJeremy Benoist2016-09-251-31/+0
|
* fix testsThomas Citharel2016-09-251-20/+20
|
* cs & fixesThomas Citharel2016-09-251-9/+1
|
* bring chrome and firefox as separate importsThomas Citharel2016-09-251-0/+71