4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected about 1 year ago.
Feb 10, 2022 — Feb 10, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better warning message when you pass in a hash with undef values. More... about 22 years ago
Perl's autovivification was tending to create undef hash elements when tv_grep looked for things. Rewrote the tests to be more cautious and always check 'if exists $_->{whatever}' before going on to perform operations on that key. Seems to have cured the problem. More... about 22 years ago
Gave up on messing around trying to find a way to convert UTF-8 to Latin-1. We now just insist that Unicode::String be available. It was a bit pointless trying to work around that one missing module when the XMLTV package depends on a dozen others. Motivated by wanting the same output from tv_to_latex on every system, to pass test suite. More... about 22 years ago
More conventional Perlish interface for test suite, prints 'ok X' or 'not ok X' for each test. More... about 22 years ago
Removing test_xmltv_module, it has been subsumed by tv_cat. More... about 22 years ago
Finally start using all those test cases I've been accumulating. The new script test_filters runs each filter program on each file in turn, and compares against the expected result. More... about 22 years ago
Added another test (channel name matching), and timing both old and new versions. More... about 22 years ago
Fixed to conform to DTD. More... about 22 years ago
Added --output option, required by new test suite. More... about 22 years ago
Fixed argument matching and exit status. More... about 22 years ago
To reduce on server load I've agreed with Ananova a system to fetch multiple pages at once. This should also make tv_grab_uk a lot faster for many users. More... about 22 years ago
Fixed the selection of individual channels. Also noticed a design bug which makes it impossible to choose individual channels if they don't have explicit XMLTV ids added. Uurgh, the whole thing is so horrible... More... about 22 years ago
Adding tv_cat, another filter inspired by Unix tools. This one concatenates listing files. I just wrote it as a replacement for test_xmltv_module, a program which reads data with XMLTV.pm and then writes it again. This will be useful for testing. More... about 22 years ago
Added a list of (Perl module) dependencies. Now README and doc/QuickStart can completely replace the 'installation and usage' sections of the website, which is probably a good thing (info on usage belongs together with the programs themselves, and should not be duplicated). More... about 22 years ago
Tidied up the package root directory a little by moving a couple of files to test_scripts/. More... about 22 years ago
Removing old versions of Perl modules that have moved to the XMLTV/ directory. More... about 22 years ago
Rewrote doc/QuickStart as summary documentation for each tool. More... about 22 years ago
added html option to quick instructions More... about 22 years ago
Removing leftover Ananova_Channel.pm, it has moved to the XMLTV/ subdirectory. More... about 22 years ago
doc update for conflict checking. also a simpler quick-start guide More... about 22 years ago
changed hardcoded show column numbers to use names. added column for recording device added conflict detection More... about 22 years ago
fix bug on update not updating the correct row More... over 22 years ago
Moved the three miscellaneous Perl modules (ie, anything except XMLTV.pm) into the XMLTV:: namespace and their own directory. This is not the final file reorganization, I'm just changing the code to make it easier to package. More... over 22 years ago
Dealt with some false positives for children's shows. More... over 22 years ago
Misc cleanup, improved scoping, added "use strict" More... over 22 years ago
fixed default choice when choosing new provider during --configure More... over 22 years ago
Okay, the Revision: line works, just making it fontify correctly. More... over 22 years ago
Trying to fix the Revision: autoexpansion, let's see if it works. More... over 22 years ago
fixed missing semicolon More... over 22 years ago
*** Great Renaming *** More... over 22 years ago