summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/HAFAS
AgeCommit message (Collapse)AuthorLines
2024-04-02Journey(3pm), Stop(3pm): Document time zone handlingBirte Kristina Friesel-9/+15
2024-04-02Fix tz offset storage in journey modeBirte Kristina Friesel-21/+26
2024-04-02store tz offset as documentedBirte Kristina Friesel-2/+2
2024-04-02Journey, Stop: Use the service's time zone for all datetimes; mark adjustmentsBirte Kristina Friesel-53/+92
2024-04-02Use service-specific time zones if ≠ Europe/BerlinBirte Kristina Friesel-1/+2
2024-03-28Release v5.065.06Birte Kristina Friesel-13/+13
2024-03-28Product: update documentatino; remove "line"Birte Kristina Friesel-30/+26
2024-03-27Journey: support ÖBB (and possibly other non-DB HAFAS) platformsBirte Kristina Friesel-3/+5
2024-03-27Product(3pm): class: refer to get_active_service for detailsBirte Kristina Friesel-3/+4
2024-03-27$product->name: Handle ÖBB "Zug-Nr." in-band annotationsBirte Kristina Friesel-0/+8
2024-03-27Provide $journey->product->line_id in a line-colors compatible formatBirte Kristina Friesel-14/+31
See https://github.com/Traewelling/line-colors/blob/main/line-colors.csv Closes #9
2024-03-26Preliminary support for stop-specific operators / operator changes (#10)Birte Kristina Friesel-53/+232
2024-02-21Release v5.055.05Birte Kristina Friesel-11/+11
2024-02-21fix #6Cassidy Dingenskirchen-8/+22
2024-01-06Journey(3pm): mention that polylines require with_polyline constructorsBirte Kristina Friesel-2/+3
2023-12-30Release v5.045.04Birte Kristina Friesel-11/+11
2023-12-30Journey: add is_additional accessorBirte Kristina Friesel-1/+7
2023-12-30Stop: Add is_additional accessorBirte Kristina Friesel-0/+7
2023-12-19Release v5.035.03Birte Kristina Friesel-11/+11
2023-12-16Journey: Fix route_interesting (broken by 5.00); do not modify LocationsBirte Kristina Friesel-10/+7
2023-12-14Release v5.025.02Birte Kristina Friesel-11/+11
2023-12-14Journey: Do not weaken hafas reference in stop itemsBirte Kristina Friesel-4/+1
The Stop constructor is called lazily and must have access to a hafas reference for its add_message function and strptime_obj key. If the hafas object goes out of scope before Journey->route is called, those may have been garbage-collected already. Apart from that, the weaken call was useless, since a Stop object does not store the hafas reference provided in its constructor. So, as soon as Journey->route is called, the hafas references in @{$journey->{route}} go out of scope anyways.
2023-11-25Release v5.015.01Birte Kristina Friesel-11/+11
2023-11-25Journey(3pm): Do not prefix accessor documentation with "returns"Birte Kristina Friesel-19/+18
2023-11-25Add support for stop-specific messages in journeysBirte Kristina Friesel-13/+47
2023-11-22Journey: support journey JSON that does not provide a date attributeBirte Kristina Friesel-1/+1
2023-11-21Release v5.005.00Birte Kristina Friesel-11/+11
2023-11-21Location: fix DESCRIPTIONBirte Kristina Friesel-3/+3
2023-11-21StopFinder: mention that the endpoints may cease to exist soon-ishBirte Kristina Friesel-0/+4
2023-11-21Stop: Fix typoBirte Kristina Friesel-1/+1
2023-11-20Stop: merge parse_stop into constructorBirte Kristina Friesel-31/+28
2023-11-19Move location-specific data and accessors to ...::HAFAS::LocationBirte Kristina Friesel-74/+167
This is a breaking change that affects the accessors of ...::Stop and the return type of $hafas->results in locationSearch and geoSearch mode
2023-11-16Move HAFAS stop parser to Stop packageBirte Kristina Friesel-84/+100
2023-11-12Stop: Expose documented accessors as accessors. Oops.Birte Kristina Friesel-1/+8
2023-11-12Message: type "C" can have some more meaningsBirte Kristina Friesel-1/+1
2023-11-12Stop: Update copyright. whoopsie.Birte Kristina Friesel-1/+1
2023-11-11Release v4.194.19Birte Kristina Friesel-9/+9
2023-11-11update copyright yearsBirte Kristina Friesel-3/+3
2023-11-11Message: document ->code and ->typeBirte Kristina Friesel-0/+50
2023-11-11Message: parse JSON in constructorBirte Kristina Friesel-1/+25
2023-11-11HAFAS/Message: expose message type (useful for filters)Birte Kristina Friesel-1/+1
2023-10-29Remove superfluous smartmatch warning removalBirte Kristina Friesel-4/+0
2023-10-29Release v4.184.18Birte Kristina Friesel-9/+9
2023-10-11Journey(3pm): fix typoBirte Kristina Friesel-1/+1
2023-10-08only run cross-midnight code if affected timestamps are presentBirte Kristina Friesel-10/+14
2023-09-17Release v4.174.17Birte Kristina Friesel-9/+9
2023-09-16journey: check if nameS exists before concatenating itBirte Kristina Friesel-1/+1
2023-09-05Journey: Fix (undocumented) route_start accessorBirte Kristina Friesel-1/+1
2023-09-03Release v4.164.16Birte Kristina Friesel-9/+9
2023-09-03Journey: Handle missing leading 0 in date strings.Birte Kristina Friesel-1/+7
Because of course it is missing, because the date string is treated as a number by the magical API of the data lake, because why wouldn't it be.