Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-11-07 | allow number of workers to be set via ENV | Daniel Friesel | -5/+4 | |
2013-11-01 | decrease cache lifetime to 3 minutes | Daniel Friesel | -1/+1 | |
2013-10-09 | landing page: show git version string | Daniel Friesel | -1/+1 | |
2013-09-05 | fix smartmatch warnings on perl >= 5.018 | Daniel Friesel | -0/+2 | |
2013-02-26 | fix ca / min dots to match actual displays | Daniel Friesel | -1/+1 | |
2013-02-26 | add option to hide delays < 5 minutes | Daniel Friesel | -2/+5 | |
2013-02-23 | s/Minuten/Min/ | Daniel Friesel | -1/+1 | |
2013-02-13 | use any instead of boolean grep | Daniel Friesel | -2/+3 | |
2013-02-10 | automatically refresh display after cache expiry | Daniel Friesel | -5/+9 | |
2013-02-10 | Fix encoding (it's actually UTF-8) | Daniel Friesel | -1/+3 | |
2013-02-10 | version bump0.03 | Daniel Friesel | -1/+1 | |
2013-02-10 | Replace all +n messages with Verspätung | Daniel Friesel | -2/+3 | |
2013-02-09 | replace '+x' lines by 'Verspätung ca. x Minuten' (as in reality) | Daniel Friesel | -2/+5 | |
2013-02-09 | move templates from DATA section to separate files | Daniel Friesel | -350/+0 | |
2012-10-05 | filter out '+0' messages | Daniel Friesel | -1/+6 | |
2012-08-15 | Fix ?mode=multi removal | Daniel Friesel | -3/+4 | |
2012-08-14 | version increment0.02 | Daniel Friesel | -1/+1 | |
2012-08-14 | code cleanup derp | Daniel Friesel | -14/+14 | |
2012-08-14 | only display first departure per platform in single mode | Daniel Friesel | -0/+14 | |
2012-08-14 | make single.html.ep accessible (todo: only one departure per platform) | Daniel Friesel | -14/+31 | |
2012-08-12 | allow filtering by platform | Daniel Friesel | -3/+25 | |
2012-08-12 | add singe display template (not used yet) | Daniel Friesel | -0/+121 | |
2012-08-12 | move non-display part to layout | Daniel Friesel | -31/+36 | |
2012-04-04 | use less workers | Daniel Friesel | -0/+1 | |
2012-04-01 | some CSS for input fields | Daniel Friesel | -1/+3 | |
2012-04-01 | add hypnotoad config | Daniel Friesel | -0/+8 | |
2011-10-31 | release v0.01 | Daniel Friesel | -1/+1 | |
2011-10-31 | cgi: Add via field to form | Daniel Friesel | -1/+19 | |
2011-08-19 | Add custom not found template | Daniel Friesel | -0/+15 | |
2011-08-19 | Add via support | Daniel Friesel | -1/+16 | |
2011-08-19 | Show about line on the left | Daniel Friesel | -1/+0 | |
2011-08-19 | Simplify template and request handling | Daniel Friesel | -73/+45 | |
2011-08-19 | Remove script, convert template from HTML::Template to Mojolicious .ep template | Daniel Friesel | -16/+159 | |
2011-08-15 | cgi: Minor HTML/Style improvements | Daniel Friesel | -1/+34 | |
2011-08-15 | cgi: Shorter paths | Daniel Friesel | -2/+8 | |
2011-08-15 | Show version information in HTML | Daniel Friesel | -1/+6 | |
2011-08-15 | cgi/index.pl: Hopefully better HTML | Daniel Friesel | -2/+19 | |
2011-08-12 | cgi: Error handling | Daniel Friesel | -9/+15 | |
2011-08-11 | cgi: First try at caching | Daniel Friesel | -2/+22 | |
Uses Cache::File, serializes the ->results because the DE::DeutscheBahn object itself uses XML::LibXML, which fails to serialize. | ||||
2011-07-29 | minor style fix | Daniel Friesel | -1/+1 | |
2011-07-22 | Add first try at CGI version | Daniel Friesel | -0/+58 | |