ab849fcc98
releaser: Bump versions for release of 0.57.0
...
[ci skip]
2019-08-14 08:05:33 +00:00
8a4c080cc5
Add release notes for 0.57.0
2019-08-14 09:56:35 +02:00
4644b95bd5
hugolib: Remove temporary warning
2019-08-14 08:11:39 +02:00
1089cfe4e1
Add FileInfo to resources created with resources.Match etc.
...
Without it, image resize fails.
See #6190
2019-08-13 18:45:08 +02:00
cd575023af
Improve the server assets cache invalidation logic
...
Fixes #6199
2019-08-13 18:09:46 +02:00
6315098104
modules: Do not fail build on errors in theme.toml
...
Fixes #6162
2019-08-13 18:09:11 +02:00
b64617fe4f
Add resources.Match and resources.GetMatch
...
Fix #6190
2019-08-13 11:44:20 +02:00
17ca8f0c4c
commands: Fix faulty -h logic in hugo mod get
...
Fixes #6197
2019-08-13 11:17:19 +02:00
9e57182705
tests: Convert from testify to quicktest
2019-08-12 13:26:32 +02:00
6027ee1108
Avoid unnecessary conversions
...
No need to convert these types.
2019-08-10 20:12:38 +02:00
c577a9ed23
Fixed ineffectual assignments
...
Dropped/fixed ineffectual assignments after static code analysis.
2019-08-10 20:11:51 +02:00
a93cbb0d6c
Simplify code
...
- Use bytes.Equal instead of bytes.Compare
- Omit range's value where it's unused
2019-08-10 20:10:32 +02:00
bd98182dbd
Implement cascading front matter
...
Fixes #6041
2019-08-10 20:07:42 +02:00
e88d798990
Fixed tautological error conditions
...
Drop error & nil checks where the value can not have changed.
2019-08-10 01:04:43 +02:00
c0eef3b401
Use the SVG logo in README.md
2019-08-09 16:58:41 +02:00
166a394a2f
Fix static sync issue with virtual mounts
...
Fixes #6165
2019-08-09 10:18:28 +02:00
8243952046
Add a branch bundle test case
...
See #6173
2019-08-09 09:44:41 +02:00
7ff0a8ee9f
Simplify page tree logic
...
This is preparation for #6041 .
For historic reasons, the code for bulding the section tree and the taxonomies were very much separate.
This works, but makes it hard to extend, maintain, and possibly not so fast as it could be.
This simplification also introduces 3 slightly breaking changes, which I suspect most people will be pleased about. See referenced issues:
This commit also switches the radix tree dependency to a mutable implementation: github.com/armon/go-radix.
Fixes #6154
Fixes #6153
Fixes #6152
2019-08-08 20:13:39 +02:00
df374851a0
hugolib: Add some more site benchmarks
2019-08-08 11:04:47 +02:00
a843ca53b5
transform/urlreplacers: Cache the next position of urlreplacer.prefix
...
Improved performance due to `bytes.Index` repeated calls
Fixes #5942
2019-08-06 17:46:20 +02:00
02397e76ce
postcss: Fix no-map vs noMap discrepancy
...
Fixes #6166
2019-08-05 13:48:58 +02:00
de87624241
hugolib: Fix output format handling of mix cased page kinds
...
Fixes #4528
2019-08-05 11:22:03 +02:00
9ef4dca361
hugolib: Fix broken test
2019-08-01 22:09:58 +02:00
2d1d33673d
tpl: Regenerate templates
2019-08-01 14:05:20 +02:00
be0d4efc3d
tpl: Always load GitHub Gists over HTTPS
2019-08-01 13:57:41 +02:00
f7f549e3a7
Fix assorted typos
2019-08-01 13:55:48 +02:00
6512d128c6
common/collections: Fix typo
2019-08-01 13:52:05 +02:00
b8758de19e
examples: Fix multilingual example compatibility with latest version
2019-08-01 13:49:07 +02:00
53077b0da5
Merge pull request #6149 from bep/sort-caseinsensitive
...
Implement lexicographically string sorting
2019-08-01 10:19:19 +02:00
a4f96a9d8c
releaser: Prepare repository for 0.57.0-DEV
...
[ci skip]
2019-07-31 12:56:14 +00:00
f637a1eace
releaser: Add release notes to /docs for release of 0.56.3
...
[ci skip]
v0.56.3
2019-07-31 12:48:33 +00:00
9433c3c706
releaser: Bump versions for release of 0.56.3
...
[ci skip]
2019-07-31 12:48:33 +00:00
7b448340c0
releaser: Add release notes for 0.56.3
...
[ci skip]
2019-07-31 12:48:33 +00:00
0e086785fa
hugolib: Fix bundle header clone logic
...
Fixes #6136
2019-07-31 14:20:24 +02:00
02b947eaa3
docs: Regenerate CLI docs
2019-07-31 12:11:22 +02:00
d7c233afee
commands: Add "hugo config mounts" command
...
This prints the effective file mounts in a project.
Fixes #6144
2019-07-31 12:10:05 +02:00
45ee8a7a52
commands: Cleanup the hugo config command
...
Most importantly filter out some keys not relevant for the end user.
See #6144
2019-07-31 12:10:05 +02:00
4b6c5eba30
Move the mount duplicate filter to the modules package
...
Also simplify the mount validation logic. There are plenty of ways a user can create mount configs that behaves oddly.
2019-07-31 12:10:05 +02:00
edf9f0a354
Allow overlap in module mounts
...
Fixes #6146
2019-07-31 12:10:05 +02:00
36220851e4
Fix self-mounts on the main project
...
Fixes #6143
2019-07-31 12:10:05 +02:00
53ade40ba4
releaser: Prepare repository for 0.57.0-DEV
...
[ci skip]
2019-07-30 09:12:29 +00:00
5f033a7fcc
releaser: Add release notes to /docs for release of 0.56.2
...
[ci skip]
v0.56.2
2019-07-30 09:05:09 +00:00
2e6da00679
releaser: Bump versions for release of 0.56.2
...
[ci skip]
2019-07-30 09:05:09 +00:00
06f29068f8
releaser: Add release notes for 0.56.2
...
[ci skip]
2019-07-30 09:05:09 +00:00
84bc8d84e4
Add some more content language test assertions
...
See #6136
2019-07-30 09:58:58 +02:00
6eca0a3dee
commands: Fix config reloading in Vim and similar
...
The config path was simplified in Hugo 0.56.0 to support more config dirs/files (go.mod etc.),
and the new code path assumed that every file change would trigger a `Write` event.
This is not true for Vim etc. which triggers a `Chmod` and then a `Rename`.
Lesson learned: Be really careful changing Os/editor specific code without proper tests.
Fixes #6139
2019-07-30 09:35:01 +02:00
e28bd4c0f8
Fix Jekyll import
...
Fixes #6131
2019-07-30 09:14:14 +02:00
2c7c361091
releaser: Create a proper automated title for patch releases
...
Fixes #6126
2019-07-30 09:02:03 +02:00
c62bbf7b11
Fix image format detection for upper case extensions, e.g. JPG
...
This regression was introduced in 0.56.0.
Fixes #6137
2019-07-30 08:53:50 +02:00
00a238e32c
Fix i18n project vs theme order
...
Fixes #6134
2019-07-29 19:10:15 +02:00