summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2020-10-25fix HTTP 500 on invalid via RE; improve via handling while at it3.4.8Daniel Friesel-2/+18
2020-10-25return 404 for train not found, 300 for multiple station choiceDaniel Friesel-4/+8
2020-10-25Introduce HAFAS XML fix from travelynx3.4.7Daniel Friesel-2/+5
2020-10-25ensure $@ is not clobbered before using itDaniel Friesel-1/+1
2020-10-25oops #2Daniel Friesel-1/+1
2020-10-25oops3.4.6Daniel Friesel-6/+6
2020-10-25Oh HAFAS, you so funny3.4.5Daniel Friesel-1/+7
2020-10-25only show planned IC(E) type for long-distance trainsDaniel Friesel-2/+2
2020-10-25switch to departure table when clicking on station name in navDaniel Friesel-6/+18
2020-10-25map infobox: only show platform line if the platform is known3.4.4Daniel Friesel-6/+18
2020-10-15fix forward button when navigating back to train details3.4.3Daniel Friesel-36/+67
2020-10-12do template fallback before performing legacy check3.4.2Daniel Friesel-4/+4
2020-10-11about: link to finalrewind.org for contact optionsDaniel Friesel-1/+1
2020-10-11switch to transport.rest v5Daniel Friesel-4/+5
2020-10-10Do not break departure refresh when detail view is open3.4.1Daniel Friesel-15/+24
2020-10-09deploy new back-button navigation for train details3.4.0Daniel Friesel-15/+10
2020-10-08wip: close train details via back button instead of background clickDaniel Friesel-23/+27
2020-09-27show train class based on IRIS data3.3.6Daniel Friesel-52/+31
2020-09-27HAFAS->get_xml_p: Add a missing rejection handler3.3.5Daniel Friesel-1/+5
2020-09-23improve(?) wagen order iconDaniel Friesel-2/+2
2020-09-23prominently show zuginfo.nrw links in train details3.3.4Daniel Friesel-0/+13
2020-09-23Disclaimer; vrrf raus (inaktiv)3.3.3Daniel Friesel-22/+18
2020-09-22train details: proper error message3.3.2Daniel Friesel-6/+14
2020-09-21make train details work up to 20 minutes into the past3.3.1Daniel Friesel-0/+10
2020-09-21derpDaniel Friesel-0/+5
2020-09-21add permalink to train detailsDaniel Friesel-11/+111
2020-09-20train details: fix missing promise when result has no wr_link3.3.0Daniel Friesel-0/+3
2020-09-20fix route real-time display for requested stopDaniel Friesel-1/+13
2020-09-20defer route detail rendering until all requests have completedDaniel Friesel-4/+22
2020-09-20show direction of travel if availableDaniel Friesel-2/+98
2020-09-20fix icon alignment in buttons3.2.11Daniel Friesel-19/+32
2020-09-19proper buttons for map and wagon order (wip)Daniel Friesel-18/+36
2020-09-19train details: insert linebreaks for overlong headingsDaniel Friesel-1/+7
2020-09-19detail view: more prominent display of arrival, departure, and platform3.1.10Daniel Friesel-35/+57
2020-09-18_map_infobox: Fix crash when arrival is undefined (e.g. due to cancellation)Daniel Friesel-1/+1
2020-09-18update train details javascript handler for layout changesDaniel Friesel-10/+9
2020-09-18work-in-progress train detail design revampDaniel Friesel-53/+80
2020-09-17Fix hafas->get_xml_p3.1.9Daniel Friesel-0/+2
That was stupid.
2020-09-16perform traininfo requests concurrently3.1.8Daniel Friesel-10/+14
2020-09-16update copyright3.1.7Daniel Friesel-6/+6
2020-09-16all requests but IRIS are async nowDaniel Friesel-86/+130
2020-09-15use non-blocking requests for train detailsDaniel Friesel-283/+237
2020-09-11dark mode: decrease contrast a bit3.1.6Daniel Friesel-8/+8
2020-09-11add attribution for static wagonorder data3.1.5Daniel Friesel-0/+2
2020-09-11update ice_types.jsonDaniel Friesel-1/+1
2020-09-10do not propagate promises where they don't belongDaniel Friesel-0/+12
2020-09-10handle /map requests asynchronouslyDaniel Friesel-54/+160
2020-09-08always calculate tripid via trainsearch.exeDaniel Friesel-70/+4
2020-09-08move tripid generation to trainsearch helperDaniel Friesel-23/+16
2020-09-07tripID caching is quite mysticalDaniel Friesel-1/+1