openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
H
HTML::Table::FromDatabase
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 8 hours
ago.
Jul 06, 2025 — Jul 06, 2026
Showing page 2 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Preparing HTML::Table::FromDatabase 0.06 for release.
David Precious
More...
almost 17 years ago
Don't bother outputting a block of HTML needlessly while testing.
David Precious
More...
almost 17 years ago
Apply patch from Ireneusz Pluta from RT ticket #50164.
David Precious
More...
almost 17 years ago
Use the override_headers option correctly when testing it
David Precious
More...
almost 17 years ago
Brainfart.
David Precious
More...
almost 17 years ago
Don't bother storing a mock object in $mock each time, just use -sth => mocked_sth() directly.
David Precious
More...
almost 17 years ago
Add tests for -override_headers / -rename_headers options, before fixing bug reported in RT ticket #50164 by Ireneusz Pluta.
David Precious
More...
almost 17 years ago
Y'know what? Fuck it, the auto_links option can wait; messing around with Regexp::Common was getting messy and unnecessary heavy. KISS, don't try to do everything.
David Precious
More...
almost 17 years ago
Declare a dependence on Regexp::Common
David Precious
More...
almost 17 years ago
Add -auto_links option, to automatically turn URLs within the data into links.
David Precious
More...
almost 17 years ago
Use C<> instead of I<> for options.
David Precious
More...
almost 17 years ago
Document the override_headers / rename_headers options properly. Should have done this earlier - d'oh!
David Precious
More...
almost 17 years ago
0.04 of HTML::Table::FromDatabase - supporting new -override_headers and -rename_headers options, and passing the $row hashref to callbacks in case they need to see the rest of the row to do whatever magic they intend to do.
David Precious
More...
almost 17 years ago
Remove leftover commented out line. (Came here figuring out a test fail report, which has already been fixed (skipping tests if HTML::Strip not installed) but hasn't been re-released yet.
David Precious
More...
over 17 years ago
Add DEPENDENCIES block to POD for HTML::Table::FromDatabase, mentioning HTML::Strip being required if using -html => 'strip'
David Precious
More...
over 17 years ago
Don't attempt to perform HTML-stripping tests if HTML::Strip isn't available (as it will fail).
David Precious
More...
over 17 years ago
Compare with like(), not ok($foo =~ /bar/)
David Precious
More...
over 17 years ago
Add '-html' option to HTML::Table::FromDatabase, to allow HTML to be automatically stripped or escaped if required.
David Precious
More...
over 17 years ago
Moving Perl modules to new path projects/perl/modules
David Precious
More...
almost 18 years ago
Stupid POD error
David Precious
More...
almost 18 years ago
Stupid typo.
David Precious
More...
almost 18 years ago
Version bump and changelog update, preparing to release 0.02
David Precious
More...
almost 18 years ago
Add new mock test script to MANIFEST
David Precious
More...
almost 18 years ago
Document the new callbacks feature.
David Precious
More...
almost 18 years ago
Test callbacks matching the cell value too.
David Precious
More...
almost 18 years ago
Proper test suite, using Test::MockObject to provide a fake statement handle.
David Precious
More...
almost 18 years ago
Add ability to supply callbacks/transformations to allow data to be munged on its way into the table.
David Precious
More...
almost 18 years ago
A couple of changes to appease the ancient perl on cyborg.
David Precious
More...
almost 18 years ago
Add $Id$ tags to Makefile.PL, Changes and README.
David Precious
More...
almost 18 years ago
Add example usage script to MANIFEST
David Precious
More...
almost 18 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree