hugo/hugofs
Bjørn Erik Pedersen 7ff0a8ee9f Simplify page tree logic
This is preparation for #6041.

For historic reasons, the code for bulding the section tree and the taxonomies were very much separate.

This works, but makes it hard to extend, maintain, and possibly not so fast as it could be.

This simplification also introduces 3 slightly breaking changes, which I suspect most people will be pleased about. See referenced issues:

This commit also switches the radix tree dependency to a mutable implementation: github.com/armon/go-radix.

Fixes #6154
Fixes #6153
Fixes #6152
2019-08-08 20:13:39 +02:00
..
files Add Hugo Modules 2019-07-24 09:35:53 +02:00
createcounting_fs.go Make Page an interface 2019-03-23 18:51:22 +01:00
decorators.go Block symlink dir traversal for /static 2019-07-25 11:27:25 +02:00
fileinfo.go Block symlink dir traversal for /static 2019-07-25 11:27:25 +02:00
filter_fs.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
filter_fs_test.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
fs.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
fs_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
hashing_fs.go Make Page an interface 2019-03-23 18:51:22 +01:00
hashing_fs_test.go Add Hugo Piper with SCSS support and much more 2018-07-06 11:46:12 +02:00
language_composite_fs.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
noop_fs.go hugofs: Fix golint issues 2018-09-07 08:25:51 +02:00
nosymlink_fs.go Block symlink dir traversal for /static 2019-07-25 11:27:25 +02:00
nosymlink_test.go Block symlink dir traversal for /static 2019-07-25 11:27:25 +02:00
rootmapping_fs.go Simplify page tree logic 2019-08-08 20:13:39 +02:00
rootmapping_fs_test.go Allow overlap in module mounts 2019-07-31 12:10:05 +02:00
slice_fs.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
stacktracer_fs.go Fix assorted typos 2019-08-01 13:55:48 +02:00
walk.go Block symlink dir traversal for /static 2019-07-25 11:27:25 +02:00
walk_test.go Add Hugo Modules 2019-07-24 09:35:53 +02:00