Age | Commit message (Expand) | Author | Lines |
2014-07-29 | index: fix stash usage for Mojolicious 5.x | Daniel Friesel | -3/+3 |
2013-12-26 | fix is_cancelled for db backend | Daniel Friesel | -2/+2 |
2013-12-19 | add infoscreen to frontend selector | Daniel Friesel | -1/+10 |
2013-12-13 | infoscreen: Some android browsers do not support vw, use em instead | Daniel Friesel | -19/+22 |
2013-12-13 | infoscreen: playing around with vw (viewport-width based font sizes) | Daniel Friesel | -9/+15 |
2013-12-13 | infoscreen: bus fix | Daniel Friesel | -1/+1 |
2013-12-13 | infoscreen: Add countdown | Daniel Friesel | -2/+5 |
2013-12-13 | start work on infoscreen template | Daniel Friesel | -3/+254 |
2013-11-07 | allow number of workers to be set via ENV | Daniel Friesel | -1/+1 |
2013-11-06 | main: footnote for csv | Daniel Friesel | -2/+5 |
2013-11-02 | fix javascript links | Daniel Friesel | -1/+1 |
2013-10-16 | do not filter cancelled departures from json | Daniel Friesel | -10/+7 |
2013-10-09 | use local jquery, some code cleanup | Daniel Friesel | -21/+40 |
2013-10-09 | fix landing page (errstr was not used correctly) | Daniel Friesel | -1/+4 |
2013-10-09 | show error messages directly in HTML | Daniel Friesel | -2/+24 |
2013-10-09 | render_{html,image}: make_infoboard_lines need to know the backend | Daniel 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 field | Daniel Friesel | -0/+1 |
2013-09-27 | move javascript into body for valid HTML5 | Daniel Friesel | -2/+3 |
2013-09-27 | document all json fields0.07 | Daniel Friesel | -12/+11 |
2013-09-27 | split get_departures into get_filtered_departures and make_infoboard_lines | Daniel Friesel | -57/+97 |
2013-09-27 | Get version from git, add version field to json | Daniel Friesel | -2/+4 |
2013-09-24 | fix $expiry declaration error (broken in 5.14) | Daniel Friesel | -1/+1 |
2013-09-24 | Do not cache JSON exported data longer than 1 minute (normal data: 3 min) | Daniel Friesel | -3/+4 |
2013-09-24 | Expose backend errors in JSON | Daniel Friesel | -0/+1 |
2013-09-24 | decrease cache expiration time | Daniel Friesel | -5/+1 |
2013-09-23 | Some more JSON export documentation | Daniel Friesel | -0/+18 |
2013-09-22 | add json frontend to selection menu | Daniel Friesel | -2/+8 |
2013-09-22 | show as many lines as possible in json format | Daniel Friesel | -5/+7 |
2013-09-22 | add &color= support for html frontend | Daniel Friesel | -1/+3 |
2013-09-18 | Fix UTF-8 in json export | Daniel Friesel | -0/+1 |
2013-09-18 | add .json frontend | Daniel Friesel | -6/+39 |
2013-09-18 | html frontend: Add scale parameter | Daniel Friesel | -1/+2 |
2013-09-05 | fix smartmatch warnings on perl >= 5.018 | Daniel Friesel | -0/+1 |
2013-09-03 | fix emptyline buffer off by one | Daniel Friesel | -1/+1 |
2013-09-03 | adjust autoreload to work in html mode | Daniel Friesel | -2/+2 |
2013-09-03 | add experimental HTML frontend | Daniel Friesel | -0/+118 |
2013-09-03 | move departure filter logic to separate function | Daniel Friesel | -58/+87 |
2013-08-28 | fix no_lines default | Daniel Friesel | -2/+2 |
2013-08-28 | specify negative no_lines to autocrop png (remove black space) | Daniel Friesel | -5/+17 |
2013-08-28 | move VRRR to public | Daniel Friesel | -0/+0 |
2013-08-28 | add scale option | Daniel Friesel | -1/+7 |
2013-02-13 | code cleanup | Daniel Friesel | -5/+7 |
2013-02-10 | remove probably unneeded accepts limit | Daniel Friesel | -1/+0 |
2013-02-09 | move main.html.ep to templates directory, remove now unneeded not_found.html.ep | Daniel Friesel | -172/+153 |
2012-10-08 | Show "no departures" instead of empty screen0.06 | Daniel Friesel | -1/+8 |
2012-10-01 | strip RNV line prefix | Daniel Friesel | -1/+1 |
2012-08-20 | ignored canceled departures | Daniel Friesel | -0/+5 |
2012-07-28 | fix intro title, better intro text, fix example link | Daniel Friesel | -7/+9 |
2012-04-04 | use less workers | Daniel Friesel | -0/+1 |