54d244b804
TYPO3 V12 Update ( #116 )
...
* Support TYPO3 v12 and PHP 8.3
2023-12-05 09:43:55 +01:00
20dc69694d
Add URL to tourist attraction ( #87 )
...
The tourist attraction can have an URL to their own website.
This URL is now imported and provided to templates.
Relates: #10193
2022-11-29 11:50:22 +01:00
8acbe136d4
Add special opening hours ( #84 )
...
It is possible to define special opening hours, e.g. for holidays.
Those are now also imported and provided to the templates.
Relates: #10185
2022-11-28 11:06:54 +01:00
4cb1cf1438
Import image author beside image license author ( #82 )
...
This allows to use a fallback.
Some maintain the actual copyright as author instead of license author.
Relates: #10183
2022-11-24 11:05:13 +01:00
2e4c9cc04e
Add TYPO3 v11 support ( #60 )
...
* Support generation of code coverage generation
* Remove useless caching within GitHub
* Add TYPO3 11.5 within CI
* Update phpstan
Replace friendsoftypo3/phpstan-typo3 with saschaegerer/phpstan.
The friendsoftypo3 is intended for TYPO3 itself, while saschaegerer is
intended for community.
Also update all related packages.
Fix some new findings and update baseline.
* Run composer none interactive in CI
* Remove dependency checker
* Migrate tests to no longer use legacy dependencies
* https://forge.typo3.org/issues/97479
* Fix phpstan findings
2022-09-13 09:05:47 +02:00
Carlos Pozo
62b2c5d0c7
Fix conditional and enhance OpeningHours ( #66 )
...
Co-authored-by: Daniel Siepmann <coding@daniel-siepmann.de>
2022-04-11 16:16:51 +02:00
Carlos Pozo
d71e785d8f
Add class identifier and services condition to templates ( #63 )
2022-04-11 09:26:32 +02:00
Carlos Pozo
46df4f4028
Improve detail view templates
...
Adapt detail view template for Bootstrap usage.
Provide proper out-of-the-box integration.
2022-03-08 08:27:18 +00:00
Dirk Koritnik
d23f023aa1
Add Twitter Bootstrap markup to templates ( #50 )
...
This allows out of the box integration into websites using the Twitter
Bootstrap Frontend Framework.
Resolves: #11
2021-09-14 15:02:16 +02:00
355e4717b0
Support PublicHolidays for opening hours ( #51 )
...
DayOfWeek is an enum as defined at https://schema.org/DayOfWeek
We missed the PublicHolidays enum value when building
`getDaysOfWeekWithMondayFirstWeekDay()` which is used in templates to
get ordered result.
Opening hours for public holidays were not rendered, which is now fixed.
2021-09-14 14:51:14 +02:00
185dcab2bc
Add Offer Type ( #49 )
2021-09-13 10:32:12 +02:00
07f189a7f8
Support multiple price rules
2021-09-06 13:47:12 +02:00
8315d42934
Add accessibility_specification
2021-09-06 13:47:12 +02:00
cc216429a5
Add parking_facility_near_by
...
- Removed individual converters for TYPO3.
Conversion is now handled in a single converter.
- The new converter will import necessary dependencies upfront, e.g.
town or organisation.
- Move import state into extra class.
Relates: #34
2021-09-06 13:47:12 +02:00
5859c14525
Add distanceToPublicTransport property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
46fe3a2e81
Add availableLanguage property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
4c9b055e0c
Add publicAccess property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
ffd894c102
Add isAccessibleForFree property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
bd717d1596
Add petsAllowed property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
ce6a34b543
Add photography property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
07cd56fef4
Add digitalOffer property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
4a1928ece6
Add paymentAccepted property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
c1167a7848
Add trafficInfrastructure property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
3ce8f13b04
Add architecturalStyle property to tourist information
...
Relates: #34
2021-09-06 13:47:12 +02:00
92d33c0956
Add museumService property to tourist information
...
Relates: #34
2021-09-06 13:47:12 +02:00
b41ba9b6d1
Add otherService propterty to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
b1ce004ddb
Add sanitation property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
78796e1efa
Add startOfConstruction property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
0f59085653
Add slogan property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
1b304945c0
Add hint regarding formatted descriptions
2021-06-01 09:50:50 +02:00
442a6842ec
Add prices to tourist attraction
...
Import prices, show them in records and make them accessible in
frontend.
2021-02-18 16:00:07 +01:00
6478526004
Add media to tourist attraction
2021-02-17 09:20:24 +01:00
eab2eee8b3
Add address to tourist attraction
2021-02-17 09:20:24 +01:00
9176ba0cec
Import tourist attraction only in German language
...
Allows to import entity of type TouristAttraction.
Right now only in German, as this is most important.
Add output of tourist attraction via custom content element.
2021-02-16 12:01:35 +01:00