Name | Type |
---|---|
1.10: RSS for individual trackers returns: Permission denied you cannot view this section | tracker item |
Caldrac
Contributors |
tracker item |
philippeback
Contributors |
tracker item |
External RSS feed tag in blog post now causes error
Inserting a RSS ex:~np~{rss id=6}~/np~ feed into a blog post now causes the following: Array Fatal error: Unsupported operand types in /home/nwoadmin/public_html/wiki/lib/smarty/libs/Smarty.class.php(1934) : eval()'d code on line 7 |
tracker item |
Add ability to generate RSS from a specific structure (and maybe category)
The ability to subscribe to a specific structure via RSS feed would be very useful. Currently one can subscribe to an RSS feed related to the entire wiki, but if several groups are using the wiki for different projects or purposes or topics, this may not be at all useful. For example, on the Southern New Hampshire University wiki, we have the online faculty handbook plus a variety of page sets related to different course projects. Most faculty should be alerted of changes to the faculty handbook, which resides in a structure, and some students and faculty may want to track changes to structures involved with specific courses or departments, but few if any users need to be alerted of every change to the wiki as a whole. The ability to generate an RSS feed specific to a structure (and possibly also specific to a category) would be very helpful. |
tracker item |
Add OPML compatibility to TIKI External Feed Reader | tracker item |
Add RSS for categories
I'd like to see an RSS feed for a specific category. |
tracker item |
Allow customization of Tiki-generated RSS feeds, by language (for i18n sites)
Currently, Tiki creates a single RSS feed per feature (e.g., wiki, articles, etc.). For features that support i18n, this means that end-users will subscribe to a feed that contains items that they cannot read. It would be nice if Tiki could create language-specific feeds each feature. You can see this on info.t.o; we issue articles in English and French and Tiki includes both languages in a single feed: http://info.tiki.org/tiki-articles_rss.php?ver=2 |
tracker item |
Allow for rss feeds to use description data instead of title data for items (a la Yahoo Weather)
Yahoo Weather (and, I assume other feeds) rss feed dumps neat html into the description field of the first item rather than the title. I've modified function.rss.php to accomodate this and allow users to continue to use the regular module creation interface. Basically, I added a new parameter "desc" such that if you use {rss id=1 max=1 desc=1} the resulting output will use the description field instead of the title field. Skipped items will still be skipped. Sorry, but I'm very new to Tikiwiki and may not conform to regular documentation standards...please correct me as neceesary. |
tracker item |
Allow for specific selection of trackerIds for which to create a valid RSS feed
Currently (2.2), if you enable the RSS feed for individual Tracker items, Tiki will create a valid RSS feed for __every__ tracker. I would like to have a method, when creating a new tracker, to specify whether or not Tiki should create the RSS feed for that tracker. |
tracker item |
Allow users to view RSS module list and add modules without other admin permissions
Access to RSS modules (incoming feeds) is an all-or-nothing option in v2.0, with just one admin permission available. A beneficial feature for our Tiki would be to enable users to view the RSS module list and add new modules, without having other permissions, such as deleting modules. |
tracker item |
Blog post html encoding problem with WYSIWYG editor when viewed as RSS feed | tracker item |
Bug after updating form tikiwiki3.3 to 4.1
After updating tikiwiki3.3 to 4.1, the following fails to load /tiki-admin_categories.php /tiki-admin_polls.php and /tiki-wiki_rss.php?ver=2 I checked memory and execution time therefore the problem due to this is ruled out. Problem must be somewhere which I could not figure out. Time does not show correctly while date is perfect. It needs me to set time of publication of articles manually. The module since your last visit does not work properly. On my part I reinstalled it several times but errors persists. |
tracker item |
Combine several RSS feeds into one.
Say I want to use several RSS feeds in Tiki, I need to make a module for each. Or to add several calls in a wiki page. However, if I have some very active sites (like tikiwiki.org, and some not so active (like mobile.tikiwiki.org), the slow news sites is taking up precious screen space. Now: {CODE()} {rss id=1 max=10} {CODE} Nicer: {CODE()} {rss id=1+2+5 max=10} {CODE} |
tracker item |
dev.t.o: bug report echo on irc.t.o doesn't display the title of the item (the first isMain field) | tracker item |
Dogfood: aggregate all the RSS feeds from all *.tikiwiki.org sites
When this is fixed: http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=986 This would be even better: http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=829 but let's not wait! |
tracker item |
Double slash in URLs
See: http://dev.tikiwiki.org/tiki-tracker_rss.php?trackerId=5 An example: http://dev.tikiwiki.org//tiki-view_tracker_item.php?trackerId=5&itemId=280 Affects most of not all RSS feeds. Happens in non multi-tiki setting. --- Double slash is a pretty common problem - happens sometimes, not always! That's hard to track and not really RSS related... often happens with tiki-login, too... - amette --- marc found a reproducable error, that also is a strong indication for where the double slashes occur - it seems that the last slash in the URL gets doubled, like here: http://www.doc.tikiwiki.org/img/wiki_up//WikiUser-HomePage.png You get this double-slashed URL, when you select "View image" from the context-menu of your browser on this page: http://www.doc.tikiwiki.org/tiki-index.php?page=Using%20Wiki%20Pages |
tracker item |
Email address in RSS is shown as &#xxx; instead of letters
pmor |
tracker item |
Entering "rss" in forums search field causes error
[http://tikiwiki.org/tiki-searchresults.php?highlight=rss&where=forums&search=Search+in+content|Link to error] On the main forum page of tw.o I enter the text "rss" then search button and get the following: The following error message was returned: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 The query was: SELECT `rssId`, `ur Values: 1. 1270869772 The built query was likely: SELECT `rssId`, `ur |
tracker item |
External feeds do not update without dom extension
This may be 2 bugs: When you select Admin - External feeds and create a new feed, a blank page is presented after clicking "Save." It appears as though the external feed is saved, though. Created feeds are not being updated on a schedule, nor are they being updated when the "Refresh" option is clicked. Clicking "Refresh" results in a blank page being displayed. This has been ((http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=37418&topics_offset=23&topics_sort_mode=lastPost_desc&forumId=4|reported on the forum.)) |
tracker item |
external feeds don't show date any more (just bullet points) since upgrade to 4.x or 5.x (they seemed to work well in 3.x)
External feeds don't show anymore the date of the feeded content, and they used to do while in Tiki3. After upgrade to Tiki4 and Tiki5 (or with new Tiki5 installs), dates are not shown any more. The problem might be in the Tiki providing the feeds, not the tiki getting them. E.g.: http://moviments.net (using Tiki 3.5 by the time of this bug report) is set to fetch in a module in the right column (called "__Altres esdeveniments__") the feed from a site with Tiki 5rc2 (from svn) here: http://intercanvis.net/tiki-calendars_rss.php?ver=2 Previously, the right modules in moviments.net was showing the dates properly of each calendar item fetched. |
tracker item |
Fatal errors when trying to access rss feeds | tracker item |
Filter External Feed | tracker item |
First "title" shown as channel title, so first title shown twice.
The first "title" provided in an external RSS feed is displayed as if it is the channel's title (description). Many RSS feeds provide a "title" element immediately after the "channel" element, containing a description of the channel. But if no channel title exists, the title of the first item is displayed as if it were the channel title, resulting in the first title being displayed twice. |
tracker item |
For incoming RSS feeds -- escaped entities (&) in URL are not replaced with entities (&)
In the RSS module part of Tikiwiki, incoming RSS feeds are incorrectly parsed. Escaped entities (& ' " etc.) have to be replaced with the entities themselves when the RSS feed is viewed. However, this is not done. As a result, when a user clicks on the links, the link still has references to (&) which makes it an invalid URL. The problem is in "parse_rss_data" function of rsslib.php |
tracker item |
I created several trackers. Enabled RSS for individual trackers. Created rss modules for two individual trackers (rss 1 and rss 2).
Granted common permissions for anon. (view, ...), and most tracker permissions for Registered group.
Added a call to rss plugin within a wiki page:
{CODE()}
{rss id=1}
{rss id=2}
{CODE}
When viewing the page as registered, I see:
^
Tiki RSS Feed Error Message: Permission denied you cannot view this section
^
Did I miss any special perm to be granted for registered? A bug?
(I granted all perms from tracker section - to them, or inherited from anonymous - except for tiki_p_admin_tracker)