Age | Commit message (Expand) | Author | Lines |
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 |
2012-04-01 | add hypnotoad configuration | Daniel Friesel | -0/+8 |
2012-03-28 | cgi: Add notes section with example | Daniel Friesel | -0/+20 |
2012-03-14 | Remove all parameters with default values in _redirect | Daniel Friesel | -13/+13 |
2012-03-14 | A little bit more CSS | Daniel Friesel | -9/+18 |
2012-03-02 | perltidy | Daniel Friesel | -3/+2 |
2012-02-03 | version++0.05 | Daniel Friesel | -1/+1 |
2012-02-03 | index.pl: Try to avoid UTF8 cache fnords | Daniel Friesel | -1/+2 |
2011-12-03 | less caching for some stops | Daniel Friesel | -1/+7 |
2011-12-03 | version++0.04 | Daniel Friesel | -3/+4 |
2011-12-03 | Add DeutscheBahn backend (for now, VRR remains default) | Daniel Friesel | -22/+59 |
2011-11-30 | fix "S1 S-Bahn" and similar (Berlin) | Daniel Friesel | -0/+2 |
2011-11-21 | style fixes | Daniel Friesel | -21/+41 |
2011-11-20 | detect Travel::Status::DE::VRR error messages | Daniel Friesel | -0/+11 |
2011-11-13 | cgi: alignment fixes | Daniel Friesel | -6/+5 |
2011-11-13 | cgi: html: It's actually the _minimum_ offset | Daniel Friesel | -1/+1 |
2011-11-13 | Add offset, platform matching, prefix-line matching0.03 | Daniel Friesel | -9/+46 |
2011-11-11 | no warnings 'uninitialized'; improve line filter | Daniel Friesel | -1/+3 |
2011-11-11 | filter all trains except S-Bahn (mostly for main stations) | Daniel Friesel | -1/+2 |
2011-11-11 | cgi: Start shortening line as well | Daniel Friesel | -0/+9 |
2011-11-11 | Do not strip city prefix for Hbf | Daniel Friesel | -5/+8 |
2011-11-11 | cgi: shsorten_destination: Use case-insensitive regex | Daniel Friesel | -1/+1 |
2011-11-10 | cgi: Fix lines / no_lines | Daniel Friesel | -5/+6 |
2011-11-10 | configurable number of lines | Daniel Friesel | -9/+43 |
2011-10-30 | v0.01 | Daniel Friesel | -1/+1 |
2011-10-30 | cleanup | Daniel Friesel | -67/+69 |
2011-10-30 | cgi: Improve description | Daniel Friesel | -7/+10 |
2011-10-29 | cgi: Fix strptime parse order | Daniel Friesel | -2/+2 |
2011-10-29 | cgi: Only reload once per minute | Daniel Friesel | -2/+2 |
2011-10-29 | Use strptime for date parsing (support daychange) | Daniel Friesel | -2/+13 |
2011-10-29 | fix image reload | Daniel Friesel | -4/+4 |