Age | Commit message (Expand) | Author | Lines |
2016-04-11 | add Result->stop_indicator and aseag-m -oi option | Daniel Friesel | -18/+26 |
2016-04-10 | URA: Always initialize StopAlso. | Daniel Friesel | -0/+1 |
2016-04-09 | version bump1.01 | Daniel Friesel | -8/+8 |
2016-04-09 | Do not request stops by default | Daniel Friesel | -4/+13 |
2016-04-09 | URA: allow line_id in constructor and ->results | Daniel Friesel | -1/+1 |
2016-04-09 | document circle parameter | Daniel Friesel | -1/+3 |
2016-04-09 | document line_id, stop_id and via_id | Daniel Friesel | -6/+30 |
2016-04-09 | change via/stop/lineID variable names to perl-style (..._id) | Daniel Friesel | -12/+12 |
2016-02-02 | update changelog, run code through perltidy | Daniel Friesel | -4/+8 |
2015-11-24 | URA: Print debug output in proper coding | Daniel Friesel | -1/+1 |
2015-11-24 | perltidy | Daniel Friesel | -33/+41 |
2015-11-17 | added StopID, LineID, viaID and circle to filter options; made search for Sto... | Stefan Horst | -21/+106 |
2015-10-31 | release v1.0 \o/1.001.0 | Daniel Friesel | -9/+9 |
2015-10-13 | do not store unused data in $self | Daniel Friesel | -8/+6 |
2015-10-12 | version bump0.05 | Daniel Friesel | -8/+8 |
2015-10-12 | add devmode option (moar debugging) | Daniel Friesel | -7/+12 |
2015-10-12 | return stop objects in route_interesting too | Daniel Friesel | -17/+17 |
2015-10-10 | moar documentation | Daniel Friesel | -14/+14 |
2015-10-09 | use Stop.pm for stop data instead of arrayrefs | Daniel Friesel | -9/+124 |
2015-10-07 | Result.pm documentation | Daniel Friesel | -3/+16 |
2015-10-07 | URA.pm documentation | Daniel Friesel | -8/+5 |
2015-10-07 | route_interesting support in aseag-m | Daniel Friesel | -5/+5 |
2015-10-07 | proper route handling, generic route_pre / route_post in backend | Daniel Friesel | -30/+45 |
2015-10-07 | Result: add route_interesting method (unused, needs refactoring elsewhere first) | Daniel Friesel | -0/+50 |
2015-05-01 | URA->new: Use lwp_options to pass parameters to LWP::UA constructor | Daniel Friesel | -1/+14 |
2015-03-12 | version bump0.04 | Daniel Friesel | -6/+6 |
2015-03-12 | fucking encodings, how do they work | Daniel Friesel | -2/+5 |
2015-03-12 | Parse URA output with Text::CSV to cope with weird formats (fixes ASEAG backend) | Daniel Friesel | -3/+7 |
2015-01-16 | URA(3pm): URA means "Unified Realtime API" | Daniel Friesel | -2/+2 |
2015-01-16 | Result: route_timetable: Fix misleading code snippet | Daniel Friesel | -1/+1 |
2015-01-16 | Result: Add ->type accessor (compatibility with other libs) | Daniel Friesel | -0/+9 |
2014-01-23 | version bump0.03 | Daniel Friesel | -6/+6 |
2014-01-23 | Result: Fix countdown_sec | Daniel Friesel | -3/+5 |
2014-01-22 | URA: Remove new_from_raw test constructor, accept file: URLs | Daniel Friesel | -24/+11 |
2014-01-22 | use predefined datetime for tests | Daniel Friesel | -1/+5 |
2014-01-17 | Only do DateTime math when needed (makes code ~2x as fast) | Daniel Friesel | -14/+38 |
2013-12-26 | version bump0.02 | Daniel Friesel | -6/+6 |
2013-12-24 | update documentation examples (must be exact stop names) | Daniel Friesel | -2/+2 |
2013-12-24 | add get_stop_by_name to documentation | Daniel Friesel | -0/+7 |
2013-12-24 | Remove fuzzy matching from API, add get_stop_by_name instead | Daniel Friesel | -24/+22 |
2013-12-23 | optimize hide_past (check first, invoke DateTime later) | Daniel Friesel | -5/+7 |
2013-12-23 | Add some actual tests | Daniel Friesel | -1/+10 |
2013-12-23 | Fix spaces in stop names with fuzzy => 1 | Daniel Friesel | -1/+1 |
2013-12-23 | URA.pm: Remove unused sprintf_date, sprintf_time methods | Daniel Friesel | -19/+0 |
2013-12-23 | URA.pm: Move parse logic to separate function | Daniel Friesel | -11/+13 |
2013-12-22 | Release v0.010.01 | Daniel Friesel | -6/+6 |
2013-12-22 | perlcritic | Daniel Friesel | -2/+2 |
2013-12-22 | Result->route_timetable: Return a list | Daniel Friesel | -3/+9 |
2013-12-22 | update documentation | Daniel Friesel | -15/+13 |
2013-12-20 | use Travel::Status::DE::URA for implementation, ::ASEAG for ASEAG URLs | Daniel Friesel | -4/+112 |