- 04 Nov, 2020 1 commit
-
-
This adds a new field `compatible_typo3_versions` to the `tx_terfe2_domain_model_version` table to provide a list of compatible TYPO3 versions for each extension version. This information is needed in the database to allow simple SQL queries, e.g. used for the REST API `GET /extension` endpoint. The information is automatically added while uploading a new extension version. Furthermore, a one time migration symfony command is available to add this data to already existing records.
-
- 02 Nov, 2020 2 commits
-
-
Oliver Bartsch authored
This adds a new field `compatible_typo3_versions` to the `tx_terfe2_domain_model_version` table to provide a list of compatible TYPO3 versions for each extension version. This information is needed in the database to allow simple SQL queries, e.g. used for the REST API `GET /extension` endpoint. The information is automatically added while uploading a new extension version. Furthermore, a one time migration symfony command is available to add this data to already existing records.
-
Oliver Bartsch authored
-
- 16 Aug, 2020 1 commit
-
-
Thomas Löffler authored
-
- 15 Aug, 2020 1 commit
-
-
Thomas Löffler authored
-
- 07 Aug, 2020 1 commit
-
-
Benni Mack authored
The downloading of the current corejson file is happening in an outdated scheduler task, which is now needed anymore, as all jobs within the task are now handled through a CLI command, the latest being added is "ter:fetchCoreVersion". This way, the original "UpdateCurrentVersionListTask" can be removed, and in addition, the actual path of the cache file is now located in one single PHP class and encapsulated there.
-
- 03 Aug, 2020 1 commit
-
-
Thomas Löffler authored
-
- 24 Jun, 2020 1 commit
-
-
Benni Mack authored
This change re-implements the generation of the XML file for TYPO3 installations by moving the relevant code from EXT:ter to ter_fe2. CombinedExtensionRepository -> does the collection of available extensions ExtensionIndexService -> handles the XML generation and writing to files This way, all functionality can be separated and exchanged if necessary. A CLI command "ter:createExtensionIndexXml" is added which also shows some more useful output, however the logic is still in the "UpdateCurrentVersionListTask" class in EXT:ter. The methods: tx_ter_helper->requestUpdateOfExtensionIndexFile tx_ter_helper->writeExtensionIndexfile are removed, and thus, all of this logic is migrated to Doctrine DBAL. Root composer.json is adapted so the necessary PHP extensions are available in your IDE.
-
- 14 May, 2020 1 commit
-
-
- 06 Nov, 2018 1 commit
-
-
Thomas Löffler authored
-
- 19 Jul, 2018 1 commit
-
-
Thomas Löffler authored
* Casts uploadComment to string before writing in DB
-
- 12 Jul, 2018 1 commit
-
-
- 14 Sep, 2017 2 commits
-
-
Stefan Froemken authored
-
-
- 02 Mar, 2017 1 commit
-
-
Sascha Marcel Schmidt authored
-
- 27 Feb, 2017 1 commit
-
-
Sascha Marcel Schmidt authored
-