Stick to Semantic Versioning.
The official way of releasing TYPO3 extensions is to the TER, extensions existing solely as Git repositories are NOT properly made available to the community.
| <?php | |
| /* | |
| * This file is part of the TYPO3 CMS project. | |
| * | |
| * It is free software; you can redistribute it and/or modify it under | |
| * the terms of the GNU General Public License, either version 2 | |
| * of the License, or any later version. | |
| * | |
| * For the full copyright and license information, please read the | |
| * LICENSE.txt file that was distributed with TYPO3 source code. |
Stick to Semantic Versioning.
The official way of releasing TYPO3 extensions is to the TER, extensions existing solely as Git repositories are NOT properly made available to the community.
| <?php | |
| /** | |
| * Following snippet lets you easily override XLIFF-based localization files for any extension. | |
| * | |
| * Create localization files within your extension in: | |
| * | |
| * Resources/Private/Language/Overrides/<extension-key>.<original-name>.xlf | |
| * Resources/Private/Language/Overrides/<locale>.<extension-key>.<original-name>.xlf | |
| * |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Upload files. | |
| * | |
| * @return void | |
| */ | |
| public function uploadAction() { | |
| $overwriteExistingFiles = TRUE; | |
| $data = array(); | |
| $namespace = key($_FILES); |