ChangeLog
Version 8.4.10
- [TASK] Add pidOfListPage to calendar plugin
Version 8.4.9
- [TASK] Add INDEX for exceptions and time type
Version 8.4.8
- [FEATURE] Allow filtering exported events by category UIDs
Version 8.4.7
- [BUGFIX] Make sure to have just one / between base URL and public image URL
Version 8.4.6
- [BUGFIX] Add needed language columns to event export. This will allow
- DayRelationService to create the needed day records on foreign importing server.
Version 8.4.5
- [BUGFIX] Prevent double slash in public image URI while export
Version 8.4.4
- [BUGFIX] Add start/end time to location export
Version 8.4.3
- [TASK] Add a lot more logging information for event export
Version 8.4.2
- [BUGFIX] Convert start-end-time to ISO before export
Version 8.4.1
- [BUGFIX] Decode typolink before resolving file UID
Version 8.4.0
- [FEATURE] Add events2 JSON exporter
Version 8.3.12
- [BUGFIX] Repair TCA for exception:show_anyway
Version 8.3.11
- [BUGFIX] Mark a missing functional test as test
- [BUGFIX] Register event in persistence before ->persistAll
- [BUGFIX] Use class property instead of missing getConnectionPool()
Version 8.3.10
- [BUGFIX] Creating events in FE results into error because of wrong whereClause
- [BUGFIX] Make sure building unique path segments while importing events
- [BUGFIX] Allow BE admins to activate FE edited event records
Version 8.3.9
- [BUGFIX] Change executeQuery back to execute for TYPO3 10 compatibility
Version 8.3.8
- [SECURITY] Cached Action -> possible sensitive information disclosure
- [TASK] Escape % in LIKE queries
Version 8.3.7
- [TASK] Slow COUNT query. Update booster index.
Version 8.3.6
- [BUGFIX] Define action listMyEvents as uncached
Version 8.3.5
- [BUGFIX] Search for events2 plugins with LIKE search
Version 8.3.4
- [BUGFIX] Check migration of sDEFAULT to sDEF for all possible plugins
Version 8.3.3
- [BUGFIX] Initialize properties of event for better PHP 7.4 compatibility
Version 8.3.2
- [BUGFIX] Use sDEF instead of sDEFAULT
Version 8.3.1
- [BUGFIX] Never add day records of simple events if out of timeframe
Version 8.3.0
- [FEATURE] Add new setting to configure property "categories" as mandatory.
Version 8.2.1
- [BUGFIX] Export data in valid ical format
Version 8.2.0
- [BUGFIX] Remove tablename from exception TCA to be compatible with TYPO3 update 11.5.26
- [FEATURE] Simplify override of pagination in TypoScript
Version 8.1.6
- Set indent size of docs to 4 spaces
- Apply new steructure to documentation
- Add "Reset" Button to LitePicker
Version 8.1.5
- Bugfix: Use interface_exists instead of class_exists in Services.php
Version 8.1.4
- Bugfix: Load IndexerHook for solr individual in Services.php
Version 8.1.3
- Bugfix: Add compatibility to solr version 11.2 in IndexerHook
Version 8.1.2
- Bugfix: Events2PageTitleProvider only works on detail plugin
- Bugfix: getCountry must return country as INT as it contains the record UID
Version 8.1.1
- Start event search uncache (no_cache removed) as search results plugin is uncached by default
Version 8.1.0
- Add EXT:form implementation to create events in FE
- Use DB result to render options for location selector in search form
Version 8.0.1
- Add flexform for search results plugin
Version 8.0.0
- Add TYPO3 10/11 compatibility
- Add PHP 7.4, 8.0 and 8.1 compatibility
- Suggest EXT:maps2 in version 10
- Add "lang=en" to all templates
- Use DateTimeImmutable instead of DateTime
- Migrate ICalWidget to ICalController
- Create Ajax Request to retrieve events in month
- Migrate PoiCollectionWidget to Fluid Partial
- Replace jquery with VanillaJS
- Replace jquery DatePicker with LitePicker
- Move controller constructor arguments back to inject methods
- Migrate SCA to individual plugins
- Migrate list* actions to one global list action
- Update plugin preview for backend
- Add translation for PageBrowser
- Add TYPO3 logger for event2 warnings and errors
- Remove ToolTip JS. Implement a plain CSS solution
- Replace jquery autocomplete with a VanillaJS solution
- Add exceptions to DayGenerator to prevent false entries
- Prevent processing of translated records. l10n_mode=exclude
- Add workspace support
- Set organizer filter from POST to GET
- Add isset() to various variables