hugo/target
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
..
alias_test.go Fix various Windows-issues 2014-12-09 09:43:15 -05:00
file.go converted path 2 filepath 2014-11-13 22:36:28 -05:00
htmlredirect.go converted path 2 filepath 2014-11-13 22:36:28 -05:00
memory.go Code cleanup 2013-10-08 18:40:41 +02:00
page.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
page_test.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00