Commit graph

14 commits

Author SHA1 Message Date
Daniel Siepmann 39529be49a Allow to use expressions with PHP 8.x
Introduce new traverse function taken from TYPO3 TypoScript conditions.

Relates: #86
2022-09-16 14:45:54 +02:00
Daniel Siepmann bcd94f9826 Release 1.2.0 2022-08-05 21:42:57 +02:00
Daniel Siepmann 3b0fb209c2 Do not create error in Symfony Expression Language on missing User Agent 2022-04-14 10:32:04 +02:00
Daniel Siepmann 6cef293298 Fix broken performance of list module
TYPO3 queries information of translations.
The fix adds database indices which are also applied for tt_content
by TYPO3 itself.
This fixes slow loading times of the list module.
2022-02-02 13:28:02 +01:00
Daniel Siepmann e55f1da281 Raise from TYPO3 11.4 to 11.5 2021-11-25 09:35:47 +01:00
Daniel Siepmann 8103025899 Support TYPO3 11.4 2021-09-17 09:36:59 +02:00
Daniel Siepmann 721b6e5a31 Support PHP 7.3
- Extend CI to test everything against PHP 7.3
- Update composer to allow installation with PHP 7.3
- Remove dependency checker, install loosely within CI to get compatible
  version with actual PHP version.
- Adjust CI to use PHP compatible MySQL versions.

Relates: #69
2021-08-11 12:15:57 +02:00
Daniel Siepmann 0d1366f386 Update sponsoring information 2021-08-03 12:49:52 +02:00
Daniel Siepmann 67c2d22f15 Fix performance issue of PageviewsPerDay widget
Issue a single query with native group by instead of x queries.

Resolves: #63
2021-08-03 12:04:55 +02:00
Daniel Siepmann e2a23c6455 Improve performance of widgets with large datasets
Provide database index for widgets which is used by widget queries to
fetch data way faster, e.g. 0.1 instead of > 5 seconds in one concrete
project.

Relates: #63
2021-08-03 10:41:01 +02:00
Daniel Siepmann f3b4ae3c3b Raise from TYPO3 11.2 to 11.3
Only support latest public release of current TYPO3 dev releases.
2021-08-03 10:27:12 +02:00
Daniel Siepmann 50741e6531 Release 1.1.1
Add changelog entry.
Raise version number.
2021-06-02 06:53:02 +02:00
Daniel Siepmann ad97b6597f Add missing changelog for 1.1.0 2021-06-02 06:44:16 +02:00
Daniel Siepmann 3c996aca19 Add changelog and contributions 2021-01-07 10:00:38 +01:00