summaryrefslogtreecommitdiff
path: root/spec/running_content_spec.rb
AgeCommit message (Expand)Author
2022-08-19fix test descriptionDan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-07-11resolves #2278 set docimagesdir attribute when attribute substitutions are ap...Dan Allen
2022-07-11always set imagesdir attribute to value of themesdir when resolving images fr...Dan Allen
2022-06-27resolves #2252 allow page numbering / running content to start on empty verso...Dan Allen
2022-06-23resolves #2255 interpret start-at theme keys with value 1 correctly (PR #2256)Dan Allen
2022-05-19fix test description [no ci]Dan Allen
2022-05-04enable running footer when using base themeDan Allen
2022-05-04resolves #2134 use base-border-color as default border color (PR #2136)Dan Allen
2022-04-30fix crash in certain circumstances when theme does not define value for base-...Dan Allen
2021-06-16enable additional code style rules; add reason when disabling rule; update co...Dan Allen
2021-06-16upgrade RuboCop and adjust code to match fix for RegexpLiteral ruleDan Allen
2021-06-02upgrade RuboCop and fix indentation of multi-line method calls [skip ci]Dan Allen
2021-05-10resolves #1917 honor pdf-folio-placement setting even when media=prepress (PR...Dan Allen
2021-01-11align warning message about allow-uri-read with core processorDan Allen
2020-12-16verify column rule is not drawn in running content if width is nilDan Allen
2020-12-04remove unnecessary visual tag from testDan Allen
2020-12-04verify converter does not draw column rule in running content if column rule ...Dan Allen
2020-11-28fix lint error in test suiteDan Allen
2020-11-28add test to verify theme can change style of column rule in running contentDan Allen
2020-10-24remove unused instances of analyze option in test suiteDan Allen
2020-10-24test defaults for running content borderDan Allen
2020-10-23verify running content padding can be set per sideDan Allen
2020-10-04fix lint errorDan Allen
2020-10-03verify vertical alignment of running content can be set from centerDan Allen
2020-09-22resolves #1772 use value of untitled-label as fallback value for doctitle in ...Dan Allen
2020-09-14add missing test case for page_numbering_start_atDan Allen
2020-09-08resolves #1763 add support for after-toc keyword to start-at keys for page nu...Dan Allen
2020-08-25verify inline macro can be used in running contentDan Allen
2020-08-12verify running content margin can be set to single element arrayDan Allen
2020-07-27remove unnecessary root namespace on types in test suiteDan Allen
2020-07-23resolves #1727 allow theme to configure page numbering to start at cover (PR ...Dan Allen
2020-07-21show alt text in running content if image fails to embedDan Allen
2020-07-21test that converter emits warning if image cannot be embedded in running contentDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-07-14verify image macro in running content is skipped if target cannot be resolvedDan Allen
2020-06-30verify that column specs for running content can be comma-separatedDan Allen
2020-06-30verify running content is shown as single, left-aligned column if columns val...Dan Allen
2020-06-29fix alignment of link box for image in running content with numeric vertical ...Dan Allen
2020-06-24coerce running content to string and remove unnecessary type check when rende...Dan Allen
2020-06-22verify section-title attribute is not set in running content if document has ...Dan Allen
2020-06-17verify link annotation around image respect vertical alignmentDan Allen
2020-06-15verify running content is not added if all pages are importedDan Allen
2020-06-03verify background image size for running content is computed per side if nece...Dan Allen
2020-05-20add test for middle alias for vertical align of image in running contentDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-05-04verify pagenums attribute can be disabled from APIDan Allen
2020-04-22simplify calls to find_text that include a filterDan Allen
2020-04-16resolves #1644 support integer start at values for running content and page n...Dan Allen
2020-04-09verify imagesdir is set to themesdir in running content and reset afterwardsDan Allen