aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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