32 Repositories
PHP silverstripe-ideannotator Libraries
Demo Silverstripe and JavaScript sources for Lightning Talk "FormField Mini Apps" at StripeCon EU 2022
Watch the Lightning Talk on Youtube 📺 Demo repository for Lightning Talk "FormField Mini Apps with the JavaScript framework/lib/style of your choice"
Adds a "spam protection" field to SilverStripe userforms using Cloudflare's Turnstile service.
Turnstile for Silverstripe Adds a "spam protection" field to SilverStripe userforms using Cloudflare's Turnstile service. Maintainer Contact Ed Chipma
An alternative to run cron jobs that uses simple HTTP requests
SilverStripe Simple Jobs An alternative to run cron jobs that uses simple HTTP requests. This module require SilverStripe CronTask. Why? Configuring c
SilverStripe Model Annotations Task
A SilverStripe Task to generate data object model annotations for defined db fields. Also for configs from data extensions.
Helper plugin to install SilverStripe recipes
SilverStripe recipe-plugin Introduction This plugin enhances composer and allows for the installation of "silverstripe-recipe" packages. These recipes
A SilverStripe module for conveniently injecting JSON-LD metadata into the header of each rendered page in SilverStripe
A SilverStripe module for conveniently injecting JSON-LD metadata into the header of each rendered page in Silver
Silverstripe module allowing editors to create newsletters using elemental blocks and export them to a sendy instance
Silverstripe Sendy Silverstripe module allowing editors to create newsletters using elemental blocks and export them to a sendy instance. Introduction
A simple extension that adds the a CMS Edit link to an element that is inline-editable
SilverStripe Elemental Advanced Edit A simple extension that adds the a CMS Edit link to an element that is inline-editable. Created as work-around to
Silverstripe-tinytidy - Control which styles are available in TinyMCE's style dropdown menu and what elements they can be applied to
TinyTidy for SilverStripe This module mainly serves as an example of how to customise the 'styles' dropdown menu in the TinyMCE editor to control whic
Alerts users in the SilverStripe CMS when multiple people are editing the same page.
Multi-User Editing Alert Alerts users in the SilverStripe CMS when multiple people are editing the same page. Maintainer Contact Julian Seidenberg ju
Multi-language translate module for Silverstripe, without having to manage separate site trees.
Silverstripe-fluent - Multi-language translate module for Silverstripe, without having to manage separate site trees.
This module integrates Silverstripe CMS with Google Translate API and then allows content editors to use automatic translation for every translatable field.
Autotranslate This module integrates Silverstripe CMS with Google Translate API and then allows content editors to use automatic translation for every
Silverstripe-searchable - Adds to the default Silverstripe search by adding a custom results controller and allowing properly adding custom data objects and custom fields for searching
SilverStripe Searchable Module UPDATE - Full Text Search This module now uses Full Text Support for MySQL/MariaDB databases in version 3.* Adds more c
Searchable DataObjects is a module that permit to include DataObjects into frontend search
Searchable DataObjects Searchable DataObjects is a module that permit to include DataObjects into frontend search. Introduction Pages are not always t
Silverstripe-fulltextsearch - Adds external full text search engine support to SilverStripe
FullTextSearch module Adds support for fulltext search engines like Sphinx and Solr to SilverStripe CMS. Compatible with PHP 7.2 Important notes when
Silverstripe-solr-search - Advanced searching with SilverStripe, Solarium and Solr
Master is no longer the main branch. If you are using dev-master, switch to dev-primary Modern SilverStripe Solr Search Full documentation or see the
Silverstripe-debugbar/ - SilverStripe DebugBar module
SilverStripe DebugBar module Requirements SilverStripe ^4.0 maximebf/php-debugbar jdorn/sql-formatter Installation You can install the debug bar with
Silverstripe-ideannotator - Generate docblocks for DataObjects, Page, PageControllers and (Data)Extensions
silverstripe-ideannotator This module generates @property, @method and @mixin tags for DataObjects, PageControllers and (Data)Extensions, so ide's lik
Silverstripe-populate - Populate your database through YAML files
Populate Module This module provides a way to populate a database from YAML fixtures and custom classes. For instance, when a building a web applicati
Allows DataObjects to self-populate intelligently with fake data
Mock DataObjects for SilverStripe This module provides intelligent content generation functionality to all DataObjects. The object introspects its fie
Automatically delete old SiteTree page versions from Silverstripe
Version truncator for Silverstripe An extension for Silverstripe to automatically delete old versioned DataObject records from your database when a re
Allows Admins to quickly login as any user in the system during development/testing
SilverStripe User Switcher The module adds a small form both in the frontend to quickly login as any user in the system. The intended use is in testin
Silverstripe-masquerade - SilverStripe module to allow users to "masquerade" as other users
SilverStripe Masquerade Module About This module is designed to allow an Administrator to "login" as another "Member" without changing their password
Markdownfield - Markdown field for SilverStripe
MarkdownField This module introduces a new DB field type Markdown & Markdown Editor. It uses github style Markdown style. And uses the simple markdown
A field for editing code in the SilverStripe CMS using Ace Editor
SilverStripe CodeEditorField This module adds a CodeEditorField that uses Ace Editor (http://ace.c9.io/) to let you edit code (mostly HTML or JavaScri
Sspak - Tool for managing bundles of db/assets from SilverStripe environments
SSPak SSPak is a SilverStripe tool for managing database and assets content, for back-up, restoration, or transfer between environments. The file form
Silverstripe-sspy - Python based SSPAK export with higher reliability and cross-platform compatibility
SSPY - Python Stand-alone SSPAK solution © Simon Firesphere Erkelens; Moss Mossman Cantwell Usage: sspy [create|load|extract] (db|assets) --file=my.
SilverStripe live templates - Speed up development with SilverStripe live templates for PhpStorm and WebStorm
SilverStripe live templates My collection of live templates for WebStorm and PhpStorm, following PSR-2, using PHPDoc, and utilizing PHP 5.4 array shor
Vagrant-boxes - Setup scripts and docs for my vagrant boxes, primarily aimed at Web/SilverStripe developement
zauberfisch's vagrant boxes zauberfisch/silverstripe-debian64 Debian 10 x86_64 LAMP Box with many extra features, pre-configured for SilverStripe Sour
Experimental userdocs thing
Silverstripe Docstation module Provides a CMS UI for browsing markdown documentation colocated with the project. Installation composer require silvers
A SilverStripe Module with template methods to quickly make use of FocusPoint, LazySizes, and Object-fit
LazyFocusFit A SilverStripe module with template methods to quickly make use of FocusPoint, LazySizes and object-fit. Requirements PHP FocusPoint JS/C
SilverStripe Garbage Collection Module
SilverStripe Module for defining and processing Garbage Collection on SilverStripe Applications.