innoweb/silverstripe-dms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

innoweb/silverstripe-dms

最新稳定版本:3.3.0

Composer 安装命令:

composer require innoweb/silverstripe-dms

包简介

Adds a Document Management System to SilverStripe

README 文档

README

Overview

This is a very simplified version of the Silverstripe 3 DMS module for Silverstripe 4 and 5.

It uses the standard Silverstripe File objects instead fo the custom storage management of the SS3 version.

Taxonomy has been removed as a dependency. This can be implemented on a project basis if needed.

Features

  • Relation of documents to pages
  • Management and upload of documents within a page context in the CMS
  • Based on standard Silverstripe files
  • Legacy download controller for SS3 document links

Requirements

SilverStripe CMS ^4.1 or ^5, see composer.json

Installation

Install the module using composer:

composer require innoweb/silverstripe-dms dev-master

Then run dev/build.

Upgrading

A first dev/build will move all old DMS tables to _obsolete_. There is an upgrade task dev/tasks/dms-upgrade available that will migrate the old documents to the new structures.

Issues

Document versions are not being migrated over at the moment. The default versioning of files doesn't keep the physical versions of the files. That can be enabled with:

SilverStripe\Assets\File:
  keep_archived_assets: true

But then this would not only be for DMS documents but for all files. PRs welcome.

统计信息

  • 总下载量: 94
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 52
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2020-11-01