summaryrefslogtreecommitdiff
path: root/test/document_test.rb
AgeCommit message (Expand)Author
2013-05-23Merge pull request #302 from mojavelinux/authorcount-fixDan Allen
2013-05-23resolves #337 set doctitle attributeDan Allen
2013-05-22resolves #335 fix bad variable name, add test for itDan Allen
2013-05-02resolves #301 handle author(s) defined using attributesDan Allen
2013-05-01Merge pull request #292 from mojavelinux/attributes-as-str-or-arrDan Allen
2013-04-27resolves #290 safe mode set using string, symbol or intDan Allen
2013-04-27resolves #289 #291 attributes as string or arrayDan Allen
2013-04-25fix race condition w/ attribute override; disable embedding css in secure modeDan Allen
2013-04-25fix bug resolving custom stylesheet, add testsDan Allen
2013-04-25resolves #244 set attributes based on safe modeDan Allen
2013-04-25resolves #76 add a default stylesheetDan Allen
2013-04-23resolves #155 implement video and audio macrosDan Allen
2013-04-23resolves #269 implement toc::[] macroDan Allen
2013-04-22compliance bug fixes and more testsDan Allen
2013-04-20resolves #260 use code element instead of ttDan Allen
2013-04-20Merge pull request #255 from mojavelinux/multiple-authorsDan Allen
2013-04-20Merge pull request #250 from mojavelinux/embedded-footnotesDan Allen
2013-04-18resolve #223 support multiple authors in document headerDan Allen
2013-04-18resolves #206 include footnotes block in embedded documentDan Allen
2013-04-17extract subtitle from title in docbook backendDan Allen
2013-04-16Merge pull request #239 from mojavelinux/docinfoDan Allen
2013-04-16resolves #116 include docinfo files in header when safe mode < SERVERDan Allen
2013-04-15resolves #236 Nest revision info inside revision elementDan Allen
2013-03-01allow header attributes to resolve author & rev infoDan Allen
2013-02-20numerous cleanups, optimizations and minor fixesDan Allen
2013-02-18Merge pull request #179 from mojavelinux/doctype-backend-optionsRyan Waldron
2013-02-13resolves #163 support :doctype and :backend keys in options hashDan Allen
2013-02-13resolves #103 include document title when header/footer disabledDan Allen
2013-02-12refactor reader to process attribute entries and directives during parsingDan Allen
2013-02-02normalize to_dir and to_dir + to_fileDan Allen
2013-02-02Add to_dir option to render APILightGuard
2013-01-26index term macros and testsDan Allen
2013-01-26Merge pull request #129 from mojavelinux/footnotes-and-special-blocksRyan Waldron
2013-01-26ignore blank lines at beginning of documentDan Allen
2013-01-25footnotes, special sections and listsDan Allen
2013-01-23header_footer defaults to false when using API unless rendering to fileDan Allen
2013-01-22Merge remote-tracking branch 'mojavelinux/load-apis' into cliLightGuard
2013-01-22resolve issue #34: add load and render APIsDan Allen
2013-01-17add floating title and tests plus minor tweaksDan Allen
2013-01-15organize safe modes in a module, align path normalizationDan Allen
2013-01-15optimize rendering and add additional configurationDan Allen
2013-01-15introduce safe modeDan Allen
2013-01-13fully-compliance AsciiDoc table support (psv, dsv, csv)Dan Allen
2013-01-09implement passthrough blockDan Allen
2013-01-04(re)implement callouts and callout listsDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-17parse header metadata (author, revision info)Dan Allen
2012-12-17support book doctype, streamline doc title accessorsDan Allen
2012-12-15Fix a test; eliminate a bit of extra whitespaceRyan Waldron
2012-12-13make header/footer optional, set intrinsic attributesDan Allen