Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlphaNodes/sidebar_hide
Adds simple hide button for sidebar of Redmine
https://github.com/AlphaNodes/sidebar_hide
redmine redmine-plugin sidebar
Last synced: 3 days ago
JSON representation
Adds simple hide button for sidebar of Redmine
- Host: GitHub
- URL: https://github.com/AlphaNodes/sidebar_hide
- Owner: alphanodes
- License: mit
- Created: 2021-03-17T09:17:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T11:44:31.000Z (over 2 years ago)
- Last Synced: 2024-08-02T02:10:47.930Z (3 months ago)
- Topics: redmine, redmine-plugin, sidebar
- Language: Ruby
- Homepage:
- Size: 110 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-redmine - sidebar_hide - Adds simple hide button for sidebar of Redmine. (Plugins / Active Plugins)
README
Hide Sidebar
============Adds a tiny hide button for sidebar of Redmine
[![Run RuboCop](https://github.com/AlphaNodes/sidebar_hide/workflows/Run%20RuboCop/badge.svg)](https://github.com/AlphaNodes/sidebar_hide/actions/workflows/rubocop.yml)
Features
--------- Using cookie to remember status of the sidebar (hidden or not)
Requirements
------------* Redmine version >= 4.1.0
* Ruby version >= 2.5.0Installation
------------```bash
cd $REDMINE_ROOT
git clone https://github.com/alphanodes/sidebar_hide.git plugins/sidebar_hide
bundle install
```Restart your application server after installation.
License
-------(The MIT License)
Copyright (c) 2015 Berk Demirkır
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.