Graham Knop
383fa9a5e5
fixed #9816 : Syndicated content asset fails on feeds including a UTF8 BOM
2009-04-14 20:51:44 +00:00
Graham Knop
3a14dc8a58
move back compat method to correct class
2009-04-10 00:51:35 +00:00
Graham Knop
a829304bae
improving RSSCapable upgrade procedure, adding feed header selection
2009-04-03 00:07:19 +00:00
Graham Knop
ca4a9add6d
RssFeed fixes and cleanups
2009-04-02 16:24:44 +00:00
Colin Kuskie
9ca83226c5
Removing debug code.
2009-04-02 04:54:26 +00:00
Matthew Wilson
cf63a4e4f3
(Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time.
2009-03-30 21:38:12 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
e0e6e9b947
fixed: Syndicated Content asset doesn't work with feeds that specify their encodings via HTTP headers
2009-01-28 18:03:37 +00:00
Graham Knop
c7c4b8aecd
fix error reporting in Syndicated Content
2009-01-28 16:39:21 +00:00
David Delikat
16ce54bf4f
added a new function to WebGUI::HTML to parse html text and extract a list of elements based on a tag
...
spec. used to extract paragraphs for the synopsis; convert FeedPP properties to scalar context so that
blank fields are rendered properly.
2009-01-23 03:41:49 +00:00
Graham Knop
33a3f2b439
fixed: Syndicated Content corrupts wide characters
2009-01-09 10:33:12 +00:00
Graham Knop
8d3b153542
use epoch date for syndicated content items
2008-11-12 21:28:23 +00:00
JT Smith
07519c7e98
fixed some caching and parsing problems
2008-11-12 21:11:19 +00:00
Graham Knop
6c0688add2
clean up pod, syntax, warning problems
2008-11-12 01:17:22 +00:00
JT Smith
f951bbed37
Added a better mechanism for calculating when content was last modified for cache headers.
2008-11-06 15:48:31 +00:00
JT Smith
ef6aedc862
- The Syndicated Content asset was rewritten, and now uses 35% less memory and is 400% faster.
2008-11-06 02:32:10 +00:00
Doug Bell
3045e3f3de
fixed: SyndicatedContent asset throws runtime error with RSS feeds it cant deal with
2008-11-05 19:44:05 +00:00
Graham Knop
3d5224c93c
fixed: Syndicated Content doesn't decode alternate character sets
2008-09-05 22:13:59 +00:00
Chris Nehren
36eb8db8fc
add ability to show metadata values in head blocks.
2008-08-21 18:51:16 +00:00
Kaleb Murphy
f64293e530
Upgrade 7.5.10-7.5.11 upgrades transaction payment gateway info.
2008-08-12 17:04:36 +00:00
Diona Kidd
b895efb8c6
Adding conditional to test if xml is already decoded
2008-08-07 02:20:56 +00:00
Graham Knop
823c0af44f
fixed: Syndicated Content doesn't always decode text properly
...
fixed: Syndicated Content caches improperly
2008-07-08 16:55:23 +00:00
Doug Bell
879668156b
fixed: Syndicated Content wobject makes H::T choke
2008-06-13 19:30:19 +00:00
Graham Knop
e1527b5fda
fixed: Syndicated content fills results with empty entries up to max headlines count
2008-06-11 19:17:42 +00:00
Graham Knop
d7680799e2
fixed: Syndicated Content asset tries too hard to get URLs returning errors
2008-03-25 21:30:23 +00:00
Graham Knop
0bf48f9349
fixed: Syndicated Content picks wrong entries for interleaving
2008-03-25 20:07:23 +00:00
Graham Knop
b6a4aad7c6
fixed: Optional pubDate RSS field generates warnings when missing
2008-03-21 22:01:40 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
JT Smith
060a43261f
typo
2008-01-24 06:46:08 +00:00
Graham Knop
1149fd54ed
merging 7.4 changes
2008-01-23 23:48:35 +00:00
Colin Kuskie
96178fd70c
first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead
2007-12-05 00:30:43 +00:00
Graham Knop
3a9ea9ab2d
fix syndicated content now showing all events in interleaved mode
2007-09-24 17:59:55 +00:00
Frank Dillon
b90c79f4c4
Fixed a bug which would display the asset title twice when there was aggregate content
2007-08-14 21:14:13 +00:00
Graham Knop
40a49bc913
Merging 7.3.21 changes.
2007-07-18 20:05:19 +00:00
James Tolley
5aa7db7d58
syndicated content sorted by pubDate where possible
2007-07-06 23:01:38 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Doug Bell
a4f56ff9ef
add: syndicated content wobject now has additional ways to show the description.
2007-05-28 23:12:13 +00:00
Colin Kuskie
8bc26ddda2
repair broken POD
2006-11-07 17:12:03 +00:00
Drake
23f32fd1e9
From 7.1 branch, merge fix to SyndicatedContent re IE not handling '
...
and associated workaround not handling all instances.
2006-11-03 22:13:13 +00:00
Roy Johnson
c197ded0a9
Added feature to the Syndicated Content Wobject that allows the use of macros in the RSS URL property
2006-11-02 20:17:47 +00:00
Drake
bebf3f159c
Make all LWP user agents use env_proxy.
2006-10-26 20:07:43 +00:00
Drake
936054ba19
Multiple fixes:
...
- Probably fix "more-geturl-bugs", but hard to verify.
- Fix "last-modified-problem", approximately. (Difficult or impossible
in the general case for externally-retrieved content.)
- Fix "rss-syndication".
- Fix unnamed bug where Database caches would try to Storable::freeze
non-references and thereby crash.
- Fix "apache-version-component-in-wrong-place".
2006-08-29 16:44:41 +00:00
JT Smith
0aac23dedf
- fix: AssetProxied Navigation context menu - items invisible in Style 02
...
- fix: Request Tracker Asset - Reply to a post displays Severity drop down
list
- fix: Syndicated wobject erro 6.8+
2006-07-11 15:41:24 +00:00
Yung Han Khoe
8ac6f3a29c
Fix for <![CDATA[ ]]> tags in RSS feeds.
2006-06-21 09:35:14 +00:00
JT Smith
771d11f833
- fix: Help is missing style
...
- fix: Setting expire password on user creation does nothing
- fix: Collaboration settings in help
- Lots of template fixes.
2006-06-02 16:22:55 +00:00
JT Smith
b38f299f90
- fix: 6.8.7 - CSS layout templates still don't work right in IE
...
- fix: 6.8 - Unable to change Home page or Not Found [...] blank
- fix: WebGUI creating bad Live Bookmarks for all SyndicatedObjects
- fix: RSS Feeds Don't Combine
- fix: Suspicious code in SyndicatedContent.pm
2006-05-31 21:22:29 +00:00
Wouter van Oijen
684f08649d
Fixing stuff
2006-05-21 14:49:40 +00:00
JT Smith
e8c073b9df
some http header changes
2006-04-18 14:22:42 +00:00
JT Smith
e4392f7449
new caching system to replace old page cache
2006-04-05 20:46:57 +00:00