Commit Graph

27 Commits (ac772930b23e62c927c5b7692daedf45c07c8cf1)

Author SHA1 Message Date
shiqstone 4ad0fe74d0 merge from mindoc-org/mindoc and resolved conflict 2021-04-21 20:40:54 +08:00
shiqstone 6eb26fcb23 User
refactor and update i18n, to be continue
2021-04-12 21:12:26 +08:00
shiqstone 782ea44388 refactor, replace beego.Error with logs.Error 2021-03-30 14:24:14 +08:00
roberChen debc3aa5c9 fix(all): don't use adapter in FuncMap and Filter etc. 2021-03-26 15:37:19 +08:00
roberChen 967ef37ce9 chore: use core/logs
- depretace all adapter/logs to core/logs
2021-03-26 14:26:19 +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
wangbin8909 79eefb56ac 修改文档底部信息,增加文档创建时间。 2021-03-26 08:43:33 +08:00
roberChen 9babd8106c chore: clean import errors for beego update 2021-03-24 00:28:13 +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 91df6bb024 feat:实现项目集功能 2018-11-20 20:36:14 +08:00
lifei6671 7b3e4f0672 feat:实现项目密码访问功能 2018-11-14 15:57:55 +08:00
lifei6671 c666fcbed8 feat:实现项目团队管理功能 2018-11-13 17:33:13 +08:00
lifei6671 0f705f0249 feat:实现项目团队加入功能 2018-11-12 21:01:59 +08:00
lifei6671 b897c87476 feat:实现团队功能 2018-11-05 18:50:01 +08:00
lifei6671 8e367d799a perf:优化导出效果 2018-09-27 18:18:02 +08:00
lifei6671 bb7d1c1503 feat:1、实现文档自动保存
2、实现记住上次打开的文档,当文档编辑时会自动定位到上次打开的文档。
2018-08-17 17:33:45 +08:00
lifei6671 790b2aa611 feat:实现自定义模板功能 2018-08-13 19:05:49 +08:00
lifei6671 10a19de581 优化图片导出 2018-07-12 17:59:37 +08:00
lifei6671 a1bb6a6f3f 优化图片导出 2018-07-12 15:15:24 +08:00
lifei6671 2169d401e4 优化图片导出 2018-07-12 13:57:04 +08:00
lifei6671 fb1962787c 优化图片导出 2018-07-12 13:35:48 +08:00
lifei6671 11f1f1d34d 优化正在运行的导出项目再次导出时提示正在运行 2018-07-11 18:30:28 +08:00
lifei6671 894382dfe0 优化工作路径拼接方法 2018-07-11 14:18:27 +08:00
lifei6671 ebf36e6146 增加项目导出目录配置,可自定义导出的缓存目录 2018-07-11 11:30:48 +08:00
lifei6671 483df1f67b 1、实现项目队列转换节省资源
2、实现同一个项目通过配置限定转换线程
3、修复转换Word没有图片的问题
4、优化Mac下单页打印中文字体无法显示的问题
2018-07-10 16:26:25 +08:00
Minho 152d71a5a0 优化单页打印 2018-06-06 20:45:24 +08:00