Libraries tagged by sunnysideup
sunnysideup/automated-content-management
46 Downloads
Use AI / LLM (like chatGPT) to manage your content.
sunnysideup/assets_overview
892 Downloads
Quick overview of all your assets
sunnysideup/sunnysideup-theme
468 Downloads
SilverStripe theme used in-house by Sunny Side Up
sunnysideup/youtubefield
239 Downloads
Field for selecting YouTube videos. Takes various URL formats as input and stores the YouTube ID.
sunnysideup/yes-no-any-filter
1519 Downloads
Fix for broken boolean search in Silverstripe ORM
sunnysideup/webpack_requirements_backend
3208 Downloads
Silverstripe Module that provides an alternative to the standard Silvertripe Requirements Backend class so that your application can run webpack.
sunnysideup/version-pruner
1055 Downloads
Prune / truncate your version tables based on your own settings.
sunnysideup/vardump
1088 Downloads
Dev Module for intelligent Debugging
sunnysideup/userforms_paypal
215 Downloads
adds a buy now / pay now button to your userdefined form in Silverstripe
sunnysideup/userforms-block-spam-with-keywords
84 Downloads
Checks for keywords (e.g. [email protected]) and block submissions of the strings are present
sunnysideup/upgrade_to_silverstripe_4
2 Downloads
Upgrade modules to silverstripe 4 and beyond
sunnysideup/upgrade_silverstripe
153 Downloads
some rough-and-ready tools to help you upgrade to the next version of Silverstripe
sunnysideup/title_dataobject
670 Downloads
An abstract like class for creating Title only Data Objects in a simple and efficient manner to, for example, add a category to a Product.
sunnysideup/test-email
1081 Downloads
Test that the basic email is working.
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.