summaryrefslogtreecommitdiffstats
path: root/hugolib/page_taxonomy_test.go
AgeCommit message (Collapse)Author
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
This is a final rewrite that removes all the global state in Hugo, which also enables the use if `t.Parallel` in tests. Updates #2701 Fixes #3016
2017-01-07all: Refactor to non-global loggerBjørn Erik Pedersen
Note that this looks like overkill for just the logger, and that is correct, but this will make sense once we start with the template handling etc. Updates #2701
2016-12-27hugolib: Use reflect.DeepEqual in testsCameron Moore
2016-03-23hugolib: Fix some more Golint warningsBjørn Erik Pedersen
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
See #1646
2015-04-03hugolib: make Page implement the ReaderFrom interfacebep
2014-09-11fix tags not being in lowercase, #491Joel Scoble
2014-09-05Taxonomies can now be provided as a single string value if there is only one ↵spf13
in frontmatter (tag = "val" vs tag = ["val"])
2014-05-01permitting empty files again. Fixing some tests to now pass.spf13
2014-04-09Renamed Indexes to Taxonomies. Old template and config parameters still work.spf13