hugo/commands
Anthony Fok 8b8fb417ae More initialism corrections (golint)
Thanks to @bep's new, brilliant helpers.Deprecated() function,
the following functions or variables are transitioned to their
new names, preserving backward compatibility for v0.14
and warning the user of upcoming obsolescence in v0.15:

 * .Url → .URL (for node, menu and paginator)
 * .Site.BaseUrl → .Site.BaseURL
 * .Site.Indexes → .Site.Taxonomies
 * .Site.Recent → .Site.Pages
 * getJson → getJSON
 * getCsv → getCSV
 * safeHtml → safeHTML
 * safeCss → safeCSS
 * safeUrl → safeURL

Also fix related initialisms in strings and comments.

Continued effort in fixing #959.
2015-03-18 11:30:37 +01:00
..
benchmark.go Add memprofile to pprof benchmark 2015-02-05 15:48:09 +01:00
check.go
convert.go Fix some Go Lint errors 2015-03-06 15:58:14 +01:00
hugo.go Do not ERROR-log missing /data dir 2015-03-12 21:44:36 +01:00
limit_darwin.go
limit_others.go
list.go
list_config.go Quote strings in hugo config output 2015-02-17 11:51:43 +01:00
new.go Add new min_version field to theme.toml template 2015-03-10 09:49:42 -06:00
server.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00
server_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
version.go Use osext on GitHub 2015-02-23 18:12:19 +01:00