Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
37 hours | Map: Fix ajax_mapinfo for EFA backends4.37.4 | Birte Kristina Friesel | -4/+2 | |
2025-05-16 | stationboard: use explicit dbris version for redirect | Birte Kristina Friesel | -1/+2 | |
2025-04-21 | dbris stationboard: sort by realtime data | Birte Kristina Friesel | -0/+3 | |
2025-04-21 | Initial MOTIS backend support | networkException | -0/+357 | |
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 | DBRIS: respect proxy settings for journey requests as well4.36.8 | Birte Kristina Friesel | -12/+20 | |
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 | 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 | dbris: ajax support | Birte Kristina Friesel | -1/+82 | |
2025-04-04 | Add DBRIS maps (for travelynx) | Birte Kristina Friesel | -1/+183 | |
2025-03-23 | Bump Travel::Status::DE::EFA to 3.09 (with built-in stop estimation) | Birte Kristina Friesel | -37/+13 | |
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 | Add very preliminary dbris support | Birte Kristina Friesel | -0/+153 | |
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 | EFA: show candidates on ambiguous input | Birte Kristina Friesel | -10/+22 | |
2025-02-01 | Switch from DBWagenreihung to DBRIS::Formation | Birte Kristina Friesel | -8/+7 | |
2025-01-16 | stationboard: IRIS: always show cancelled trains with scheduled time4.33.4 | Birte Kristina Friesel | -8/+20 | |
2025-01-10 | Stationboard: restore train details via VRN | Birte Kristina Friesel | -88/+88 | |
2025-01-10 | Map: Switch to VRN as well | Birte Kristina Friesel | -2/+2 | |
2025-01-10 | Switch to VRN as default HAFAS service | Birte Kristina Friesel | -5/+7 | |
2025-01-09 | Do not request HAFAS routes as DB HAFAS is down4.33.2 | Birte Kristina Friesel | -88/+88 | |
The code path may be re-enabled once DBRIS is integrated. | ||||
2025-01-08 | Only show HAFAS links for non-DB backends | Birte Kristina Friesel | -15/+14 | |
2025-01-05 | Adjust for Travel::Status::DE::EFA 3.06 | Birte Kristina Friesel | -5/+6 | |
2024-12-22 | show footer (but not opts) in some places | Birte Kristina Friesel | -4/+9 | |
2024-12-21 | app: only show reasons for cancellations and delays ≥ 20 minutes | Birte Kristina Friesel | -1/+1 | |
2024-12-13 | Always show realtime data; use rt=0 to switch back to schedule data4.32.0 | Birte Kristina Friesel | -2/+2 | |
2024-12-02 | apply platform and via filters when using the EFA backend4.31.1 | Birte Kristina Friesel | -5/+13 | |
Closes #20 | ||||
2024-11-05 | IRIS, HAFAS: Pass version=raw to obtain raw serialized Perl objects | Birte Kristina Friesel | -0/+3 | |
2024-11-05 | EFA departure board: add JSON interface | Birte Kristina Friesel | -17/+33 | |
2024-11-05 | redirect_to_station: remove empty hafas/efa parameters in efa/hafas mode | Birte Kristina Friesel | -0/+3 | |
2024-10-21 | EFA: now with proper map support | Birte Kristina Friesel | -35/+214 | |
2024-10-20 | Map: refactor estimate_train_positions{,2} to be independent of HAFAS modules | Birte Kristina Friesel | -26/+50 | |
2024-10-20 | Add partial EFA map support | Birte Kristina Friesel | -3/+167 | |
No live position yet | ||||
2024-10-19 | EFA trip details: show real-time data | Birte Kristina Friesel | -0/+2 | |
2024-10-19 | efa departure board: add has_realtime annotations | Birte Kristina Friesel | -0/+1 | |
2024-10-18 | derp? | Birte Kristina Friesel | -1/+1 | |
2024-10-18 | stations_by_coordinates: fix efa | Birte Kristina Friesel | -7/+7 | |
2024-10-18 | Add preliminary EFA support | Birte Kristina Friesel | -3/+278 | |
2024-10-06 | EFA: Clickable route links | Birte Kristina Friesel | -2/+3 | |
2024-10-03 | is_important: extend matches for hafas/efa (local transit) backends | Birte Kristina Friesel | -0/+5 | |
2024-10-03 | EFA departure board: add (bit_)delayed annotations | Birte Kristina Friesel | -3/+9 | |
2024-10-01 | Prepare for detail view with efa backend | Birte Kristina Friesel | -4/+10 | |
2024-09-29 | EFA: request full routes; include route_pre / route_post | Birte Kristina Friesel | -16/+17 | |
2024-09-29 | EFA: Use cache | Birte Kristina Friesel | -0/+1 | |