Go to file
Robbie Averill 9b42effeb5 FIX Refactor SCSS, convert to more BEM-like names, add admin icon
* Remove "small" class from inline edit form for documents
* Swap relationeditor GridFieldConfig for record editor to ensure that document sets can be deleted from a page context rather than unlinked (natively)
* Fix to ensure that related documents can be autocompleted via partial matching on filename
* Add 2 space indentation rule to editorconfig for .js and .scss files
2017-05-22 15:20:16 +12:00
.tx Transifex translation support 2013-07-08 12:53:17 +02:00
_config API Remove DMSGridFieldDeleteAction, add query builder filter for taxonomy terms 2017-05-18 17:30:25 +12:00
code FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
dist/css FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
docs/en API Remove DMSGridFieldDeleteAction, add query builder filter for taxonomy terms 2017-05-18 17:30:25 +12:00
images FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
javascript FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
lang API Remove DMSTag, replace with optional extension for taxonomy module 2017-05-18 17:30:24 +12:00
resources ENHANCEMENT: protecting the "dms-assets" folder from web access 2012-08-07 11:16:10 +12:00
scss FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
templates FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
tests FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
.codecov.yml Add codecov YAML configuration to disable comments 2017-05-02 13:06:58 +12:00
.editorconfig FIX Refactor SCSS, convert to more BEM-like names, add admin icon 2017-05-22 15:20:16 +12:00
.gitattributes DOCS Split readme documentation into docs/en files, add related documents information 2017-05-02 12:55:29 +12:00
.gitignore NEW Replace Compass with Webpack, update docs, remove unused @includes 2017-05-09 16:06:57 +12:00
.scrutinizer.yml Added standard Scrutinizer config 2016-02-17 05:52:13 +13:00
.travis.yml Bump minimum version requirements for framework and CMS to 3.5 2017-05-09 13:20:30 +12:00
CONTRIBUTING.md API Add document sets, remove *Page methods from DMSDocument 2017-05-09 13:04:29 +12:00
LICENSE.md Add BSD-3 Clause license file 2017-05-01 17:02:44 +12:00
README.md API Remove DMSGridFieldDeleteAction, add query builder filter for taxonomy terms 2017-05-18 17:30:25 +12:00
_config.php NEW Allow shortcode handler key to be configurable 2017-05-17 17:24:50 +12:00
code-of-conduct.md Added standard code of conduct file 2016-02-16 12:28:21 +13:00
composer.json API Remove DMSGridFieldDeleteAction, add query builder filter for taxonomy terms 2017-05-18 17:30:25 +12:00
package.json NEW Replace Compass with Webpack, update docs, remove unused @includes 2017-05-09 16:06:57 +12:00
webpack.config.js NEW Replace Compass with Webpack, update docs, remove unused @includes 2017-05-09 16:06:57 +12:00

README.md

Document Management Module (DMS)

Build status Code quality Code coverage Helpful Robot

Overview

The module adds a new DMSDocument model which allows management of large amounts of files, and their relations to pages. In contrast to the File model built into SilverStripe core, it aims to wrap storage and access concerns in a generic API. This allows more fine-grained control over how the documents are managed and exposed through the website.

Additionally, documents are stored and managed as part of a page instead of away in a separate assets store.

Features

  • Relation of documents to pages
  • Relation of documents to other documents
  • Management and upload of documents within a page context in the CMS
  • Metadata management through the powerful GridField and UploadField core APIs
  • Download via SilverStripe controller (rather than filesystem URLs)
  • Access control based on PHP logic, and page relations
  • Replacement of existing files
  • Tagging via the taxonomy module if installed

Documentation

For information on configuring and using this module, please see the documentation section.

Requirements

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/projects/p/silverstripe-dms/ to contribute translations, rather than sending pull requests with YAML files.

See the "i18n" topic on doc.silverstripe.org for more details.