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
/
test
/
paths_test.rb
Age
Commit message (
Expand
)
Author
2019-02-12
rename Helpers.uri_encode to Helpers.encode_uri_component and use native func...
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-01-06
switch to modern hash syntax
Dan Allen
2019-01-06
use require_relative instead of modifying $LOAD_PATH
Dan Allen
2019-01-06
remove workarounds for Ruby < 2.3
Dan Allen
2018-11-01
resolves #2944 add fallback if relative path cannot be computed (PR #2945)
Dan Allen
2018-10-26
resolves #2108 use Pathname to resolve relative path for file outside base di...
Dan Allen
2018-09-18
resolves #2869 preserve UNC path with backslashes on Windows
Dan Allen
2018-09-18
assert that File.dirname preserves UNC path root on Windows
Dan Allen
2018-09-18
add test to verify UNC path is preserved by PathResolver#system_path
Dan Allen
2018-04-27
use consistent phrase to indicate the processor is automatically recovering f...
Dan Allen
2018-04-14
use helpers to assert log messages in tests
Dan Allen
2018-04-11
fix PathResolver#descends_from? when base is /
Dan Allen
2018-04-11
allow target to bring resolved path under jail when start is outside jail
Dan Allen
2018-04-11
resolves #2642 resolve parent references in start path when resolving system ...
Dan Allen
2018-04-11
change PathResolver#expand_path to resolve parent references
Dan Allen
2018-04-03
assert that PathResolver#system_path removes self references in start path
Dan Allen
2017-09-23
set file separator correctly for windows path tests
Dan Allen
2017-07-23
resolves #2107 calculate relative path correctly (PR #2335)
Dan Allen
2017-06-25
remove trailing spaces
Dan Allen
2017-06-20
trap and verify warnings in path tests
Dan Allen
2017-01-02
rename posixfy to posixify (alias old method)
Dan Allen
2016-12-13
resolves #1965 make start argument to system_path optional (PR #1966)
Dan Allen
2016-11-29
resolves #1943 allow spaces in target of block image (PR #1947)
Dan Allen
2016-07-27
don't duplicate forward slash for path relative to root (PR #1822)
Dan Allen
2014-11-20
resolves #1192 preserve URI targets universally
Dan Allen
2014-10-12
resolves #1144 fix includes that reference absolute Windows paths
Dan Allen
2014-07-30
resolves #690 resolve relative paths relative to base_dir in unsafe mode
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2014-01-28
cleanup and optimize path resolver
Dan Allen
2014-01-28
resolves #806 recognize Windows UNC path as absolute and preserve it
Dan Allen
2013-08-22
extension improvements
Dan Allen
2013-08-21
introduce method to calc path relative to base_dir
Dan Allen
2013-07-03
resolves #470 allow uri to be used in inline image
Dan Allen
2013-05-16
resolves #330 fix file path resolution on windows
Dan Allen
2013-04-25
resolves #76 add a default stylesheet
Dan Allen