Releases: dwenzel/t3events
Bugfix
Refactoring
Breaking Changes
We moved some functions to the new extension t3extension_tools
.
All plugins have to be migrated using the migration wizard in the TYPO3 Install Tool.
Bugfixes
[BUGFIX] missing TypoScript for showAction added closes #73 (Dirk Wenzel)
[BUGFIX] prevent slow loading in backend caused by core bug: see https://forge.typo3.org/issues/82730, closes #76 (Dirk Wenzel)
[BUGFIX] fixed error caused by missing class in extension update script closes #77 (Dirk Wenzel)
Improvements and Bugfixes
- [TASK] Performances are now displayed in Backend with a label build from their localized date and the event title. (Dirk Wenzel)
- [TASK] domain model Event extended by field relatedSchedules (Dirk Wenzel)
- [TASK] - new application icons (Timo Gockel)
- [BUGFIX] Add missing header schedules label (Steffen Mevius)
- [BUGFIX] invalid return values fixed (Dirk Wenzel)
- [BUGFIX] fixed error caused by missing SettingsInterface in PeriodConstraintRepositoryTrait (Dirk Wenzel)
- [BUGFIX] fixed error caused by invalid use statement (Dirk Wenzel)
- [TASK] obsolete updater MigrateTaskRecords removed (Dirk Wenzel)
Maintenance
[TASK] code quality: - invalid usage of deprecated Event/PerformancesViewHelper removed from templates - early return removed from render method (Dirk Wenzel)
[TASK] code cleanup (Dirk Wenzel)
[BUGFIX] CI: sonar-section readded. TYPO3 version 9 removed from matrix (Dirk Wenzel)
[TASK] require typo3/cms:8.7.x (next version will not support TYPO3 9 yet) (Dirk Wenzel)
[BUGFIX] prevent error caused by missing section in template file (Dirk Wenzel)
[TASK] invalid and deprecated method calls and configuration options replaced (Dirk Wenzel)
[TASK] deprecated classes and functions replaced - extbase ArrayUtility by core ArrayUtility - GeneralUtility::requireOnce by require_once (Dirk Wenzel)
[TASK] fixed unit tests - respect strict argument types of count() method (Dirk Wenzel)
[TASK] fix unit tests - obsolete coverage annotation removed - make sure that 'findDemanded' method returns a mock QueryResult (Dirk Wenzel)
[TASK] require typo3/cms-core instead of typo3/cms and use typo3/minimal for travis ci. (Dirk Wenzel)
[TASK] View/ConfigurableViewInterface and Controller/Backend/BackendViewTrait implemented. (Dirk Wenzel)
[TASK] Unit Tests refactored for current version of testing framework. - DemandedRepositoryTrait->generateQuery is now public (Dirk Wenzel)
[TASK] drop support for TYPO3 version 7.x (Dirk Wenzel)
[BUGFIX] CI remove build folder before sonar scan. (Dirk Wenzel)
[TASK] travis CI: sonar-runner coverage file paths configured, generate junit style log for phpunit (Dirk Wenzel)
[TASK] CI configuration for sonar changed: use identifier typescript in properties (Dirk Wenzel)
[TASK] CI exclude TypoScript folder from TypeScript sonar check (Dirk Wenzel)
[TASK] code quality
- deprecated '' tag in HTML templates replaced
- jQuery library removed
- duplicate markup moved to partial (Dirk Wenzel)
[TASK] CI: ignore duplication in ext_tables and TCA files. (Dirk Wenzel)
[TASK] travis CI: enable some more branches for sonarcloud (Dirk Wenzel)
[TASK] travis CI: call sonar-runner with coverage. (Dirk Wenzel)
Bugfixes
This is a bugfix release.
Bugfixes
- missing label for plugin form added.
- fixed error in PeriodConstraintRepositoryTrait where events with past start date and future end date where not selected correctly (when using specific constraint)
Bugfix
This is a bugfix release.
Bugfixes
- error in Be/EditRecordViewHelper which prevented from setting return URL for module correctly (TYPO3 Version 8).
Templates adapted. Please make sure to adapt your custom templates for backend list views.
Bugfixes
This is a bugfix release for the legacy version (running under TYPO3 6.2)
Bugfixes
- fixed flexform error which prevented several fields from displaying.
- fixed error which prevented from selecting ordering in flex form (due to forbidden pipe and colon characters in value)
Bugfix
Maintenance
This is a maintenance release.
Features
- Plugin now allows to sort by performances date descending too.
Bugfixes
- Add missing sorting configuration for content_elements field in domain model events. So that the backend sorting of the content element is also maintained in the frontend.