Plugins Directory » Redmine Toggle Sidebar
Author: | Jérôme BATAILLE | |
---|---|---|
Website: | https://github.com/Smile-SA/redmine_smile_togglesidebar/blob/master/README.md | |
Code repository: | https://github.com/Smile-SA/redmine_smile_togglesidebar | |
Registered on: | 2016-11-01 (about 8 years ago) | |
Current version: | 1.0.6 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x | |
User ratings: |
Redmine plugin that adds a button to hide the right sidebar
How it works¶
It stores a session cookie for each controller and action, to memorize the state of the sidebar display
Remarks¶
- The Sidebar display state is not persisted between sessions in a cookie
- As there is no hook at the beginning of the body layout, we use the following trick : the button is inserted just before the flash messages (even if no message)
- Fixed an issue with https when ssl managed by a front proxy (request.ssl? does not work)
- Full tests have been added
- Compatible with Redmine 1.2.1 -> 4.0.1
- Compatible with Relative root set with :
Redmine::Utils::relative_url_root
Installation notes
- Standard Redmine Plugin installation
No plugin migration.
New hide sidebar icon will automatically be available in any page where the Sidebar is enabled.
Changelog
1.0.6 (2019-04-10)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x.