Bjørn Erik Pedersen
7c84e6b3e3
hugolib: Even more Golint fixes
2016-03-24 14:42:03 +01:00
Bjørn Erik Pedersen
3e77886aad
helpers: Fix GoDoc in Hugo version constants
2016-03-24 14:27:36 +01:00
Bjørn Erik Pedersen
a7953e25bb
commands: Apply Golint rules to hugo.go
2016-03-24 14:24:22 +01:00
Bjørn Erik Pedersen
3bbfd99176
hugolib: Apply Golint rules to rss_test.go
2016-03-24 14:20:00 +01:00
Bjørn Erik Pedersen
b8bf01cdc6
hugolib: Add missing GoDoc in pagination.go
2016-03-24 14:18:47 +01:00
Bjørn Erik Pedersen
c2c73c2bd2
hugolib: Some more GoLint fixes
2016-03-24 14:11:04 +01:00
Bjørn Erik Pedersen
218fceac35
livereload: Add missing GoDoc
2016-03-24 14:05:08 +01:00
Bjørn Erik Pedersen
e467d23374
hugoblib: Clean up the time tests
2016-03-24 13:30:08 +01:00
Bjørn Erik Pedersen
944090722e
transform: Group vars and consts in chain_test
2016-03-23 21:55:14 +01:00
Bjørn Erik Pedersen
c7869fd772
transform: Clean up the var naming mess in chain_test
2016-03-23 20:03:13 +01:00
Bjørn Erik Pedersen
a6de8dfb42
hugolib: Some more Golint fixes
2016-03-23 17:17:54 +01:00
Bjørn Erik Pedersen
dac34f9bfd
hugolib: Fix spelling mistake
2016-03-23 17:12:47 +01:00
Bjørn Erik Pedersen
c31fa378c7
hugolib: Add Godoc to pageSort
2016-03-23 17:11:29 +01:00
Bjørn Erik Pedersen
c20dee9d7f
parser: Make the constant vars ... constants
2016-03-23 15:05:32 +01:00
Bjørn Erik Pedersen
bf76e74432
parser: Fix ALL_CAPS var names in test
2016-03-23 15:02:00 +01:00
Bjørn Erik Pedersen
1cb7ed6ac7
parser: Spring code cleaning
2016-03-23 14:51:16 +01:00
Bjørn Erik Pedersen
937592cb85
hugolib: Fix some more Golint warnings
2016-03-23 10:10:28 +01:00
Bjørn Erik Pedersen
8a60571fd2
helpers: Fix and add Godoc in path*
2016-03-23 10:03:29 +01:00
Bjørn Erik Pedersen
6ff2e1dbe7
helpers: Remove the else in MakePathSanitized
2016-03-23 09:45:18 +01:00
Bjørn Erik Pedersen
faf2e50685
Do some minor code cleaning of Site
...
* Unexport some methods/fields
* Add some godoc
Still plenty to do here.
2016-03-23 09:43:04 +01:00
Bjørn Erik Pedersen
626874b94c
transform: Golint fixes
2016-03-23 09:35:50 +01:00
Bjørn Erik Pedersen
672890339e
target: Fix some Golint warnings
2016-03-23 00:44:51 +01:00
Bjørn Erik Pedersen
dc7d8a9eac
Spring cleaning of the menu code
2016-03-23 00:29:39 +01:00
Bjørn Erik Pedersen
4f00f1c94f
heloers: Add a linefeed to make Golint happy
2016-03-23 00:07:44 +01:00
Bjørn Erik Pedersen
9cf93e11f8
commands: Fix remaining Golint warning
2016-03-23 00:06:10 +01:00
Bjørn Erik Pedersen
da4d4164f1
utils: Add godoc
2016-03-23 00:04:28 +01:00
Bjørn Erik Pedersen
df92fc31ca
hugolib: Fix Java-styled all-caps consts
2016-03-22 23:59:07 +01:00
Bjørn Erik Pedersen
b0e21f967b
helpers: Silence some Golint warnings
2016-03-22 23:53:19 +01:00
Bjørn Erik Pedersen
283b866386
commands: Do not use named return vals in Jekyll import
2016-03-22 23:44:02 +01:00
Bjørn Erik Pedersen
35b798247e
Check returned error in Scratch-test
2016-03-22 23:40:39 +01:00
Bjørn Erik Pedersen
691c2ea970
Do make check in Travis
2016-03-22 23:14:17 +01:00
srinivasreddy
b319c18969
source: Consolidate if conditions
2016-03-22 19:49:16 +01:00
srinivasreddy
c54df37f6a
source: Remove unnecessary else condition
2016-03-22 19:47:47 +01:00
Cameron Moore
b1b7ac7e75
hugolib: Use field keys in composite literals
...
Small fix in shortcode tests to use field keys in a composite literal.
2016-03-22 19:43:28 +01:00
Bjørn Erik Pedersen
b9127ecca6
helpers: Apply gofmt
2016-03-22 19:43:03 +01:00
Cameron Moore
e8cf8b40df
hugo: Add check tasks to Makefile
...
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-22 19:40:27 +01:00
Bjørn Erik Pedersen
048e07422d
Add Scratch to shortcode
...
Fixes #2000
2016-03-21 21:11:20 -04:00
Bjørn Erik Pedersen
de8fc8761a
Re-render shortcode on template or data file change
...
Fixes #1971
2016-03-21 21:09:25 -04:00
Bjørn Erik Pedersen
e5e1bcc271
Add plainify template function
...
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-21 20:27:25 -04:00
Bjørn Erik Pedersen
e5aa477491
Add support for symbolic links for content, layout, static, theme
...
Note: This is for the content roots only, but that should satisfy most needs.
Fixes #1855
2016-03-21 19:13:29 -04:00
srinivasreddy
6258d48b02
Utils methods refactored for readability
2016-03-21 19:08:49 -04:00
Aditya Bhargava
c42982f76b
Add '+' as one of the valid characters in urls specified in the front matter
...
Fixes #1290
2016-03-21 18:48:50 -04:00
Bjørn Erik Pedersen
02effd9dc4
Protect against concurrent Scratch read and write
...
Fixes #2005
2016-03-21 20:42:27 +01:00
Cameron Moore
f52b040ee1
docs: Draft of 0.16 release notes
...
Also included is an enhancement to the gh shortcode to support sending commit
hashes by prepending "0x" to the hash.
2016-03-21 14:08:39 +01:00
Anthony Fok
d45b55bdd4
helpers: Rename getMmarkHtmlRenderer to getMmarkHTMLRenderer
...
To be consistent with the changes made in commit 67df33f
, see #959 .
2016-03-21 15:17:37 +08:00
Anthony Fok
bec1ac7b33
livereload: Run go fmt on connection.go
...
See #1998 and commit bafb771
2016-03-21 14:25:00 +08:00
Cameron Moore
9323707b32
create: Refactor NewContent to be testable
...
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-20 23:51:17 +01:00
srinivasreddy
bafb77172b
livereload: Simplify conditional
2016-03-20 19:42:10 +01:00
Anthony Fok
2c5e4f7640
helpers: Support EXTENSION_BACKSLASH_LINE_BREAK for Blackfriday
...
Exposed as "backslashLineBreak" and enabled by default
as upstream have done.
Fixes #1935
2016-03-20 04:21:16 +08:00
Anthony Fok
4c4ce55217
helpers: Fix minor typo in content_test.go
2016-03-20 04:12:53 +08:00