Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-06-09 | Traveling: do not compute map data if no destination has been set2.13.1 | Birte Kristina Friesel | -6/+12 | |
2025-06-09 | perltidy | Birte Kristina Friesel | -100/+130 | |
2025-06-09 | release assets2.13.0 | Birte Kristina Friesel | -23/+23 | |
2025-06-09 | rebuild assets | Birte Kristina Friesel | -4/+4 | |
2025-06-09 | extend changelog | Birte Kristina Friesel | -0/+2 | |
2025-06-09 | Add (possibly still somewhat experimental) MOTIS support | Birte Kristina Friesel | -59/+1191 | |
Squashed commit of the following: commit c7c8b2ec5d8254eefb548bfe7763a7d8c9558be4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:08:57 2025 +0200 fix another merge issue commit d2ae55c901ab59284263ad3070ba425e03cee833 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:08:39 2025 +0200 Stations: get_by_external_id is a slow function commit 725174413300e71c350d2f1dcfbeacd751def977 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:05:48 2025 +0200 ... I accidentally commited a merge conflict commit c695494dbd6aaf252199da42ad763bdffa1d64b9 Merge: e5da62b 3322ca2 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 12:46:08 2025 +0200 Merge branch 'main' into motis commit e5da62bcfc7953d5109ba53ae1fcc34f509f251b Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:15:39 2025 +0200 cpanfile: add Travel::Status::MOTIS dependency commit 180723a9e0e2f0aede0bc6352d5eee601183ccef Merge: 479373b c90ae4c Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:13:45 2025 +0200 Merge branch 'main' into motis commit 479373b14eaadbc022199df246c9fb523a87188c Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:06:41 2025 +0200 database: remove duplicate users_with_backend migration commit 94c8b5a7d1e2cb7f73b0eca7e33d916775504cd4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:06:04 2025 +0200 Do not store train colours in database. They're only supported by MOTIS. commit d58f23c3c7b06cc0243c1945dacd8673d2d2e428 Author: networkException <git@nwex.de> Date: Fri Apr 18 11:47:02 2025 +0200 Initial MOTIS backend support This patch adds support for checkins using MOTIS backends using the Travel::Status::MOTIS module. With this travelynx supports the two services currently exposed by the module, RNV for local transit in Mannheim, Germany and surrounding cities and transitous for worldwide crowdsourced tranit feeds. This implementation supports realtime predictions, cancellations and polylines as well as custom route colors if available. As MOTIS doesn't expose names of indivial trips currently, displaying transports is mostly limited to route names. MOTIS uses strings for stop ids, based on the used GTFS source feeds. As travelynx's data model currently assumes interger station ids, this patch adds a mapping table to the database. This patch assumes support for MOTIS in db-fakedisplay. Note that while träwelling has migrated to tranitous fully sync remains unsupported for now. See https://github.com/Traewelling/traewelling/issues/3345 | ||||
2025-06-09 | README, travelynx.conf: document dbris proxy settings | Birte Kristina Friesel | -2/+25 | |
2025-06-08 | HAFAS: Sett rt flag if realtime data is available | Birte Kristina Friesel | -4/+19 | |
Closes #120 | ||||
2025-06-08 | DBRIS: Support multiple proxies2.12.8 | Birte Kristina Friesel | -1/+10 | |
2025-06-07 | InTransit: DBRIS: Update realtime flag if realtime data is available2.12.7 | Birte Kristina Friesel | -1/+9 | |
Ref #120 (still todo for HAFAS checkins) | ||||
2025-06-06 | _wagons: it's desc, not description2.12.6 | Birte Kristina Friesel | -1/+1 | |
2025-06-06 | landingpage: IRIS/bahn.de: add missing “in”; note about checkin suggestions | Birte Kristina Friesel | -1/+1 | |
2025-06-04 | landingpage: clearly state that IRIS is deprecated2.12.5 | Birte Kristina Friesel | -0/+19 | |
2025-06-01 | departures: the 120/30 minute limitation only applies to IRIS ceckins | Birte Kristina Friesel | -2/+8 | |
Closes #234 | ||||
2025-05-31 | work: dbris: update_arrival must run before cancellation-induced checkouts2.12.4 | Birte Kristina Friesel | -13/+13 | |
2025-05-31 | work: DBRIS: handle newly-cancelled destinations2.12.3 | Birte Kristina Friesel | -1/+13 | |
2025-05-30 | checked-in view: restore dbf.finalrewind.org carriage formation link2.12.2 | Birte Kristina Friesel | -2/+12 | |
2025-05-30 | polyline_to_map: handle cases where from and to are in inverse order2.12.1 | Birte Kristina Friesel | -0/+3 | |
2025-05-30 | Hide messages box if there are no messages | Birte Kristina Friesel | -1/+3 | |
Closes #233 | ||||
2025-05-30 | Release v2.122.12.0 | Birte Kristina Friesel | -0/+35 | |
2025-05-30 | about: change source code link to finalrewind.org | Birte Kristina Friesel | -1/+1 | |
2025-05-30 | status card: we're not just doing trains | Birte Kristina Friesel | -1/+1 | |
2025-05-30 | remove external map and train detail links | Birte Kristina Friesel | -45/+0 | |
2025-05-30 | Landingpage: Fix typos; adjust countries | Birte Kristina Friesel | -3/+3 | |
Closes #232 | ||||
2025-05-30 | Show train route in checked-in view and profile / status card2.11.37 | Birte Kristina Friesel | -44/+110 | |
2025-05-28 | InTransit->add: Use a global $now object | Birte Kristina Friesel | -30/+31 | |
2025-05-26 | status card: avoid constellations like "ICE 4 – ICE 615"; only show train type2.11.36 | Birte Kristina Friesel | -1/+0 | |
2025-05-25 | release assets2.11.35 | Birte Kristina Friesel | -23/+23 | |
2025-05-25 | rebuild assets | Birte Kristina Friesel | -2/+2 | |
2025-05-25 | disable status card border in timeline view | Birte Kristina Friesel | -0/+6 | |
2025-05-25 | Show short wagon order in timelien view | Birte Kristina Friesel | -6/+24 | |
2025-05-25 | Get wagonorder description and designation from DBRIS::Formation2.11.34 | Birte Kristina Friesel | -23/+32 | |
2025-05-25 | release assets2.11.33 | Birte Kristina Friesel | -23/+23 | |
2025-05-25 | rebuild CSS | Birte Kristina Friesel | -2/+2 | |
2025-05-25 | status card: add delimiter between main and supplementary content | Birte Kristina Friesel | -1/+6 | |
2025-05-25 | status card: show complete route and expected load2.11.32 | Birte Kristina Friesel | -4/+53 | |
2025-05-25 | status card: do not use <p> within card2.11.31 | Birte Kristina Friesel | -13/+13 | |
2025-05-25 | status card: show carriage formation | Birte Kristina Friesel | -0/+6 | |
2025-05-23 | show load at next stop in timeline / status card, if available2.11.30 | Birte Kristina Friesel | -24/+42 | |
2025-05-22 | InTransit: store arr_platform for DBRIS checkins2.11.29 | Birte Kristina Friesel | -0/+2 | |
2025-05-17 | Fix anchors in DBF links for HAFAS and DBRIS checkins2.11.28 | Birte Kristina Friesel | -3/+10 | |
2025-05-17 | dbris: persist backend messages and show them in journey view2.11.27 | Birte Kristina Friesel | -12/+51 | |
2025-05-16 | public status card: show dbris messages2.11.26 | Birte Kristina Friesel | -0/+11 | |
2025-05-16 | _checked_in: rename Details to Meldungen | Birte Kristina Friesel | -1/+1 | |
2025-05-14 | _checked_in: fix stop detail links for dbris2.11.25 | Birte Kristina Friesel | -3/+4 | |
2025-05-08 | update cpanfile.snapshot2.11.24 | Birte Kristina Friesel | -21/+21 | |
2025-04-21 | InTransit->add: dbris: ensure that train_no is always set2.11.23 | Birte Kristina Friesel | -3/+5 | |
2025-04-20 | landingpage: No Träwelling sync at the moment2.11.22 | Birte Kristina Friesel | -1/+1 | |
2025-04-20 | about: Add link to other contributors | Birte Kristina Friesel | -1/+2 | |
2025-04-20 | departure board: show prev/next buttons at the bottom end as well | Birte Kristina Friesel | -0/+15 | |