{"id":17159684,"url":"https://github.com/schmidt/chiliproject_wiki_tabs","last_synced_at":"2025-03-24T15:08:37.991Z","repository":{"id":4779479,"uuid":"5931445","full_name":"schmidt/chiliproject_wiki_tabs","owner":"schmidt","description":"ChiliProject Plugin which allows you to add custom tabs that link to wiki pages","archived":false,"fork":false,"pushed_at":"2012-09-25T06:28:57.000Z","size":341,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T19:49:16.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/finnlabs/chiliproject_wiki_tabs","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-24T08:00:14.000Z","updated_at":"2020-04-02T12:18:53.000Z","dependencies_parsed_at":"2022-09-21T00:42:42.586Z","dependency_job_id":null,"html_url":"https://github.com/schmidt/chiliproject_wiki_tabs","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_wiki_tabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_wiki_tabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_wiki_tabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmidt%2Fchiliproject_wiki_tabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmidt","download_url":"https://codeload.github.com/schmidt/chiliproject_wiki_tabs/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.602Z","updated_at":"2025-03-24T15:08:37.973Z","avatar_url":"https://github.com/schmidt.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= ChiliProject Wiki Tabs Plugin\n\nThis plugin provides the ability to add tabs linking to wiki pages on a\nper-project basis. It also allows to remove the default wiki link from\nthe main menu, while the wiki itself is not deactivated.\n\nIt also adds links to the sidebar of each wiki page to directly create\na new page or a new child page of the current one.\n\n== Requirements\n\nThis plugin aims to be compatible with\n\n* ChiliProject 1.1 and the following\n* ChiliProject 2.1 and the following\n* ChiliProject 3.0 and the following\n\nPlease note, that there is a bug when running the plugin with ChiliProject 1.0\nin development mode.  To make sure, that everything runs smooth, you need to run\nyour app server in production mode, where class reloading is disabled. You may\nof course just use ChiliProject 2.1.\n\nThere is a bug in ChiliProject 2.0 which renders this plugin unusable.\n\nIf you are running into compatibility issues, please report a bug in the\nproject's issue tracker.\n\n== Installation\n\nPlease follow the default plugin installation instructions for ChiliProject.\nMake sure, the plugin folder is called `chiliproject_wiki_tabs`.\n\nAlso run\n\n    rake db:migrate:plugin NAME=chiliproject_wiki_tabs RAILS_ENV=production\n\nto enable all changes that are needed database-wise.\n\n== Update from versions before 5.0 to version 5.0 and later\n\nSince we have renamed the recommended plugin name with version 5.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_wiki_tabs', 'chiliproject_wiki_tabs');\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_wiki_tabs', 'chiliproject_wiki_tabs');\"\n\nBe sure, that `redmine_wiki_tabs` was the old plugins directory name. Also make\nsure, that you renamed it to `chiliproject_wiki_tabs`.\n\n\n4. Execute the plugins migrations and make sure, that nothing happens.\n\n\n== Screenshots\n\nhttps://github.com/finnlabs/chiliproject_wiki_tabs/raw/master/doc/screen-capture-1.png\n\nhttps://github.com/finnlabs/chiliproject_wiki_tabs/raw/master/doc/screen-capture-2.png\n\nhttps://github.com/finnlabs/chiliproject_wiki_tabs/raw/master/doc/screen-capture-3.png\n\nhttps://github.com/finnlabs/chiliproject_wiki_tabs/raw/master/doc/screen-capture-4.png\n\n== Deinstallation\n\nRun the down-migrations by executing\n\n    rake db:migrate:plugin NAME=chiliproject_wiki_tabs VERSION=0 RAILS_ENV=production\n\nRemove the Plugin from vendor/plugins\n\n    rm -r vendor/plugins/chiliproject_wiki_tabs\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:wiki_tabs\n\nIf these instructions are insufficient, please open a ticket in the GitHub issue\ntracker with information, where you are stuck.\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== License\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\ndetails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmidt%2Fchiliproject_wiki_tabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmidt%2Fchiliproject_wiki_tabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmidt%2Fchiliproject_wiki_tabs/lists"}