MantisBT: master 3a2caa07

Author Committer Branch Timestamp Parent
rk4n3 dregad master 2018-06-05 07:16 master 270ebdd7
Affected Issues  0024496: URL encoding precludes reasonable wiki root_namespace values
Changeset

Eliminate URL-encoding of root_namespace

This allows use of a root namespace more than one level deep.

Prior to this, use of e.g. root:mantis as namespace would result in a
mangled dokuwiki URL because the colon was encoded to %3A.

Fixes 0024496

mod - core/classes/MantisCoreWikiPlugin.class.php Diff File