Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-05-05 | release | Daniel Friesel | -1/+1 | |
2019-05-05 | update entire moreinfo header via javascript | Daniel Friesel | -1/+3 | |
2019-05-05 | app: add linetype data element | Daniel Friesel | -13/+13 | |
2019-05-05 | Move moreinfo to ajax-requested sub-template | Daniel 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-04 | update jquery and jquery-ui | Daniel Friesel | -3/+3 | |
2019-04-29 | Update asset version2.00 | Daniel Friesel | -1/+1 | |
2019-04-29 | Switch to App/Mobile first, no longer rely on BrowserDetect plugin | Daniel 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-06 | Fix "HASH(...)" destination in wagon order view | Daniel Friesel | -1/+1 | |
2019-04-06 | wagenreihung: Check for backend error | Daniel Friesel | -92/+102 | |
2019-02-24 | add support for /station.json | Daniel Friesel | -1/+5 | |
2019-02-21 | remove automatic location.hash updates for now1.16 | Daniel Friesel | -1/+1 | |
turned out they did more harm than good (as in, leading to confusing history behaviour) | ||||
2019-02-21 | add placeholder text for main input element | Daniel Friesel | -2/+2 | |
2019-02-21 | hide developer nodes by default | Daniel Friesel | -20/+24 | |
2019-02-21 | actually, the wagon order display at the station is not that accurate... | Daniel Friesel | -4/+3 | |
2019-02-17 | document limit option | Daniel Friesel | -0/+3 | |
2019-02-17 | add meta tags for keywords and description | Daniel Friesel | -0/+2 | |
2019-01-16 | do not ignore routes of trains terminating at the selected station | Daniel Friesel | -1/+1 | |
2019-01-16 | show previous route as well | Daniel Friesel | -22/+49 | |
2019-01-13 | more precise warning | Daniel Friesel | -2/+2 | |
2019-01-13 | derrrrp | Daniel Friesel | -1/+0 | |
2019-01-13 | more prominent warning for IC/EC wagon order | Daniel Friesel | -7/+13 | |
2019-01-13 | show pointer cursor on app screen | Daniel Friesel | -1/+1 | |
2019-01-13 | Do not scroll back to top when closing a detail popup | Daniel Friesel | -1/+1 | |
2019-01-12 | support linking to individual trains1.15 | Daniel Friesel | -6/+9 | |
2019-01-04 | Add color coding for trains not accepting DB tickets | Daniel Friesel | -3/+14 | |
2019-01-03 | wagenreihung: show all train numbers, origins and destinations | Daniel Friesel | -5/+6 | |
2019-01-02 | use more commonly available quiet area symbol | Daniel Friesel | -1/+1 | |
2019-01-02 | more train data | Daniel Friesel | -5/+17 | |
2019-01-02 | wagon order: show train type (ICE 1 / 2 / 3 / 4 / T or IC2) | Daniel Friesel | -1/+10 | |
2019-01-02 | add first/second class indicators | Daniel Friesel | -0/+6 | |
2019-01-02 | use door emoji for compartments | Daniel Friesel | -1/+5 | |
2019-01-02 | wagon order: Add pictograms, minor design improvements | Daniel Friesel | -2/+28 | |
2019-01-01 | Add "Abteilwagen" wagon order info | Daniel Friesel | -0/+3 | |
2018-12-31 | wagon order: slightly less ugly. just slightly. | Daniel Friesel | -30/+38 | |
2018-12-30 | always link to geolocation API in the menu | Daniel Friesel | -0/+6 | |
2018-12-27 | Optimize wagon order view for smartphones (vertical display) | Daniel Friesel | -6/+9 | |
2018-12-16 | remove examples, clean up "see also" | Daniel Friesel | -15/+3 | |
2018-12-16 | Rename mode=marudor to mode=json as it is no longer used by marudor.de1.14 | Daniel Friesel | -3/+3 | |
mode=marudor requests will be silently handled as mode=json so as not to break other clients | ||||
2018-12-14 | use asset versioning | Daniel Friesel | -10/+10 | |
2018-12-14 | Revert "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. | ||||
2018-12-14 | append version to frequently changed resources to avoid caching issues | Daniel Friesel | -4/+4 | |
2018-11-26 | add quick&dirty wagon order integration | Daniel Friesel | -0/+38 | |
2018-11-03 | Also split up app/infoscreen CSS, add transition notice to landing page | Daniel Friesel | -10/+10 | |
2018-11-02 | Split up App/Infoscreen into separate templates | Daniel Friesel | -2/+282 | |
They're identical for now. | ||||
2018-10-27 | let's phrase that more positively | Daniel Friesel | -1/+5 | |
2018-10-27 | *sigh* | Daniel Friesel | -2/+2 | |
2018-10-21 | minify javascript | Daniel Friesel | -6/+4 | |
2018-10-21 | defer script loading | Daniel Friesel | -1/+8 | |
2018-07-29 | Politely ask web crawlers not to index imprint & privacy | Daniel Friesel | -2/+2 | |
2018-07-28 | improve description for details & realtime toggles | Daniel Friesel | -2/+2 | |