Posted on Mar 23, 2009 by
Quick Dog
Whenever you add a link that starts with https:// you get a syntax error. The same is true for any URL schema that does not start with http, file or wiki. For example ftp:// is also affected.
Solution: Allow more schemas in the regular expressions of nurpawiki.ml
Comment #1
Posted on Sep 2, 2009 by Quick PandaAdded a patch for the trunk version. The changes are trivial and it would be great to find them backported to 1.2.2 version as well.
- main.ml.diff 760
Comment #2
Posted on Sep 7, 2009 by Happy LionPatch applied in 466 -- thanks Vladimir!
Status: Fixed