Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-01-29 | add hafas (bus, ubahn, tram) support | Daniel Friesel | -108/+287 | |
2023-01-22 | get_results_p: remove superfluous cache_str variable | Daniel Friesel | -5/+0 | |
2023-01-14 | train details: show expected arrival time at first stop, if available4.14.10 | Daniel Friesel | -4/+13 | |
2023-01-09 | readd ze zycles4.14.9 | Daniel Friesel | -5/+24 | |
2023-01-09 | Re-add train attributes4.14.7 | Daniel Friesel | -18/+1 | |
2022-12-12 | Stationboard: directly pass unknown EVA IDs to backend | Daniel Friesel | -0/+6 | |
2022-12-11 | handle "Betriebsstelle nicht bekannt" in routes4.14.4 | Daniel Friesel | -0/+8 | |
2022-11-20 | indicate entry/exit only stops in train details | Daniel Friesel | -0/+2 | |
2022-10-31 | train details: show operator and additional HIM messages | Daniel Friesel | -3/+21 | |
2022-10-30 | Move EFA code to separate helper class | Daniel Friesel | -1/+1 | |
2022-10-29 | Use HAFAS utilization directly | Daniel Friesel | -26/+9 | |
2022-10-29 | use T-S-DE-HAFAS for train details | Daniel Friesel | -135/+94 | |
2022-10-28 | Use T-S-DE-HAFAS rather than transport.rest for map4.12.0 | Daniel Friesel | -469/+74 | |
Squashed commit of the following: commit ebba74fa1f732c12a4323a7b58df56e02bcb7953 Author: Daniel Friesel <derf@finalrewind.org> Date: Fri Oct 28 22:50:52 2022 +0200 update cpanfile.snapshot commit a6248cca63a96cb6a94723d017e58c7064b5fa73 Author: Daniel Friesel <derf@finalrewind.org> Date: Fri Oct 28 22:30:38 2022 +0200 cpanfile: requires T-S-DE-HAFAS commit c4b8357736976f54b2c32343210dd3612a7d60fe Author: Daniel Friesel <derf@finalrewind.org> Date: Fri Oct 28 22:28:41 2022 +0200 map: handle cancelled arrivals / stops commit 70bbd2bd1270ca10cb2f72aad333d265d0936a18 Author: Daniel Friesel <derf@finalrewind.org> Date: Thu Oct 27 23:01:24 2022 +0200 transport.rest is no longer in use commit d43e985785759b3eecfd0f6912e6e0266de24ba4 Author: Daniel Friesel <derf@finalrewind.org> Date: Thu Oct 27 22:59:28 2022 +0200 about: map is now served via T-S-DE-HAFAS commit 382262e29f00b8b0425366fa847d4d07c59ce0a1 Author: Daniel Friesel <derf@finalrewind.org> Date: Wed Oct 26 22:44:36 2022 +0200 map: update T-S-DE-HAFAS API commit 7e5f1e5c7d1ffaa5bdbbbf61124983e6c6e7fdd8 Author: Daniel Friesel <derf@finalrewind.org> Date: Tue Oct 25 21:19:16 2022 +0200 Use Travel::Status::DE::HAFAS 4.00 (unreleased) instead of transport.rest commit 706179018143d0cad4c1d5c05f110ff084dd5bc7 Author: Daniel Friesel <derf@finalrewind.org> Date: Sun Oct 16 22:44:22 2022 +0200 remove unused and unmaintained train intersection code | ||||
2022-10-08 | messages: add icon for Großstörung (== Störung) | Daniel Friesel | -1/+1 | |
2022-09-11 | train details: add an icon for construction work4.11.2 | Daniel Friesel | -2/+8 | |
2022-08-31 | train details: replace HAFAS 'Information'/'Störung' messages with icons | Daniel Friesel | -10/+34 | |
2022-07-26 | shorten 'show_realtime=1' to 'rt=1' | Daniel Friesel | -9/+10 | |
2022-04-14 | stationboard: directly render json | Daniel Friesel | -31/+23 | |
The render_to_string path is only needed for legacy callback requests. With this change, renderer->compression(0) is no longer required for non-callback json requests to work. | ||||
2022-01-30 | Use async IRIS (new_p)async-iris | Daniel Friesel | -156/+169 | |
2022-01-30 | json_route_diff: add missing $self argument | Daniel Friesel | -1/+1 | |
2022-01-25 | refactor json_route_diff into Stationboard controller | Daniel Friesel | -10/+71 | |
2022-01-25 | JSON interface: add (not-yet-final) replacement train data | Daniel Friesel | -42/+51 | |
2021-12-12 | Allow IRIS base URL to be overridden via DBFAKEDISPLAY_IRIS_BASE variable4.8.1 | Daniel Friesel | -0/+1 | |
2021-12-12 | Use EVA ID for IRIS requests | Daniel Friesel | -1/+1 | |
They change less frequently than DS100 codes Closes #11 | ||||
2021-11-30 | perltidy | Daniel Friesel | -14/+14 | |
2021-11-30 | disable cycle display (lacking Open Data) | Daniel Friesel | -1/+2 | |
2021-10-28 | remove geotrain feature (i.e., search trains, not stations, in the vicinity) | Daniel Friesel | -10/+0 | |
it was a nice little experiment, but ultimately not fit for permanent use. | ||||
2021-10-23 | Switch from Geo::Distance to GIS::Distance | Daniel Friesel | -34/+28 | |
2021-08-31 | Add past option | Daniel Friesel | -4/+17 | |
2021-08-31 | Increase default lookahead to three hours; respect $DBFAKEDISPLAY_LOOKAHEAD | Daniel Friesel | -8/+5 | |
2021-08-15 | fix hidelowdelay when combined with show_realtime4.6.1 | Daniel Friesel | -3/+0 | |
2021-08-13 | correctly show wagon order error message4.5.3 | Daniel Friesel | -1/+2 | |
was broken by ca372be9811a183d11a00abd539442a9e2e53cae | ||||
2021-07-18 | show mising realtime data in departure overview as well | Daniel Friesel | -0/+12 | |
2021-07-18 | Remove legacy $result->can checks (leftover from T-S-DE-DB support) | Daniel Friesel | -8/+2 | |
2021-07-18 | departure view: use IRIS to decide whether realtime is missing | Daniel Friesel | -1/+12 | |
2021-07-18 | show warning if realtime data is missing | Daniel Friesel | -0/+6 | |
2021-07-04 | stationboard: extend external DS100 prefix list | Daniel Friesel | -1/+2 | |
2021-07-04 | map: decrease stop circle size when stops are close together4.2.1 | Daniel Friesel | -9/+25 | |
2021-07-02 | only show ambiguous page if the input -really- was ambiguous | Daniel Friesel | -2/+6 | |
2021-07-02 | Note that dbf is limited to DB lines when encountering no results | Daniel Friesel | -8/+24 | |
2021-05-31 | fix trailing ":" after cancellation messages without reason4.1.0 | Daniel Friesel | -2/+8 | |
2021-04-06 | Remove support for RIS/HAFAS backend | Daniel Friesel | -222/+88 | |
2021-04-03 | map: improve position estimation for delayed trains3.12.1 | Daniel Friesel | -10/+32 | |
HAFAS does not provide delays of past stops, so we estimate it ourselves (assuming that the delay at the previous stop is identical to the delay at the next stop) | ||||
2021-03-29 | add train search (beta, not linked yet)3.11.1 | Daniel Friesel | -4/+14 | |
2021-03-27 | Fix input / station mapping in stationboard | Daniel Friesel | -0/+4 | |
2021-03-27 | request EFA occupancy data (works for some VRR trains) | Daniel Friesel | -2/+25 | |
2021-03-24 | trainsearch: rename train_no to train_req | Daniel Friesel | -1/+1 | |
2021-03-24 | train lookup: pass train type to hafas trainsearch.exe | Daniel Friesel | -1/+2 | |
2021-03-21 | landing page: accept both train numbers and station names | Daniel Friesel | -5/+11 | |
2021-03-21 | add preliminary support for station-independent train details | Daniel Friesel | -1/+120 | |