summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-24hugoblib: Clean up the time testsBjørn Erik Pedersen
2016-03-23transform: Group vars and consts in chain_testBjørn Erik Pedersen
2016-03-23transform: Clean up the var naming mess in chain_testBjørn Erik Pedersen
2016-03-23hugolib: Some more Golint fixesBjørn Erik Pedersen
2016-03-23hugolib: Fix spelling mistakeBjørn Erik Pedersen
2016-03-23hugolib: Add Godoc to pageSortBjørn Erik Pedersen
2016-03-23parser: Make the constant vars ... constantsBjørn Erik Pedersen
2016-03-23parser: Fix ALL_CAPS var names in testBjørn Erik Pedersen
2016-03-23parser: Spring code cleaningBjørn Erik Pedersen
2016-03-23hugolib: Fix some more Golint warningsBjørn Erik Pedersen
2016-03-23helpers: Fix and add Godoc in path*Bjørn Erik Pedersen
2016-03-23helpers: Remove the else in MakePathSanitizedBjørn Erik Pedersen
2016-03-23Do some minor code cleaning of SiteBjørn Erik Pedersen
* Unexport some methods/fields * Add some godoc Still plenty to do here.
2016-03-23transform: Golint fixesBjørn Erik Pedersen
2016-03-23target: Fix some Golint warningsBjørn Erik Pedersen
2016-03-23Spring cleaning of the menu codeBjørn Erik Pedersen
2016-03-23heloers: Add a linefeed to make Golint happyBjørn Erik Pedersen
2016-03-23commands: Fix remaining Golint warningBjørn Erik Pedersen
2016-03-23utils: Add godocBjørn Erik Pedersen
2016-03-22hugolib: Fix Java-styled all-caps constsBjørn Erik Pedersen
2016-03-22helpers: Silence some Golint warningsBjørn Erik Pedersen
2016-03-22commands: Do not use named return vals in Jekyll importBjørn Erik Pedersen
2016-03-22Check returned error in Scratch-testBjørn Erik Pedersen
2016-03-22Do make check in TravisBjørn Erik Pedersen
2016-03-22source: Consolidate if conditionssrinivasreddy
2016-03-22source: Remove unnecessary else conditionsrinivasreddy
2016-03-22hugolib: Use field keys in composite literalsCameron Moore
Small fix in shortcode tests to use field keys in a composite literal.
2016-03-22helpers: Apply gofmtBjørn Erik Pedersen
2016-03-22hugo: Add check tasks to MakefileCameron Moore
Add some helpful tasks to the Makefile to make it easier to test code quality prior to committing. Use `make check` to run the standard checks. As of now, the cyclo and lint tasks are not part of the standard checks since Hugo doesn't pass those checks.
2016-03-21Add Scratch to shortcodeBjørn Erik Pedersen
Fixes #2000
2016-03-21Re-render shortcode on template or data file changeBjørn Erik Pedersen
Fixes #1971
2016-03-21Add plainify template functionBjørn Erik Pedersen
To strip away any HTML. May be useful for the .Title in head etc. People may shoot themself in the foot with this, maybe ... The replacement function is pretty fast.
2016-03-21Add support for symbolic links for content, layout, static, themeBjørn Erik Pedersen
Note: This is for the content roots only, but that should satisfy most needs. Fixes #1855
2016-03-21Utils methods refactored for readabilitysrinivasreddy
2016-03-21Add '+' as one of the valid characters in urls specified in the front matterAditya Bhargava
Fixes #1290
2016-03-21Protect against concurrent Scratch read and writeBjørn Erik Pedersen
Fixes #2005
2016-03-21docs: Draft of 0.16 release notesCameron Moore
Also included is an enhancement to the gh shortcode to support sending commit hashes by prepending "0x" to the hash.
2016-03-21helpers: Rename getMmarkHtmlRenderer to getMmarkHTMLRendererAnthony Fok
To be consistent with the changes made in commit 67df33f, see #959.
2016-03-21livereload: Run go fmt on connection.goAnthony Fok
See #1998 and commit bafb771
2016-03-20create: Refactor NewContent to be testableCameron Moore
NewContent is refactored to use the afero.Fs interface that should allow full testing. This commit also pulls the metadata creation logic out of NewContent and into a separate function to decrease the cyclomatic complexity of NewContent.
2016-03-20livereload: Simplify conditionalsrinivasreddy
2016-03-20helpers: Support EXTENSION_BACKSLASH_LINE_BREAK for BlackfridayAnthony Fok
Exposed as "backslashLineBreak" and enabled by default as upstream have done. Fixes #1935
2016-03-20helpers: Fix minor typo in content_test.goAnthony Fok
2016-03-19Simplify GetDottedRelativePathBjørn Erik Pedersen
2016-03-19Return early from parseOptionsBjørn Erik Pedersen
2016-03-18Remove duplicate doArithmeticBjørn Erik Pedersen
2016-03-17Revert "Add Codebeat badge"Bjørn Erik Pedersen
Will have to review the rules on this code report before people start sending PRs based on this. This reverts commit c50c66879d7140311bcd6bfcb3fb5122d2b3f809.
2016-03-17Return early from appendThemeTemplatesBjørn Erik Pedersen
2016-03-17Add Codebeat badgeTomasz Korzeniowski
2016-03-17Add Go Report Card badge to READMEBjørn Erik Pedersen