Project

General

Profile

Plugins Directory » worklogs

Author: Yao iceskysl
Website: https://github.com/IceskYsl/worklogs
Code repository: https://github.com/IceskYsl/worklogs
Registered on: 2013-07-06 (almost 11 years ago)
Current version: 0.2.2
Compatible with: Redmine 2.4.x, 2.3.x
User ratings:   (0)

This is a worklogs plugin for Redmine.

Installation notes

worklogs

This is a worklogs plugin for Redmine.

Installation

To install the plugin, execute the following commands from the root of your Redmine directory:

cd plugins
git clone https://github.com/IceskYsl/worklogs.git

and then execute the following commands from the root of your Redmine directory:

$ RAILS_ENV=production rake redmine:plugins:migrate

More information on installing Redmine plugins can be found at [redmine.org](http://www.redmine.org/wiki/redmine/Plugins.).

After the plugin is installed you will need to restart Redmine for the plugin to be available.

Task

Add the task into crontable

$ cat /etc/cron.daily/week.sh
#!/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/ruby/bin
cd /opt/redmine/
RAILS_ENV=production bundle exec rake worklogs:day

Uninstallation

To remove the plugin, from the root of your installation directory do the following:

rm -rf plugins/worklogs
bundle install

Demo

Changelog

0.2.2 (2013-07-31)

Compatible with Redmine 2.4.x, 2.3.x.

https://github.com/IceskYsl/worklogs

0.2.1 (2013-07-09)

Compatible with Redmine 2.3.x.

1.fix url_for bugl
2.mo nav
3.fix foace_encoding nil?

0.2.0 (2013-07-06)

Compatible with Redmine 2.4.x.