Plugins Directory » Mega calendar
Author: | Andreas Treubert | |
---|---|---|
Website: | http://www.devbert.de/index.php/en/project/megacalendar/ | |
Code repository: | https://github.com/berti92/mega_calendar | |
Registered on: | 2015-10-19 (about 9 years ago) | |
Current version: | 2.0.0 | |
Compatible with: | Redmine 5.1.x | |
User ratings: |
Plugin for redmine: Brings a better calendar and more oppurtunities to set holidays.
Features
Create/Edit/Destroy holidays (global or per user)
New calendar view
Comfortable, easy to use calendar view. Just move the event to a another date to change the issue or holiday.
Set per user a color, to get a fast overview about your issues.
Export your issues into your own calendar program like Outlook or Thunderbird.
Usage
Within a issue you are able to set a time as start and end, to get a better calendar view. On top of the page you can reach the calendar and holiday section.
Screenshots
A quick overview about this plugin, you'll get on http://www.devbert.de/index.php/en/project/megacalendar/
You need hosting? (only available in germany)
https://www.devbert.de/index.php/de/redmine-hosting/
You need more?
If you need customized software, you can contact me support@devbert.de or visit my company website www.devbert.de.
Installation notes
The alway actual installation instruction you will find at:
https://github.com/berti92/mega_calendar/wiki/Installation
Go to your redmine plugins-folder
cd /srv/redmine/plugins<br>
Download the latest plugin-Version:
wget https://github.com/berti92/mega_calendar/archive/master.zip
Unzip the downloaded zip-File
unzip master.zip
Rename the folder:
mv mega_calendar-master mega_calendar
Give the folder the right privileges in this case apache (to execute the command you must be root)
chown -R www-data.www-data mega_calendar
Go to the plugin folder
cd /srv/redmine/plugins/mega_calendar
Install the gems
bundle
Go back to your redmine folder
cd /srv/redmine
Migrate the database
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Now restart your redmine and you can configure the plugin in the admin settings in redmine.
To start redmine under apache2/passenger, please execute the following commands
cd /srv/redmine
touch tmp/restart.txt
Changelog
2.0.0 (2024-09-12)
Compatible with Redmine 5.1.x.
Added sync feature to sync your calendar entries to Thunderbird. Have a look at this wiki article.
Performance improvements
1.9.9 (2024-08-19)
Compatible with Redmine 5.1.x.
bug fix
1.9.8 (2024-05-17)
Compatible with Redmine 5.1.x.
bug fix
improvement — added possibility to add text colors
1.9.6 (2024-01-19)
Compatible with Redmine 5.1.x.
fixed autocompletion in issue notes field
1.9.5 (2023-12-22)
Compatible with Redmine 5.1.x, 5.0.x.
- Added compatibility for ruby 3.X
1.9.4 (2023-11-14)
Compatible with Redmine 5.0.x.
Bugfixes
1.9.3 (2022-09-28)
Compatible with Redmine 5.0.x.
Fixed calendar popup in holiday section
1.9.2 (2022-09-21)
Compatible with Redmine 5.0.x.
Fixed holiday list view
1.9.1 (2022-08-17)
Compatible with Redmine 5.0.x.
Bugfix
1.9.0 (2022-07-30)
Compatible with Redmine 5.0.x.
Added support for redmine 5.0.x
1.8.1 (2022-06-27)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Added more height to the filter selectboxes
1.8.0 (2022-05-07)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Fixed groups, custom-fields, configuration. New webcal feature.
1.7.5 (2021-09-19)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
This release doesn't fix any issues, it provides only
code changes to increase the readability for developers.
1.7.4 (2020-11-09)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Fixed redmine 4.0.x bug, where issues could not be opened
1.7.3 (2020-09-07)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Fixed specific redmine 4.1 bugs, were issues were not shown or issues could not be saved. Holidays are using now the format_date function
1.7.2 (2020-04-04)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Added support for redmine 4
and dropped support for redmine < 4
1.7.1 (2018-12-17)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Fixed Bug - "No URL" by right click on a subtask
1.7.0 (2017-08-29)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Added support for redmine 3.4.X
1.6.0 (2017-02-20)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Added possibilty to show issues with empty dates. Added possibility to save/edit and delete filters within the calendar.
Added possibilty to create global holidays.
Please make sure that you migrate your database.
cd /srv/redmine
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
1.5.0 (2017-02-13)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Added filters. Added functionality to include users to the calendar within the plugin settings. Mobile optimization
1.4.0 (2016-10-19)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
1.4.0: Added export functionality (ics) - Please make sure, that you have installed the gems -> WIKI
1.3.8 (2016-10-05)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Now you are able to set the start of the week within the plugin settings
1.3.7 (2016-10-05)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Bugfix
1.3.6 (2016-10-05)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Bugfix
1.3.5 (2016-10-05)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Bugfix
1.3.4 (2016-08-05)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Added ability to create issues from the calendar, just click on a free space on the calendar
1.3.3 (2016-08-04)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Added support for Redmine 3.3.X
1.3.2 (2016-08-03)
Compatible with Redmine 3.2.x, 3.1.x, 3.0.x.
Added support for Redmine 3.2.X
1.3.1 (2016-04-05)
Compatible with Redmine 3.1.x, 3.0.x.
Bugfix
1.3.0 (2015-11-26)
Compatible with Redmine 3.0.x.
Added right for this plugin
1.2.0 (2015-11-25)
Compatible with Redmine 3.0.x.
Added support for sub paths
1.1.0 (2015-11-18)
Compatible with Redmine 3.0.x.
Added widget to MyPage
Fixed a few bugs
1.0.0 (2015-10-19)
Compatible with Redmine 3.0.x.
First release