Last modified: 2011-03-13 18:04:45 UTC
This patch adds support for the popular iCalendar links (webcal://). In the directory includes, the file Parser.php allows certain protocols to be understood by the Wiki, but webcal:// is not one of them. Adding support for this greatly enhances the user experience in that Wiki users will be able to directly create links to .ics files. You can see how our Linux User Group is using this feature addition to schedule LUG events very easily by following the link below. Click on Upcoming Events and then iCal Subscribe. This will add our meeting schedule to your Evolution / Outlook / Mozilla Calendar / Sunbird / etc... http://www.umasslug.org/index.php/Main_Page
Created attachment 475 [details] Adds support for the webcal protocol links Adds support for the webcal protocol links. Modifies the URL_PROTOCOLS definition within include/Parser.php
webcal is not common enough to warrant an inclusion in the default list. Also changes to the list accepted protocols should be user configurable via LocalSettings.
CLOSED cf bug 431 Make external links protocols configurable