插件目录 » Wiki Encryptor
|
作者 | Igor Olemskoi (Southbridge) |
---|---|---|
网站 | https://southbridge.io/eng | |
代码仓库 | https://github.com/southbridgeio/redmine_wiki_encryptor.git | |
注册于 | 2013-02-14 (超过11年前) | |
当前版本 | 0.0.5 | |
兼容 | Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x | |
用户评分 |
redmine_wiki_encryptor加密数据库中的Wiki页面。
安装说明
1. 停止Redmine
2. 将仓库克隆到您的redmine/plugins目录
git clone git://github.com/southbridgeio/redmine_wiki_encryptor.git
3. 安装依赖项
bundle install
4. 运行迁移
rake redmine:plugins:migrate
5. 将密钥(可选算法)添加到configuration.yml
production: wiki_encryptor: key: 'mega-secret-key' algorithm: 'des'
6. 加密现有Wiki页面
rake wiki_encryptor:encrypt
7. 启动Redmine
变更日志
0.0.5 (2016-12-20)
兼容Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。
修复Wiki搜索。
为https://github.com/centosadmin/redmine_elasticsearch插件添加非索引Wiki页面。
0.0.4 (2016-11-26)
兼容Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。
Wiki搜索修复。
0.0.3 (2015-12-22)
兼容Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。
0.0.2 (2013-02-12)
兼容Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。