Age | Commit message (Expand) | Author | Lines |
2022-09-28 | changelog1.24.0 | Daniel Friesel | -3/+36 |
2022-09-28 | get_connecting_trains: departure delay is relevant for connecting trains | Daniel Friesel | -3/+4 |
2022-09-28 | get_connecting_trains_p: leave loops when done | Daniel Friesel | -1/+3 |
2022-09-25 | connections: platform on the left, times on the right; similar to departure b... | Daniel Friesel | -22/+28 |
2022-09-25 | connecting trains: HAFAS: Handle delay and pass it to frontend | Daniel Friesel | -0/+11 |
2022-09-24 | connections: link for departure time | Daniel Friesel | -0/+6 |
2022-09-24 | optionally show local transit connections as well | Daniel Friesel | -127/+293 |
2022-09-24 | connections: move departure time to line | Daniel Friesel | -12/+13 |
2022-09-24 | _checked_in: move interchange icon to train icons | Daniel Friesel | -3/+3 |
2022-09-24 | connections: show expected arrival at destination | Daniel Friesel | -25/+115 |
2022-09-24 | HAFAS->get_json_p: accept cache and encoding parameters | Daniel Friesel | -2/+7 |
2022-09-24 | connections: always use three-column view | Daniel Friesel | -73/+2 |
2022-09-23 | footer: add legend link1.23.13 | Daniel Friesel | -0/+2 |
2022-09-23 | departure board: add footer | Daniel Friesel | -2/+9 |
2022-09-23 | Static: remove unused $travelynx_version | Daniel Friesel | -2/+0 |
2022-09-23 | add legend (not referenced yet) | Daniel Friesel | -0/+51 |
2022-09-23 | always show 'run' icon when an interchange is short | Daniel Friesel | -1/+1 |
2022-09-17 | README: cpanm is no longer recommended | Daniel Friesel | -12/+7 |
2022-09-07 | Controller/Traveling: perltidy1.23.12 | Daniel Friesel | -6/+12 |
2022-09-05 | get_connecting_trains_p: remove trains with identical routes to current one | Daniel Friesel | -1/+17 |
2022-09-05 | get_connecting_trains_p: use has_str_in_list helper more often | Daniel Friesel | -2/+2 |
2022-09-03 | get_connecting_trains_p: handle uninitialized arr_countdown | Daniel Friesel | -3/+5 |
2022-09-03 | get_connecting_trains_p: we're doing boolean arithmetic here1.23.11 | Daniel Friesel | -1/+1 |
2022-09-03 | get_connecting_trains: set lookahead to (expected arrival // now) + 40 minutes1.23.10 | Daniel Friesel | -4/+7 |
2022-08-26 | get_connecting_trains_p: increase lookahead to 601.23.9 | Daniel Friesel | -1/+1 |
2022-08-26 | show connections up to 40 minutes before arrival (rather than just 20)1.23.8 | Daniel Friesel | -2/+2 |
2022-08-19 | travelynx-action: only show checkin error if it is not already being shown1.23.7 | Daniel Friesel | -2/+4 |
2022-08-19 | sb_templates: name/key can be changed as well | Daniel Friesel | -4/+4 |
2022-08-19 | use bahn.expert as new domain for marudor.de | marudor | -11/+11 |
2022-08-17 | traewelling: more detailed error messages | Daniel Friesel | -19/+35 |
2022-08-17 | connections: do not allow checkin while still in transit1.23.6 | Daniel Friesel | -2/+12 |
2022-08-04 | release assets1.23.5 | Daniel Friesel | -24/+24 |
2022-08-04 | ... 'status' is a reserved renderer key. oops. | Daniel Friesel | -4/+4 |
2022-08-04 | update autocomplete list for T-S-DE-IRIS 1.691.23.4 | Daniel Friesel | -8/+49 |
2022-08-03 | update cpanfile.snapshot | Daniel Friesel | -80/+80 |
2022-08-02 | Traveling: Rename log_action to travel_action | Daniel Friesel | -2/+2 |
2022-08-01 | log requested station when throwing an ambiguous station name error | Daniel Friesel | -2/+4 |
2022-08-01 | fetch connecting trains asynchronously | Daniel Friesel | -134/+243 |
2022-07-30 | Traveling: sort helpers <-> controllers | Daniel Friesel | -174/+178 |
2022-07-30 | Passengerrights: section headers; perltidy | Daniel Friesel | -1/+7 |
2022-07-30 | Api: section headers for helpers / controllers; perltidy | Daniel Friesel | -8/+12 |
2022-07-30 | Account: Move helpers to a separate section | Daniel Friesel | -189/+193 |
2022-07-30 | move get_connecting_trains helper to Traveling controller | Daniel Friesel | -175/+166 |
2022-07-29 | mov get_connection_targets helper to Journeys Model | Daniel Friesel | -73/+69 |
2022-07-28 | landingpage: $status is not always set | Daniel Friesel | -0/+1 |
2022-07-27 | move get_connecting_trains call from _checkeed_in to controller | Daniel Friesel | -9/+27 |
2022-07-26 | only show cancellation alternatives at original station | Daniel Friesel | -1/+4 |
2022-07-26 | _checked_out: move get_connecting_trains call to controller | Daniel Friesel | -7/+14 |
2022-07-26 | move get_connecting_trains out of _cancelled_departure template | Daniel Friesel | -5/+21 |
2022-07-26 | departure board: move get_connecting_trains call to controller | Daniel Friesel | -8/+19 |