{"id":17159683,"url":"https://github.com/schmidt/chiliproject_activity_module","last_synced_at":"2025-03-24T15:08:37.879Z","repository":{"id":4793192,"uuid":"5945913","full_name":"schmidt/chiliproject_activity_module","owner":"schmidt","description":"Redmine/ChiliProject Plugin which adds activity to the list of project modules","archived":false,"fork":false,"pushed_at":"2012-09-25T06:38:01.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T19:49:17.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.finn.de/","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schmidt.png","metadata":{"files":{"readme":"README.rdoc","changelog":"CHANGELOG.rdoc","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-25T06:30:42.000Z","updated_at":"2015-06-25T06:28:50.000Z","dependencies_parsed_at":"2022-09-10T16:50:33.442Z","dependency_job_id":null,"html_url":"https://github.com/schmidt/chiliproject_activity_module","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_activity_module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_activity_module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_activity_module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_activity_module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmidt","download_url":"https://codeload.github.com/schmidt/chiliproject_activity_module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294768,"owners_count":20591900,"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":[],"created_at":"2024-10-14T22:14:51.532Z","updated_at":"2025-03-24T15:08:37.853Z","avatar_url":"https://github.com/schmidt.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= ChiliProject Activity Module Plugin\n\nThis Plugin makes activity a module, such that it can be activated and\ndeactivated on a per-project setting.\n\nIt also includes a migration which\n\n* activates the newly introduced activity module in all existing projects\n* adds the activity module to the set of default modules for new projects\n\nIt therefore simply restores the default ChiliProject behaviour for all existing\nprojects. You may then selectively deactivate the activity module in single\nprojects selectively.\n\n\n== Requirements\n\nThis plugin aims to be compatible with\n\n* ChiliProject 1.x\n* ChiliProject 2.x\n\nIf you are running into compatibility issues, please report a bug in the\nproject's issue tracker.\n\n\n== Screenshots\n\nhttps://github.com/finnlabs/chiliproject_activity_module/raw/master/doc/screen-capture.png\n\n\n== Installation\n\nPlease follow the default plugin installation instructions for ChiliProject.\n\nRun the above mentioned migration at will.\n\n\n== Update from versions before 3.0 to version 3.0 and later\n\nSince we have renamed the recommended plugin name with version 3.0, there is\nsome mangeling with the migrations, when you making the update. Please follow\nthese steps to make it work.\n\n1. Make a backup of your database.\n2. Seriously, do a backup.\n3. Execute the following SQL snippet on the database, you are using for your\n   ChiliProject\n\n    UPDATE schema_migrations\n    SET version = REPLACE(version, 'redmine_activity_module', 'chiliproject_activity_module');\n\nYou may do this, by using the commandline tools of your database vendor or by\nstarting a script/console from within the ChiliProject root folder\n\n    script/console production\n\n    \u003e ActiveRecord::Base.connection.execute \"UPDATE schema_migrations SET version = REPLACE(version, 'redmine_activity_module', 'chiliproject_activity_module');\"\n\nBe sure, that `redmine_activity_module` was the old plugins directory name. Also\nmake sure, that you renamed it to `chiliproject_activity_module`.\n\n4. Execute the plugins migrations and make sure, that nothing happens.\n\n    rake db:migrate:plugin NAME=chiliproject_activity_module\n\n\n== Deinstallation\n\nOptionally run the down migration, that is included in this plugin. It will\nremove the activity module from all places, where it might be stored in the\ndatabase. On the other hand, these stale records should not be harmful.\n\nAfterwards simply remove the plugin's directory from your vendor/plugins\ndirectory.\n\n\n== Development\n\nTo run the tests, you will need a current version of our {ChiliProject Dev\nTools}[https://github.com/finnlabs/redmine-dev-tools]. After running\n\n    bundle install\n\nYou should be able to execute the tests with\n\n    rake redmine:rspec:activity_module\n\nIf these instructions are insufficient, please open a ticket in the GitHub issue\ntracker with information, where you are stuck.\n\n\n== Known issues\n\nThis plugin was mainly developed to deactivate the link in the main menu.\nUnfortunately, this is not the only links targetting the activity control. There\nare atom links in various places, e.g. each wiki page, that simply rely on the\nfact, that there will always be an activity module. These links are currently\nnot removed.\n\nThere are known issues when running in development mode. If you are observing\nstrange behaviour try deactivation the reloader or run in production mode.\n\n== Credits\n\nWe would like to thank\n\n* Deutsche Telekom AG (opensource@telekom.de) for project sponsorhip\n* Birthe Russmeyer and Niels Lindenthal of finnlabs for their consulting and\n  project management\n\n== Licence\n\n(c) 2011 - Gregor Schmidt - Finn GmbH\n\nThis plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmidt%2Fchiliproject_activity_module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmidt%2Fchiliproject_activity_module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmidt%2Fchiliproject_activity_module/lists"}