Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-07-06 | Revert "/journey/edit: datetime inputs"2.15.11 | Birte Kristina Friesel | -4/+4 | |
This reverts commit 02a6b9072d16c521142f04f5dd4a316aa269a5de. DateTime inputs on the web are absolutely horribly broken as soon es they use sub-minute accuracy (i.e., seconds). Switch journey edits back to %d.%m.%Y %H:%M(:%S) to restore proper editing support. /journey/add and /checkin/add retain their datetime pickers and will not support sub-minute accuracy. Closes #272 | ||||
2025-06-29 | /journey/edit: datetime inputs | Cassidy Dingenskirchen | -4/+4 | |
2023-08-14 | hafas preparations: Zug → Fahrt | Birte Kristina Friesel | -3/+3 | |
2020-10-17 | disable browser-autocompletion on station-inputs1.18.3 | Leah (ctucx) | -2/+2 | |
2020-08-23 | edit_journey: users can edit data, not just times | Daniel Friesel | -1/+1 | |
2020-02-01 | allow checkin and checkout station to be edited | Daniel Friesel | -6/+18 | |
2020-01-28 | Add aria labels where needed, commit 1 of many (#37) | Daniel Friesel | -1/+1 | |
2019-12-08 | allow a journey's cancellation status to be edited1.11.1 | Daniel Friesel | -0/+9 | |
Closes #27 | ||||
2019-11-20 | allow routes to be edited after recording a journey | Daniel Friesel | -0/+6 | |
2019-08-23 | Allow comments to be edited | Daniel Friesel | -0/+6 | |
2019-05-16 | Further color improvements | marudor | -2/+2 | |
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel 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-13 | edit journey: use link to cancel | Daniel Friesel | -2/+2 | |
This bypasses form element validation, which doesn't make sense for "cancel edit" | ||||
2019-04-08 | Work-in-progress journey editor. Not ready for deployment. | Daniel Friesel | -9/+10 | |
2019-04-07 | Prepare forms for manual journey entry and editing | Daniel Friesel | -0/+94 | |