summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
2015-05-23Prevent cyclic ref crash in JSON encodebep
2015-05-21Grammar fix in error messagebep
2015-05-21Do not consider single.html for the home pagebep
2015-05-20Adding default handler & tests Fixes #147spf13
2015-05-20Merge branch 'master' of GitHub.com:spf13/hugospf13
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-19Add benchmark test for replaceShortcodeTokensbep
2015-05-17Fix UTF8 permalinkTakuya Wakisaka
2015-05-17Add Page tests with UTF8 pathsTakuya Wakisaka
2015-05-16Add support for URLs relative to context rootbep
2015-05-15Set s.Info.LastChange to LastmodJuan B. Rodriguez
2015-05-15Add Lastmod fieldJuan B. Rodriguez
2015-05-12Allow to reverse taxonomy entries.David Calavera
2015-05-10Make page 1 alias uglybep
2015-05-10Fix paginator with uglyurlsbep
2015-05-10Fix .Truncated in manual summariesbep
2015-05-09Fix IsMenuCurrent for SectionPagesMenubep
2015-05-08Update test logs for uniformity and consistencybep
2015-05-08IsMenuCurrent now resolving correctly when baseUrl is not at the root pathDanny Sung
2015-05-08Very experimental support for mmarkAnthony Fok
2015-05-08Section menu for the lazy bloggerbep
2015-05-08Make RSS output test more realisticbep
2015-05-07Add RSSUri to specify the name of the RSS fileDana H. P'Simer
2015-05-06Add shortcode support for HTML filesbep
2015-05-05Do not add trailing slash to baseURLbep
2015-04-30shortcodeparser: fix panic on slash following opening shortcode commentbep
2015-04-29Fix typo in testbep
2015-04-29Return error from HandleShortcodesbep
2015-04-22Fix broken Travis testsbep
2015-04-22Do not fail on unknown files in /databep
2015-04-21pagination: export pager to make Golint happybep
2015-04-21Use fmt.Errorf to make Golint happybep
2015-04-19Add shortcut to Scratch from shortcodebep
2015-04-18Polish func naming in shortcode handlingbep
2015-04-18Remove unused types Shortcode and ShortcodeFuncbep
2015-04-16Fix broken Highlight testbep
2015-04-16Temporarily disable Highlight testbep
2015-04-03hugolib: make Page implement the ReaderFrom interfacebep
2015-03-31Return error on wrong use of the Paginatorbep
2015-03-31Add pager size argument to paginator methodsbep
2015-03-29Fix shortcode handling in ToCbep
2015-03-24Add missing ".adoc" extension in handler_page.goAnthony Fok
2015-03-19Pull Data Files tests into its own filebep
2015-03-18Change safeHTtml to safeHTML in sitemap templatebep
2015-03-18Remove URL param from exported AbsURL methodsbep
2015-03-18Refactor Hugo versionbep
2015-03-18Add UrlPath to the deprecated listbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-17Use ReaderToString in site testsbep
2015-03-17Fix crossrefs on Windowsbep