Age | Commit message (Expand) | Author | Lines |
2015-06-16 | parse footpaths, print them when efa -E is used | Daniel Friesel | -2/+34 |
2015-06-14 | version bump2.11 | Daniel Friesel | -8/+8 |
2015-06-14 | Add train_product accessor to Route/Part and use it in bin/efa | Daniel Friesel | -3/+12 |
2015-05-30 | create_post: Encode -everything- as ISO-8859-15. Fixes odd encoding issue. | Daniel Friesel | -3/+4 |
2015-05-29 | version bump2.10 | Daniel Friesel | -8/+8 |
2015-05-28 | add --devmode switch | Daniel Friesel | -1/+3 |
2015-05-25 | --proximity / use_near_stops: Accept walking time in minutes | Daniel Friesel | -8/+19 |
2015-01-09 | Version bump2.09 | Daniel Friesel | -12/+12 |
2015-01-07 | EFA.pm: Add DING (Donau-Iller Nahverkehr). Thanks to @_stk for pointing it out | Daniel Friesel | -0/+5 |
2014-12-07 | documentation | Daniel Friesel | -2/+2 |
2014-12-07 | Improve error messages, especially for ambiguous input values | Daniel Friesel | -5/+14 |
2014-11-23 | Add an alternative VRR EFA entrypoint (Thanks to @NoMoKeTo for pointing it out) | Daniel Friesel | -4/+11 |
2014-10-08 | version bump2.08 | Daniel Friesel | -8/+8 |
2014-08-17 | Add shortname to EFA service list | Daniel Friesel | -36/+57 |
2014-08-14 | update additional typos in the documentation | Daniel Friesel | -6/+6 |
2014-08-12 | Fix typos (patch by gregoa) | Daniel Friesel | -1/+1 |
2014-08-08 | version bump2.07 | Daniel Friesel | -8/+8 |
2014-08-03 | add --discover option and get_efa_urls method | Daniel Friesel | -0/+51 |
2014-08-03 | support EFA services which do not set itdDateTimeTarget | Daniel Friesel | -0/+7 |
2014-08-03 | add more EFA entry points | Daniel Friesel | -1/+26 |
2014-08-02 | version bump2.06 | Daniel Friesel | -8/+8 |
2014-07-26 | fix exclude / --exclude bug | Daniel Friesel | -5/+9 |
2014-03-05 | perltidy | Daniel Friesel | -3/+1 |
2014-03-05 | Route/Part.pm: add {arrival,departure}_{route,station}maps accessors | Daniel Friesel | -19/+107 |
2014-03-03 | version bump to 2.052.05 | Daniel Friesel | -8/+8 |
2014-03-03 | add -f/--full-route option (show all interemdiate stops) | Daniel Friesel | -1/+4 |
2014-03-02 | Add option to specify maximum number of connections | Daniel Friesel | -0/+19 |
2014-02-27 | rename XML specific functions to ..._xml | Daniel Friesel | -10/+10 |
2014-01-18 | add efa-url support to efa script | Daniel Friesel | -6/+6 |
2014-01-16 | Move EFA logic to ::EFA, just set URL in ::VRR | Daniel Friesel | -804/+939 |
2014-01-12 | Add an exception class for EFA backend errors, pass provided message | Daniel Friesel | -2/+11 |
2014-01-12 | Improve unparsable route data error message, and two-way trips to limitations | Daniel Friesel | -2/+2 |
2014-01-07 | version bump2.04 | Daniel Friesel | -10/+10 |
2014-01-07 | efa / VRR.pm: Handle UTF8 / decoded input with non-ASCII chars | Daniel Friesel | -1/+4 |
2013-07-04 | fix smartmatch warnings on perl >= 5.0182.03 | Daniel Friesel | -6/+8 |
2013-04-10 | release v2.022.02 | Daniel Friesel | -6/+6 |
2013-04-09 | respect proxy environment variables | Roland Hieber | -0/+1 |
2012-01-29 | Mention WWW::EFA in documentation | Daniel Friesel | -0/+2 |
2012-01-26 | Release v2.012.01 | Daniel Friesel | -6/+6 |
2012-01-26 | Route/Part.pm: Fix departure_stop_and_platform (closes github #3) | Daniel Friesel | -1/+1 |
2011-12-11 | Release v2.002.00 | Daniel Friesel | -7/+7 |
2011-12-04 | Route/Part: _stop_and_platform: Only concatenate if platform is non-empty | Daniel Friesel | -3/+12 |
2011-12-03 | note that ->via does not work reliably, remove it from bin/efa | Daniel Friesel | -1/+8 |
2011-11-29 | Route/Part.pm: Fix typo in via | Daniel Friesel | -1/+1 |
2011-11-29 | add tests for XML parsing | Daniel Friesel | -0/+18 |
2011-11-29 | documentation | Daniel Friesel | -32/+77 |
2011-11-29 | Fix display and parsing of delay connections | Daniel Friesel | -17/+37 |
2011-11-28 | Initial support for intermediate stops (via -E -E). will be cleaned up tomorrow | Daniel Friesel | -0/+29 |
2011-11-28 | cleanup | Daniel Friesel | -57/+71 |
2011-11-28 | efa: Add -E option to display total route time and ticket class/price | Daniel Friesel | -4/+20 |