summaryrefslogtreecommitdiff
path: root/test/document_test.rb
AgeCommit message (Expand)Author
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
2013-07-22resolves #504 sanitize contents of HTML title element in html5 backendDan Allen
2013-07-10set docname & outfilesuffix based on manname & manvolnumDan Allen
2013-07-10resolves #489 output manpage-specific HTMLDan Allen
2013-07-10resolves #488 parse manpage metadataDan Allen
2013-06-27resolves #457 honor showtitle attribute as alternate to notitle!Dan Allen
2013-06-16resolves #428 embed CSS by default, copycss when linkcss is setDan Allen
2013-06-09Merge pull request #412 from mojavelinux/disable-last-updatedDan Allen
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-06-06use labels for version and last updatedDan Allen
2013-06-06Merge pull request #404 from mojavelinux/docinfo-sub-attrsDan Allen
2013-06-06Merge pull request #397 from mojavelinux/attributes-option-typeDan Allen
2013-06-06resolves #396 allow JRuby Map as attributesDan Allen
2013-06-06resolves #403 substitute attributes in docinfo filesDan Allen
2013-06-06resolves #399 output multiple authors in HTML backendDan Allen
2013-05-29resolves #259 add btn inline macroDan Allen
2013-05-29resolves #173 Added an inline menu macro to identify a menu selectionBrian Leathem
2013-05-29resolves #172 add inline keyboard macroDan Allen
2013-05-26resolves #80 Add tests for all special sectionsDan Allen
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