Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-06-10 | show version on about page | Daniel Friesel | -1/+7 | |
2019-06-10 | app: link to main page when options are hidden | Daniel Friesel | -0/+2 | |
2019-06-10 | add head nav and prominent geolocation link to app template | Daniel Friesel | -22/+21 | |
2019-06-09 | Correctly color ECE and TGV trains in detail view2.3.3 | Daniel Friesel | -0/+2 | |
2019-06-09 | detail view: Show stops left out by IRIS due to train number changes2.3.2 | Daniel Friesel | -7/+67 | |
2019-06-07 | use global cache objects, also cache wagon order2.3.1 | Daniel Friesel | -44/+56 | |
2019-06-03 | add an about page | Daniel Friesel | -0/+8 | |
2019-06-03 | Fix order of HIM messages | Daniel Friesel | -4/+4 | |
2019-06-02 | Show HAFAS HIM messages in moreinfo2.3.0 | Daniel Friesel | -1/+12 | |
2019-05-31 | Handle "delay = cancel" | Daniel Friesel | -2/+8 | |
2019-05-30 | Fix issues with invalid XML returned by HAFAS backend | Daniel Friesel | -0/+4 | |
2019-05-30 | add realtime data to train route | Daniel Friesel | -9/+103 | |
2019-05-30 | Store decoded JSON objects in cache, not raw strings | Daniel Friesel | -3/+5 | |
2019-05-27 | Ooops.2.1.1 | Daniel Friesel | -1/+1 | |
2019-05-26 | Show timestamps for train routes2.1.0 | Daniel Friesel | -3/+105 | |
2019-05-19 | show wagon order even if exact positions on platform are unknown2.0.4 | Daniel Friesel | -0/+11 | |
2019-05-14 | show 'via' in title if set | Daniel Friesel | -1/+1 | |
2019-05-13 | Only show station name in page title | Daniel Friesel | -2/+2 | |
2019-05-09 | set a custom useragent | Daniel Friesel | -0/+8 | |
2019-05-07 | app: Use AJAX, not HTTP Refresh for auto-reload2.0.2 | Daniel Friesel | -2/+5 | |
2019-05-05 | only compute train details when needed by frontend | Daniel Friesel | -24/+47 | |
2019-05-05 | Move moreinfo to ajax-requested sub-template | Daniel 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-29 | Switch to App/Mobile first, no longer rely on BrowserDetect plugin | Daniel Friesel | -1/+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-06 | Fix uninitialized value warning1.17 | Daniel Friesel | -1/+1 | |
2019-03-24 | Transition from Mojolicious::Lite to full Mojolicious app | Daniel Friesel | -0/+1168 | |