Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
6 days | IRIS: Fix sorting of cancelled arrival-only/departure-only entriesHEAD4.37.7main | Birte Kristina Friesel | -4/+8 | |
12 days | update cpanfile.snapshot4.37.6 | Birte Kristina Friesel | -451/+540 | |
12 days | EFA: Use trip IDs with time data introduced in v3.124.37.5 | Birte Kristina Friesel | -24/+31 | |
2025-06-15 | _train_details: fix uninitialized value warning | Birte Kristina Friesel | -1/+1 | |
2025-06-15 | Map: Fix ajax_mapinfo for EFA backends4.37.4 | Birte Kristina Friesel | -4/+2 | |
2025-05-17 | Fix anchors for DBRIS and HAFAS links4.37.3 | Birte Kristina Friesel | -3/+8 | |
2025-05-16 | stationboard: use explicit dbris version for redirect | Birte Kristina Friesel | -1/+2 | |
2025-05-15 | Generate bahn.expert details link based on trip_id for DBRIS (#36)4.37.2 | networkException | -1/+3 | |
Generate bahn.expert details link based on trip_id for DBRIS This patch adds a conditional for the train details page to generate the bahn.expert details outlink based on the trip_id when using DBRIS bahn.de. This is a lot more reliable compared to concating category and train number / date. As bahn.expert recently added support for resolving these HAFAS trip ids to RIS::Journey journeys, the data quality is also on par. See https://chaos.social/@marudor/114404980599765615 --------- Co-authored-by: Birte Kristina Friesel <birte.friesel@uos.de> | ||||
2025-05-03 | release assets4.37.1 | Birte Kristina Friesel | -6/+6 | |
2025-05-03 | rebuild assets | Birte Kristina Friesel | -1/+1 | |
2025-04-21 | About page: Add DBRIS and MOTIS entries | Birte Kristina Friesel | -4/+6 | |
2025-04-21 | Release assets4.37.0 | Birte Kristina Friesel | -6/+6 | |
2025-04-21 | rebuild assets | Birte Kristina Friesel | -1/+1 | |
2025-04-21 | cpanfile: Add MOTIS dependency | Birte Kristina Friesel | -0/+1 | |
2025-04-21 | dbris stationboard: sort by realtime data | Birte Kristina Friesel | -0/+3 | |
2025-04-21 | Initial MOTIS backend support | networkException | -0/+358 | |
This patch adds support for displaying coverage and trip maps for MOTIS. | ||||
2025-04-18 | Stationboard: dbris: show messages and attributes4.36.10 | Birte Kristina Friesel | -1/+38 | |
2025-04-18 | train details: pass dbris on to map link4.36.9 | Birte Kristina Friesel | -2/+2 | |
2025-04-18 | DBRIS: respect proxy settings for journey requests as well4.36.8 | Birte Kristina Friesel | -12/+20 | |
2025-04-16 | release assets4.36.7 | Birte Kristina Friesel | -6/+6 | |
2025-04-16 | rebuild assets | Birte Kristina Friesel | -1/+1 | |
2025-04-16 | Fix stop matching for DBRIS polylines | networkException | -4/+6 | |
This patch fixes matching stops by name to route indices for DBRIS polylines. The format returned by Travel::Status::DE::DBRIS::Journey is slightly different to Travel::Status::DE::HAFAS::Journey, as it assigns a whole `stop` to a polyline coordinate, instead of `name` and `eva`. This fixes the train following train marker actually following DBRIS polylines. | ||||
2025-04-16 | Fix map reloading sending malformed query parameters | networkException | -1/+7 | |
This patch fixes the periodic map reloading function sending malformed query parameters, see below: - `dbris` - `amp;efa` - `amp;hafas` The function now constructs a URLSearchParams object and appends the serialized parameters to the url instead of using manual string concatenation. This would break reloads only for EFA and non ÖBB HAFAS backends, as the `dbris` parameter was working properly malformed and ÖBB HAFAS is the default codepath. | ||||
2025-04-16 | DBRIS: Use optional proxy for map (journey) requests4.36.6 | Birte Kristina Friesel | -0/+8 | |
2025-04-04 | add DBRIS helper4.36.5 | Birte Kristina Friesel | -0/+67 | |
2025-04-04 | release assets4.36.4 | Birte Kristina Friesel | -6/+6 | |
2025-04-04 | rebuild assets | Birte Kristina Friesel | -1/+1 | |
2025-04-04 | dbris: ajax support | Birte Kristina Friesel | -2/+83 | |
2025-04-04 | Add DBRIS maps (for travelynx) | Birte Kristina Friesel | -1/+183 | |
2025-03-23 | update cpanfile.snapshot4.36.3 | Birte Kristina Friesel | -21/+21 | |
2025-03-23 | Bump Travel::Status::DE::EFA to 3.09 (with built-in stop estimation) | Birte Kristina Friesel | -38/+14 | |
2025-03-23 | Bump DBRIS dependency | Birte Kristina Friesel | -2/+1 | |
2025-03-16 | update cpanfile.snapshot | Birte Kristina Friesel | -11/+11 | |
2025-03-07 | update cpanfile.snapshot4.36.2 | Birte Kristina Friesel | -100/+100 | |
2025-03-04 | Remove VRN; switch default backend to ÖBB4.36.1 | Birte Kristina Friesel | -9/+15 | |
2025-02-27 | Stationboard: DBRIS now returns via as a list | Birte Kristina Friesel | -1/+1 | |
2025-02-25 | dbris: redirect station names to station IDs | Birte Kristina Friesel | -5/+55 | |
2025-02-22 | dbris: Add train details (WiP) | Birte Kristina Friesel | -1/+175 | |
for whatever reason, the map link already works. It really shouldn't. | ||||
2025-02-22 | dbris: pass eva to data-station | Birte Kristina Friesel | -1/+1 | |
2025-02-21 | dbf_reg_handlers: ... really incorporate dbris | Birte Kristina Friesel | -0/+3 | |
2025-02-21 | train detail links: incorporate dbris | Birte Kristina Friesel | -3/+8 | |
2025-02-21 | Add very preliminary dbris support | Birte Kristina Friesel | -0/+154 | |
2025-02-09 | update cpanfile.snapshot4.36.0 | Birte Kristina Friesel | -12/+26 | |
2025-02-09 | cpanfile: Require SSL and SOCKS proxy support (hello, PKP) | Birte Kristina Friesel | -0/+2 | |
2025-02-09 | cpanfile: We no longer (directly) require LWP::Protocol::https | Birte Kristina Friesel | -2/+0 | |
2025-02-09 | Prepare for PKP support (needs a separate UserAgent instance) | Birte Kristina Friesel | -7/+22 | |
2025-02-09 | Stationboard: more consistent station board handler names | Birte Kristina Friesel | -10/+11 | |
2025-02-08 | update cpanfile.snapshot4.35.6 | Birte Kristina Friesel | -20/+26 | |
2025-02-08 | EFA: show candidates on ambiguous input | Birte Kristina Friesel | -11/+23 | |
2025-02-02 | README: dbf is no longer just about trains | Birte Kristina Friesel | -7/+5 | |