News

Silverstripe Page Elements: Version 2.2 release

Added by Tim Klein about 1 year ago

This release fixes vairous bugs, caused by core changes in silverstripe 2.4.3 and 2.4.4.

Also jquery wysiwyg editor has been completely removed and replaced by tinymce that comes with silverstripe.

Silverstripe Page Elements: Version 2.1 release

Added by Tim Klein over 1 year ago

This release brings a handfull of bugfixes and full 2.4 compatibility

here is a quick overview:

  • Fixed theme detection using SiteConfig
  • Fixed versioned elements. Deleting them removes them from the live site
  • Replaced buggy jQuery wysiwyg with tinymce in HTMLElement (Wysiwyg)
  • Removed number of slot restriction
  • using sapphire jQuery includes rather than shipping own version
  • Included 960gs GridPage Layout examples
  • Simple view permissions (show / hide elements for not/logged in users)
  • Fixed editing permissions
  • Overhauled jquery code

thanks everybody for reporting bugs!

Silverstripe Page Elements: New 1.2 release and SS 2.4 compatibility in trunk (734 comments)

Added by Tim Klein almost 2 years ago

The new 1.2 release includes various interface optimisations
such as html code optimisation, tab characters, popup filling, growing editors and much more.

The current trunk is compatible with the latest Silverstripe 2.4 release.

Please repotr bugs as you find them!

Silverstripe Page Elements: Element Catalogue online

Added by Tim Klein almost 2 years ago

finally there is a catalogue on page-elements.com.

Silverstripe Page Elements: Element Versioning in trunk

Added by Tim Klein almost 2 years ago

element versioning is now in trunk.

It can be activated by adding:

Element::setVersioning("Element");

to your mysite/_config.php

Due to limitations in DataObjectDecorator within the sapphire core element versioning cannot be activated on a per-element basis (as I initially wanted).
However hopefully this is a step closer to provide a seamless experience in Silverstripe CMS.

In the next couple of weeks I will be working on making elements Silverstripe 2.4 compatible

Silverstripe Page Elements: Version 1.1 is ready

Added by Tim Klein about 2 years ago

Here is a brief overview over the changes to 1.1

  • added hiddenelement interface which defines elements with no html output

for example javascript code only via Requirements

  • various interface optimisation like growing textareas etc
  • prepend and append strings for elements

good to wrap the output

  • improved wysiwyg editor -> more functions, less bugs
  • a couple of bugfixes

Silverstripe Page Elements: SSPE v1 OpenSource Release

Added by Tim Klein over 2 years ago

The first version is stable and released.

Please report bugs.

Also available in: Atom