-
guqing commented on issue #4565 in halo-dev/halo
/duplicate #halo-dev/halo#4045
-
guqing pushed to feature/notification in guqing/halo
-
guqing pushed to refactor/email-setting-default in guqing/halo
Below is the list of commits:
- feat: add mouse scrolling handler for tabs component (#4453) (141e22e)
- Upgrade Spring Boot to 3.1.3 (#4478) (229bcaf)
- Upgrade Lucene to 9.7.0 (#4479) (acb738a)
- feat: add extension point for extend data list operation items (#4452) (70eb039)
- refactor: remove the confirmation box of the enable/disable plugin (#4472) (7a05767)
- chore: register AttachmentFileTypeIcon component globally (#4489) (5e21909)
- feat: support displaying private posts for owner on theme-side (#4412) (637071b)
- fix: style issue of post widget when post title is too long (#4416) (81cafb1)
- pref: user list supports searching by username (#4451) (1d9186c)
- fix: avatar component cannot watch data updates (#4459) (dcddf5a)
- chore: bump uppy related packages version (#4487) (e5df695)
- fix: unable to use plugin development mode on Windows systems (#4480) (2aeeb3e)
- Support restoring with downloadable URL or backup name (#4474) (7603b21)
- Refactor plugin installation modal to support extend (#4461) (63bbd4f)
- fix: setup state is not set due to an exception when initializing the data (#4484) (03bf2ae)
- fix: newly added setting item are not taking effect (#4486) (401c3c7)
- refactor: remove the pagination feature of plugin management (#4473) (138ffde)
- Refine search result by customizing analyzer (#4456) (e40b5d2)
- feat: add batch operation feature for plugins (#4482) (f01e04f)
- chore: bump @halo-dev/richtext-editor version to alpha.30 (#4490) (8ad5963)
-
guqing opened pull request #4562 in halo-dev/halo
-
guqing opened issue #4561 in halo-dev/halo
What is version of Halo has the issue?
latest
What database are you using?
H2
What is your deployment method?
Docker
Your site address.
No response
What happened?
系统初始化之后安装了评论插件需要在全局设置点一次保存才能使用评论组件
Relevant log output
No response
Additional information
/kind improvement
/area core
/milestone 2.10.x
/assign -
guqing created branch refactor/email-setting-default in guqing/halo
guqing/halo
✍ 一款优秀的开源博客发布应用。
-
guqing pushed to feature/notification in guqing/halo
-
guqing pushed to refactor/4543 in guqing/halo
-
guqing commented on issue #4557 in halo-dev/halo
-
guqing opened pull request #4557 in halo-dev/halo
What type of PR is this?
/kind improvement
/area 2.10.x
/area coreWhat this PR does / why we need it:
为插件捆绑资源设置 cache-control 以优化静态资源加载
如获取插件 bundle.js 会自动携带参数缓存时间为 1 天,当有插件停止或新增时 v 参数会变化浏览器则使用新的 key 缓存静态资源,旧的 key 将在一天内失效
/apis/api.console.halo.run/v1alpha1/plugins/-/bundle.js?v=6c5956f37e7207ab1c0f2f2340f51a101f46b748233992d73729415cd58f3587
Which issue(s) this PR fixes:
Fixes #4543
Does this PR introduce a user-facing change?
为插件捆绑资源设置 cache-control 以优化静态资源加载