Skip to content

caffeineinc/silverstripe-concurrentediting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Concurrent Editing Module

NOTE: This module is set to be deprecated.

For > v3.1 SilverStripe support. Please see the editlock module

https://github.com/sheadawson/silverstripe-editlock

Maintainer Contact

Andreas Piening (Nickname: apiening) <andreas (at) silverstripe (dot) com>

Requirements

SilverStripe 2.4.0 or newer

Installation

The module is automatically enabled after running dev/build

Usage

The module stores all users currently editing a page in the database when a page is opened. Other users which opened the same page in the CMS will be notified about the concurrent usage. Storing and retrieving this state is performed by periodical ajax "pings".

About

Concurrent Editing module for SilverStripe CMS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.6%
  • JavaScript 33.4%