« Back Issue #247
  • 2014-11-05 18:03 Reported by epinapala
  • 2014-11-09 09:49 Marked fixed
Status: Marked fixed
Priority: Medium

Inserting internal Page links in wiki results in broken hyperlinks.

epinapala 2014-11-05 18:03

When the user tries to insert internal page links by using yioop wiki mark up, the resulting html hyperlink counter parts are broken.

For example using Browse Groups

results in http://yioop.com/?c=admin&a=wiki&arg=read&group_id=3&page_name=Browse_Groups

which points to a non existing wiki page as a result of replacing spaces with underscores.

either of one of the below should happen.

  • All Pages_Like_This should point to Pages%20Like%20This or
  • Internal page links should be parsed as it is, i.e, Browse Groups should result in http://yioop.com/?c=admin&a=wiki&arg=read&group_id=3&page_name=Browse%20Groups
  • Also , a missing Yioop token in the url will force the user to re-login. Please add yioop token as a query param while parsing the links. The JS wiki parser does the same.
administrator 2014-11-09 09:49

Fixed with a618e68

X