Bjørn Erik Pedersen
5570a6e478
Revert "Add Elasticsearch/bonsai.io to services doc."
...
This reverts commit c0b3a1af03
.
2018-11-09 23:12:27 +01:00
Allison Zadrozny
c0b3a1af03
Add Elasticsearch/bonsai.io to services doc.
...
Hip hip for OSS! 🙌
2018-11-09 22:56:38 +01:00
Ian Lance Taylor
a8cb1b07b4
tpl: Fix test to pass with gccgo
...
When run under gccgo, the test looks for the name that gccgo gives to
a thunk method. This name is not normally visible, but can be seen
when using reflect.FuncForPC as this code does. That name changed in
https://golang.org/cl/89555 . Change the test to work with both the
old name "$thunk0" and the new name "thunk0".
Fixes golang/go#28669
2018-11-09 08:54:08 +01:00
hugoreleaser
2900801acf
releaser: Prepare repository for 0.52-DEV
...
[ci skip]
2018-11-07 10:11:48 +00:00
hugoreleaser
f3d5190793
releaser: Add release notes to /docs for release of 0.51
...
[ci skip]
2018-11-07 10:09:43 +00:00
hugoreleaser
1ccc0b79a2
releaser: Bump versions for release of 0.51
...
[ci skip]
2018-11-07 10:09:43 +00:00
Bjørn Erik Pedersen
cbed50e22b
Release 0.51
2018-11-07 11:00:25 +01:00
hugoreleaser
05ecd8111c
releaser: Add release notes draft for 0.51
...
Rename to *-ready.md to continue. [ci skip]
2018-11-07 09:48:47 +00:00
Bjørn Erik Pedersen
e456e34bdb
docs: Document shortcode error handling
...
Closes https://github.com/gohugoio/hugoDocs/issues/660
2018-11-07 10:38:58 +01:00
Bjørn Erik Pedersen
5d14d04ac6
docs: Document symdiff
...
Closes https://github.com/gohugoio/hugoDocs/issues/659
2018-11-07 10:38:58 +01:00
Bjørn Erik Pedersen
ddcb402859
docs: Document complement
...
Closes https://github.com/gohugoio/hugoDocs/issues/658
2018-11-07 10:38:58 +01:00
Bjørn Erik Pedersen
3a44920e79
hugolib: Improve error message on duplicate menu items
2018-11-07 10:38:58 +01:00
Bjørn Erik Pedersen
79a06aa4b6
tpl/collections: Properly handle pointer types in complement/symdiff
...
We cannot compare them by values, because that gets `hash of unhashable type` for the prime use case.
2018-11-07 09:29:13 +01:00
Bjørn Erik Pedersen
d212f60949
deps: Update minify
...
No functional changes, just support for Go Modules.
2018-11-07 00:23:08 +01:00
Bjørn Erik Pedersen
488776b649
tpl/collections: Add collections.SymDiff
...
Fixes #5410
2018-11-06 16:51:49 +01:00
Bjørn Erik Pedersen
b8b8436fcc
hugolib: Fix changing paginators in lazy render
...
Fixes #5406
2018-11-06 11:04:10 +01:00
Bjørn Erik Pedersen
42d8dfc8c8
tpl/collections: Add collections.Complement
...
Fixes #5400
2018-11-06 08:48:58 +01:00
秦世成
47506d1644
commands: Fix spelling
2018-11-06 08:45:19 +01:00
Bjørn Erik Pedersen
2998fa0cd5
docs: Re-generate CLI docs
2018-11-05 14:18:45 +01:00
Bjørn Erik Pedersen
d16a7a33ff
Fix shortcode directly following a shortcode delimiter
...
Fixes #5402
2018-11-05 14:14:28 +01:00
Bjørn Erik Pedersen
5b1edd281a
commands: Add --minify to hugo server
2018-11-04 18:39:14 +01:00
Bjørn Erik Pedersen
2bd9d9099d
commands: Fix recently broken error template
...
We need a test for this ...
2018-11-03 16:55:45 +01:00
Bjørn Erik Pedersen
4b7d3e57a4
Make WARN the new default log log level
...
This commit also pulls down the log level for a set of WARN statements to INFO. There should be no ERRORs or WARNINGs in a regular Hugo build. That is the story about the Boy Who Cried Wolf.
Since the WARN log is now more visible, this commit also improves on some of them, most notable the "layout not found", which now would look something like this:
```bash
WARN 2018/11/02 09:02:18 Found no layout for "home", language "en", output format "CSS": create a template below /layouts with one of these filenames: index.en.css.css, home.en.css.css, list.en.css.css, index.css.css, home.css.css, list.css.css, index.en.css, home.en.css, list.en.css, index.css, home.css, list.css, _default/index.en.css.css, _default/home.en.css.css, _default/list.en.css.css, _default/index.css.css, _default/home.css.css, _default/list.css.css, _default/index.en.css, _default/home.en.css, _default/list.en.css, _default/index.css, _default/home.css, _default/list.css
```
Fixes #5203
2018-11-03 12:06:23 +01:00
Bjørn Erik Pedersen
4f3c095963
Revert "tpl: Update Jsonify to return pretty-print output"
...
This reverts commit 5a52cd5f92
.
Closes #5394
2018-11-02 19:03:48 +01:00
Bjørn Erik Pedersen
486bc46a52
docs: Regenerate the docs helper
2018-11-02 13:36:09 +01:00
Bjørn Erik Pedersen
61f210dd7a
tpl: Fix the docshelper
2018-11-02 13:36:09 +01:00
Kris Budhram
f8446188db
Skip watcher event files if matched in ignoreFiles
2018-11-02 09:50:31 +01:00
Bjørn Erik Pedersen
d523aa4bb0
deps: Update Chroma
...
Fixes #5392
2018-11-02 09:31:51 +01:00
Lorenz Cuno Klopfenstein
b8725f5181
Fix ANSI character output regression on Windows
...
Fixes #5377
2018-11-02 09:09:02 +01:00
Bjørn Erik Pedersen
0bc4b0246d
hugolib: Remove deprecated useModTimeAsFallback
2018-11-01 21:14:30 +01:00
Bjørn Erik Pedersen
faeb55c1d8
hugolib: Bump to ERROR for the deprecated Pages.Sort
2018-11-01 21:11:45 +01:00
Bjørn Erik Pedersen
6c6a6c87ec
hugolib: Deprecate .Site.Ref and .Site.RelRef
...
Fixes #5386
2018-11-01 21:08:12 +01:00
Bjørn Erik Pedersen
1d18eb0574
Add file (line/col) info to ref/relref errors
...
See #5371
2018-11-01 21:06:35 +01:00
Bjørn Erik Pedersen
33a7b36fd4
hugolib: Add .Position to shortcode
...
To allow for better error logging in shortcodes. Note that this may be expensive to calculate, so this is primarily for error situations.
See #5371
2018-11-01 21:06:35 +01:00
Bjørn Erik Pedersen
6180c85fb8
hugolib: Fix REF_NOT_FOUND logging to include page path
...
Fixes #5371
2018-11-01 21:06:35 +01:00
Bjørn Erik Pedersen
d3a98325c3
common/loggers: Improve log color regexp
...
To avoid coloring WARNING inside log errors.
2018-11-01 09:33:32 +01:00
Bjørn Erik Pedersen
b2a676f5f0
hugolib: Fix broken manual summary handling
...
Fixes #5381
2018-10-31 23:14:37 +01:00
Bjørn Erik Pedersen
3a786a248d
tpl: Fix BOM issue in templates
...
Fixes #4895
2018-10-30 18:12:14 +01:00
Bjørn Erik Pedersen
729593c842
hugolib: Fix deadlock when content building times out
...
Fixes #5375
2018-10-30 12:18:29 +01:00
Christian Oliff
e65268f2c2
Correct minor typo ( #5372 )
...
> Errors will no show up
should be:
> Errors will now show up
2018-10-29 12:09:19 +01:00
hugoreleaser
f863b6a07e
releaser: Prepare repository for 0.51-DEV
...
[ci skip]
2018-10-29 09:54:42 +00:00
hugoreleaser
f5be599204
releaser: Add release notes to /docs for release of 0.50
...
[ci skip]
2018-10-29 09:51:50 +00:00
hugoreleaser
b14c11b0e1
releaser: Bump versions for release of 0.50
...
[ci skip]
2018-10-29 09:51:50 +00:00
Bjørn Erik Pedersen
0addb2add6
Release 0.50
2018-10-29 10:39:51 +01:00
hugoreleaser
8bba85601f
releaser: Add release notes draft for 0.50
...
Rename to *-ready.md to continue. [ci skip]
2018-10-29 10:39:51 +01:00
Bjørn Erik Pedersen
7082a5d143
Update go.sum
2018-10-29 09:42:53 +01:00
Bjørn Erik Pedersen
aa281b5135
mod: Update minify
...
Closes #5261
2018-10-29 09:35:14 +01:00
Bjørn Erik Pedersen
3250198724
docs: Regenerate CLI docs
2018-10-29 09:29:27 +01:00
Bjørn Erik Pedersen
d6a4af7018
Squashed 'docs/' changes from 084804447..37095d540
...
37095d540 Fix shortcode example
git-subtree-dir: docs
git-subtree-split: 37095d5403cb96f1dc5288d9554e270367f5c449
2018-10-29 09:28:01 +01:00
Bjørn Erik Pedersen
27569275b1
Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa'
2018-10-29 09:28:01 +01:00