wanghaima
d3993a2f08
1.迁移表时添加字段注释
...
2.修复游客状态评论接口报空指针的问题
2022-10-28 12:33:36 +08:00
roberChen
916c9c6c2a
fix(models): use client/orm instead of adapter/orm
...
- using new orm api, change some related logics
- newer orm api has the concept of TxOrmer, for purpose of transaction
handling. A transaction ormer in v2 is a stateful object, it should be
dropped after using. A Ormer object is stateless and thread(routine)
safe, and should not be used for transaction handling. More details
count be found at official doc:
https://beego.me/docs/mvc/model/orm.md , and pr note: https://github.com/mindoc-org/mindoc/pull/662#issuecomment-807040262
2021-03-26 11:34:02 +08:00
roberChen
2d05b5a80f
fix(config): use web.AppConfig instead of adapter
...
- use web.AppConfig, and change related codes
TODO: handles errors
2021-03-25 10:42:18 +08:00
roberChen
90c1329de2
chore!(all): attempt to update beego to v2
...
BREAKING CHANGE: beego has update to v2, and this version of mindoc IS
NOT TESTED AND STABLE!!!
2021-03-23 21:55:50 +08:00
roberChen
79f70d830d
chore!(all): update go import path
...
BREAKING CHANGE: use github.com/mindoc-org/mindoc as import path
2021-03-23 15:09:17 +08:00
lifei6671
0856b9e42f
fix:优化文章显示效果
2019-03-11 18:09:19 +08:00
lifei6671
b897c87476
feat:实现团队功能
2018-11-05 18:50:01 +08:00
lifei6671
732b1db281
feat:1、增加文档和文章的危险标签和属性过滤
...
2、移除文档的客户端缓存
2018-09-13 18:19:26 +08:00
lifei6671
c2baee75c8
修复文章上一篇错误
2018-07-26 17:15:08 +08:00
lifei6671
b732cbbdc8
修复使用文件做缓存时无法反序列化的BUG
2018-07-25 14:56:46 +08:00
lifei6671
1cbdd4baca
1、完善日志配置
...
2、文章自动生成摘要
3、修正文档名称问题
4、修复Redis无法读取缓存的BUG
2018-07-25 14:46:56 +08:00
lifei6671
4f0f432c34
增加文章内容外链新窗口打开
2018-07-24 17:54:24 +08:00
lifei6671
d0e6eff4b9
修改BUG
2018-07-23 19:13:20 +08:00
lifei6671
16ee8789c7
增加日志记录
2018-07-23 18:08:07 +08:00
lifei6671
ca60f49cc9
增加文章缓存功能
2018-07-23 16:25:39 +08:00
lifei6671
009ea35599
升级基础框架和类库。解决在高版本beego框架下没有查到文章记录报错的问题
2018-07-23 10:13:33 +08:00
lifei6671
969fd44b9c
优化代码
2018-07-22 17:28:54 +08:00
lifei6671
00b4ffac2a
修复文章排序错误
2018-07-18 17:43:52 +08:00
lifei6671
2416af4528
1、实现文章阅读、附件功能
...
2、实现与关联项目同步功能
3、实现附件删除功能
2018-07-18 17:10:24 +08:00
lifei6671
86637ef581
1、实现文章列表、设置、编辑功能
...
2、实现文章附件功能
2018-07-17 19:13:11 +08:00
lifei6671
96ba414dd8
实现单页文章功能
2018-07-13 19:04:51 +08:00