taitava member since: Sep 11, 2015
taitava's packages
-
PHP
taitava/php-cachedcall
A simple PHP trait that makes it easy to cache class method call results within a single session.
-
PHP
taitava/php-html-parser
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
-
PHP
taitava/silverstripe-assetcommitter
Commit your uploaded SilverStripe asset files immediately to a VCS repository.
-
PHP
taitava/silverstripe-autoarchivable
A library that automatically moves pages to a specific archive page when they expire.
-
PHP
taitava/silverstripe-changeablelasteditedvalue
By default SilverStripe 3.1 overwrites the LastEdited field every time you write DataObjects to the database. This module allows you to keep your changes in the LastEdited field on any DataObject. It does not prevent the LastEdited field from getting updated when no manual edits has been done to it, so the module should not interfere with normal writing, only when you have explicitly set your own value to the LastEdited field.
-
PHP
taitava/silverstripe-cloakemail
Module to easily encode email addresses inside templates, page content and PHP code so that SPAM bots can't understand them, but human readers see them clearly.
-
PHP
taitava/silverstripe-cmseditlink
An easy way to generate links to edit any DataObjects in the CMS.
-
-
PHP
taitava/silverstripe-emailqueue
A module that allows you to send emails in a background process, check previously sent emails, and monitor and cancel queued and scheduled emails. Also contains an email templating structure that makes your email related code easier to manage via custom classes and .ss template files.
-
-
PHP
taitava/silverstripe-eucookielawpopup
A wrapper for wimagguc/jquery-eu-cookie-law-popup for easy usage in SilverStripe CMS.
-
JavaScript
taitava/silverstripe-mobilemenu
An easy way to add a mobile menu button to your theme automatically when the viewport is narrow.
-
PHP
taitava/silverstripe-pricelist
Just a simple pricelist functionality that makes it possible to create products and have them listed in specific pricelists. No e-commerce functions.
-
PHP
taitava/silverstripe-sentemails
A module that allows saving sent email message to an IMAP server.
-
PHP
taitava/silverstripe-serverrequirementschecker
A BuildTask for SilverStripe which allows for easy checking that the current server environment still meets the requirements defined by the standard SilverStripe installation process.