summaryrefslogtreecommitdiff
path: root/cgi
AgeCommit message (Expand)AuthorLines
2014-08-20move application from cgi directory to project rootDaniel Friesel-1054/+0
2014-08-20do not use inline js as wellDaniel Friesel-12/+10
2014-08-20Do not use inline CSS, update jquery while at itDaniel Friesel-312/+301
2014-07-29index: fix stash usage for Mojolicious 5.xDaniel Friesel-3/+3
2013-12-26fix is_cancelled for db backendDaniel Friesel-2/+2
2013-12-19add infoscreen to frontend selectorDaniel Friesel-1/+10
2013-12-13infoscreen: Some android browsers do not support vw, use em insteadDaniel Friesel-19/+22
2013-12-13infoscreen: playing around with vw (viewport-width based font sizes)Daniel Friesel-9/+15
2013-12-13infoscreen: bus fixDaniel Friesel-1/+1
2013-12-13infoscreen: Add countdownDaniel Friesel-2/+5
2013-12-13start work on infoscreen templateDaniel Friesel-3/+254
2013-11-07allow number of workers to be set via ENVDaniel Friesel-1/+1
2013-11-06main: footnote for csvDaniel Friesel-2/+5
2013-11-02fix javascript linksDaniel Friesel-1/+1
2013-10-16do not filter cancelled departures from jsonDaniel Friesel-10/+7
2013-10-09use local jquery, some code cleanupDaniel Friesel-21/+40
2013-10-09fix landing page (errstr was not used correctly)Daniel Friesel-1/+4
2013-10-09show error messages directly in HTMLDaniel Friesel-2/+24
2013-10-09render_{html,image}: make_infoboard_lines need to know the backendDaniel Friesel-0/+2
2013-09-27<ul> may not be contained in <p>Daniel Friesel-1/+1
2013-09-27... also document the json version fieldDaniel Friesel-0/+1
2013-09-27move javascript into body for valid HTML5Daniel Friesel-2/+3
2013-09-27document all json fields0.07Daniel Friesel-12/+11
2013-09-27split get_departures into get_filtered_departures and make_infoboard_linesDaniel Friesel-57/+97
2013-09-27Get version from git, add version field to jsonDaniel Friesel-2/+4
2013-09-24fix $expiry declaration error (broken in 5.14)Daniel Friesel-1/+1
2013-09-24Do not cache JSON exported data longer than 1 minute (normal data: 3 min)Daniel Friesel-3/+4
2013-09-24Expose backend errors in JSONDaniel Friesel-0/+1
2013-09-24decrease cache expiration timeDaniel Friesel-5/+1
2013-09-23Some more JSON export documentationDaniel Friesel-0/+18
2013-09-22add json frontend to selection menuDaniel Friesel-2/+8
2013-09-22show as many lines as possible in json formatDaniel Friesel-5/+7
2013-09-22add &color= support for html frontendDaniel Friesel-1/+3
2013-09-18Fix UTF-8 in json exportDaniel Friesel-0/+1
2013-09-18add .json frontendDaniel Friesel-6/+39
2013-09-18html frontend: Add scale parameterDaniel Friesel-1/+2
2013-09-05fix smartmatch warnings on perl >= 5.018Daniel Friesel-0/+1
2013-09-03fix emptyline buffer off by oneDaniel Friesel-1/+1
2013-09-03adjust autoreload to work in html modeDaniel Friesel-2/+2
2013-09-03add experimental HTML frontendDaniel Friesel-0/+118
2013-09-03move departure filter logic to separate functionDaniel Friesel-58/+87
2013-08-28fix no_lines defaultDaniel Friesel-2/+2
2013-08-28specify negative no_lines to autocrop png (remove black space)Daniel Friesel-5/+17
2013-08-28move VRRR to publicDaniel Friesel-0/+0
2013-08-28add scale optionDaniel Friesel-1/+7
2013-02-13code cleanupDaniel Friesel-5/+7
2013-02-10remove probably unneeded accepts limitDaniel Friesel-1/+0
2013-02-09move main.html.ep to templates directory, remove now unneeded not_found.html.epDaniel Friesel-172/+153
2012-10-08Show "no departures" instead of empty screen0.06Daniel Friesel-1/+8
2012-10-01strip RNV line prefixDaniel Friesel-1/+1