in2code / in2glossar
Extended TYPO3 glossary and tooltip functionality
Installs: 1 249
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 3
Type:typo3-cms-extension
Requires
- php: ^8.2
- ext-dom: *
- ext-libxml: *
- ivopetkov/html5-dom-document-php: ^2.8
- typo3/cms-core: ^13.4
Requires (Dev)
- behat/behat: ^3.16
- behat/mink-selenium2-driver: ^1.7
- drevops/behat-screenshot: ^1.6
- friends-of-behat/mink-browserkit-driver: ^1.6
- friends-of-behat/mink-extension: ^2.7
- friendsofphp/php-cs-fixer: ^3.64
- genesis/behat-fail-aid: ^3.7
- helhum/typo3-console: ^8.2
- helmich/typo3-typoscript-lint: ^3.2
- michielroos/typo3scan: ^1.7
- mikey179/vfsstream: ^1.6
- phpmd/phpmd: ^2.15
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- se/selenium-server-standalone: ^3.141
- ssch/typo3-rector: ^v3.0
- typo3/cms-adminpanel: ^13.4
- typo3/cms-backend: ^13.4
- typo3/cms-belog: ^13.4
- typo3/cms-beuser: ^13.4
- typo3/cms-dashboard: ^13.4
- typo3/cms-extbase: ^13.4
- typo3/cms-extensionmanager: ^13.4
- typo3/cms-felogin: ^13.4
- typo3/cms-filelist: ^13.4
- typo3/cms-fluid: ^13.4
- typo3/cms-fluid-styled-content: ^13.4
- typo3/cms-frontend: ^13.4
- typo3/cms-info: ^13.4
- typo3/cms-install: ^13.4
- typo3/cms-lowlevel: ^13.4
- typo3/cms-recycler: ^13.4
- typo3/cms-rte-ckeditor: ^13.4
- typo3/cms-scheduler: ^13.4
- typo3/cms-setup: ^13.4
- typo3/cms-t3editor: ^13.4
- typo3/cms-tstemplate: ^13.4
- typo3/testing-framework: ^8.2
This package is auto-updated.
Last update: 2025-08-08 13:04:32 UTC
README
This is a glossary extension for TYPO3
Documentation
This is an extension especially built for the needs of one customer to show tooltips and a list view with all glossary records.
Contribution with ddev
This repository provides a DDEV-backed development environment. If DDEV is installed, simply run the following commands to quickly set up a local environment with example usages:
ddev start
ddev initialize
Requirements
- Install ddev, see: https://ddev.readthedocs.io/en/stable/#installation
- Install git-lfs, see: https://git-lfs.github.com/
Installation
- Clone this repository
- Run
ddev start
- Run
ddev initialize
to setup configurations and test database
Branchinfo
- Main Branch - Next Major Version
- typo3-v13: Version V13 for TYPO3 13
- typo3-v12: Version V4 for TYPO3 12
Early Access Programm for TYPO3 14 support
ℹ️ TYPO3 14 compatibility
See EAP page (DE) or EAP page (EN) for more information how to get access to a TYPO3 14 version
Changelog
Version | Date | State | Description |
---|---|---|---|
13.0.0 | 2025-08-08 | Feature | TYPO3 v13 compatibility |
4.0.0 | 2024-07-16 | Feature | TYPO3 v12 compatibility |
3.0.0 | 2024-07-16 | Feature | TYPO3 v11 compatibility and modern markup option |
2.0.2 | 2021-11-18 | Bugfix | Sort by word in backend list module |
2.0.1 | 2021-10-01 | Bugfix | Fix exception in backend module |
2.0.0 | 2021-07-09 | Task | Update for TYPO3 10 |
1.1.0 | 2021-03-03 | Task | Don't use tooltips in A-tags |
Contribution
Pull requests are welcome in general! Nevertheless, please don't forget to add a description to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.
- Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if I can reproduce the issue.
- Features: Not every feature is relevant for the bulk of in2glossar users.