Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
To do: also do so in form generation
|
|
|
|
|
|
|
|
|
|
|
|
This was broken by a database migration introduced in
commit f6d56d3134f6045726cb1d4ed8700382575bb686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not well-tested yet, deployment will have to wait a bit. Issue #15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes users being logged out whenever following an external link to
travelynx in Safari (iOS/macOS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At the moment, the heuristic used to determine connection targets is quite
simple: $station is a target iff there were at least two trips in the past
6 weeks with checkin at the current destination station and checkout at
$station.
Todo / enhanhement options:
* Consider current origin station as well, i.e.: $station is a target
iff there were at least two trips in the past 6 weeks which are preceded by
a trip from the current origin station and (same as above)
* Make connection links clickable once the current journey has ended.
Connections need to be added to _checked_out as well for this to work.
|
|
|
|
|
|
|
|
|