netztechniker/nt-fix-filecollections

Allow actually using FileCollections in your models

dev-master 2015-10-28 07:20 UTC

This package is auto-updated.

Last update: 2024-03-08 08:25:24 UTC


README

Purpose

Provides workarounds and fixes to allow using FileCollections in your models.

Implements a missing domain model (CategoryBasedFileCollection), provides the necessary TypoScript to make Extbases' internal objects actually be used and applies a fix for an invalid annotation on the TYPO3 CMS Core.

Warning

This is mostly "internal" software. It even makes assumptions on files that the TYPO3 CMS Core ships as experimental or internal. Its sole purpose is to make it work(TM) quickly.

Thanks

The TYPO3 community for putting so much effort into developing, managing and sharing a great product.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ .