
Maintainer(s):
hfried
Supported By: Community
There are several fulltext search engines that work in a similar manner. They build indexes of denormalized data that is then searched through using some custom query syntax.
Traditionally, fulltext search connectors for SilverStripe have attempted to hide this design, instead presenting fulltext searching as an extension of the object model. However the disconnect between the fulltext search engine's design and the object model meant that searching was inefficient. The abstraction would also often break and it was hard to then figure out what was going on.
This module instead provides the ability to define those indexes and queries in PHP. The indexes are defined as a mapping between the SilverStripe object model and the connector-specific fulltext engine index model. This module then interrogates model metadata to build the specific index definition.
Release [Unreleased] compatible with SilverStripe 3.0
Maintainer(s):
Ingo
Supported By: Community
Tracks access to URLs in the CMS by user, including IP tracking. Useful for basic audit logging.
Release [Unreleased] compatible with SilverStripe 2.3
Maintainer(s):
FrozenFire
Supported By: Community
This module provides a simple means of importing iCalendar (ICS) files into SilverStripe as DataObjects.
Release [v0.1] compatible with SilverStripe 2.4
Maintainer(s):
Ingo
Supported By: Community
Formerly a core feature of 2.x, the SapphireSOAPServer and SOAPModelAccess classes have been spun off into their own module. Requires SilverStripe 3.x
Release [Unreleased] compatible with SilverStripe 3.0
Maintainer(s):
Ingo
Supported By: Community
Formerly a core feature of 2.x, the RestfulServer class is now spun off into a module. Requires SilverStripe 3.x.
Release [Unreleased] compatible with SilverStripe 3.0
Maintainer(s):
luisdias
Supported By: Community
Silverstripe module for contextual scrolling in long vertical pages
Release [Unreleased] compatible with SilverStripe 2.4.6
Maintainer(s):
luisdias
Supported By: Community
Module to create a timeline
Release [vv0.1] compatible with SilverStripe 2.4.6
Maintainer(s):
luisdias
Supported By: Community
Module to display content in a flipbook layout
Release [Unreleased] compatible with SilverStripe 2.4.6
Maintainer(s):
Ingo
Supported By: SilverStripe
The base Widget API for adding reusable components to a SilverStripe theme, selectable and configurable by CMS authors. Moved from SilverStripe core into a module with the 3.0 release.
Release [v0.1] compatible with SilverStripe 3.0
Want to create your own module? Read our Guide to Making your own Module. Once you've created and debugged your module, submit it to our directory.
Thanks to all those who have volunteered their time to make modules, widgets and themes
Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com
Comments on this website? Please give feedback.