summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-01-24initial release0.01Daniel Friesel-11/+51
2014-01-24Result.pm: Add {delay,qos}_messages documentationDaniel Friesel-0/+15
2014-01-24perlcriticDaniel Friesel-6/+6
2014-01-21add test cases for imaginary station and no results in timeframeDaniel Friesel-2/+34
2014-01-21stations test: make sure get_stations has no empty pairsDaniel Friesel-1/+6
2014-01-20route_interesting: Do not include the destination in the route in some casesDaniel Friesel-1/+8
2014-01-19add some ::Result tests (todo: detailed message and route tests)Daniel Friesel-0/+227
2014-01-18db-iris: also show reasons for cancelled trainsDaniel Friesel-1/+4
2014-01-17Filter out realtime results which are >3 hours in the futureDaniel Friesel-3/+6
2014-01-17t/20-iris-class: set time zone in DateTime constructorDaniel Friesel-2/+2
2014-01-17perltidyDaniel Friesel-15/+23
2014-01-17add IRIS constructor testsDaniel Friesel-0/+68
2014-01-17add ::Stations testDaniel Friesel-0/+60
2014-01-17add basic testsDaniel Friesel-0/+60
2014-01-17implement -oq (qos_messages in Result.pm)Daniel Friesel-1/+47
2014-01-16Requiring Perl 5.14 is sufficientDaniel Friesel-6/+6
2014-01-16Build.PL: Add missing dependenciesDaniel Friesel-0/+6
2014-01-15db-iris(1): note that station may be both DS100 code or nameDaniel Friesel-1/+5
2014-01-15Merge pull request by prauscher and fix perl codeDaniel Friesel-2/+6
2014-01-15Merge branch 'documentation' of github.com:prauscher/Travel-Status-DE-IRIS in...Daniel Friesel-4/+2
2014-01-15Stations: Move DS100 match to separate method, use this for db-irisDaniel Friesel-4/+41
2014-01-15improve documetation (usage and manpage)Patrick Rauscher-4/+2
2014-01-15enable DS100-codes for input. could be more efficient maybe, but first versionPatrick Rauscher-0/+6
2014-01-13db-iris: -od: only show most recent delay reason. use -oD for allDaniel Friesel-7/+39
2014-01-11db-iris: implement -omDaniel Friesel-13/+42
2014-01-11db-iris: Use -or for "interesting" route, -of for fullDaniel Friesel-4/+8
2014-01-11implement --output=times optionDaniel Friesel-3/+41
2014-01-11db-iris: Introduce -o/--output option, change -f to -orDaniel Friesel-5/+51
2014-01-10db-iris: Add -c / --class option, rename -m/--mot to -T/--typeDaniel Friesel-34/+61
2014-01-10IRIS.pm: Fix typo introduced in 2c41eecea9d7d5ae563e0390514336e95b7c0c0aDaniel Friesel-1/+1
2014-01-10IRIS.pm: Errorhandling for stations without associated timetableDaniel Friesel-0/+6
2014-01-10add --mot and --platforms optionDaniel Friesel-11/+54
2014-01-10db-iris: Fix --viaDaniel Friesel-2/+2
2014-01-10db-iris: make output less wide, do not show delay reasons / qos by defaultDaniel Friesel-10/+6
2014-01-10Result.pm: Put realtime data inte route*, add sched_route* for timetableDaniel Friesel-6/+56
2014-01-10Result.pm: Fix code example in SYNOPSISDaniel Friesel-16/+5
2014-01-10Result.pm: perltidy, perlcriticDaniel Friesel-6/+15
2014-01-10IRIS.pm: make iris_base URL configurableDaniel Friesel-7/+9
2014-01-09IRIS/Stations: Add documentationDaniel Friesel-0/+190
2014-01-09complete IRIS.pm documentationDaniel Friesel-3/+84
2014-01-09IRIS.pm: Do not return past departuresDaniel Friesel-0/+4
2014-01-09db-iris: document optionsDaniel Friesel-2/+23
2014-01-09db-iris: Remove unused options from sourceDaniel Friesel-28/+6
2014-01-07very limited date/time support (IRIS does not provide much past/future data)Daniel Friesel-8/+25
2014-01-07db-iris: exit if no matchin station was foundDaniel Friesel-0/+1
2014-01-06db-iris: Support unicode station / via argumentsDaniel Friesel-1/+5
2014-01-05add another delay reason taken from the RISDaniel Friesel-1/+6
2014-01-05Result: Add delay/qos messages from RIS and iriswebconfigurationDaniel Friesel-8/+79
2014-01-04Document ::Result accessorsDaniel Friesel-13/+128
2014-01-03add test input filesDaniel Friesel-0/+1703