系统要求
Redmine | 5.0 - 3.0 |
---|---|
Ruby | 3.1 - 1.9.3 |
数据库 | SQLite, MySQL, PostgreSQL, SQL Server |
操作系统 | Linux, OS X, Windows |
浏览器 | Chrome, Safari, Internet Explorer and Firefox |
4万多家公司,遍及全球120个国家,正在使用RedmineUP出品的插件、主题和云服务。
安装
- 下载主题
- 将其解压缩到
../public/themes/
,这将产生一个application.css目录路径,如:../public/themes/coffee/stylesheets/application.css
- 你现在可能需要重启Redmine,以便在可用主题列表中显示新安装的主题。
- 转到“管理 -> 设置 -> 显示”,然后在“主题”下拉列表中选择你新创建的主题,保存设置。
- Redmine系统现在应该以所选主题样式显示。
更改图标
- 将你的图标文件放入@./public/themes/coffee/images@
- 在@./public/themes/coffee/stylesheets/application.css@中第15行中填充
- 或者只需用一个43x30大小的新文件替换logo.png文件
...
#header > h1 {
background: url(../images/logo.png) no-repeat 10px 20%;
padding: 5px 60px;
}
注册RedmineUP云测试
即刻开始你的15天免费试用,所有专业插件都安装在云端,无须提供信用卡信息。
更改日志
v0.0.4 - 17 October 2013¶
- Support for CRM 3.2.6 tags styles
- Support for redmine_tags plugin
- Search autocomplete styles
- New CRM 3.2.6+ tags styles
- redmine_tags RedmineCRM fork support
v0.0.3 - 27 February 2013¶
- Fixed add news link
- Fixed modal form input fields
v0.0.2 - 13 February 2013¶
- Cleanup forum, contacts and issues comments/notes
- Tables padding
- Priorities for issues table
v0.0.1 - 12 February 2013¶
- Redmine 2.3 support
- CRM plugin 3.x support
- Invoices plugin 2.x support
- Helpdesk plugin 2.x support
- Retina display support (thumbnails, contacts avatars, logo)