jweiland / jwtools2
Various tools/hooks to extend/modify TYPO3
Installs: 11 715
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 3
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4.9
- typo3/cms-filelist: ^12.4.9
- typo3/cms-filemetadata: ^12.4.9
- typo3/cms-scheduler: ^12.4.9
Requires (Dev)
- ergebnis/composer-normalize: ~2.42.0
- friendsofphp/php-cs-fixer: ^3.14
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- typo3/coding-standards: ^0.6
- typo3/testing-framework: ^7.0.2
Replaces
- typo3-ter/jwtools2: 7.1.2
- dev-main
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.8
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.10.3
- 5.10.2
- 5.10.1
- 5.10.0
- 5.9.0
- 5.8.1
- 5.8.0
- 5.7.0
- 5.6.1
- 5.6.0
- 5.5.1
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.0
- 5.0.0
- 4.4.0
- 4.3.0
- 4.2.2
- 4.2.0
- 4.1.0
- 4.0.1
- 4.0.0
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-typo3_13_compatibility
- dev-TYPO3_10-4
- dev-TYPO3_9-5
- dev-TYPO3_8-7
This package is auto-updated.
Last update: 2024-10-20 08:18:56 UTC
README
Implement various helpful features to TYPO3 and some extensions
1 Features
After installing this extension nothing really happens. It's up to you to activate individual features in Extension Settings.
- Enable page UID in PageTree.
- Transfer value of
current
from CONTENT-Object to renderObj-Object. - Select categories of current PageTree only.
- Use our task to execute your own individual SQL-Query.
- Html VH with record-attribute which should be used while processing lib.parseFunc
- VH which brings you GeneralUtility::splitFileRef functionality into FE.
- Solr-Features: Use task to index all of your PageTrees in ONE task.
- Aspect for RouteEnhancer to persist static values
Stay tuned, we will fill up this extension with even more feature in future.
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/jwtools2
Installation as extension from TYPO3 Extension Repository (TER)
Download and install jwtools2
with the extension manager module.
2.2 Minimal setup
- Install the extension
- Move over to Extension Settings and activate the features you want