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
/
theme_loader_spec.rb
Age
Commit message (
Expand
)
Author
2022-08-10
add test to verify theme value with relative units is preserved
Dan Allen
2022-08-10
verify fixed units are resolved before computing value
Dan Allen
2022-05-20
make sure a brand variable can end in color
Dan Allen
2022-05-02
resolves #2125 remap table-caption-side theme key to table-caption-end (PR #2...
Dan Allen
2022-04-29
neutralize padding hacks in themes designed before the converter had smart ma...
Dan Allen
2022-04-28
resolves #2095 separate align and text-align keys in theme schema and update ...
Dan Allen
2022-04-18
resolves #1796 rename literal category to codespan in theme (PR #2045)
Dan Allen
2022-04-18
resolves #2054 rename blockquote category key in theme to quote (PR #2055)
Dan Allen
2022-04-18
resolves #2052 rename key theme key to kbd (PR #2053)
Dan Allen
2022-04-17
coerce negated variable reference to number if value of variable is numeric (...
Dan Allen
2022-04-16
resolves #1894 rename the outline-list category in the theme to list; remap d...
Dan Allen
2021-09-05
drop safe_yaml gem in favor of YAML.safe_load in Ruby stdlib (PR #1924)
Dan Allen
2021-02-09
only allow array value of size 2 to be used as axis color values for table grid
Dan Allen
2020-11-16
verify that path in extends that begins with ./ is resolved relative to curre...
Dan Allen
2020-11-16
resolves #1813 support power operator in theme (PR #1822)
Dan Allen
2020-10-29
verify theme can extend theme specified by absolute path
Dan Allen
2020-10-26
add test for theme file in extends clause that starts with ./
Dan Allen
2020-10-26
add helper to write temporary theme file to avoid having to maintain so many ...
Dan Allen
2020-10-22
verify base theme is only extended once by default
Dan Allen
2020-10-22
add test to force extend base theme
Dan Allen
2020-10-20
resolves #1800 only extend theme in extends hierarchy once unless modified wi...
Dan Allen
2020-07-27
remove unnecessary root namespace on types in test suite
Dan Allen
2020-07-26
verify load method in theme loader uses specified theme data if raw theme dat...
Dan Allen
2020-07-25
ignore admonition icon type in theme if value is falsy
Dan Allen
2020-07-25
verify font in catalog is ignored if value is falsy
Dan Allen
2020-07-25
verify theme loader ignores font_catalog key if value is not a Hash
Dan Allen
2020-07-25
verify theme loader does not fail to merge font catalog if inherited theme do...
Dan Allen
2020-07-25
verify theme loader ignores unrecognized font subkeys
Dan Allen
2020-07-25
verify theme loader can handle extending theme that resolves to nil value
Dan Allen
2020-07-24
verify font key in theme is ignored if value is not a Hash
Dan Allen
2020-07-24
verify font fallbacks is set to empty array if value in theme is falsy
Dan Allen
2020-07-24
verify converter does not crash if theme resolves to nil
Dan Allen
2020-07-24
verify base theme can be extended after other themes
Dan Allen
2020-07-23
verify code and conum font family is linked to literal font family in custom ...
Dan Allen
2020-07-23
verify theme loader recognized transparent color value and wraps in dedicated...
Dan Allen
2020-07-23
verify theme asset is resolved relative to built-in themes dir by default
Dan Allen
2020-07-23
verify that resolve_theme_file with no arguments resolves built-in default theme
Dan Allen
2020-07-14
use and enforce a consistent style for comment annotations
Dan Allen
2020-05-12
use single-quoted heredoc where possible
Dan Allen
2020-04-20
resolves #1640 custom theme does not inherit from base theme by default (PR #...
Dan Allen
2020-03-08
add test for color value defined as array with unsupported length
Dan Allen
2020-03-03
resolves #1588 add support for assigning the same font file to all font varia...
Dan Allen
2020-02-10
verify warning is logged if variable reference in theme cannot be resolved
Dan Allen
2020-01-31
allow use of "regular" as alias for "normal" when defining font
Dan Allen
2020-01-26
add helper to test suite to get the posixified home directory
Dan Allen
2020-01-23
resolves #1507 allow font path to be declared once for all font styles (PR #1...
Dan Allen
2020-01-22
resolves #1505 allow custom theme to merge font catalog with theme being exte...
Dan Allen
2020-01-17
resolves #1491 log reason if theme file cannot be parsed or compiled (PR #1492)
Dan Allen
2020-01-16
link font family for abstract and sidebar to heading font family if only latt...
Dan Allen
2020-01-09
don't set heading-font-family in default theme so it inherits from base
Dan Allen
[next]