catagits/HTML-Zoom.git
2011-02-14 Matt S Trout Module::Install -> Distar
2011-02-14 Matt S Trout fix bug where first event isn't passed to filter during...
2011-02-14 Matt S Trout add strictures commit (out of order)
2011-01-31 Simon Elliott Merge branch 'master' of git://git.shadowcat.co.uk...
2011-01-28 Oliver Charles Added apply_if to only run an apply block if a predicat...
2011-01-24 Jakub Narebski Merge branch 'documentation'
2011-01-24 Jakub Narebski Documenting HTML::Zoom::FilterBuilder further
2011-01-24 Jakub Narebski HTML::Zoom::FilterBuilder: =head2 sections should not...
2011-01-24 Jakub Narebski Improve [attr~="value"] selector (attribute contains...
2011-01-10 Jakub Narebski Add test for 'flush_before' option
2011-01-09 Jakub Narebski Add indirect test of '*' all match selector
2011-01-09 Jakub Narebski Add support for [attr|="value"] selector (prefix selector)
2011-01-09 Jakub Narebski Add support for [attr!="value"] selector (attribute...
2011-01-09 Jakub Narebski Turn pod-ed out failing tests in t/selector.t into...
2011-01-09 Jakub Narebski Add support for [attr~="value"] selector (attribute...
2010-11-17 Simon Elliott test for broken void elements
2010-10-16 Joe Higton Added test to demonstrate bug
2010-10-13 Joe Higton Catch unmatched "[" in selector parser with a helpful...
2010-10-12 Matt S Trout debugging code
2010-10-11 Joe Higton Change log for the next release (first attempt)
2010-10-11 Joe Higton Test to show bad error message on malformed selector
2010-10-10 Matt S Trout make FilterStream and MappedStream sensitive to being...
2010-10-10 Matt S Trout mark todo-repeat.t as broken to prevent test fails
2010-10-10 Matt S Trout fixup todo-forms.t and rename to forms.t (now works)
2010-10-10 Matt S Trout rename span from todo since it now works
2010-10-04 John Napiorkowski trying to make the documentation a little more straight...
2010-10-01 John Napiorkowski added more docs
2010-09-30 John Napiorkowski started to fill out the set_attribute stub
2010-09-27 Matt S Trout add VERSION to Zoom.pM
2010-09-27 Matt S Trout Makefile.PL
2010-09-27 John Napiorkowski revert this shit
2010-09-25 John Napiorkowski starting to work down the list of methods and figuring...
2010-09-24 John Napiorkowski changed add_attribute to add_to_attribute
2010-09-24 John Napiorkowski removed accidentally added whitespace
2010-09-24 John Napiorkowski made the new FilterBuilder synopsis pass its test
2010-09-24 John Napiorkowski ok now I am moving things around for no good reason...
2010-09-24 John Napiorkowski I am synopsis extractor!
2010-09-24 John Napiorkowski I am synopsis extractor!
2010-09-24 John Napiorkowski more steroids
2010-09-24 John Napiorkowski synopsis extractor on steroids
2010-09-24 John Napiorkowski synopsis extractor on steroids
2010-09-23 John Napiorkowski remove stuff from synopsis that does not directly relat...
2010-09-23 John Napiorkowski got going on docs and a start on a reasonable synopsis
2010-09-22 John Napiorkowski further stubbing of methods
2010-09-22 John Napiorkowski stubbed out HZ:FB
2010-09-22 John Napiorkowski added licensing and footer pod info to the prime pod...
2010-08-21 Matt S Trout the \G? means that the string in theory always matches...
2010-07-01 Matt S Trout factor out from_events and to_events
2010-07-01 Matt S Trout shallow copy event hashes for is_in_place_close handlin...
2010-07-01 Matt S Trout make then() work on streams and fix up replace_content...
2010-07-01 Matt S Trout finish converting from MatchWithoutFilter to TransformB...
2010-07-01 Matt S Trout move to TransformBuilder in Zoom
2010-07-01 Matt S Trout move transform usage a layer out
2010-07-01 Matt S Trout factor out application of a match+filter to a stream...
2010-05-28 Matt S Trout factor out ArrayStream, update new stream types to...
2010-05-28 Matt S Trout factor some code-based stream types out into classes
2010-05-28 Matt S Trout clean up and fix selector parser code to match improved...
2010-05-28 Matt S Trout extend selector tests to check negative as well as...
2010-05-27 Joe Higton Improved selector parsing.
2010-05-27 Arthur Axel... Make more tests pass
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...
next