netztechniker / nt-fix-filecollections
Allow actually using FileCollections in your models
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >= 5.5.0, <= 5.6.99
- netresearch/composer-patches-plugin: ~1.0
- typo3/cms: >= 6.2.15
This package is auto-updated.
Last update: 2024-12-08 10:06:07 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/ .