项目作者: simonschaufi

项目描述 :
A TYPO3 extension to lock single pages or content records from being deleted
高级语言: PHP
项目地址: git://github.com/simonschaufi/lock_element.git
创建时间: 2018-03-07T11:32:43Z
项目社区:https://github.com/simonschaufi/lock_element

开源协议:

下载


TYPO3 Extension lock_element

Donate
Latest Stable Version
Total Downloads
License
TYPO3

This extension makes it possible for TYPO3 backend users to lock single pages or content records from being deleted.

Usage

Installation

Installation using Composer

The recommended way to install the extension is using Composer.

Run the following command within your Composer based TYPO3 project:

  1. composer require simonschaufi/lock-element

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module in the TYPO3 backend.

Release Management

We follow semantic versioning, which means, that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
  • minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
  • and major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

Contribution

Pull Requests are gladly welcome! Please don’t forget to add an issue and connect it to your pull requests. This
is very helpful to understand what kind of issue the PR is going to solve.

Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We’re going
to accept only bugfixes if we can reproduce the issue.