halo icon indicating copy to clipboard operation
halo copied to clipboard

强大易用的开源建站工具。

Results 811 halo issues
Sort by recently updated
recently updated
newest added

### 检查清单 - [X] 已经在 [GitHub Issues](https://github.com/halo-dev/halo/issues) 中搜索过该问题 - [X] 已经在[论坛](https://bbs.halo.run/)中搜索过该问题 - [X] 已经查阅过[文档](https://docs.halo.run/) ### 是什么版本出现了此问题? 1.5.4 ### 使用的什么数据库? MySQL 5.7 ### 使用的哪种方式部署? Fat Jar ### 在线站点地址 https://sehnsucht.top/ ### 发生了什么?...

good first issue

### Your current Halo version 2.0.0 ### Describe this feature 文章模块包含:文章 分类 标签 评论 #### 文章模型 文章可用排序策略:创建时间,文章热度,更新时间,最后回复时间 每篇文章对应一个 permalink 规则如下 /permalink/posts/{post-name} ```yaml kind: Post apiVersion: content.halo.run/v1alpha1 metadata: name: post-slug-name annotations:...

kind/feature
area/core

#### What type of PR is this? /kind feature /milestone 2.0 /area core #### What this PR does / why we need it: 目前插件开发模式允许配置项目目录,但必须配置到项目目录的上一级,并不友好 此 PR 提供了 fixedPluginPath 选项允许在开发模式时配置它为插件项目目录 在开发...

kind/feature
release-note-none
area/core

### 你当前使用的版本 next ### 描述一下此特性 /kind feature /milestone 2.0 支持主题安装功能。 1. 本地上传安装 2. 远程在线安装(支持 Git、ZIP 等) 安装主题的操作可能需要在上传之后读取资源文件(theme.yaml),在前端进行 apply 操作。 ### 附加信息 _No response_

kind/feature
area/core
area/console

#### What type of PR is this? /kind bug #### What this PR does / why we need it: 修复了在云端删除文件后,在Halo同时删除多个附件失败的bug。 Halo数据库里的附件并不会和云端文件实时同步,如果在云端删除文件多个后又在Halo删除,在删除第一个文件后则会抛出异常导致其它文件无法在halo的数据库中正常删除。这个PR通过删除在删除又拍云和七牛云的附件后判断返回状态和抛出异常的代码来解决这个问题。 #### Which issue(s) this PR fixes: Fixes #2283 ####...

kind/bug
release-note-none

### 检查清单 - [X] 已经在 [GitHub Issues](https://github.com/halo-dev/halo/issues) 中搜索过该问题 - [X] 已经在[论坛](https://bbs.halo.run/)中搜索过该问题 - [X] 已经查阅过[文档](https://docs.halo.run/) ### 是什么版本出现了此问题? 1.5.4 ### 使用的什么数据库? MySQL 8.x ### 使用的哪种方式部署? Docker ### 在线站点地址 _No response_ ### 发生了什么?...

triage/duplicate
kind/support

### Checklist - [X] The issue has been searched in [GitHub Issues](https://github.com/halo-dev/halo/issues) - [X] The issue has been searched in the [bbs.halo.run](https://bbs.halo.run/) - [X] Already consulted [document](https://docs.halo.run/) ### What is...

triage/not-reproducible

### 你当前使用的版本 1.5 ### 描述一下此特性 评论模块能否支持划词评论、段落评论,类似于语雀、notion、infoQ 等,可以直接选中一段文字,然后进行评论。 同时其他人也可以看到有人对这段内容进行了评论。 ### 附加信息

kind/feature

### 检查清单 - [X] 已经在 [GitHub Issues](https://github.com/halo-dev/halo/issues) 中搜索过该问题 - [X] 已经在[论坛](https://bbs.halo.run/)中搜索过该问题 - [X] 已经查阅过[文档](https://docs.halo.run/) ### 是什么版本出现了此问题? 1.5.3 ### 使用的什么数据库? H2 ### 使用的哪种方式部署? Fat Jar ### 在线站点地址 https://duckflew.cn ### 发生了什么? 我使用又拍云做对象存储服务,当我使用其他途径删除又拍云中与Halo相关的附件时,...

kind/bug
help wanted
good first issue
area/core

### 你当前使用的版本 next ### 描述一下此特性 支持插件卸载。 [RFC插件卸载](https://github.com/halo-dev/rfcs/blob/main/plugin/pluggable-design.md#插件卸载) 还需要考虑以下几点: - 卸载之后移除插件提供的自定义模型。 - 插件产生的数据是否提供可清理选项,默认不清理。 ### 附加信息 /kind feature /milestone 2.0 /area core /area admin

kind/feature
area/core
area/admin