index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-10-05
Release 1.5.5
v1.5.5
Dan Allen
2016-10-05
prepare for 1.5.5 release
Dan Allen
2016-10-05
resolves #1814 forcefully break monospace phrase if it exceeds length of line...
Dan Allen
2016-10-04
fix time assertion in test suite when running on Ruby 1.8.7
Dan Allen
2016-10-04
resolves #1806 allow sectanchors & sectlinks to be used in tandem (PR #1886)
Dan Allen
2016-10-04
resolves #1837 enable font smoothing in default stylesheet for Firefox (OSX) ...
Dan Allen
2016-10-04
Honor the SOURCE_DATE_EPOCH environment variable
Alexis Bienvenüe
2016-10-04
switch CI build to Rubinius 3 (PR #1887)
Dan Allen
2016-09-27
fix out of place comment
Dan Allen
2016-09-27
check for number using Integer instead of Fixnum class
Dan Allen
2016-09-17
Translate built-in attributes to Finnish (PR #1876)
lgvz
2016-09-12
resolves #1691 style nested emphasis in HTML output
brian m. carlson
2016-09-08
fix API docs for find_by
Dan Allen
2016-09-07
resolves #1861 add attribute to control maximum attribute value size (PR #1862)
Dan Allen
2016-09-07
clarify comments for max-include-depth and allow-uri-read attributes
Dan Allen
2016-09-07
avoid duplicate check for maxdepth value in reader
Dan Allen
2016-09-04
ignore style on media blocks (image, audio, video)
Dan Allen
2016-09-04
comment out unused API method
Dan Allen
2016-08-31
resolves #1835 move all regular expressions in manpage converter to constants...
Dan Allen
2016-08-29
add alias named list to retrieve parent List of ListItem
Dan Allen
2016-08-29
resolves #1815 add support for landscape orientation for tables in DocBook ou...
Dan Allen
2016-08-24
expand col_visits to column_visits in variables & methods
Dan Allen
2016-08-24
use consistent naming for cellspec(s)
Dan Allen
2016-08-24
use consistent naming for colcount
Dan Allen
2016-08-24
use consistent naming for colspec(s)
Dan Allen
2016-08-24
define sub_quotes & sub_replacements methods according to runtime
Dan Allen
2016-08-24
add some notes to the code
Dan Allen
2016-08-24
simplify condition in parser
Dan Allen
2016-08-21
remove unnecessary brackets
Dan Allen
2016-08-21
resolves #1843 honor width attribute on table even when autowidth option is s...
Dan Allen
2016-08-20
resolves #1849 only disable implicit header on table when noheader option is ...
Dan Allen
2016-08-20
Edit line 335 "allows you uses supply..." to "allows you to" (PR #1851)
Rebecca Sherman
2016-08-15
use == operator instead of .zero?, > instead of !=
Dan Allen
2016-08-11
use method_defined? instead of respond_to? to check if method is already defi...
Dan Allen
2016-08-10
change push_include method to support chaining (PR #1836)
Dan Allen
2016-08-01
resolves #1830 set reversed attribute on ol if reversed option is enabled (PR...
Dan Allen
2016-08-01
optimize check for xml mode (PR #1832)
Dan Allen
2016-07-31
use triple equals operator instead of is_a? (PR #1829)
Dan Allen
2016-07-30
resolves #1651 don't share attributes between blocks parsed by parse_content ...
Dan Allen
2016-07-29
resolves #1827 skip .rb files in template directories (PR #1826)
Dan Allen
2016-07-29
resolves #1824 support 6-digit decimal & 5-digit hexidecimal char refs (PR #1...
Dan Allen
2016-07-28
rename resolve_lines_to_highlight to resolve_highlight_lines
Dan Allen
2016-07-27
use .empty? instead of empty string comparison
Dan Allen
2016-07-27
don't duplicate forward slash for path relative to root (PR #1822)
Dan Allen
2016-07-27
benchmark.rb mdbasics-loop doesn't use the file it claims to. (PR #1823)
Chris Seaton
2016-07-26
fix crash in generate_id when both idprefix & idseparator are blank (PR #1821)
Dan Allen
2016-07-25
use any? and none? instead of find when simply checking if entry exists
Dan Allen
2016-07-25
use qualified name for Encoding class
Dan Allen
2016-07-25
use find method instead of detect (an alias for find)
Dan Allen
2016-07-20
add missing entry in 1.5.3 to CHANGELOG
Dan Allen
[next]