Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-23 | fix excess column in history statistics | networkException | -1/+1 | |
This patch fixes a typo in the history stats template. Previously, the HTML parser would close the travel time table data cell element but also create a new, empty table data cell in the process. This empty excess cell would create a new column in the table, causing all other rows to be shifted in the layout. Now the open travel time data cell element gets closed properly without creating a new cell, allowing the whole table to right align neatly. | ||||
2023-02-04 | improve inconsistency list1.29.18 | Daniel Friesel | -4/+7 | |
2023-02-04 | inconsistent journeys: link to journeys | Daniel Friesel | -2/+2 | |
2022-12-25 | history_stats: remove number of journeys; will be shown in review | Daniel Friesel | -4/+0 | |
2020-10-06 | Stats: Fix handling of negative cumulative arrival/departure delays1.18.1 | Daniel Friesel | -5/+5 | |
2019-05-16 | Further color improvements | marudor | -1/+1 | |
2019-04-28 | Handle inconsistent data when calculating monthly/yearly stats | Daniel Friesel | -0/+23 | |
Closes #11 | ||||
2019-04-07 | Refactor history template, add yearly stats | Daniel Friesel | -0/+33 | |