summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen/Controller
AgeCommit message (Collapse)AuthorLines
2019-05-27Ooops.2.1.1Daniel Friesel-1/+1
2019-05-26Show timestamps for train routes2.1.0Daniel Friesel-3/+105
2019-05-19show wagon order even if exact positions on platform are unknown2.0.4Daniel Friesel-0/+11
2019-05-14show 'via' in title if setDaniel Friesel-1/+1
2019-05-13Only show station name in page titleDaniel Friesel-2/+2
2019-05-09set a custom useragentDaniel Friesel-0/+8
2019-05-07app: Use AJAX, not HTTP Refresh for auto-reload2.0.2Daniel Friesel-2/+5
2019-05-05only compute train details when needed by frontendDaniel Friesel-24/+47
2019-05-05Move moreinfo to ajax-requested sub-templateDaniel Friesel-0/+40
This decreases the DOM size and allows for future speed improvements (the backend no longer needs to precalculate routes etc for all trains)
2019-04-29Switch to App/Mobile first, no longer rely on BrowserDetect pluginDaniel Friesel-0/+1
"App" with force_mobile=1 is now the default view even on desktop -- The infoscreen template's extra large font wasn't really nice. This breaks the setup of everyone who was relying on infoscreen being the default -- please append `mode=infoscreen` to your requests.
2019-04-06Fix uninitialized value warning1.17Daniel Friesel-1/+1
2019-03-24Transition from Mojolicious::Lite to full Mojolicious appDaniel Friesel-0/+919