summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2025-06-09Travelynx: pass root_url to MOTIS helperBirte Kristina Friesel-0/+1
2025-06-09MOTIS: Fix work command2.13.4Birte Kristina Friesel-4/+1
2025-06-09backend selection: remove double wordBirte Kristina Friesel-1/+1
2025-06-09backend selection: group recommended / transit assoc / experimental&legacy2.13.3Birte Kristina Friesel-12/+53
2025-06-09update cpanfile.snapshot2.13.2Birte Kristina Friesel-71/+156
2025-06-09Traveling: do not compute map data if no destination has been set2.13.1Birte Kristina Friesel-6/+12
2025-06-09perltidyBirte Kristina Friesel-100/+130
2025-06-09release assets2.13.0Birte Kristina Friesel-23/+23
2025-06-09rebuild assetsBirte Kristina Friesel-4/+4
2025-06-09extend changelogBirte Kristina Friesel-0/+2
2025-06-09Add (possibly still somewhat experimental) MOTIS supportBirte 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-09README, travelynx.conf: document dbris proxy settingsBirte Kristina Friesel-2/+25
2025-06-08HAFAS: Sett rt flag if realtime data is availableBirte Kristina Friesel-4/+19
Closes #120
2025-06-08DBRIS: Support multiple proxies2.12.8Birte Kristina Friesel-1/+10
2025-06-07InTransit: DBRIS: Update realtime flag if realtime data is available2.12.7Birte Kristina Friesel-1/+9
Ref #120 (still todo for HAFAS checkins)
2025-06-06_wagons: it's desc, not description2.12.6Birte Kristina Friesel-1/+1
2025-06-06landingpage: IRIS/bahn.de: add missing “in”; note about checkin suggestionsBirte Kristina Friesel-1/+1
2025-06-04landingpage: clearly state that IRIS is deprecated2.12.5Birte Kristina Friesel-0/+19
2025-06-01departures: the 120/30 minute limitation only applies to IRIS ceckinsBirte Kristina Friesel-2/+8
Closes #234
2025-05-31work: dbris: update_arrival must run before cancellation-induced checkouts2.12.4Birte Kristina Friesel-13/+13
2025-05-31work: DBRIS: handle newly-cancelled destinations2.12.3Birte Kristina Friesel-1/+13
2025-05-30checked-in view: restore dbf.finalrewind.org carriage formation link2.12.2Birte Kristina Friesel-2/+12
2025-05-30polyline_to_map: handle cases where from and to are in inverse order2.12.1Birte Kristina Friesel-0/+3
2025-05-30Hide messages box if there are no messagesBirte Kristina Friesel-1/+3
Closes #233
2025-05-30Release v2.122.12.0Birte Kristina Friesel-0/+35
2025-05-30about: change source code link to finalrewind.orgBirte Kristina Friesel-1/+1
2025-05-30status card: we're not just doing trainsBirte Kristina Friesel-1/+1
2025-05-30remove external map and train detail linksBirte Kristina Friesel-45/+0
2025-05-30Landingpage: Fix typos; adjust countriesBirte Kristina Friesel-3/+3
Closes #232
2025-05-30Show train route in checked-in view and profile / status card2.11.37Birte Kristina Friesel-44/+110
2025-05-28InTransit->add: Use a global $now objectBirte Kristina Friesel-30/+31
2025-05-26status card: avoid constellations like "ICE 4 – ICE 615"; only show train type2.11.36Birte Kristina Friesel-1/+0
2025-05-25release assets2.11.35Birte Kristina Friesel-23/+23
2025-05-25rebuild assetsBirte Kristina Friesel-2/+2
2025-05-25disable status card border in timeline viewBirte Kristina Friesel-0/+6
2025-05-25Show short wagon order in timelien viewBirte Kristina Friesel-6/+24
2025-05-25Get wagonorder description and designation from DBRIS::Formation2.11.34Birte Kristina Friesel-23/+32
2025-05-25release assets2.11.33Birte Kristina Friesel-23/+23
2025-05-25rebuild CSSBirte Kristina Friesel-2/+2
2025-05-25status card: add delimiter between main and supplementary contentBirte Kristina Friesel-1/+6
2025-05-25status card: show complete route and expected load2.11.32Birte Kristina Friesel-4/+53
2025-05-25status card: do not use <p> within card2.11.31Birte Kristina Friesel-13/+13
2025-05-25status card: show carriage formationBirte Kristina Friesel-0/+6
2025-05-23show load at next stop in timeline / status card, if available2.11.30Birte Kristina Friesel-24/+42
2025-05-22InTransit: store arr_platform for DBRIS checkins2.11.29Birte Kristina Friesel-0/+2
2025-05-17Fix anchors in DBF links for HAFAS and DBRIS checkins2.11.28Birte Kristina Friesel-3/+10
2025-05-17dbris: persist backend messages and show them in journey view2.11.27Birte Kristina Friesel-12/+51
2025-05-16public status card: show dbris messages2.11.26Birte Kristina Friesel-0/+11
2025-05-16_checked_in: rename Details to MeldungenBirte Kristina Friesel-1/+1
2025-05-14_checked_in: fix stop detail links for dbris2.11.25Birte Kristina Friesel-3/+4