Plugins Directory » Multi Calendar
Author: | Eugene Hutorny | |
---|---|---|
Website: | https://github.com/ksfltd/redmine_multi_calendar | |
Code repository: | git@github.com:ksfltd/redmine_multi_calendar.git | |
Registered on: | 2012-02-13 (almost 13 years ago) | |
Current version: | 1.1.1 | |
Compatible with: | Redmine 1.4.x | |
User ratings: |
Related issue: #7079
This plugin allows creating holiday calendars and assigning them to the users.
The holidays are then shown on the project calendar with indication of the project members it is relevant to.
When creating/editing a calendar, the user is be able to
1. define:
- fixed date holidays (e.g. Victory day)
- floating holidays (e.g. Easter) by exact dates
- short days
- days of a custom type with a specified day duration
- day types by week day (for example, assign a Friday a weekend day type)
2. assign holiday dates by entering dates or clicking in the calendar grid
3. assign users to a calendar (on the calendar page)
4. assign a calendar to a user (on the user page)
5. show one or all relevant holiday calendar on a project calendar
6. copy current year floating date holidays to the next year
7. copy calendar
8. delete calendar
Days of different types are shown in different, customizable, colors
Installation notes
#cd redmine-1.2.1/vendor/
#git clone git@github.com:ksfltd/redmine_multi_calendar.git
#rake db:migrate_plugins
Restart redmine
Upgrading from 1.0.0 to 1.1.0
#cd redmine-1.2.1/vendor/plugins/redmine_multi_calendar
#git pull
#rake db:migrate_plugins
Changelog
1.1.1 (2012-05-17)
Compatible with Redmine 1.4.x.
Contribution made by smartsystems4u
and has not been tested by authors.
Fixed compatibility with Redmine 1.4.*
Most likely dropped compatibility with Redmine 1.2.*
1.1.0 (2012-05-11)
Compatible with Redmine 1.2.x.
Fixed issues¶
Reported on Github
- colors of days not applied in redmine calendar view # 7
- ActionView::TemplateError (undefined method `users' for nil:NilClass) # 4
- Button's to small for German translation # 3
Othe issues
- Mandatory holiday name was not consistently checked for presence
- Calendar showed 'Holiday' instead of actual holiday type
- Calendar name was not displayed in the header section
- Order of day types in the drop-down list was not fixed
- Administrator was not always able to change displayed calendar for user
- Weekends were not highlighted on the calendar
1.0.0 (2012-02-14)
Compatible with Redmine 1.2.x.