No readme file found in bundle.
Copyright (C) 2011-2014 by Stéphane PY <py.stephane1@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
spy_timeline:
drivers:
orm:
object_manager: ~ # Required, Example: doctrine.orm.entity_manager
post_load_listener: false
classes:
query_builder: Spy\TimelineBundle\Driver\ORM\QueryBuilder\QueryBuilder
timeline: ~ # Required, Example: Acme\YourBundle\Entity\Timeline
action: ~ # Required, Example: Acme\YourBundle\Entity\Action
component: ~ # Required, Example: Acme\YourBundle\Entity\Component
action_component: ~ # Required, Example: Acme\YourBundle\Entity\ActionComponent
odm:
object_manager: ~ # Required, Example: doctrine.odm.mongodb.document_manager
post_load_listener: false
classes:
timeline: ~ # Required, Example: Acme\YourBundle\Document\Timeline
action: ~ # Required, Example: Acme\YourBundle\Document\Action
component: ~ # Required, Example: Acme\YourBundle\Document\Component
action_component: ~ # Required, Example: Acme\YourBundle\Document\ActionComponent
redis:
client: ~ # Required, Example: snc_redis.default
pipeline: true
prefix: spy_timeline
classes:
action: Spy\Timeline\Model\Action
component: Spy\Timeline\Model\Component
action_component: Spy\Timeline\Model\ActionComponent
query_builder:
classes:
factory: Spy\Timeline\Driver\QueryBuilder\QueryBuilderFactory
asserter: Spy\Timeline\Driver\QueryBuilder\Criteria\Asserter
operator: Spy\Timeline\Driver\QueryBuilder\Criteria\Operator
paginator: ~ # Example: spy_timeline.paginator.knp
# Do not define it if you use a core driver.
timeline_manager: ~
# Do not define it if you use a core driver.
action_manager: ~
notifiers: []
filters:
duplicate_key:
service: spy_timeline.filter.duplicate_key
priority: 10
data_hydrator:
priority: 20
service: spy_timeline.filter.data_hydrator
filter_unresolved: true
locators:
# Example:
- spy_timeline.filter.data_hydrator.locator.doctrine
spread:
on_subject: true
on_global_context: true
deployer: spy_timeline.spread.deployer.default
batch_size: 50
delivery: immediate
render:
path: SpyTimelineBundle:Timeline
fallback: SpyTimelineBundle:Timeline:default.html.twig
i18n:
fallback: ~ # Required
resources:
# Default:
- SpyTimelineBundle:Action:components.html.twig
resolve_component:
resolver: spy_timeline.resolve_component.doctrine
-
Merge pull request #210 from core23/patch/doctrine
By web-flow, 3 years ago
-
Require explicit versions
By core23, 3 years ago
-
Removed support for outdated PHP versions
By core23, 3 years ago
-
Added doctrine <2.6 to conflicts
By core23, 3 years ago
-
Merge pull request #209 from tibineogen/symfony-4-support
By web-flow, 3 years ago
-
update to support symfony 4
By , 3 years ago
-
update to support symfony 4
By tibineogen, 3 years ago
-
Remove php 5.3 tests on travis-ci.
By stephpy, 3 years ago
-
Merge pull request #207 from axzx/patch-1
By web-flow, 3 years ago
-
Merge pull request #206 from 7thcubic/7thcubic-patch-3
By web-flow, 3 years ago
-
fix for configuration without any spread
By axzx, 3 years ago
-
Dependencies and Additional tests
By 7thcubic, 3 years ago
-
Merge pull request #204 from 7thcubic/7thcubic-patch-2
By web-flow, 3 years ago
-
Multiple spread classes failure to load
By web-flow, 3 years ago
-
Merge pull request #202 from pppdns/patch-1
By web-flow, 3 years ago
-
Fixed fatal error in dependency injection config
By web-flow, 3 years ago
-
Spread priorization.
By stephpy, 3 years ago
-
Must get reference, not definition directly.
By stephpy, 4 years ago
-
Rollback https://github.com/stephpy/timeline-bundle/commit/953dc90917a1336f788922e7b0d932d9a563b9f4 on ODM.
By web-flow, 4 years ago
-
Merge pull request #201 from core23/patch/manager-null
By web-flow, 4 years ago
-
Fixed calling wrong doctrine method
By core23, 4 years ago
-
Merge pull request #200 from core23/patch/add-index
By web-flow, 4 years ago
-
Added missing indexes for context and type
By core23, 4 years ago
-
Merge pull request #196 from rande/patch-1
By stephpy, 5 years ago
-
Allow Symfony3 installation
By rande, 5 years ago
-
Merge pull request #195 from sadortun/Branch_2fd9e717ad05789a2655e60ecfc4cebffb0204b3
By stephpy, 5 years ago
-
Fix deprecated TWIG methods calls
By sadortun, 5 years ago
-
Merge pull request #191 from toinouu/patch-1
By stephpy, 5 years ago
-
Update Timeline.mongodb.xml
By toinouu, 5 years ago
-
Merge pull request #181 from sadortun/patch-1
By stephpy, 5 years ago