summaryrefslogtreecommitdiff
path: root/spec/page_spec.rb
AgeCommit message (Expand)Author
2023-08-04begin replacing tall.svg with generated spacer SVG in testsDan Allen
2023-01-02add test to assert that pdfwidth is ignored on background image if fit=none i...Dan Allen
2023-01-02fix invalid test scenarioDan Allen
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-10-28upgrade RuboCop, configure new rules, and update code to conformDan Allen
2022-09-25treat empty background image as none instead of raising a file read errorDan Allen
2022-09-10reference remote image that corresponds to current release line branchDan Allen
2022-08-20resolves #2311 change style of footnote labels (PR #2312)Dan Allen
2022-08-13resolves #2306 use default-for-print theme by default if media is print or pr...Dan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is spec...Dan Allen
2022-07-11resolves #2278 set docimagesdir attribute when attribute substitutions are ap...Dan Allen
2022-06-24verify column layout ends when page layout is changedDan Allen
2022-06-23resolves #2253 restore column layout after importing page(s) from PDF (PR #2254)Dan Allen
2022-06-21resolves #1719 allow margin for rotated page to be configured independently (...Dan Allen
2022-06-20resolves #1739 allow page background image to be specified per page layout (P...Dan Allen
2022-06-19make docs more clear about how to apply recto margins to title page [skip ci]Dan Allen
2022-06-10resolves #327 arrange body of article or manpage doctype into multiple column...Dan Allen
2022-05-03fix warning in log_messages matcher in test suiteDan Allen
2022-04-26resolves #1940 pass through warnings in background SVG to logger (PR #2080)Dan Allen
2022-04-25verify recto/verso backgrounds are swapped when pdf folio placement is invertedDan Allen
2022-04-19resolves #1918 prepress page margins should honor value of pdf-folio-placemen...Dan Allen
2022-03-19remove requirement to wrap first argument to log_messages assertion as a nest...Dan Allen
2021-06-23fix lint errorDan Allen
2021-06-23add negative test to verify no warnings from background SVG are propagatedDan Allen
2021-02-22verify processor warns if PDF for background image cannot be foundDan Allen
2021-02-21use import_page to apply PDF as background imageDan Allen
2021-02-21verify PDF can be used as background imageDan Allen
2021-02-15verify page background is set to white if value defined in theme is not set o...Dan Allen
2021-02-11verify different facing background image is still rendered if background imag...Dan Allen
2021-01-27resolves #1780 warn instead of crash if background image cannot be embedded (...Dan Allen
2021-01-11align warning message about allow-uri-read with core processorDan Allen
2020-11-22resolves #1829 resolve image paths in theme correctly when theme is loaded fr...Dan Allen
2020-10-29use correct terminology for background image in test suiteDan Allen
2020-10-20modify intrinsic_image_dimensions helper to return value in ptDan Allen
2020-09-26show sensible error message if background image cannot be loadedDan Allen
2020-09-26verify converter shows warning if background image cannot be foundDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-07-10verify background image without explicit width is not scaled down if it alrea...Dan Allen
2020-07-08assert that background image is scaled down if both intrinsic height and comp...Dan Allen
2020-07-08assert that background image is scaled down if intrinsic height is greater th...Dan Allen
2020-06-24test unrecognized background position with two valuesDan Allen
2020-06-15fix test on older versions of RubyDan Allen
2020-06-15verify page background is positioned in center if position value is unrecognizedDan Allen
2020-06-09do not convert already converted intrinsic width for block and inline SVGDan Allen
2020-06-08fix lint errorDan Allen
2020-06-08add test for page size dimension that is unrecognized type or measurementDan Allen
2020-06-04add test for unrecognized or nil initial zoom value in themeDan Allen
2020-05-22allow page size value to be a symbol; add test for invalid typeDan Allen
2020-05-21verify default page size is used if one of the dimensions is 0Dan Allen
2020-05-21add more tests for page size values defined in themeDan Allen