Dateimanagement: Basiserweiterung
authorMartin Helmling mh@waldpark.octosoft.eu <martin.helmling@octosoft.eu>
Thu, 12 Dec 2013 16:19:19 +0000 (17:19 +0100)
committerMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Wed, 1 Feb 2017 07:48:52 +0000 (08:48 +0100)
commit2bb452ee62e74c2a42113171eeb53de8d09bbbf5
tree064756d093121ab56020ad0b22937eecbb779ac6
parentfbcd5580d153156a01e9f8d071df5316b9da7777
Dateimanagement: Basiserweiterung

In diesem Commit sind die Anpassungen in der Mandantenkonfiguration
sowie die notwendigen Klassen und Controller.

Über eine Zwischenschicht wird das tatsächliche Backend (Dateien,WebDAV,ext.DMS,Datenbank etc) verborgen.
19 files changed:
SL/Controller/ClientConfig.pm
SL/DB/File.pm [new file with mode: 0644]
SL/DB/Helper/ALL.pm
SL/DB/Helper/Mappings.pm
SL/DB/Manager/File.pm [new file with mode: 0644]
SL/DB/MetaSetup/Default.pm
SL/DB/MetaSetup/File.pm [new file with mode: 0644]
SL/Dev/File.pm [new file with mode: 0644]
SL/File.pm [new file with mode: 0644]
SL/File/Backend.pm [new file with mode: 0644]
SL/File/Object.pm [new file with mode: 0644]
locale/de/all [changed mode: 0755->0644]
sql/Pg-upgrade2/filemanagement_feature.sql [new file with mode: 0644]
sql/Pg-upgrade2/files.sql [new file with mode: 0644]
templates/webpages/client_config/_attachments.html [new file with mode: 0644]
templates/webpages/client_config/_features.html
templates/webpages/client_config/form.html
templates/webpages/common/search_history.html
templates/webpages/file/rename_dialog.html [new file with mode: 0644]