catagits/HTML-Zoom.git
2010-05-27 Arthur Axel... Commit tests
2010-05-27 Arthur Axel... Refactor for cleaner do blocks
2010-05-27 Arthur Axel... E[attr*="foo"]
2010-05-27 Arthur Axel... E[attr$="foo"]
2010-05-27 Arthur Axel... E[attr] and E[attr^="foo"]
2010-05-27 Arthur Axel... E[attr~="foo"]
2010-05-27 Arthur Axel... E[attr="foo"]
2010-05-27 Arthur Axel... E#id
2010-05-27 Arthur Axel... E.class
2010-05-26 Matt S Trout make comments and doctypes get passed through
2010-05-26 Matt S Trout revert code stream change - caused an infinite loop
2010-05-24 Matt S Trout fix as_stream typo to to_stream
2010-03-24 Oliver Charles Failing test for doctypes.
2010-03-24 Simon Elliott doctype test
2010-03-21 Oliver Charles Added failing tests
2010-03-17 Matt S Trout first cut at docs for Zoom.pm
2010-02-22 markie Template::Tiny support for text filtering
2010-02-20 Matt S Trout refactor slightly and clean up selector code a bit
2010-02-19 Matt S Trout few extra utility routines
2010-02-18 Matt S Trout add stub synopsis.t to fail if you forgot to extract...
2010-02-18 Matt S Trout introduce ZConfig system, first cut at HTML::Zoom itself
2010-02-18 Matt S Trout add repeat_between option to repeat filter
2010-02-18 Matt S Trout pre-filter for collect/repeat/replace
2010-02-18 Matt S Trout switch from 'inside' to 'content' terminology wise
2010-02-18 Matt S Trout add .gitignore file
2010-02-18 Matt S Trout nuke debugging code
2010-02-18 Matt S Trout first cut at repeater
2010-02-17 Matt S Trout introduce superclass for streams
2010-02-17 Matt S Trout move collector construction outside filter subs
2010-02-17 Matt S Trout change collect to empty its into argument at the start...
2010-02-17 Matt S Trout switch replace to collect then emit, document that...
2010-02-17 Matt S Trout move collect method to a more sensible place in FilterB...
2010-02-06 Matt S Trout test append_inside
2010-02-06 Matt S Trout test replace inside
2010-02-06 Matt S Trout add peek method to streams, implement 'inside' for...
2010-02-06 Matt S Trout test attribute manglers
2010-02-05 Matt S Trout test collect in isolation
2010-02-05 Matt S Trout move into arg into options too
2010-02-05 Matt S Trout make collect API take a hashref for options
2010-02-03 Matt S Trout let collect handle the in_place_close logic for add_aft...
2010-02-03 Matt S Trout basic stuff working
2010-01-20 Matt S Trout skeleton BUILDALL support
2009-12-16 Jakub Narebski t/tags.t: HTML comments ok
2009-12-16 Jakub Narebski t/tags.t: HTML tags which conflict with Perl built...
2009-12-16 Jakub Narebski Fix escaping of '"' in XML::Tags::to_xml_string
2009-12-15 Jakub Narebski t/tags.t: Test escaping of attributes more extensively
2009-12-15 Jakub Narebski t/tags.t: Test that Document Type Declaration (DTD...
2009-12-12 Jakub Narebski t/tags.t: Test that XML processing instruction (<?xml...
2009-12-11 Jakub Narebski t/tags.t: Test of automatic escaping of user data
2009-12-11 Arthur Axel... tests for html escaping (jnareb)
2009-12-09 Arthur Axel... switch to Syntax::Keyword::Gather
2009-12-05 Arthur Axel... Merge branch 'css_declare'
2009-12-04 Arthur Axel... new html tag list from quackit.com/html_5/tags/
2009-12-03 Arthur Axel... add lots of CSS properties (eskimo.com/~bloo/indexdot...
2009-12-03 Arthur Axel... better test for unimporting
2009-12-01 Arthur Axel... Look how dumb I am
2009-12-01 Arthur Axel... CSS::Declare works with arrays instead of arrayrefs
2009-12-01 Arthur Axel... super basic tests for CSS::Declare, also dep
2009-11-24 Matt S Trout dist files
2009-10-22 Matt S Trout use overload::constant to escape attributes within...
2009-10-22 Matt S Trout rename sanitize to to_xml_string, add to_html_string
2009-10-22 Matt S Trout comment this up the arseholes
2009-10-22 Matt S Trout cleanup to _set_glob function
2009-10-22 Matt S Trout cleanup glob override
2009-10-21 Matt S Trout add sanitize sub
2009-10-21 Matt S Trout make XML::Tags return scalarrefs
2009-10-21 Matt S Trout basic HTML tags
2009-10-21 Matt S Trout first cut of XML::Tags