2 wallabag_core.helper.detect_active_theme:
3 class: Wallabag\CoreBundle\Helper\DetectActiveTheme
5 - "@security.token_storage"
6 - "%wallabag_core.theme%"
9 wallabag_core.form.type.config:
10 class: Wallabag\CoreBundle\Form\Type\ConfigType
12 - "%liip_theme.themes%"
13 - "%wallabag_core.languages%"
17 wallabag_core.filter.type.entry:
18 class: Wallabag\CoreBundle\Form\Type\EntryFilterType
20 - "@wallabag_core.entry_repository"
21 - "@security.token_storage"
25 wallabag_core.param_converter.username_rsstoken_converter:
26 class: Wallabag\CoreBundle\ParamConverter\UsernameRssTokenConverter
28 - { name: request.param_converter, converter: username_rsstoken_converter }
32 wallabag_core.subscriber.table_prefix:
33 class: Wallabag\CoreBundle\Subscriber\TablePrefixSubscriber
35 - "%database_table_prefix%"
37 - { name: doctrine.event_subscriber }
43 error_message: "wallabag can't retrieve contents for this article. Please report this issue to us."
46 'lifehacker.com': 'PHP/5.2'
47 'gawker.com': 'PHP/5.2'
48 'deadspin.com': 'PHP/5.2'
49 'kotaku.com': 'PHP/5.2'
50 'jezebel.com': 'PHP/5.2'
52 'jalopnik.com': 'PHP/5.2'
53 'gizmodo.com': 'PHP/5.2'
54 '.wikipedia.org': 'Mozilla/5.2'
55 '.fok.nl': 'Googlebot/2.1'
56 'getpocket.com': 'PHP/5.2'
57 'iansommerville.com': 'PHP/5.2'
59 - [ setLogger, [ "@logger" ] ]
61 - { name: monolog.logger, channel: graby }
63 wallabag_core.content_proxy:
64 class: Wallabag\CoreBundle\Helper\ContentProxy
66 - "@wallabag_core.graby"
67 - "@wallabag_core.rule_based_tagger"
68 - "@wallabag_core.tag_repository"
71 wallabag_core.rule_based_tagger:
72 class: Wallabag\CoreBundle\Helper\RuleBasedTagger
75 - "@wallabag_core.tag_repository"
76 - "@wallabag_core.entry_repository"
78 # repository as a service
79 wallabag_core.entry_repository:
80 class: Wallabag\CoreBundle\Repository\EntryRepository
81 factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
83 - WallabagCoreBundle:Entry
85 wallabag_core.tag_repository:
86 class: Wallabag\CoreBundle\Repository\TagRepository
87 factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
89 - WallabagCoreBundle:Tag
91 wallabag_core.helper.entries_export:
92 class: Wallabag\CoreBundle\Helper\EntriesExport
95 - src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-152.png
97 wallabag.operator.array.matches:
98 class: Wallabag\CoreBundle\Operator\PHP\Matches
100 - { name: rulerz.operator, executor: rulerz.executor.array, operator: matches }
102 wallabag.operator.doctrine.matches:
103 class: Wallabag\CoreBundle\Operator\Doctrine\Matches
105 - { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true }
107 wallabag_core.helper.redirect:
108 class: Wallabag\CoreBundle\Helper\Redirect
112 wallabag_core.helper.prepare_pager_for_entries:
113 class: Wallabag\CoreBundle\Helper\PreparePagerForEntries
115 - "@security.token_storage"
118 wallabag_core.redis.client:
122 scheme: '%redis_scheme%'
127 wallabag_core.exception_controller:
128 class: Wallabag\CoreBundle\Controller\ExceptionController