DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Redmine Notes


以下功能都需要以管理员身份登录Redmine后操作。

  • 用户登录必须输入用户名密码,不能保存密码: Administration -> Settings -> Authentication -> Authentication required: checked Autologin: disabled;

  • 关闭注册功能,只能由管理员添加用户: Administration -> Settings -> Authentication -> Self-registration: disabled

  • 用户名字显示格式为"姓+名": Administration -> Settings -> Display -> Users display format: AdminLeo

  • 设置日期显示格式为yyyy-mm-dd:Administration -> Settings -> Display -> Date format

  • Wiki页面中添加右对齐的目录:wiki以{{>toc}}后面跟一个空行开头;

  • 在问题(issue)列表中增加”开始时间“和”结束时间“字段: Administration -> Settings -> Issue tracking -> Default columns displayed on the issue list: add "Start date" and "Due date"

  • Hide Bitnami landing page: modify the of file $REDMINE_HOME/apache2/htdocs/index.html as:

    <!DOCTYPE ...> Redirection ...

Modify "parent.location" as your redmine location.

  • Modify Web UI font size: /opt/redmine-2.4.3-0/apps/redmine/htdocs/public/stylesheets/application.css, the 2nd line:

    body { ... font-size: ... }

Add Email Notification

Edit file: /opt/redmine-2.4.3-0/apps/redmine/htdocs/config/configuration.yml

# default configuration options for all environments
default:
  # Outgoing emails configuration (see examples above)
  email_delivery:
   delivery_method: :smtp
   smtp_settings:

     address: 123.124.236.199
     port: 25
     domain: boco.com.cn
     authentication: :login
     user_name: lichao1@boco.com.cn
     password: abaqus67

then restart services: /opt/redmine-2.4.3-0/ctlscript.sh restart

Change host path as Administrator: [Administration -> Settings -> General -> Host name and path: 123.../redmine] Note there is no "http://" before the string and no "/" after it, too.



Published

Feb 21, 2014

Last Updated

Feb 21, 2014

Category

Tech

Tags

  • Redmine 5

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor