summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorLines
2019-05-31do not show dbwagenreihung in backend list, it's only loaded on wagenreihungDaniel Friesel-2/+0
2019-05-30add realtime data to train routeDaniel Friesel-2/+12
2019-05-26Show timestamps for train routes2.1.0Daniel Friesel-44/+40
2019-05-19show wagon order even if exact positions on platform are unknown2.0.4Daniel Friesel-6/+10
2019-05-13use recommended method of calling jquery ready handlers2.0.3Daniel Friesel-1/+1
2019-05-13Only show station name in page titleDaniel Friesel-1/+1
2019-05-08increase refresh intervalDaniel Friesel-1/+1
2019-05-07app: Use AJAX, not HTTP Refresh for auto-reload2.0.2Daniel Friesel-2/+8
2019-05-05Add favicon (Material Design "train" icon, for now)Daniel Friesel-0/+7
2019-05-05fix train no mixups in moreinfo view2.0.1Daniel Friesel-4/+2
2019-05-05releaseDaniel Friesel-1/+1
2019-05-05update entire moreinfo header via javascriptDaniel Friesel-1/+3
2019-05-05app: add linetype data elementDaniel Friesel-13/+13
2019-05-05Move moreinfo to ajax-requested sub-templateDaniel Friesel-302/+185
This decreases the DOM size and allows for future speed improvements (the backend no longer needs to precalculate routes etc for all trains)
2019-05-04update jquery and jquery-uiDaniel Friesel-3/+3
2019-04-29Update asset version2.00Daniel Friesel-1/+1
2019-04-29Switch to App/Mobile first, no longer rely on BrowserDetect pluginDaniel Friesel-4/+3
"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 "HASH(...)" destination in wagon order viewDaniel Friesel-1/+1
2019-04-06wagenreihung: Check for backend errorDaniel Friesel-92/+102
2019-02-24add support for /station.jsonDaniel Friesel-1/+5
2019-02-21remove automatic location.hash updates for now1.16Daniel Friesel-1/+1
turned out they did more harm than good (as in, leading to confusing history behaviour)
2019-02-21add placeholder text for main input elementDaniel Friesel-2/+2
2019-02-21hide developer nodes by defaultDaniel Friesel-20/+24
2019-02-21actually, the wagon order display at the station is not that accurate...Daniel Friesel-4/+3
2019-02-17document limit optionDaniel Friesel-0/+3
2019-02-17add meta tags for keywords and descriptionDaniel Friesel-0/+2
2019-01-16do not ignore routes of trains terminating at the selected stationDaniel Friesel-1/+1
2019-01-16show previous route as wellDaniel Friesel-22/+49
2019-01-13more precise warningDaniel Friesel-2/+2
2019-01-13derrrrpDaniel Friesel-1/+0
2019-01-13more prominent warning for IC/EC wagon orderDaniel Friesel-7/+13
2019-01-13show pointer cursor on app screenDaniel Friesel-1/+1
2019-01-13Do not scroll back to top when closing a detail popupDaniel Friesel-1/+1
2019-01-12support linking to individual trains1.15Daniel Friesel-6/+9
2019-01-04Add color coding for trains not accepting DB ticketsDaniel Friesel-3/+14
2019-01-03wagenreihung: show all train numbers, origins and destinationsDaniel Friesel-5/+6
2019-01-02use more commonly available quiet area symbolDaniel Friesel-1/+1
2019-01-02more train dataDaniel Friesel-5/+17
2019-01-02wagon order: show train type (ICE 1 / 2 / 3 / 4 / T or IC2)Daniel Friesel-1/+10
2019-01-02add first/second class indicatorsDaniel Friesel-0/+6
2019-01-02use door emoji for compartmentsDaniel Friesel-1/+5
2019-01-02wagon order: Add pictograms, minor design improvementsDaniel Friesel-2/+28
2019-01-01Add "Abteilwagen" wagon order infoDaniel Friesel-0/+3
2018-12-31wagon order: slightly less ugly. just slightly.Daniel Friesel-30/+38
2018-12-30always link to geolocation API in the menuDaniel Friesel-0/+6
2018-12-27Optimize wagon order view for smartphones (vertical display)Daniel Friesel-6/+9
2018-12-16remove examples, clean up "see also"Daniel Friesel-15/+3
2018-12-16Rename mode=marudor to mode=json as it is no longer used by marudor.de1.14Daniel Friesel-3/+3
mode=marudor requests will be silently handled as mode=json so as not to break other clients
2018-12-14use asset versioningDaniel Friesel-10/+10
2018-12-14Revert "append version to frequently changed resources to avoid caching issues"Daniel Friesel-4/+4
Cache Busting via query string is discouraged This reverts commit 604a55632c5651a40a828734de313ad1dcf47efa.