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
/
title_page_spec.rb
Age
Commit message (
Expand
)
Author
2023-04-06
don't attempt to further resolve logo image from theme if it's already an abs...
Dan Allen
2022-10-30
switch from EOS to END as heredoc delimiter
Dan Allen
2022-10-29
resolves #2362 allow revision content to be customized by theme (PR #2366)
Dan Allen
2022-09-25
treat empty background image as none instead of raising a file read error
Dan Allen
2022-07-20
resolves #2269 allow top keys in title-page theme category to accept a fixed ...
Dan Allen
2022-07-19
remove use of build_pdf_theme except where needed
Dan Allen
2022-05-25
remove only flag from test [no ci]
Dan Allen
2022-05-25
log warning if title page contents overruns the bounds of a single page
Dan Allen
2022-05-24
prevent content on title page from exceeding the bounds of a single page
Dan Allen
2022-05-17
don't apply border on block images to logo image on title page
Dan Allen
2022-05-17
remove debug flag in test suite
Dan Allen
2022-05-17
remove requirement to add dummy text to title page to preserve it
Dan Allen
2022-05-04
consolidate map/uniq when used together for assertions
Dan Allen
2022-04-28
resolves #2095 separate align and text-align keys in theme schema and update ...
Dan Allen
2022-04-28
verify logo align, if not specified, inherits from title page align
Dan Allen
2021-04-14
verify information from one author does not carry over to next author
Dan Allen
2021-02-19
fix lint error
Dan Allen
2021-02-19
prevent PDF from being used as logo image on title page (since it cannot work...
Dan Allen
2021-02-12
verify theme can control margin around elements on title page
Dan Allen
2020-11-22
resolves #1829 resolve image paths in theme correctly when theme is loaded fr...
Dan Allen
2020-11-04
update test for unset showtitle attribute to be compatible with Asciidoctor 2...
Dan Allen
2020-10-29
use correct terminology for background image in test suite
Dan Allen
2020-10-26
verify converter does not insert extra blank page before title page when fron...
Dan Allen
2020-09-22
move title page tests to title page tests
Dan Allen
2020-09-22
verify title page is not added when both title-page and notitle attributes ar...
Dan Allen
2020-09-22
wrap title page tests for book doctype in context
Dan Allen
2020-08-25
consistently use "be" matcher to assert page number
Dan Allen
2020-08-22
apply base font style to text on title page
Dan Allen
2020-08-14
verify left and right margin can be set for logo image on title page
Dan Allen
2020-06-21
remove unnecessary condition for logo image alignment and tighten assertion
Dan Allen
2020-06-19
verify SVG title logo image is resized to keep it on title page
Dan Allen
2020-06-19
verify raster title logo image is resized to keep it on title page
Dan Allen
2020-06-13
verify only subtitle is show on title page if title is disabled
Dan Allen
2020-06-13
verify title page logo image specified as path in theme is resolved relative ...
Dan Allen
2020-05-12
use single-quoted heredoc where possible
Dan Allen
2020-05-07
drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)
Dan Allen
2020-04-14
resolves #1642 normalize whitespace in authors content and drop lines with un...
Dan Allen
2020-04-13
add test to verify missing attribute reference is ignored when resolving titl...
Dan Allen
2020-03-25
verify routine that promotes authors does not overwrite url document attribute
Dan Allen
2020-03-13
test authors with non-Latin characters
Dan Allen
2020-02-12
resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)
Dan Allen
2020-02-10
verify format attribute is honored for image in running content or title logo...
Dan Allen
2020-02-10
resolves #1546 fix crash when document has PDF cover page and SVG page backgr...
Dan Allen
2020-02-08
add tests for using data URI as title logo image
Dan Allen
2020-02-04
resolves #1536 add support for remote background images specified in theme (P...
Dan Allen
2019-12-19
clarify logic for how title page logo image in theme is resolved; add test
Dan Allen
2019-12-03
add and customize dedicated linter rules for rspec
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-11-16
move title page tests to dedicated spec
Dan Allen