Skip to content

Releases: dwenzel/t3events

Bugfix

07 Aug 06:31
Compare
Choose a tag to compare
  • [BUGFIX] Fix relation between event and organizer in TCA of event table provided by @eliashaeussler
  • [BUGFIX] stability tag corrected

Refactoring

28 Jun 11:16
Compare
Choose a tag to compare
Refactoring Pre-release
Pre-release

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

23 Nov 11:56
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

[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

22 Nov 15:58
Compare
Choose a tag to compare
Pre-release
  • [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

23 Nov 10:16
Compare
Choose a tag to compare
Maintenance Pre-release
Pre-release

[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

05 Feb 17:29
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

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

25 Oct 19:38
Compare
Choose a tag to compare
Bugfix Pre-release
Pre-release

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

23 Nov 10:17
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

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

05 Oct 09:49
Compare
Choose a tag to compare
Bugfix Pre-release
Pre-release

This is a bug fix release.

Bugfix

  • fixed error in plugin configuration which prevented from unselecting caching of calendar widget

Maintenance

25 Sep 15:45
Compare
Choose a tag to compare
Maintenance Pre-release
Pre-release

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.