summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-18all: Fix typos and some URLsChristian Oliff
2024-02-17build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0dependabot[bot]
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17Fix handling of draft term pagesBjørn Erik Pedersen
By just removing the term page and all of its page entries. Fixes #12055
2024-02-17releaser: Fix archive homepage and descriptionBjørn Erik Pedersen
Fixes #12053
2024-02-17commands: Fix --clock with the list commandBjørn Erik Pedersen
Fixes #11888
2024-02-17Don't use the same value in .Data.Term.Title as in .TitleBjørn Erik Pedersen
Fixes #12041
2024-02-17Fix server panic on i18n file changeBjørn Erik Pedersen
Fixes #12048
2024-02-17build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.21.0. - [Commits](https://github.com/golang/net/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16Fix rebuild regression on non-default content language editsBjørn Erik Pedersen
Fixes #12043
2024-02-16Let standard library handle charset parameter to MIME typesFabian Kammel
Fixes #10734
2024-02-16Fix i18n rebuild regressionBjørn Erik Pedersen
Fixes #12039
2024-02-16Fix rebuild with resources.ConcatBjørn Erik Pedersen
Fixes #12017
2024-02-11Add images.Dither filterJoe Mooring
Closes #8598
2024-02-11all: Fix typosChristian Oliff
2024-02-10resources/page: Fix typoRosano
2024-02-10markup/goldmark: Update TOC testJoe Mooring
- Change copyright date - Change name of site configuration file - Reference issue numbers in failing tests
2024-02-10Fix taxonomy term with backing file regressionBjørn Erik Pedersen
Fixes #12020
2024-02-10markup/goldmark: Improve TOC testsJoe Mooring
2024-02-08Move the duplicate page/resource filterBjørn Erik Pedersen
Move the removal of duplicate content and resource files after we have determined if we're inside a leaf bundle or not. Note that these would eventually have been filtered out as duplicates when inserting them into the document store, but doing it here will preserve a consistent ordering. Fixes #12013
2024-02-07Make HTML behave exactly like other content formats (note)Bjørn Erik Pedersen
Fixes #11999
2024-02-07docs: Regen CLI docsBjørn Erik Pedersen
2024-02-07docs: Regenerate docshelperBjørn Erik Pedersen
2024-02-07Squashed 'docs/' changes from 5c085a37b..a9584e3d1Bjørn Erik Pedersen
a9584e3d1 ci: bump GitHub workflow actions to latest versions f37ee374d Fix methods related to time.After a49214057 Correct heading render hook example 4b696f936 Update README.md b5a6e4039 Clean up the contributing section a5d79ed19 Fixed typo: instea → instead 6150a60e3 Remove the "local file templates" page 9395743dc Update/vendor theme 33d8c10cc Remove output format "name" parameter 7200ad97d Add security section to resources.GetRemote page 3f1e056b2 Remove erroneous front matter field 07c9a7e42 Add alpha index to glossary 6619c8aa0 Fix Page.Params example 145a92359 Simplify string concat example in math.Add 42488bb09 Add string concat example to math.Add eb20521a2 Fix flash of unstyled content with mathematical markup 74603bebe Fix typo in 'typesetting' git-subtree-dir: docs git-subtree-split: a9584e3d146c4a194d937a4dc8a37cde5ba1c618
2024-02-07Merge commit '6efb279bfacbd7304cef994be8181c6f804e7dd4'Bjørn Erik Pedersen
2024-02-07build(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0dependabot[bot]
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/mod/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07Upgrade to Go 1.22Bjørn Erik Pedersen
Fixes #12010
2024-02-07Avoid impporting deploy from config when nodeploy tag is setBjørn Erik Pedersen
Test: ``` go list -tags nodeploy ./... | grep deploy ``` Fixes #12009
2024-02-06Fix rebuild of changed bundled content filesBjørn Erik Pedersen
Fixes #12000
2024-02-06Fix site.Taxonomies for taxonomies with space in nameBjørn Erik Pedersen
Fixes #12001
2024-02-05commands: Remove unused memstats flagBjørn Erik Pedersen
2024-02-05source: Remove unused Filesystem structfix/dotfilererr-11993Bjørn Erik Pedersen
2024-02-05Filter dot files etc. in i18nBjørn Erik Pedersen
Closes #11993
2024-02-05commands: Revert the recent changes that allowed profiling on server rebuildsBjørn Erik Pedersen
There have been indications that this may freeze the server.
2024-02-05commands: Make the server flag --renderToDisk into --renderToMemory (note)Bjørn Erik Pedersen
Fixes #11987
2024-02-05build(deps): bump github.com/yuin/goldmark from 1.6.0 to 1.7.0dependabot[bot]
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-04Handle resource changes when the resources is already evicted from cacheBjørn Erik Pedersen
Also fix a logical flaw in the cache resizer that made it too aggressive. After this I haven't been able to reproduce #11988, but I need to look closer. Closes #11973 Updates #11988
2024-02-03all: Rename Unmormalized => UnnormalizedBjørn Erik Pedersen
2024-02-03hugolib: Formally deprecate .Page.NextPage .Page.PrevPageJoe Mooring
Use .Page.Next and .Page.Prev instead.
2024-02-03hugio: Rename strigReadSeeker => stringReadSeekerBjørn Erik Pedersen
2024-02-03resources/page: Formally deprecate .Site.LastChangeJoe Mooring
Use .Site.Lastmod instead.
2024-02-03Preserve file/dir name case when loading dataBjørn Erik Pedersen
Fixes #11979
2024-02-03Detect now invalid path patterns in cascadeBjørn Erik Pedersen
Closes #11977
2024-02-03Handle build vs _build in front matterBjørn Erik Pedersen
* Throw a detailed error message in the mentioned case * Also fixed a dropped error Fixes #11970
2024-02-03resources: Optimize reading resource Content when it's already a stringBjørn Erik Pedersen
2024-02-02Misc resource fixes/improvementsBjørn Erik Pedersen
* Add --pprof flag to server to enable profile debugging. * Don't cache the resource content, it seem to eat memory on bigger sites. * Keep --printMemoryUsag running in server Fixes #11974
2024-02-02tpl/tplimpl: Update embedded instagram, twitter, and vimeo shortcodesJoe Mooring
- Replace data.GetJSON calls with resources.GetRemote - Remove usage of Facebook’s oEmbed Read feature Fixes #11971
2024-02-01Add some more context to errorBjørn Erik Pedersen
Updates #11970
2024-02-01build(deps): bump github.com/getkin/kin-openapi from 0.122.0 to 0.123.0dependabot[bot]
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.122.0 to 0.123.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.122.0...v0.123.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01build(deps): bump github.com/tdewolff/minify/v2 from 2.20.13 to 2.20.16dependabot[bot]
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.13 to 2.20.16. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.20.13...v2.20.16) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01Improve nilpointer error messageBjørn Erik Pedersen