Commit Graph

8 Commits (master)

Author SHA1 Message Date
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 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
Minho 882d93e7b0 1、实现富文本编辑器
2、实现文档转换为PDF、MOBI、EPUB、Word格式
3、实现登录后跳转到来源地址
2018-01-26 17:17:38 +08:00
Minho 9223966ed8 修改包引用 2017-06-14 09:23:29 +08:00
lifei6671 4538711317 修改BUG 2017-05-01 20:40:53 +08:00
lifei6671 e282f3442b 添加修改表编码 2017-05-01 20:34:27 +08:00
lifei6671 97165256c0 完善评论功能 2017-05-01 19:12:52 +08:00