Skip to content

Redmine plugin that improves the spent time functionality.

License

Notifications You must be signed in to change notification settings

inso/redmine_spent_time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine_spent_time

Versions >=2.4.0 are compatible with Redmine 2.1, version <=2.3.1 are compatible with Redmine 2.0.X

For Redmine 1.4.X go to redmine_spent_time-1.4 repository.

This is a {Redmine}[http://www.redmine.org]‘s plugin which allow users to add spent time entries for issues they have worked on. It gives users a comfortable form to do queries about their spent time on projects, along with a little form to submit new entries. Of course also it’s possible to delete entries and to modify existing ones.

From this functionality a user will be able to add time entries to assigned issues or to issues which he has already spent some time but are not assigned to him.

Installation

  1. Go to your redmine root path/plugins.

  2. At the command line type git clone https:// github.com/eyp/redmine_spent_time.git.

  3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails).

  4. Login and configure the plugin (see Permissions section.)

  5. Click the ‘Spent time’ link in the top left menu.

Permissions

There are some permissions which can be set up for every role from the Administration -> Roles and permissions.

  • Time tracking -> ‘View spent time’: Activated by default, it allows the user to go to this plugin’s main page.

  • Project -> ‘View others spent time’: Deactivated by default, it allows the user to view the time spent of other members of the projects his is member of.

  • Project -> ‘View every project spent time’: Deactivated by default, it allows to view the spent time of everyone.

Usage

It’s very easy to use, click the ‘Spent time’ link in the top left menu, from there you will be able to do queries and add entries. After doing a query, if there are time entries in the result, you will be able to modify or delete them.

Languages

  • Catalonian

  • English

  • French

  • German

  • Hungarian

  • Polish

  • Portuguese

  • Russian

  • Simplified Chinese

  • Spanish

Code contributors

  • @lauer (Jesper Grann Laursen)

  • @burci (Peter Buri)

  • @mjanser (Martin Janser)

  • @pedrosnk (Pedro Medeiros)

  • @krewetka (Ania Krawet)

Translators

  • @heslei (Heslei Silva): Portuguese

  • @mjanser (Martin Janser): German

  • @burci (Peter Buri): Hungarian

  • @krewetka (Ania Krawet): Polish

  • @ilya-yurtaev (Ilya Yurtaev): Russian

  • @archonwang (Steven W.): Simplified Chinese

License

This plugin is licensed under the Apache License, Version 2.0.

Project help

If you need help you can contact the maintainer at eduardo.yanez@gmail.com or create an issue in the GitHub Issues tracker.

Release notes

2.4.2 - 2012-11-13

  • Added Russian translation (@ilya-yurtaev)

2.4.1 - 2012-10-24

  • Added Simplified Chinese translation (@archonwang)

2.4.0 - 2012-10-23

  • Replaced all references to prototype and scriptaculous helpers for jQuery.

  • Compatible with Redmine 2.1

2.3.1 - 2012-08-21

  • Fixed main report’s date selectors

2.3.0 - 2012-08-20

  • Removed dependencies with ‘remote’ helpers from Prototype library to be compatible with Redmine 2.1

2.2.1 - 2012-08-17

  • Fix: New entry form hidden when the query is for another user

  • Fixed Polish translation (@krewetka)

2.2.0 - 2012-08-17

  • Fix: Issues combo-box was not updated when the projects selection changed

  • Project selected by default when there is only one

  • Added Polish translation

  • Added Catalán translation

  • Added French translation

2.1.0 - 2012-08-16

  • Fix: Projects combo-box didn’t work in new entry form (@krewetka)

  • Fix: Issues combo-box didn’t work in new entry form

  • Query form compacted

  • New entry form shown by default

  • Default date is today in the new entry form when today is between the report’s interval

2.0.0 - 2012-08-07

  • Adapted to Redmine 2 (@pedrosnk)

  • Added German translation (@mjanser)

  • Select current user by default (@mjanser)

1.2.0 - 2012-04-30

  • Added Hungarian translation (@burci)

  • Now is possible to add time entries to projects without selecting an issue (@burci)

  • Fix: ‘Apply’ button from query form was disabled after querying by dates (@burci)

  • Fix: Query used GROUP BY in a non-standard way that caused Postgres didn’t work right (@burci)

1.1.0 - 2012-04-16

  • Added routes compatibles with Redmine 1.4 (@lauer)

  • Added Portuguese translation (@heslei)

  • New time entry form: Projects list ordered alphabetically

  • New time entry form: Issues list ordered by Id & Last update

  • New time entry form: Activity list ordered alphabetically

1.0.2 - 2012-03-21

  • First public release

About

Redmine plugin that improves the spent time functionality.

Resources

License

Stars

Watchers

Forks

Packages

No packages published