suitepro/plugins/redmine_private_wiki
2019-02-09 08:19:00 +01:00
..
app/views Corregidos estilos de la lista de páginas hija y la página <Sidebar> del wiki al mostrarla en menú lateral desplegable 2019-02-09 08:19:00 +01:00
assets Corregidos estilos de la lista de páginas hija y la página <Sidebar> del wiki al mostrarla en menú lateral desplegable 2019-02-09 08:19:00 +01:00
config Se corrige posición de la etiqueta de privacidad y se ajusta su presentación 2019-01-30 20:58:10 +01:00
db/migrate Nuevo plugin Private Wiki 0.2.0 2019-01-30 19:41:31 +01:00
lib/wiki_patches Corregidos estilos de la lista de páginas hija y la página <Sidebar> del wiki al mostrarla en menú lateral desplegable 2019-02-09 08:19:00 +01:00
test Nuevo plugin Private Wiki 0.2.0 2019-01-30 19:41:31 +01:00
init.rb Nuevo plugin Private Wiki 0.2.0 2019-01-30 19:41:31 +01:00
LICENSE Nuevo plugin Private Wiki 0.2.0 2019-01-30 19:41:31 +01:00
README.md Nuevo plugin Private Wiki 0.2.0 2019-01-30 19:41:31 +01:00

Private Wiki

A RedMine plugin

This plugin is based on the existing plugin "Redmine Private Wiki", developped by Oleg Kandaurov Link of the original plugin : https://github.com/f0y/redmine_private_wiki

Features :

As original plugin :

  • It allows to set individual pages of wiki as privates
  • Thoses privates pages are only visibles to the roles with the right permission
  • Privatize pages are also a permission

New Features :

New features :

  • Hide private wikis in index and date_index for non-authorized users
  • Add [PRIVATE] tag in index for authorized users

Use :

To set public/private wiki page : Projects -> MyProject -> Wiki -> select wiki page -> set private

Installation :

$cd /path/to/redmine/directory/plugins
$git clone https://github.com/BlueXML/redmine_private_wiki.git
$bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Compatibility :

Tested for RedMine 3.3.* (Manually)

License :

This plugin is licensed under the MIT license.