summaryrefslogtreecommitdiff
path: root/templates/journey.html.ep
AgeCommit message (Collapse)AuthorLines
2019-09-12Explicitly set passenger rights form filename1.9.1Daniel Friesel-1/+2
2019-09-12add auto-generated passenger rights forms1.9.0Daniel Friesel-0/+12
2019-08-23Allow comments to be editedDaniel Friesel-9/+9
2019-08-23Add proper journey comment supportDaniel Friesel-4/+2
2019-05-26Use JSON for messages and route storage, prepare for extended route dataDaniel Friesel-4/+4
2019-05-16Further color improvementsmarudor-1/+1
2019-05-03do not mange journey edit link on small devices1.1.5Daniel Friesel-3/+23
2019-04-26Add manual journey entryDaniel Friesel-9/+22
Closes #3
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-1/+1
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet.
2019-04-21journey detail: gps_off -> location_off0.14Daniel Friesel-2/+2
2019-04-21Ignore stations without coordinates in distance calculationDaniel Friesel-5/+21
Reported by @marudor
2019-04-09Allow journey editing, keep track of edited journey attributes0.13Daniel Friesel-1/+12
Provides a workaround for #2
2019-04-08Work-in-progress journey editor. Not ready for deployment.Daniel Friesel-1/+4
2019-04-07Prepare forms for manual journey entry and editingDaniel Friesel-3/+7
2019-04-07journey: Fix typo in HTML tagDaniel Friesel-1/+1
2019-04-04Allow journey deletionDaniel Friesel-0/+15
See issue #3
2019-03-20journey: show average speedDaniel Friesel-5/+10
2019-03-20journey: show distanceDaniel Friesel-1/+12
2019-03-20Show negative delay as "-X", not "+-X"Daniel Friesel-2/+2
2019-03-19show cancelled trains in historyDaniel Friesel-3/+18
2019-03-17journey view: Move line break inside of message loop0.07Daniel Friesel-2/+1
2019-03-17add journey detail viewDaniel Friesel-0/+101