2017 © Pedro Peláez
 

typo3-cms-extension bnbfilesharing

Frontend file exchange with virtual folders and flexible permissions.

image

intera-typo3-extension/bnbfilesharing

Frontend file exchange with virtual folders and flexible permissions.

  • Friday, April 21, 2017
  • by intera
  • Repository
  • 1 Watchers
  • 0 Stars
  • 107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TYPO3 Extension bnbfilesharing

Build Status, (*1)

Fork of the bnbfilesharing TYPO3 Extension., (*2)

This is basically a complete rewrite with the following changes:, (*3)

  • Bootstrap based Accordeons / Glyphicons for the file list
  • Bootstrap based Forms
  • TYPO3 6.2, 7.6, 8.5 compatibility
  • No AJAX calls any more, all forms are default Extbase actions
  • JavaScript only used for saving the Accordeon state in a cookie
  • Minimal custom styles
  • No automatic include of JavaScript / CSS (uncompiled Sass file available)
  • Manual migrated to reST

TODO

Currently there are requirements to non public Extensions that need to be resolved (intdiv, uploadhandler)., (*4)

Migration

Currently only manual update from version 1.x is possible. Execute these SQL queries:, (*5)

RENAME TABLE tx_bnbfilesharing_domain_model_files TO tx_bnbfilesharing_domain_model_file;

ALTER TABLE `tx_bnbfilesharing_domain_model_file` CHANGE `beschriftung` `label` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';

ALTER TABLE `tx_bnbfilesharing_domain_model_file` CHANGE `feuserid` `feuser` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `tx_bnbfilesharing_domain_model_folder` CHANGE `feuserid` `feuser` INT(11) NOT NULL DEFAULT '0';

The Versions

21/04 2017

dev-master

9999999-dev

Frontend file exchange with virtual folders and flexible permissions.

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires