Loading...
 

Category: RSS

RSS
Show subcategories objects

Name Type
1.10: RSS for individual trackers returns: Permission denied you cannot view this section
Using 1.10cvs code from mid june 2007

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)

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
Authenticated RSS
Maybe http://user:password@domain.com/tiki-blogs_rss.php should work.

It's not super safe because passwords are flying around...
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`, `url`, `actions` FROM `tiki_rss_modules` WHERE (`lastUpdated` < ? - `refresh`) AND `rssId` IN( )

Values:

1. 1270869772

The built query was likely:
SELECT `rssId`, `url`, `actions` FROM `tiki_rss_modules` WHERE (`lastUpdated` < '1270869772' - `refresh`) AND `rssId` IN( )
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 (&amp;) in URL are not replaced with entities (&)
In the RSS module part of Tikiwiki, incoming RSS feeds are incorrectly parsed.

Escaped entities (&amp; &apos; &quot; 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 (&amp;) which makes it an invalid URL.

The problem is in "parse_rss_data" function of rsslib.php
tracker item
forum mailin should update on regular basis
Currently, (2.2) when using the mailin feature to post to a forum, Tiki does not actually check the email until a user views the forum. Only then, is the email checked and new messages posted to the forum.

This means that the RSS feed for the forums, and modules such as last_post will not be correct until a user goes to the forum.

Instead, Tiki should check the email at regular intervals (in the same way that Tiki checks for article mail-ins.
tracker item
Generate valid RSS feeds from wiki pages, useful for ad serving and remote management of content, like a site footer
This is an RSS feed:
http://sourceforge.net/export/rss2_projsummary.php?group_id=64258


It's not the traditional way of using RSS but it can be very useful :-) It permits us to get up to date info (Ex.: number of devs, number of downloads, etc.) from SourceForge, using RSS. We can then publish on http://info.tikiwiki.org/



This idea could be used for serving ads.
http://en.wikipedia.org/wiki/Ad_serving

This is also in the same idea as:
http://dev.tikiwiki.org/Connect
http://tikiwiki.org/Viral+Tiki

Two immediate uses
# Manage the footer of all *.tikiwiki.org sites from one place
# Permit to push news & calls to action (Current version of Tiki, vote for Tiki in an Award, new release, etc)


Tiki5 as of now:
http://tikiwiki.org/tiki-index_raw.php?page=rsstest

Tiki4 as of now:
http://info.tikiwiki.org/tiki-index_raw.php?page=DeployWikiPageContentAsRSS



Related
{wish id=1396}

tracker item
Import/sync from RSS and not just show
Tiki can read and display RSS feeds: good
Tiki can read, combine and display RSS feeds : great


The next step is to import the data into Tiki and treat it like a native article / event / whatever.

If the remote article / event / whatever is modified, the item should be re-imported (but not duplicated). Using the URL to identify the uniqueness. (Some systems many use titles in the URL and if the title changes, we'll end up with a duplicate)

Related:
*[tiki-view_tracker_item.php?itemId=496|RSS feeds on tiki calendar + calendar data sharing via RSS (remote calendars)]
* http://profiles.tikiwiki.org/Collaborative_Watch

tracker item
Included RSS feed links always open in new window
If you include RSS feeds in modules or Wiki pages (in fact, anywhere that $tikilib->parse_data is used) then links always open in new windows.

This should (in my view) default to open in the same window, with a config option to change. It might be possible to do it in the {rss id=} pseudo tag? That might be the least hassle option?

Either way, all the fun is in tikilib.php, and affects all versions from 1.8 to 1.9 (I think 1.6 onwards, but don't quote me!)

tracker item
Incoming RSS Feeds from Serendipity Blog site broken in 1.10
I am trying to feed in RSS from my Serendipity Blog site to my tikiwiki 1.10 site but it's not working. I have other rss feeds coming in and they work fine. I've tried Rss 1.0 2.0 Atom 1.0, and none seem to work. I can read the RSS from the blog site into Google just fine. I set it up on the 1.9 on the dev.tikiwiki demo install and it works fine.
>
The URL format for the rss2 is: http://www.greyenclave.com/blog/serendipity/index.php?/feeds/index.rss2.

For more, see [http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=26924&topics_offset=3&topics_sort_mode=lastPost_desc&forumId=4|my forum post]
tracker item
Incoming RSS from Serendipity Blog not working
I am trying to feed in RSS from my Serendipity Blog site to my tikiwiki (1.10) site but it's not working. I have other rss feeds coming in and they work fine. I've tried Rss 1.0 2.0 Atom 1.0, and none seem to work. I can read the RSS from the blog site into Google just fine. Tested it on the 1.9.8 demo version here on dev.twiki and it works fine, so it seems to be a 1.10 problem.

The URL format for the rss2 is: http://www.greyenclave.com/blog/serendipity/index.php?/feeds/index.rss2.

For more, see [http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=26924&topics_offset=3&topics_sort_mode=lastPost_desc&forumId=4|My Forum Post].

thanks,

jimjim8@gmail.com
tracker item
Mikael.Franzen
Contributors
tracker item
RSS feed for trackers: should use SEFURLs
It's pretty ugly now...
tracker item
Unable to view tracker rss seed
We just updated our tikiwiki from 6.2 to 8.3 and came across a difficulty when viewing the rss-seed of tracker items. We cloned the database and have not changed anything about permissions, but it seems that only people from a certain group (and admin) can view the rss seed of the tracker while logged in, while others can't. This wasn't previously the case.

We kept the old wiki (6.2) and the tracker rss seed works. See for the example:
http://www.svi.nl/tikiold/tiki-tracker_rss.php?trackerId=5

The rss tracker in the new wiki doesn't. See:
http://www.svi.nl/tiki-tracker_rss.php?trackerId=5

Both have a different database, but they are identical. Also all the permissions concerning trackers are identical.

Is this a bug or has the functionality of the tracker changed? Tried to search in the tikiwiki and bug-reports but couldn't find anything.

EDIT: Apparently this wasn't working in 6.2 either but we created a workaround for it, which also seem to work for 8.3 (see below).

tracker item
RSS Feeds on private trackers report "Tiki RSS Feed Error Message: You do not have permission to view this section"
I am pretty new at this, so I am not sure if I posted the bug and patch at the correct place and in the correct form. Please let me know if I should change something. Unfortunately I do not have time at the moment to learn how to commit patches via SVN and am also a bit unsure about my fix, so please take a look and include it in the next release if you think it is correct.

Scenario:
Tiki LTS 6.6, Tracker not publicly accessible (by anonymous users), RSS Feeds enabled, RSS for Trackers and for Individual tracker items enabled, RSS basic Authentication enabled.

Behaviour:
If I try to subscribe to the RSS feeds of my tracker (by adding http://tiki.***.***/tiki-tracker_rss.php?trackerId=9 to Outlook) I always get the error "Tiki RSS Feed Error Message: You do not have permission to view this section". Same happens if I log out of Tiki and copy the address in my browser.
tracker item
Plugin: RSS
We have a wiki page which has the plugin for RSS feeds. We upgraded from version 3.0 to 6.6 and now the RSS feed plugin no longer works. We have been unable to find a solution on our own and don't know if this is something we overlooked, don't know about or it is an actual problem.

I don't see this reported.
tracker item
Blog posts with "Mark entry as private" are published in RSS feeds
Blog posts marked as private are published to other sites as RSS feed from Tiki. The post content as well as the title is published.
tracker item
Additional Feature
Features Classification
tracker item
koth
Contributors
tracker item
Last editor is showed on article rss as author
In the RSS feed for articles, tha last person to edit the article is proclaimed as the author of said article.
tracker item
Limit RSS based on Status
When Tiki creates an RSS feed for a tracker, it will include __all__ items from that tracker, regardless of status. Tiki will ignore all status-related permissions, too.

For example, if Anonymous cannot view pending items, Tiki will ''still'' include pending items in the tracker's RSS feed.

I want a way to limit the tracker items that appear in a feed, based on status.

tracker item
Links in external RSS feed are now empty
I have an external RSS feed displayed in a module. In 4.x the links contained the correct HREF values and the module worked nicely. In 5.x (trunk as of 4/19/2010) the HREF value is "".

See "Latest Alpha News" module at http://wiki.alphasoftware.com/

The feed used is http://alphasoftware.blogspot.com/feeds/posts/default

The "Display Feed" page has the same empty HREF strings as the displayed module containing the feed.

tracker item
Links produced by RSS module for blogs do not work.
when using the RSS module on blog posts (would like to see the title and body really, or at least a link to the relevant post. The link produced is a tiki-view-blog-post, but the parameters contain only a blog id but not a post id, so results in an error message when clicked.
tracker item
Make RSS feeds page look nicer
Please see:
http://themes.tikiwiki.org/tiki-forums_rss.php?ver=2

The logo should be the site logo, if available.
Make sure of i18n
Make more generic. ie : no "Tiki RSS feed for forums". It should be just RSS for forums.

Test in various browsers. Especially IE6, IE7, and FF2
tracker item
Many Feeds fail to use SEF URL's
tracker item
#649
Contributors
tracker item
Missing Firefox RSS icons for trackers
header.tpl should contain something like below for trackers.

{if $feature_directory eq 'y' and $rss_directories eq 'y'}
<link rel="alternate" type="application/xml" title="{tr}RSS Directories{/tr}" href="tiki-directories_rss.php?ver={$rssfeed_default_version}" />
{/if}
tracker item
natokpe
tracker item
One can not put more then one RSS feed on a wiki page
One can not put more then one RSS feed on a wiki page. Following patch fixes that.
tracker item
RSS aggregated over all Trackers
Tiki offers all RSS Feeds for individual and all items of a feature. Like:

RSS Feed for all Blogs
RSS Feed for individual Blogs

This is not the case for Trackers as far as I can see - at least from Admin -> RSS
tracker item
RSS aggregation is not working in BRANCH-1-9 {RSS(id=>2+3)}{RSS}
BRANCH-1-9 is not working
http://themes.tikiwiki.org/tiki-index.php?page=rssaggregator

HEAD is maybe working.

tracker item
RSS aggregator
Tiki can collect RSS feeds from many sources. That is nice. However, it would be nicer to combine many RSS feeds in one nice list.

http://en.wikipedia.org/wiki/News_aggregator
tracker item
RSS Calendar Security problem - anonymous users allowed access to secured calendar via RSS link
Preface: This is my first bug entered and I am also *very* new to TikiWiki.

With that disclaimer out of the way:

The problem is that the RSS calendar link at the bottom of the default install seems that it bypasses or overrides the security.

I had set up a restricted category and a restricted calendar tied to that category. I created a user with access and it worked fine. I logged in as a test user to make sure it was working correctly. I could see the public calendar and the public topics but not the restricted ones. I thought this is great.

Then, when I was not even logged in as any user, I clicked on the RSS feed at the bottom of the screen and guess what? It showed me all the contents of the restricted calendar and the public calendar, too.

Thanks.
tracker item
RSS external feeds
When we're behind a proxy, external RSS feeds do not get the information.
tracker item
RSS feed broken by backslash if tw in root of subdomain
If Tikiwiki 1.9.4 or 1.9.5 is installed in the wwwroot of a "real" subdomain that resides on its own (win)server (not an alias to a subfolder under the main-domain), then rsslib.php inserts an additional backslash after the domain-name.

Links of rss-feed then look like: ~~#FF0000: sub.domain.com\/tiki... ~~ and RSS feed gets obviously broken.

As a quick-fix for my site I resolved this in the file rsslib.php by deleting the string:
~~#FF0000: ~np~ .dirname( $urlarray["path"] ) ~/np~ ~~
in the variables:
~~#FF0000: $home, $img, $read, $cssStyleSheet, and $xslStyleSheet ~~
in order to get RSS-2.0 to work again.

Unfortunately I'm not any more a coder and don't know php good enough to fix this for everybody and contribute in the CVS (I did no more coding since turbo-pascal under DOS in the mid 90's, but at least still can read a little bit :-)

all the best,
Felix

PS: Thanks everybody here for this great software!!!

tracker item
RSS feed for all upcoming public calendar items.
RSS feed for articles is last 10 articles published with title, date & time, description & link.

RSS feed for calendar will be upcoming 10 events with title, date & time, description & link.

Nice to have: permission checking to make sure feed only contains events visible by anonymous.

An example:
http://facil.qc.ca/cal/rss.php


2006-04-11: It's partially done:
http://repex.qc.ca/tiki-calendars_rss.php?ver=2

Only some of the events are shown, but not all.

Please make sur it's included to tiki-bot_bar.tpl & header.tpl for all styles.



tracker item
RSS feed for Articles in tiki.org produces WSOD
tracker item
RSS Feed module show wrong message (and doesn’t refresh as it claim)
tracker item
PluginRSS: RSS feed on doc.tiki.org shows three times the same title
tracker item
RSS feed order changed between version 2 and 3
{img src=images/code.png}%%% {CODE()}
{rss id=7, max=5}
{CODE}

Should show 5 most recent news items from RSS#7, like on info.tikiwiki.org and not like:
{rss id=7, max=5}
tracker item
RSS feed order is inversed for tiki-tracker_rss.php
For example:
http://dev.tikiwiki.org/tiki-tracker_rss.php?trackerId=5
tracker item
RSS feed per single wiki page
We now have an RSS feed for last changes to all wiki pages [tiki-wiki_rss.php]

It is possible to ((watch)) a wiki page and receive emails of changes. Next step is to have an RSS feed per wiki page.


Related: [tiki-view_tracker_item.php?itemId=884|RSS feed per category]
tracker item
RSS feed screen shows html tags for wiki editor wiki pages
tracker item
RSS feeds do not take user name and password into account
If the access to the various pages (and, presumably) the other parts of the system is controlled by passwords, RSS feeds would be more useful if they contained the same items the users will see when they log in.

Currently, RSS feeds only contain pages viewable for anonymous users.
tracker item
RSS Feeds do not work
Updated from 5.1 to 7.0, now RSS Feeds not working. Also not working with 7.1 RC1.
Chrome browser reports HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
No page displaying in firefox. Tested on Blogs and articles, both have same error. PHP-XML is installed (report of this error in community section discussed PHP-XML as being the solution)

This is RSS feed
http://www.bookkeepersireland.com/tikiwiki/tiki-blogs_rss.php?ver=2
tracker item
RSS feeds dont work correctly when tiki is installed in a subdirectory.
Attempting to View the RSS feed of a page that is running 1.9.0 in a subdirectory results in the error:

The XML page cannot be displayed



It seems to me as though TikiWiki has a number of inconsitencies with the way in which it manages paths, which cause some problems for sites running in subdirectories, the newsletter subscribe url for example uses parse_url to get the path (eg /tikiwiki/) then prepends the httpprefix, whereas the RSS module just appends httpprefix, so in other words these modules expect different thing from the httpprefix function the RSS module want http://mydomain.net/tikiwiki/ whereas the newsletter module just wants http://mydomain.net
tracker item
RSS Feeds for articles do not work
tracker item
RSS feeds from forums are missing forum ID
Go here:
http://tikiwiki.org/tiki-forums_rss.php?ver=2

And click any link
tracker item
RSS feeds might bring down server (too high processing might bring you suspension of ISP
It is not really a security issue, but this is an easy way to get a site into trouble with their provider.

I discovered it myself.

When someone has a RSS link available with a wiki, I can bring him into trouble with their shared hosting provider by misuse the RSS file. The web server of the hosting gets overloaded and the poor sod get suspended for a while.
tracker item
RSS feeds on tiki calendar + calendar data sharing via RSS (remote calendars) or ical
We already are able to show articles, wiki page changes, etc on our calendar. So, how about showing RSS feeds on tiki-calendar.php? That would be a nice way to aggregate all the RSS feeds :-)

RSS feeds could be filtered much the same way as Group Calendars and Tools Calendars. A third column would be added with all available RSS feeds. Users could select via checkbox which RSS feeds they want. (By default none are selected)

Therefore, thanks to RSS in & out for calendars, several Tiki sites could federate calendar data via RSS.
http://tikiwiki.org/tiki-calendars_rss.php?ver=2

Later, we can add ical and hcalendar (http://www.microformats.org/wiki/hcalendar). But in the mean time, it's an easy & efficient solution for calendar sharing :-)

WebCalendar has a Remote Calendars feature to support hCalendar (for example)
http://webcalendar.cvs.sourceforge.net/webcalendar/webcalendar/edit_remotes_handler.php?revision=1.7&view=markup

Related:
[tiki-view_tracker_item.php?itemId=1607|Import/sync from RSS/ical and not just show]
tracker item
RSS feeds: making clear which articles are new since your last login
tiki-admin_rssmodules.php permits to import RSS feeds into Tiki, which you can display & combine in wiki pages or module (great).

However, it shows all the article titles the same way (not so good), the most recent at the top (good)

If the user is logged in, and thus, we know the date of their last login, it would be nice to visually distinguish new articles from old ones (putting them in bold for example). Easy to do and would enhance user experience.

tracker item
RSS feeds: most recent item should be at position #1
Bad:
http://dev.tikiwiki.org/tiki-tracker_rss.php?trackerId=5



Good:
http://tikiwiki.org/tiki-wiki_rss.php?ver=2
http://tikiwiki.org/tiki-blogs_rss.php?ver=2
http://tikiwiki.org/tiki-articles_rss.php?ver=2
http://tikiwiki.org/tiki-image_galleries_rss.php?ver=2
http://tikiwiki.org/tiki-file_galleries_rss.php?ver=2
http://tikiwiki.org/tiki-forums_rss.php?ver=2
http://tikiwiki.org/tiki-directories_rss.php?ver=2
maps RSS feeds are OK
tracker item
RSS for comments
I'm sorry if this has been noticed already,

any chance of seeing RSS feeds for comments on articles and blogs?
tracker item
RSS for individual trackers returns permission denied error message, even for site admin
Using 1.9.cvs

RSS of an individual tracker, such as [http://www.moviments.net/valldelcorb/tiki-tracker_rss.php?trackerId=2] , produces

^
" Tiki RSS Feed Error Message: Permission denied to access this section"^ (translated from another laguage)

I'm doing that even as site user admin.

What's wrong?

The tick in admin > rss is on for all lines (including individual trackers)
tracker item
RSS for the wiki: Adding the diff text & use the diff link in the RSS feed
RSS feed for the wiki now links to the last 10 pages changed. And no text is provided in the RSS feed. So, we click the link and we are provided with little clue of what changed. We then need to click history. Why these extra steps?

It would be much more logical to provide the diff text in the RSS feed. (instead of nothing)

Ex.:
- John has a lamb
+ Mary has a lamb

Also, the URL should link to a nice diff version instead of the page.

Ex.:
tiki-pagehistory.php?page=HomePage&compare=1&oldver=19&newver=20&diff_style=minsidediff

Therefore, we can see basic changes just with RSS and if we click we get the nice colored minsidediff
tracker item
RSS for Wiki is malformed (broken in firefox)
I have the latest files for RSS, and the RSS feed is malformed. I fails to load properly in Firefox, and loads in other readers (e.g. Yahoo) but without formatting.

RSS Validator says one error is that there is an extra line before the first <xml... line, which is causing it to be parsed as HTML and not as XML for RSS. See here for an example; http://www.casesofinterest.com/tiki/tiki-wiki_rss.1.43.2.1.php?ver=2


I have spent a lot of time tracing the calls and I can't figure out why it works fine for blogs, but not for wikis as the code is similar. I hope someone who knows more than I can fix this.
tracker item
RSS lib not parsing links in description
It seems that if links are in the <description> tag of an RSS2 xml. With Firefox (or equiv) see http://scourgeweb.org/svnlogs/log2-rss.xml for an example of how it should render.

It does not render correctly in the RSS user module. The link URLS are broken and don't include the <a href="domain.tld/path"> only the link description of the path is displayed.
tracker item
RSS reader that remembers what you have already read
{QUOTE()}
Stateful? by rpg
posted on: Wed 18 of Jul, 2007 [17:48]
The idea of an aggregator --- and ideally one that could be put on a Wiki page together with other items --- sounds great. But only if it's going to be a stateful aggregator. I.e., I don't want one that will forget which items I have read when I revisit it.
{QUOTE}


A simple fix would be to somehow highlight all the RSS feed items which have a date/time which is after your last login. A bit like the "Since your last visit" module.
tracker item
RSS should have permissions checking
The RSS feeds seem to have no permission checking. The feeds should only include information that is available to Anonymous.
tracker item
RSS support broken
tracker item
RSS titles
tracker item
Select article topic in RSS
Allow to choose in the RSS feed, one topic to show.
tracker item
System RSS feeds
We should have system RSS feeds which links to:
http://info.tikiwiki.org/tiki-articles_rss.php


And this should be hard-coded in tiki-admin.php
tracker item
The title of the module "rsslist" is displayed without taking care of the allowed groups
The title of the module "rsslist" is displayed anyway without taking care of the groups defined and existence of defined RSS with rights.

This title disturbs users who not have the access. How to say, sorry this title should not be displayed don't take care, this as no mean but I can't change nothing, then you are ridiculous and must consider that __this module is not usable__.
tracker item
Tiki hangs if RSS feed is unavailable
In 1.9.9, my site was not loading because it was waiting on an RSS feed that was not loading:
http://facil.qc.ca/cal/rss.php

Tiki should just give up after a short time.


tracker item
tiki-all_rss.php which combines tiki-articles_rss.php, tiki-wiki_rss.php, etc
Say I want to follow all the action on a Tiki site, I have to register to several RSS feeds.

5 RSS feeds just on:
http://tikiwiki.org/tiki-index.php

And if a site activates a new RSS feed, I may not find out right away.

I would like a tiki-all_rss.php which combines all RSS feeds which I am allowed to see.
tracker item
Time Zone offset setting
Webcalendar offers a setting Timezone Offset to Subtract or add hours to server time.

{draw name=timezoneoffset}

This would make things simpler for site which all events are in a common timezone.

Ex.: Showing UTC time in RSS feeds is not very useful...
tracker item
TW RSS module does not like port numbers in feed address
Configuring an RSS 2.0 feed from an address such as

http://techiem2.no-ip.com:444/feeds/index.rss2

does not seem to work (even though the feed was otherwise valid) and results in error

Undefined offset: 0 in tiki-admin_rssmodules.php on line 37

this was tested in TW version 1.9.0, 1.9.1, and 1.9.2

tracker item
Watch forums links/icons +RSS links/icons on tiki-forums.php
We should make it easier for people to watch/monitor forums

Right now, the user needs to go to each forum page and click "monitor"

All the links should be available on tiki-forums.php
tracker item
wiki feed fails
tracker item
Wiki RSS feed broken
The wiki RSS feed seems to show the source code (.diffchar tags, etc.) of page version diffs, rather than showing the list of pages and their links.
tracker item

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Kanban
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools