summaryrefslogtreecommitdiffstats
path: root/hugolib/site_test.go
AgeCommit message (Expand)Author
2016-04-08Make Hugo build without MercurialBjørn Erik Pedersen
2016-04-08hugolib: Un-export internal Site-methodsBjørn Erik Pedersen
2016-04-07Document and clean SourceRelativeLinksEval codeSven Dowideit
2016-04-07hugolib: Camelcase ALL_CAPS vars and const in testsBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-24hugolib: Even more Golint fixesBjørn Erik Pedersen
2016-03-14hugolib: Remove unused codeBjørn Erik Pedersen
2016-03-09Create template clone for late template executionBjørn Erik Pedersen
2016-03-06Simplify the IsHome test casesBjørn Erik Pedersen
2016-03-05Unexport the target handlersBjørn Erik Pedersen
2016-03-05Allow URL with extension in frontmatterBjørn Erik Pedersen
2016-02-08Add test for Hugo hanging up with empty contentTatsushi Demachi
2016-01-04Add some trailing newline shortcode testsBjørn Erik Pedersen
2016-01-01Source file based relative linkingSven Dowideit
2016-01-01Write a simplistic test for site.refLinkSven Dowideit
2015-12-18Fix failing template related tests in Go 1.6Bjørn Erik Pedersen
2015-12-18Fix data race in non-renderable pagesBjørn Erik Pedersen
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-09-13Complete the Url-to-URL transition in testsAnthony Fok
2015-08-04Strip trailing whitespace in codeAnthony Fok
2015-06-28404 is homelessBjørn Erik Pedersen
2015-06-21Remove superfluous p-tags around shortcodesBjørn Erik Pedersen
2015-06-21Revert "refactor and clean up site tests"Bjørn Erik Pedersen
2015-06-21Revert "Move matchRender to test helpers file"Bjørn Erik Pedersen
2015-06-21Revert "Add tests for homepage content support"Bjørn Erik Pedersen
2015-06-17Add tests for homepage content supportspf13
2015-06-17Move matchRender to test helpers filespf13
2015-06-17refactor and clean up site testsspf13
2015-05-28Support `Fish and Chips` sectionbep
2015-05-28Add IsHomebep
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-17Add Page tests with UTF8 pathsTakuya Wakisaka
2015-03-19Pull Data Files tests into its own filebep
2015-03-17Use ReaderToString in site testsbep
2015-03-17Fix crossrefs on Windowsbep
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07Fix UglyUrls on Windowsbep
2015-03-07Handle 404 thread safelybep
2015-03-06Fix errors reported by Go Vetbep
2015-02-11Fix broken data dir testbep
2015-02-11Temporarily disable broken testbep
2015-02-11Add data files support in themesbep
2015-02-09DataDir: Minor polish and add missing testsbep
2015-02-09Reads data files inside data/ and makes data available in .Site.DataErlend Klakegg Bergheim
2015-01-31Updating shortcode imports & site test to work with new buffer pool functionsspf13
2014-12-09Fix various Windows-issuesbep
2014-12-08Remove Println that panics in testbep
2014-11-24Enable descriptive header IDs.Austin Ziegler
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13
2014-11-04Updating tests to use new Targets & Writers and switch to using Afero.MemMapF...spf13