{"id":13654156,"url":"https://github.com/berti92/mega_calendar","last_synced_at":"2025-04-23T07:30:38.457Z","repository":{"id":2397177,"uuid":"44446891","full_name":"berti92/mega_calendar","owner":"berti92","description":"Plugin for redmine: Brings a better calendar and more opportunities to display issues and holidays","archived":false,"fork":false,"pushed_at":"2024-09-18T11:17:44.000Z","size":1312,"stargazers_count":70,"open_issues_count":1,"forks_count":50,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-09-18T15:43:49.842Z","etag":null,"topics":["calendar","holiday","mysql","rails","redmine","redmine-plugin","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"http://www.devbert.de/index.php/en/project/megacalendar/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berti92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"License.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"berti92","custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=simplyanamedude@gmail.com\u0026lc=GB\u0026item_name=Andreas%20Treubert\u0026no_note=0\u0026currency_code=EUR\u0026bn=PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest","PayPal Donate"]}},"created_at":"2015-10-17T17:18:18.000Z","updated_at":"2024-09-18T11:17:48.000Z","dependencies_parsed_at":"2024-01-17T02:14:48.200Z","dependency_job_id":"8d401ef7-baad-4a95-bb5c-3e438e7ea2e3","html_url":"https://github.com/berti92/mega_calendar","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berti92%2Fmega_calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berti92%2Fmega_calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berti92%2Fmega_calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berti92%2Fmega_calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berti92","download_url":"https://codeload.github.com/berti92/mega_calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223913444,"owners_count":17224188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","holiday","mysql","rails","redmine","redmine-plugin","ruby","ruby-on-rails"],"created_at":"2024-08-02T02:01:24.100Z","updated_at":"2024-11-10T04:31:56.766Z","avatar_url":"https://github.com/berti92.png","language":"JavaScript","readme":"[![Paypal Donate](https://img.shields.io/badge/Paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=simplyanamedude@gmail.com\u0026lc=GB\u0026item_name=Andreas%20Treubert\u0026no_note=0\u0026currency_code=EUR\u0026bn=PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest)\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/abb6b7c5711b498b87fe09e7c0597a08)](https://www.codacy.com/gh/berti92/mega_calendar/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=berti92/mega_calendar\u0026amp;utm_campaign=Badge_Grade)\n\n\u003ch1\u003emega_calendar\u003c/h1\u003e\n\nPlugin for redmine: Brings a better calendar and more oppurtunities to set holidays.\u003cbr/\u003e\n\n\u003ch2\u003eInstallation \u0026 Update\u003c/h2\u003e\n\nStandard redmine plugin installation: You can read the generic plugin installation guide \u003ca href=\"http://www.redmine.org/projects/redmine/wiki/Plugins\" target=\"_blank\"\u003ehere\u003c/a\u003e or you can use the following guide (Debian 7, Apache2/Passenger).\n\nGo to your redmine plugins-folder\u003cbr\u003e\n\u003ccode\u003ecd /srv/redmine/plugins\u003c/code\u003e\u003cbr\u003e\nDownload the latest plugin-Version:\u003cbr\u003e\n\u003ccode\u003ewget https://github.com/berti92/mega_calendar/archive/master.zip\u003c/code\u003e\u003cbr\u003e\nUnzip the downloaded zip-File\u003cbr\u003e\n\u003ccode\u003eunzip master.zip\u003c/code\u003e\u003cbr\u003e\nRename the folder:\u003cbr\u003e\n\u003ccode\u003emv mega_calendar-master mega_calendar\u003c/code\u003e\u003cbr\u003e\nGive the folder the right privileges in this case apache (to execute the command you must be root)\u003cbr\u003e\n\u003ccode\u003echown -R www-data.www-data mega_calendar\u003c/code\u003e\u003cbr\u003e\nGo to the plugin folder\u003cbr\u003e\n\u003ccode\u003ecd /srv/redmine/plugins/mega_calendar\u003c/code\u003e\u003cbr\u003e\nInstall the gems\u003cbr\u003e\n\u003ccode\u003ebundle\u003c/code\u003e\u003cbr\u003e\nGo back to your redmine folder\u003cbr\u003e\n\u003ccode\u003ecd /srv/redmine\u003c/code\u003e\u003cbr\u003e\nMigrate the database\u003cbr\u003e\n\u003ccode\u003ebundle exec rake redmine:plugins:migrate RAILS_ENV=production\u003c/code\u003e\u003cbr\u003e\nNow restart your redmine and you can configure the plugin in the admin settings in redmine.\u003cbr\u003e\nTo start redmine under apache2/passenger, please execute the following commands \u003cbr\u003e\n\u003ccode\u003ecd /srv/redmine\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003etouch tmp/restart.txt\u003c/code\u003e\n\nIf you got installation problems, then please have a look at the [wiki](https://github.com/berti92/mega_calendar/wiki/FAQ).\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\nWithin 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.\n\nPlease 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.\n\n\u003ch2\u003eScreenshots\u003c/h2\u003e\n\nA quick overview about this plugin, you'll get on \u003ca href=\"http://www.devbert.de/index.php/en/project/megacalendar/\"\u003ehttp://www.devbert.de/index.php/en/project/megacalendar/\u003c/a\u003e\n\n\u003ch2\u003eYou need your redmine hosted in germany?\u003c/h2\u003e\n\u003ca href=\"https://www.devbert.de/index.php/de/redmine-hosting/\"\u003eOur hosting offer\u003c/a\u003e\n\n\u003ch2\u003eYou like my work?\u003c/h2\u003e\n\nIf 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\u0026business=simplyanamedude@gmail.com\u0026lc=GB\u0026item_name=Andreas%20Treubert\u0026no_note=0\u0026currency_code=EUR\u0026bn=PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest)\n\nIf you need customized software, you can contact me \u003ca href=\"mailto:support@devbert.de\"\u003esupport@devbert.de\u003c/a\u003e or visit my company website \u003ca href=\"http://www.devbert.de\"\u003ewww.devbert.de\u003c/a\u003e.\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\nMIT License\n","funding_links":["https://github.com/sponsors/berti92","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=simplyanamedude@gmail.com\u0026lc=GB\u0026item_name=Andreas%20Treubert\u0026no_note=0\u0026currency_code=EUR\u0026bn=PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest","PayPal Donate"],"categories":["Plugins"],"sub_categories":["Active Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberti92%2Fmega_calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberti92%2Fmega_calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberti92%2Fmega_calendar/lists"}