index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
cover_page_spec.rb
Age
Commit message (
Expand
)
Author
2022-06-20
remove debug flag in tests
Dan Allen
2022-06-20
add dedicated tests for the string literal value ~ for the front cover image
Dan Allen
2022-06-16
include page number on rectangle extracted by rectangle inspector in test suite
Dan Allen
2022-06-14
use enhanced RectInspector in test suite that can pick up fill and stroke color
Dan Allen
2022-04-27
resolves #2092 set the base font of the front cover image is a PDF and the ti...
Dan Allen
2021-02-16
verify PDF can be used as back cover
Dan Allen
2021-01-30
fix lint errors
Dan Allen
2021-01-30
verify front and back cover is not added if page in PDF file does not exist
Dan Allen
2021-01-30
verify front cover is not added (and does not affect page numbers) if PDF for...
Dan Allen
2021-01-30
verify back cover is not added if PDF for back cover has no pages
Dan Allen
2021-01-11
align warning message about allow-uri-read with core processor
Dan Allen
2020-09-01
log warning rather than crash if front cover image cannot be embedded (e.g., ...
Dan Allen
2020-08-10
verify cover page is no added if file cannot be resolved
Dan Allen
2020-06-14
verify that no front cover is added if the value is ~ and media is not prepress
Dan Allen
2020-05-12
use single-quoted heredoc where possible
Dan Allen
2020-05-09
resolves #1542 fix assertions in test suite when building RPM (PR #1680)
Dan Allen
2020-05-07
drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)
Dan Allen
2020-03-04
resolves #1584 allow theme to define the front and back cover images (PR #1585)
Dan Allen
2020-02-09
support creating empty front or back cover by assigning empty value to front-...
Dan Allen
2019-12-17
fix assertion on JRuby yet again
Dan Allen
2019-12-17
fix test assertion on JRuby
Dan Allen
2019-12-17
resolves #1430 fix fit=cover for background image when aspect ratio of image ...
Dan Allen
2019-12-03
enforce magic comment for frozen string literal
Dan Allen
2019-12-02
fix lint errors in test suite
Dan Allen
2019-10-27
verify that bare path in image attribute is resolved relative to docdir
Dan Allen
2019-10-19
make flags in test suite more fine-grained
Dan Allen
2019-10-14
verify outline is not created if document only has front cover regardless of ...
Dan Allen
2019-09-18
resolves #1275 set fit=contain by default on cover and page background images...
Dan Allen
2019-09-17
resolves #1276 implement fit=fill for cover, page background, and running con...
Dan Allen
2019-09-12
resolves #1268 document title in outline should point to second page if docum...
Dan Allen
2019-08-10
resolves #1202 allow page number of PDF to import to be specified (PR #1203)
Dan Allen
2019-07-14
add spec helper to retrieve images from pdf
Dan Allen
2019-07-09
verify cover page can be PDF and doesn't affect document page size
Dan Allen
2019-07-07
resolves #1136 add support for fit=cover for cover page, page background, and...
Dan Allen
2019-07-07
resolves #1132 allow image format to be specified using format attribute on i...
Dan Allen
2019-07-07
resolves #1134 allow size and position of cover image to be set
Dan Allen
2019-07-06
add spec for back cover page
Dan Allen
2019-07-06
improve specs for cover page
Dan Allen
2019-07-06
don't pass imagesdir explicitly in cover page specs
Dan Allen
2019-07-05
don't crash if image path is a URI and allow-uri-read is not set
Dan Allen
2019-07-02
fix name of reference files for cover page tests
Dan Allen
2019-07-02
add test for block macro syntax for front cover image
Dan Allen
2019-06-18
introduce have_size matcher in test suite
Dan Allen
2019-05-31
set imagesdir in tests by default to simplify tests
Dan Allen
2019-05-30
drop plural from category in reference filename
Dan Allen
2019-05-28
consistently use singular form for test suite names
Dan Allen