]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/ImportBundle/Import/FirefoxImport.php
Move prepareEntry to dedicated place
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 26 Sep 2016 05:30:02 +0000 (07:30 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 26 Sep 2016 05:30:02 +0000 (07:30 +0200)
commit990adfb34c148e7cd28b9cb784cf2b7388caae8f
treef716810fa5f766bcdfa5af5bb9ba3b568c3517ca
parent12d93e6896f2d99b6329b7979ee7b6d11e457c3a
Move prepareEntry to dedicated place

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.
src/Wallabag/ImportBundle/Import/BrowserImport.php
src/Wallabag/ImportBundle/Import/ChromeImport.php
src/Wallabag/ImportBundle/Import/FirefoxImport.php