2017 © Pedro Peláez
 

silverstripe-vendormodule multiuser-editing-alert

A module that indicates when people are editing the same page in the CMS

image

silverstripe/multiuser-editing-alert

A module that indicates when people are editing the same page in the CMS

  • Wednesday, June 20, 2018
  • by candidasa
  • Repository
  • 7 Watchers
  • 14 Stars
  • 5,370 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 6 Versions
  • 21 % Grown

The README.md

Multi-User Editing Alert

Alerts users in the SilverStripe CMS when multiple people are editing the same page., (*1)

Maintainer Contact

Julian Seidenberg , (*2)

Requirements

SilverStripe 4.0 or newer, (*3)

Installation

Run: composer require silverstripe/multiuser-editing-alert, (*4)

The module is automatically enabled after flush=all., (*5)

Usage

Install the module and blue dots appear next to pages in the site tree to indicate where CMS authors are editing. If multiple authors edit the same page a red dot and large warning messages appears on the page., (*6)

The list of people editing the page is stored in the SS_Cache file (DynamoDB in SilverStripe Platform or Tmp), and running a flush clears the list of editors., (*7)

The module polls the server every 3 seconds when there are multiple users editing, but saves server cycles by polling about every 24 seconds when there is just a single content author editing. If a user logs out or closes their tab, they automatically get timed out and removed from the list of current editors., (*8)

You can just the timing of the pollings using the multiuser.yml config file. For example, if there are a huge amount of content authors editing at any one time, you might want to set update less frequently, as that might overload the server., (*9)

Extra bonus: the red and blue dots are SVG files, and therefore tiny to download., (*10)

See a video demo here, (*11)

Attribution

The Versions

20/06 2018

dev-master

9999999-dev

A module that indicates when people are editing the same page in the CMS

  Sources   Download

BSD-3-Clause

The Requires

 

user content silverstripe editing alert concurrent author multi-user

18/06 2018

2.0.x-dev

2.0.9999999.9999999-dev

A module that indicates when people are editing the same page in the CMS

  Sources   Download

BSD-3-Clause

The Requires

 

user content silverstripe editing alert concurrent author multi-user

18/06 2018

2.0.0

2.0.0.0

A module that indicates when people are editing the same page in the CMS

  Sources   Download

BSD-3-Clause

The Requires

 

user content silverstripe editing alert concurrent author multi-user

18/06 2018

1.x-dev

1.9999999.9999999.9999999-dev

A module that indicates when people are editing the same page in the CMS

  Sources   Download

BSD-3-Clause

The Requires

 

user content silverstripe editing alert concurrent author multi-user

18/06 2018

1.0.x-dev

1.0.9999999.9999999-dev

A module that indicates when people are editing the same page in the CMS

  Sources   Download

BSD-3-Clause

The Requires

 

user content silverstripe editing alert concurrent author multi-user

18/06 2018

1.0.0

1.0.0.0

A module that indicates when people are editing the same page in the CMS

  Sources   Download

BSD-3-Clause

The Requires

 

user content silverstripe editing alert concurrent author multi-user