modifier.sefurl.php does not contain a case that handles calendar urls
- Status
- Closed
- Subject
- modifier.sefurl.php does not contain a case that handles calendar urls
- Version
- 10.x
8.x
9.x - Category
- Error
- Patch
- Feature
- Templates (Smarty)
- Resolution status
- Fixed or Solved
- Submitted by
- leny2010
- Lastmod by
- leny2010
- Rating
- Description
Spotted by a user who noted that the URL of a suggested Calendar at the bottom of a wiki page returned an 'invalid URL' error. I tracked the error down to the sefurl modifier in the template not handling calendar URLs properly. The tested correction to modifier.sefurl.php is:
add after line 95Copy to clipboardcase 'calendar': $href = $sefurl ? "cal$source" : "tiki-calendar.php?calIds[]=$source"; break;- Importance
- 2
- Easy to solve?
- 10 easy
- Priority
- 20
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 4228
- Created
- Monday 21 May, 2012 09:31:50 UTC
by leny2010 - LastModif
- Thursday 07 June, 2012 21:29:58 UTC