项目

常规

个人资料

插件目录 » 用户特定主题

作者 Undev.ru开发者
网站 https://github.com/Undev/redmine_user_specific_theme
代码仓库 https://github.com/Undev/redmine_user_specific_theme
注册于 2015-06-25 (约9年前)
当前版本 0.0.1
兼容 Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x
用户评分   (1)

此插件允许用户在其账户设置中设置Redmine主题。选定的主题将显示给用户,无论系统范围内的主题设置如何。

该插件向用户账户添加了主题设置。如果主题设置为空,则应用系统范围内的主题;否则,显示选定的主题。

安装说明

1. 安装插件
下载.ZIP存档,解压文件并将插件目录复制到#{REDMINE_ROOT}/plugins
或者
将当前目录更改为Redmine根目录

cd {REDMINE_ROOT}

使用以下命令从GitHub复制插件
git clone https://github.com/Undev/redmine_user_specific_theme.git plugins/redmine_user_specific_theme

2. 使用以下命令安装所需的gem

bundle install 

如果出现bundle install错误,请删除Gemfile.lock文件,更新本地包索引并安装所需的依赖项。然后再次执行bundle install命令

rm Gemfile.lock
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt-dev libpq-dev
bundle install

3. 重新启动Redmine。

变更日志

0.0.1 (2013-07-02)

兼容Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x。

用户评分

  by Kush Suryavanshi over 7 years ago

请注意,以下链接与3.3兼容
https://github.com/seyedmmousavi/redmine_user_specific_theme