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
2019-09-04
resolves #1254 preserve hyphens in role names in theme file (PR #1255)
Dan Allen
2019-09-01
resolves #1243 allow font catalog and font fallbacks to be defined as flat ke...
Dan Allen
2019-08-19
verify that value of content keys in theme are coerced to string
Dan Allen
2019-08-17
resolves #1217 convert hyphen to underscore in theme key for admonition icon ...
Dan Allen
2019-08-07
resolve variables in font catalog in theme file
Dan Allen
2019-07-29
don't crash if no keys are defined by theme
Dan Allen
2019-07-11
resolves #1149 coerce color values in theme that contain uppercase letters (P...
Dan Allen
2019-07-11
ensure base font color is set
Dan Allen
2019-07-04
resolves #1126 automatically set stylesdir (PR #1128)
Dan Allen
2019-07-04
use fixture_file in theme loader specs
Dan Allen
2019-07-01
rename CmykColorValue to CMYKColorValue [skip ci]
Dan Allen
2019-06-30
resolves #1122 allow hyphens in theme variable references (PR #1123)
Dan Allen
2019-06-29
verify base theme is not loaded if extended theme extends nil
Dan Allen
2019-06-28
rename theme file in spec
Dan Allen
2019-06-28
verify that theme extends base theme if value of extends is base
Dan Allen
2019-06-28
change how base theme is loaded
Dan Allen
2019-06-16
replace hyphens with underscores in top-level theme keys
Dan Allen
2019-06-08
null color value in theme should resolve to nil
Dan Allen
2019-06-08
add test to verify theme cannot be indented using tabs
Dan Allen
2019-06-08
make text for preprocessing color values in theme more thorough
Dan Allen
2019-06-05
check for operator before applying operation to theme value
Dan Allen
2019-06-05
resolves #1089 don't coerce values that are not colors to a string (PR #1090)
Dan Allen
2019-05-26
process theme extends in ThemeLoader.load_file instead of ThemeLoader#load
Dan Allen
2019-05-18
resolves #367 allow theme to be extended using extends key in theme file (PR ...
Dan Allen
2019-04-23
resolves #262 rename Pdf module to PDF
Dan Allen
2019-04-23
assert that load_theme with the 'base' argument loads the same theme as load_...
Dan Allen
2019-04-18
add additional tests for the ThemeLoader
Dan Allen
2019-04-18
add lots more tests for the ThemeLoader
Dan Allen
2019-04-17
remove unnecessary quotes around heredoc delimiter
Dan Allen
2019-04-16
resolves #37 add test suite and seed with initial helpers and tests (PR #1025)
Dan Allen