index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
reader_test.rb
Age
Commit message (
Expand
)
Author
2013-04-22
compliance bug fixes and more tests
Dan Allen
2013-04-21
resolves #262 warn if file in include macro doesn't exist
Dan Allen
2013-04-18
resolves #241 negative case for inline ifndef should only affect current line
Dan Allen
2013-04-17
resolves #226 allow comma delimiter in include attribute values
Dan Allen
2013-04-17
resolves #226 support including tagged lines
Dan Allen
2013-04-17
resolves #226 add line selection to include macro
Dan Allen
2013-03-01
turn include into a link to source file in secure mode
Dan Allen
2013-02-12
refactor reader to process attribute entries and directives during parsing
Dan Allen
2013-01-25
resolves issue #125, clean CRLF from endlines
Dan Allen
2013-01-23
resolve issue #69, enable warnings when running tests; fix warnings
Dan Allen
2013-01-22
windows compatibility fixes
Dan Allen
2013-01-15
organize safe modes in a module, align path normalization
Dan Allen
2013-01-15
introduce safe mode
Dan Allen
2013-01-09
fixes issue #63, options to disable includes
Dan Allen
2013-01-05
Tweak whitespace in a lot of areas for readability and make style tweaks to v...
Jeremy McAnally
2013-01-04
add support for resolving reference and data image URIs
Dan Allen
2013-01-04
Force file reads through a path-sanitizer to limit access to parent and sibli...
Ryan Waldron
2013-01-03
fix warnings
Dan Allen
2013-01-03
Add DocBook backend templates + loads of improvements
Dan Allen
2012-12-23
pass block to process in reader & add test
Dan Allen
2012-07-30
Extract Reader class from Document
Ryan Waldron