aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
Commit message (Collapse)AuthorAgeFilesLines
* Avoid false preview imageJeremy Benoist2017-01-101-1/+1
| | | | | If the website doesn't provide an og_image, the value will be false and so it'll be saved like that in the database. We prefer to leave it as null instead of false.
* Add some commentsJeremy Benoist2016-12-041-0/+3
|
* Prevent undefined index when import fetching failsJerome Charaoui2016-12-021-3/+3
|
* Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-021-1/+1
|
* Retain imported content if fetching fails, fixes #2658Jerome Charaoui2016-12-021-2/+7
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Display a bigger image in case of image contentJeremy Benoist2016-11-081-0/+8
| | | | | | | | | | | | If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig
* | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+1
| |
* | Fixing testsJeremy Benoist2016-10-301-2/+1
| |
* | Use doctrine event to download imagesJeremy Benoist2016-10-301-6/+0
| |
* | CleanupJeremy Benoist2016-10-301-2/+2
| |
* | CSJeremy Benoist2016-10-291-1/+1
| |
* | Download pictures successfullyThomas Citharel2016-10-291-169/+9
| | | | | | | | Needs to rewrite them properly (get base url)
* | first draft (from v1)Thomas Citharel2016-10-291-0/+168
|/
* CSJeremy Benoist2016-09-251-4/+3
|
* Use scheduled entity insertions to avoid tag duplicateJeremy Benoist2016-09-251-5/+20
| | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import.
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-5/+29
|
* Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-191-1/+39
|
* php csNicolas Lœuillet2015-12-081-1/+1
|
* Errors in the automatic tagging do not prevent the entry from being addedKévin Gomez2015-11-111-2/+12
|
* PoC of rule-based taggingKévin Gomez2015-11-111-2/+6
|
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-0/+3
| | | | So, everything is centralized in one place when we save a new entry.
* Handle entry in languageJeremy Benoist2015-09-221-0/+1
| | | | Fix #1333
* CSJeremy Benoist2015-09-101-4/+4
|
* Move fetching content in a separate classJeremy Benoist2015-09-101-0/+60