Age | Commit message (Expand) | Author | Lines |
2022-12-11 | database: refactor schema/iris version check | Daniel Friesel | -19/+5 |
2022-12-08 | move grep_unknown_stations to Stations model | Daniel Friesel | -31/+23 |
2022-12-07 | get name/ds100 from db and lat/lon from dict1.28.1 | Daniel Friesel | -33/+89 |
2022-12-07 | switch to internal station database; add out-of-service stations for old jour...1.28.0 | Daniel Friesel | -186/+416 |
2022-12-04 | maintenance: remove polyline code. polylines were added more than two years ago | Daniel Friesel | -88/+0 |
2022-12-04 | integritycheck: process journeys row by row rather than at once | Daniel Friesel | -2/+3 |
2022-12-04 | integritycheck: also check station names in routes | Daniel Friesel | -5/+52 |
2022-12-04 | rename missingstations command to integritycheck | Daniel Friesel | -1/+1 |
2022-11-25 | add missingstations maintenance command | Daniel Friesel | -0/+44 |
2022-11-24 | get_travel_distance: warn about removed stations (TODO: re-add them) | Daniel Friesel | -0/+10 |
2022-11-12 | show expected load of suggested connections, if available | Daniel Friesel | -0/+5 |
2022-11-12 | show expected utilization alongsie train route | Daniel Friesel | -0/+15 |
2022-11-10 | Traewelling: Use API v1 for checkin as well | Daniel Friesel | -3/+4 |
2022-11-10 | only show important HIM messages | Daniel Friesel | -7/+9 |
2022-11-09 | route: handle stops without real-time data | Daniel Friesel | -11/+16 |
2022-11-09 | HAFAS: filter out border stations | Daniel Friesel | -2/+7 |
2022-11-09 | travelynx no longer requires XML::LibXML | Daniel Friesel | -2/+0 |
2022-11-09 | Switch to internal HAFAS client for connection details | Daniel Friesel | -57/+47 |
2022-11-05 | obtain polylines via mgate (T-S-DE-HAFAS) | Daniel Friesel | -173/+95 |
2022-11-05 | Use Travel::Status::DE::HAFAS instead of traininfo.exe for journey details | Daniel Friesel | -194/+87 |
2022-10-31 | Traewelling: Use API v1 for login/logout. v1 checkin does not work yet. | Daniel Friesel | -14/+14 |
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 | connecting trains: HAFAS: Handle delay and pass it to frontend | Daniel Friesel | -0/+11 |
2022-09-24 | optionally show local transit connections as well | Daniel Friesel | -126/+242 |
2022-09-24 | connections: show expected arrival at destination | Daniel Friesel | -22/+111 |
2022-09-24 | HAFAS->get_json_p: accept cache and encoding parameters | Daniel Friesel | -2/+7 |
2022-09-23 | departure board: add footer | Daniel Friesel | -2/+7 |
2022-09-23 | Static: remove unused $travelynx_version | Daniel Friesel | -2/+0 |
2022-09-23 | add legend (not referenced yet) | Daniel Friesel | -0/+8 |
2022-09-23 | always show 'run' icon when an interchange is short | Daniel Friesel | -1/+1 |
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 | 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 | -4/+4 |
2022-08-17 | traewelling: more detailed error messages | Daniel Friesel | -19/+35 |
2022-08-04 | ... 'status' is a reserved renderer key. oops. | Daniel Friesel | -3/+3 |
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 |