Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-08-11 | Add VMT backend | Birte Kristina Friesel | -0/+9 | |
2024-08-11 | Note that HVV and SNCB do not work at the moment | Birte Kristina Friesel | -0/+5 | |
2024-08-11 | Add VRN backend | Birte Kristina Friesel | -0/+1 | |
2024-08-11 | Add RMV backend | Birte Kristina Friesel | -0/+1 | |
2024-08-11 | Release v6.056.05 | Birte Kristina Friesel | -14/+14 | |
2024-08-11 | Remove Services.pm pretty-printing (used for debugging only) | Birte Kristina Friesel | -1/+1 | |
2024-08-11 | use productbits from transport-apis repository | Birte Kristina Friesel | -121/+35 | |
2024-08-11 | Use https://github.com/public-transport/transport-apis as backend database | Birte Kristina Friesel | -0/+317 | |
2024-08-10 | Release v6.046.04 | Birte Kristina Friesel | -15/+15 | |
2024-08-10 | Journey, Stop: handle BVG utilization data | Birte Kristina Friesel | -2/+20 | |
2024-08-02 | Journey: only set route_start if it is known | Birte Kristina Friesel | -1/+1 | |
2024-06-10 | update comments for midnight crossings. DB HAFAS now also uses # trip IDs | Birte Kristina Friesel | -3/+2 | |
2024-04-15 | Release v6.036.03 | Birte Kristina Friesel | -13/+13 | |
2024-04-15 | Journey: Add product_at accessor | Birte Kristina Friesel | -1/+17 | |
2024-04-12 | Release v6.026.02 | Birte Kristina Friesel | -13/+13 | |
2024-04-04 | Release v6.016.01 | Birte Kristina Friesel | -13/+13 | |
2024-04-03 | Journey: Add operators accessor | Birte Kristina Friesel | -2/+25 | |
2024-04-02 | Release v6.006.00 | Birte Kristina Friesel | -13/+13 | |
2024-04-02 | Journey(3pm), Stop(3pm): Document time zone handling | Birte Kristina Friesel | -9/+15 | |
2024-04-02 | Fix tz offset storage in journey mode | Birte Kristina Friesel | -21/+26 | |
2024-04-02 | store tz offset as documented | Birte Kristina Friesel | -2/+2 | |
2024-04-02 | Journey, Stop: Use the service's time zone for all datetimes; mark adjustments | Birte Kristina Friesel | -53/+92 | |
2024-04-02 | Use service-specific time zones if ≠ Europe/Berlin | Birte Kristina Friesel | -1/+2 | |
2024-03-28 | Release v5.065.06 | Birte Kristina Friesel | -13/+13 | |
2024-03-28 | Product: update documentatino; remove "line" | Birte Kristina Friesel | -30/+26 | |
2024-03-27 | Journey: support ÖBB (and possibly other non-DB HAFAS) platforms | Birte Kristina Friesel | -3/+5 | |
2024-03-27 | Product(3pm): class: refer to get_active_service for details | Birte Kristina Friesel | -3/+4 | |
2024-03-27 | $product->name: Handle ÖBB "Zug-Nr." in-band annotations | Birte Kristina Friesel | -0/+8 | |
2024-03-27 | Provide $journey->product->line_id in a line-colors compatible format | Birte Kristina Friesel | -14/+31 | |
See https://github.com/Traewelling/line-colors/blob/main/line-colors.csv Closes #9 | ||||
2024-03-26 | Preliminary support for stop-specific operators / operator changes (#10) | Birte Kristina Friesel | -53/+232 | |
2024-02-21 | Release v5.055.05 | Birte Kristina Friesel | -11/+11 | |
2024-02-21 | fix #6 | Cassidy Dingenskirchen | -8/+22 | |
2024-01-06 | Journey(3pm): mention that polylines require with_polyline constructors | Birte Kristina Friesel | -2/+3 | |
2023-12-30 | Release v5.045.04 | Birte Kristina Friesel | -11/+11 | |
2023-12-30 | Journey: add is_additional accessor | Birte Kristina Friesel | -1/+7 | |
2023-12-30 | Stop: Add is_additional accessor | Birte Kristina Friesel | -0/+7 | |
2023-12-19 | Release v5.035.03 | Birte Kristina Friesel | -11/+11 | |
2023-12-16 | Journey: Fix route_interesting (broken by 5.00); do not modify Locations | Birte Kristina Friesel | -10/+7 | |
2023-12-14 | Release v5.025.02 | Birte Kristina Friesel | -11/+11 | |
2023-12-14 | Journey: Do not weaken hafas reference in stop items | Birte 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-25 | Release v5.015.01 | Birte Kristina Friesel | -11/+11 | |
2023-11-25 | Journey(3pm): Do not prefix accessor documentation with "returns" | Birte Kristina Friesel | -19/+18 | |
2023-11-25 | Add support for stop-specific messages in journeys | Birte Kristina Friesel | -13/+47 | |
2023-11-22 | Journey: support journey JSON that does not provide a date attribute | Birte Kristina Friesel | -1/+1 | |
2023-11-21 | Release v5.005.00 | Birte Kristina Friesel | -11/+11 | |
2023-11-21 | Location: fix DESCRIPTION | Birte Kristina Friesel | -3/+3 | |
2023-11-21 | StopFinder: mention that the endpoints may cease to exist soon-ish | Birte Kristina Friesel | -0/+4 | |
2023-11-21 | Stop: Fix typo | Birte Kristina Friesel | -1/+1 | |
2023-11-20 | Stop: merge parse_stop into constructor | Birte Kristina Friesel | -31/+28 | |
2023-11-19 | Move location-specific data and accessors to ...::HAFAS::Location | Birte 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 |