Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-08-27 | get_travel_distance: intermediate: Handle destination renames in sanity check2.8.35 | Birte Kristina Friesel | -1/+6 | |
Also related to #160 | ||||
2024-08-26 | map, get_travel_distance: Prefer EVA ID over name for route matches2.8.33 | Birte Kristina Friesel | -2/+6 | |
Station names frequently change, so the EVA ID is more robust Closes #160 | ||||
2024-08-25 | get_travel_distance: no need for debug output if there is no polyline | Birte Kristina Friesel | -2/+4 | |
2024-08-23 | Suggest backends based on coverage and latest checkout coordinates | Birte Kristina Friesel | -0/+26 | |
References #156 | ||||
2024-08-17 | get_travel_distance: do not overwrite {to,from}_eva with undef | Birte Kristina Friesel | -2/+2 | |
2024-08-15 | stats, map: deal with multiple EVA IDs mapping to the same station name | Birte Kristina Friesel | -20/+54 | |
2024-08-14 | get_travel_distance: always return beeline distance2.8.18 | Birte Kristina Friesel | -9/+6 | |
2024-08-09 | get_connection_targets: always return a list2.8.13 | Birte Kristina Friesel | -2/+5 | |
Closes #152 Closes #153 | ||||
2024-08-04 | journey->add: pass backend_id on to station search for route2.8.9 | Birte Kristina Friesel | -2/+3 | |
Ref: #150 | ||||
2024-08-04 | manual journey entry: hardcode DB (HAFAS) for station selection2.8.8 | Birte Kristina Friesel | -2/+4 | |
TODO: Add a dropdown to select different backends Closes #150 | ||||
2024-07-26 | Multi-backend support | Birte Kristina Friesel | -23/+44 | |
Squashed commit of the following: commit 92518024ba295456358618c0e8180bd8e996fdf1 Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:39:46 2024 +0200 add_or_update station: remove superfluos 'new backend id := old backend id' commit df21c20c6e4c86454f8a9ac69121404415217f2a Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:35:51 2024 +0200 revert connection targets min_count to 3 commit be335cef07d0b42874f5fc1de4a1d13396e8e807 Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:20:05 2024 +0200 mention backend selection in API documentation commit 9f41828fb4f18fd707e0087def3032e8d4c8d7d8 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:19:23 2024 +0200 use_history: not all backends provide route data in departure monitor commit 09714b4d89684b8331d0e96f564a4c7432318f70 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:11:44 2024 +0200 disambiguation: pass correct hafas parameter commit 8cdf1120fc32155dc6525be64601b7c10a9c7f52 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:11:28 2024 +0200 _checked_in: hide Zuglauf link for non-db checkins commit 7455653f541198e0e0a6d11aed421487ffdb6285 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:01:47 2024 +0200 debug output commit b9cda07f85601a58ea32dbdacdd5399f302db52b Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 19:09:07 2024 +0200 fix remaining get_connection_targets / get_connecting_trains_p invocations commit 2759d7258c37c7498905cfe19f6b4c4f6d16bd21 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Jul 24 20:50:12 2024 +0200 support non-DB HAFAS backends (WiP) | ||||
2024-07-21 | Add lat/lon to pre-2.7.8 journeys; add eva where missing | Birte Kristina Friesel | -9/+8 | |
This speeds up the map significantly and makes coordinates_by_station obsolete | ||||
2024-07-21 | Journey->add: store lat/lon for route at entry time, if available | Birte Kristina Friesel | -4/+33 | |
2024-06-15 | recent journeys: use hafas=DB as well | Birte Kristina Friesel | -1/+1 | |
2024-06-08 | Store journey backend; do not rely on '|' in ID to distinguish IRIS/HAFAS | Birte Kristina Friesel | -1/+5 | |
This is in preparation for supporting multiple HAFAS backends, and possibly EFA and RIS::Journeys. | ||||
2024-02-13 | Journeys: adjust sanity_check for local transit stuff2.5.17 | Birte Kristina Friesel | -7/+7 | |
2023-10-01 | suggested connections: avoid fetching IRIS trains via HAFAS | Birte Kristina Friesel | -3/+6 | |
2023-10-01 | store related stations; respect them when looking up connections | Birte Kristina Friesel | -14/+13 | |
2023-09-24 | add support for HAFAS connection suggestions; drop manual destination list | Birte Kristina Friesel | -2/+1 | |
Still TODO: handle stations that have several EVAs | ||||
2023-08-22 | select latest journey based on timestamp, not ID2.0.2 | Birte Kristina Friesel | -1/+1 | |
This avoids manually added past journeys messing with the latest travel target | ||||
2023-08-16 | recent targets: distinguish hafas/iris | Birte Kristina Friesel | -3/+4 | |
2023-07-14 | Journeys->get_latest: Fix uninitialized value warning | Birte Kristina Friesel | -12/+16 | |
2023-07-03 | journeys: simplify visibily check | Derf Null | -12/+1 | |
2023-07-03 | update ALL the copyright notices! | Derf Null | -1/+1 | |
2023-07-02 | show hours and minutes until arrival, not just minutes | Derf Null | -15/+17 | |
2023-06-28 | Journey->add_from_in_transit: return ID of added journey | Derf Null | -1/+2 | |
2023-06-27 | journeys: return effective visibility | Derf Null | -24/+31 | |
2023-06-24 | time to flush the name cache | Derf Null | -1/+1 | |
2023-05-01 | journey: show times of intermediate stops, if available | Derf Null | -0/+7 | |
2023-03-09 | remove unused journey_edit_mask attrs | Daniel Friesel | -11/+0 | |
2023-03-04 | status/profile: re-add ability to show latest checkout, if desired1.30.1 | Daniel Friesel | -0/+10 | |
got lost in 1.30.0 | ||||
2023-03-01 | Journeys->get: allow filtering by departure timestamp | Daniel Friesel | -0/+4 | |
2023-02-27 | set visibility per journey (wip) | Daniel Friesel | -1/+65 | |
some odds and ends left to polish, but ready for testing | ||||
2023-02-19 | update ze copyright | Daniel Friesel | -1/+1 | |
2023-02-04 | improve inconsistency list1.29.18 | Daniel Friesel | -5/+20 | |
2023-02-04 | inconsistent journeys: link to journeys | Daniel Friesel | -2/+8 | |
2023-01-18 | latest checkout stations: order by journey id rather than timestamp1.29.14 | Daniel Friesel | -1/+1 | |
2023-01-18 | landing page: show past stops if geolocation is unavailable | Daniel Friesel | -0/+38 | |
2023-01-15 | Journeys: perltidy | Daniel Friesel | -1/+5 | |
2023-01-15 | change route/stop layout to [name, eva, {data}] | Daniel Friesel | -5/+6 | |
2023-01-02 | review: skip journeys with negative duration1.29.3 | Daniel Friesel | -2/+2 | |
2022-12-29 | review: link to list of all single-trip checkins1.29.1 | Daniel Friesel | -0/+16 | |
2022-12-27 | review: fix percentage locale | Daniel Friesel | -8/+2 | |
2022-12-27 | derp #2 | Daniel Friesel | -1/+1 | |
2022-12-27 | derp | Daniel Friesel | -3/+3 | |
2022-12-27 | top trips: handle return trips | Daniel Friesel | -2/+14 | |
2022-12-27 | review: add top and bottom trips | Daniel Friesel | -0/+45 | |
2022-12-27 | review: hide blocks without data | Daniel Friesel | -77/+97 | |
2022-12-27 | year in review: further delay stats | Daniel Friesel | -23/+139 | |
2022-12-27 | compute_review: handle duplicate iris messages; german locale for numbers | Daniel Friesel | -1/+10 | |