|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
require 'redmine'
|
|
|
|
|
|
|
|
|
|
begin
|
|
|
|
|
require 'config/initializers/session_store.rb'
|
|
|
|
|
rescue LoadError
|
|
|
|
@ -42,10 +43,10 @@ require 'RedCloth'
|
|
|
|
|
|
|
|
|
|
Redmine::Plugin.register :redmine_wiki_notes do
|
|
|
|
|
name 'Redmine Wiki Notes plugin'
|
|
|
|
|
author 'Daniel Seifert, Victor Laborie'
|
|
|
|
|
author 'Daniel Seifert, Victor Laborie, Ludovic Poujol'
|
|
|
|
|
description 'Allows adding different kinds of notes into a wiki page'
|
|
|
|
|
url "http://www.github.com/vlaborie/redmine_wiki_notes" if respond_to?(:url)
|
|
|
|
|
version '0.0.5'
|
|
|
|
|
url "https://gitea.evolix.org/evolix/redmine_wiki_notes" if respond_to?(:url)
|
|
|
|
|
version '0.0.6'
|
|
|
|
|
requires_redmine :version_or_higher => '4.0.0'
|
|
|
|
|
|
|
|
|
|
RedCloth3::ALLOWED_TAGS << "div"
|
|
|
|
|