Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berti92/mega_calendar
Plugin for redmine: Brings a better calendar and more opportunities to display issues and holidays
https://github.com/berti92/mega_calendar
calendar holiday mysql rails redmine redmine-plugin ruby ruby-on-rails
Last synced: about 15 hours ago
JSON representation
Plugin for redmine: Brings a better calendar and more opportunities to display issues and holidays
- Host: GitHub
- URL: https://github.com/berti92/mega_calendar
- Owner: berti92
- License: mit
- Created: 2015-10-17T17:18:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T11:17:44.000Z (about 2 months ago)
- Last Synced: 2024-09-18T15:43:49.842Z (about 2 months ago)
- Topics: calendar, holiday, mysql, rails, redmine, redmine-plugin, ruby, ruby-on-rails
- Language: JavaScript
- Homepage: http://www.devbert.de/index.php/en/project/megacalendar/
- Size: 1.25 MB
- Stars: 70
- Watchers: 21
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-redmine - mega_calendar - Brings a better calendar and more opportunities to display issues and holidays. (Plugins / Active Plugins)
README
[![Paypal Donate](https://img.shields.io/badge/Paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&lc=GB&item_name=Andreas%20Treubert&no_note=0¤cy_code=EUR&bn=PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/abb6b7c5711b498b87fe09e7c0597a08)](https://www.codacy.com/gh/berti92/mega_calendar/dashboard?utm_source=github.com&utm_medium=referral&utm_content=berti92/mega_calendar&utm_campaign=Badge_Grade)
mega_calendar
Plugin for redmine: Brings a better calendar and more oppurtunities to set holidays.
Installation & Update
Standard redmine plugin installation: You can read the generic plugin installation guide here or you can use the following guide (Debian 7, Apache2/Passenger).
Go to your redmine plugins-folder
cd /srv/redmine/plugins
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
If you got installation problems, then please have a look at the [wiki](https://github.com/berti92/mega_calendar/wiki/FAQ).
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.
Please make sure that you set your users, that will be allowed to use this plugin and that the sub-path is set to "/" without quotes at the plugin settings.
Screenshots
A quick overview about this plugin, you'll get on http://www.devbert.de/index.php/en/project/megacalendar/
You need your redmine hosted in germany?
Our hosting offerYou like my work?
If you like my work, you can buy me a coffee [![Paypal Donate](https://img.shields.io/badge/Paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&lc=GB&item_name=Andreas%20Treubert&no_note=0¤cy_code=EUR&bn=PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest)
If you need customized software, you can contact me [email protected] or visit my company website www.devbert.de.
License
MIT License