summaryrefslogtreecommitdiff
path: root/test/document_test.rb
AgeCommit message (Expand)Author
2014-11-23cleanup error checks and messagesDan Allen
2014-11-20resolves #1192 preserve URI targets universallyDan Allen
2014-11-10Allow docinfo to be in separate directory from contentGuillaume Grossetie
2014-10-28resolves #1158 Enhance error message when reading binary input filesGuillaume Grossetie
2014-10-13Generate proper DocBook output for manpage doctypebrian m. carlson
2014-10-10add tests that verify webfonts are linkedDan Allen
2014-10-10Use proper element name for DocBook manpages.brian m. carlson
2014-09-18resolves #1091 set maxdepth attribute on AsciiDoc processing instructions in ...Dan Allen
2014-08-06resolves #674 fix style of wrapped author & revision infoDan Allen
2014-08-01enable compat-mode by default if doctitle uses atx-styleDan Allen
2014-07-31resolves #684 alias sectnums attribute to numbered attributeDan Allen
2014-07-30resolves #1000 add API for parsing title and subtitleDan Allen
2014-07-18resolves #862 add find_by method to AbstractNode and stage EnumerableDan Allen
2014-07-16resolves #861 add source map information to blocksDan Allen
2014-07-14resolves #1005 use the term stem in favor of mathDan Allen
2014-07-12test that the copyright attribute is propogated to the HTML headerDan Allen
2014-06-19Merge pull request #980 from mojavelinux/issue-929Dan Allen
2014-06-19Merge pr #945 from @mogztterDan Allen
2014-06-19use fail statement to exit when converter is not foundDan Allen
2014-06-19resolves #929 only include xmlns in docbook45 backend if xmlns attribute is s...Dan Allen
2014-06-16resolves #971 top-level content must be wrapped inside preamble in book doctypeDan Allen
2014-05-15resolves #836 and #846Dan Allen
2014-05-04Add test to assert that an exception is raised when a converter cannot be res...Guillaume Grossetie
2014-04-08tests: switch to minitestKen Dreyer
2014-03-03add xmlns attribute for xhtml output with testbrian m. carlson
2014-03-01resolves #907 write to file by default if input is fileDan Allen
2014-02-27make document parsing a discrete step, make Reader accessible as property on ...Dan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-02-16resolves #554 switch default docbook backend to docbook5brian m. carlson
2014-02-16call each thing by its right nameDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-01-27change File.exists? to File.exist? in test suiteDan Allen
2014-01-19remove remaining uses of ERB internallyDan Allen
2014-01-18remove ERB from HTML5 document templateDan Allen
2013-12-07resolves #838 add author and copyright to meta in HTML5 backendDan Allen
2013-11-20resolves #802 don't output revhistory if revdate is not setDan Allen
2013-11-06resolves #533 unwrap preamble if standaloneDan Allen
2013-11-05resolves #773 force encoding of docinfo content to UTF-8Dan Allen
2013-10-31resolves #760 added math style & macro name to use default math engineDan Allen
2013-10-31resolves #492 added math blocks & inline macros, integrated with MathJaxDan Allen
2013-10-21fix warningsDan Allen
2013-10-17resolves #494 output XHTML when backend is xhtml or xhtml5Dan Allen
2013-10-16resolves #300 copy custom stylesheet if linkcss is setDan Allen
2013-10-13check context instead of type to detect sectionsDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-08-13noxmlns attribute disables xmlns in DocBook 4.5Dan Allen
2013-08-13add xmlns to root element in docbook45 backendDan Allen
2013-08-13resolves #411 add DocBook 5 backendDan Allen
2013-08-12resolves #486 add docinfo option for footerDan Allen
2013-08-07resolves #540 enable toc & numbered by default in DocBook backendDan Allen