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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2016-10-05
prepare for 1.5.5 release
Dan Allen
2016-10-04
resolves #1806 allow sectanchors & sectlinks to be used in tandem (PR #1886)
Dan Allen
2016-10-04
Honor the SOURCE_DATE_EPOCH environment variable
Alexis Bienvenüe
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-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-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-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-14
add missing endline after title element when converting open block to HTML
Dan Allen
2016-07-07
use stronger CSS rule for general text color in Pygments stylesheet (PR #1802)
Dan Allen
2016-07-07
add comment
Dan Allen
2016-07-07
coding style change
Dan Allen
2016-07-06
use mkdir_p from Helpers instead from FileUtils
Dan Allen
2016-07-06
document why we rescue strftime in Document
Dan Allen
2016-06-23
remove unnecessary nil fallback
Dan Allen
2016-06-23
fix whitespace; correct terminology
Dan Allen
2016-05-23
Resolves #1774, Upgrade FontAwesome to 4.6.3 (PR #1777)
Guillaume Grossetie
2016-05-07
fix example for line break in code comments
Dan Allen
[next]