|
1.21 (+35 -11 lines) |
05/28/2008 11:47 PM |
Chuck Hagenbuch chuck |
Fix handling of atom feed <link> tags
Note the content type if atom content is html |
|
1.20 (+7 -2 lines) |
05/27/2008 10:40 PM |
Chuck Hagenbuch chuck |
differentiate between published and modified dates, and recognize a few more values |
|
1.19 (+3 -1 lines) |
05/27/2008 12:50 PM |
Chuck Hagenbuch chuck |
return true when we succeed |
|
1.18 (+2 -2 lines) |
01/02/2008 06:13 AM |
Jan Schneider jan |
Happy New Year |
|
1.17 (+7 -1 lines) |
10/10/2007 12:16 AM |
Michael Rubinsky mrubinsk |
Add MEDIA:THUMBNAIL |
|
1.16 (+7 -4 lines) |
10/09/2007 11:08 PM |
Michael Rubinsky mrubinsk |
Revert, makes more sense to fix this in Jonah_News::_fetchExternalStories() |
|
1.15 (+2 -2 lines) |
10/09/2007 11:02 PM |
Michael Rubinsky mrubinsk |
more media tweaks |
|
1.14 (+3 -6 lines) |
10/09/2007 11:00 PM |
Michael Rubinsky mrubinsk |
tweak the parsing for media nodes so we can avoid having nested arrays in the story templates |
|
1.13 (+15 -11 lines) |
10/08/2007 08:36 PM |
Michael Rubinsky mrubinsk |
- *correctly* grab the media:description values in Jonah_FeedParser::
- Check for and add the media elements that we support so far when fetching external channels. |
|
1.12 (+34 -2 lines) |
10/08/2007 06:52 PM |
Michael Rubinsky mrubinsk |
Another attempt at rss 2.0 media namespace support |
|
1.11 (+1 -34 lines) |
10/05/2007 07:37 PM |
Michael Rubinsky mrubinsk |
Revert - this seems to have broken some external feed parsing. |
|
1.10 (+35 -2 lines) |
10/05/2007 07:10 PM |
Michael Rubinsky mrubinsk |
initial support for rss 2.0 media namespace |
|
1.9 (+7 -1 lines) |
03/30/2007 12:20 PM |
Chuck Hagenbuch chuck |
Fall back to utf-8 if the xml parser doesn't support the given charset.
Submitted by: duck@obala.net |
|
1.8 (+2 -2 lines) |
01/02/2007 07:48 AM |
Jan Schneider jan |
Happy New Year |
|
1.7 (+2 -2 lines) |
01/01/2007 07:41 PM |
Jan Schneider jan |
Assign copyright to The Horde Project for those copyright holders that already agreed to it. |
|
1.6 (+11 -3 lines) |
08/17/2006 08:22 AM |
Jan Schneider jan |
Nice, the php xml parser it not able to detect the charset from the 'encoding' attribute. Charset conversion in Jonah only used to work because the UI accidentally had the same charset like the displayed feeds for most users. |
|
1.5 (+2 -2 lines) |
01/01/2006 04:10 PM |
Jan Schneider jan |
Happy new year\! |
|
1.4 (+21 -11 lines) |
06/22/2005 11:01 PM |
Matt Selsky selsky |
Remove extra stuff from @var lines in phpdoc. |
|
1.3 (+5 -3 lines) |
05/04/2005 09:40 PM |
Ben Chavet ben |
Make sure we are always using uppercase tag names for comparison |
|
1.2 (+4 -4 lines) |
04/19/2005 08:43 AM |
Jan Schneider jan |
The XML parser's case folding is locale sensitive. Use our locale safe String
methods instead. |
|
1.1 |
03/26/2005 04:56 PM |
Chuck Hagenbuch chuck |
Initial Atom feed support.
Bug: 1581 |