Log of /contributions/modules/feedparser/feedaggregator_node.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 18 02:19:41 2006 UTC
(2 years, 11 months ago)
by
budda
Branch:
MAIN
Changes since
1.37: +6 -4 lines
Diff to
previous 1.37
html_entity_decode for php4 sucks, reverted back to PHP function and supressed any PHP errors for the line.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 14 01:57:49 2006 UTC
(2 years, 11 months ago)
by
budda
Branch:
MAIN
Changes since
1.31: +2 -2 lines
Diff to
previous 1.31
Updated module descriptions to make them more clear about what function they provide in the FeedParser package.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 29 03:43:24 2006 UTC
(2 years, 11 months ago)
by
budda
Branch:
MAIN
Changes since
1.28: +2 -2 lines
Diff to
previous 1.28
Changed the way nodes get their taxonomy to work with the neater feedmanager way of providing taxonomy terms.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 29 01:45:10 2006 UTC
(2 years, 11 months ago)
by
budda
Branch:
MAIN
Changes since
1.27: +3 -5 lines
Diff to
previous 1.27
Feed filter was not showing correct selection when re-editing feed.
Aggregator sources pages only listed nodes if they had been promoted to front page flag ticked.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 21 02:01:27 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.23: +5 -4 lines
Diff to
previous 1.23
Added better reporting about how many feed items were updated/added per feed run.
Possibility to define how many feeds are parsed per cron run. (code based on Leech module)
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 19 03:35:26 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.17: +11 -12 lines
Diff to
previous 1.17
Now uses SimplePie RSS/ATOM parser - let somebody else deal with the hassle of parsing all manner of "standards".
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 3 16:05:49 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.14: +9 -9 lines
Diff to
previous 1.14
Only count nodes which are currenlty published (not expired).
When updating an existing nodes contents do not override its options (un-expire node in some cases)
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 15 02:39:36 2006 UTC
(3 years, 1 month ago)
by
budda
Branch:
MAIN
Changes since
1.12: +68 -67 lines
Diff to
previous 1.12
Slight re-work of feedapi so that 'save_item' will only be processed if the $feed['processor'] is set to this module.
Had to remove the use of module_invoke() and go back to module_invoke_all() in order to cater for modules such as the feedparser_enclosure.module which needs to process its data at the same time as the node aggregator module.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 15 02:22:10 2006 UTC
(3 years, 1 month ago)
by
budda
Branch:
MAIN
Changes since
1.11: +8 -1 lines
Diff to
previous 1.11
Added a bit of duplicate item checking, and update the existing item if a dupe is found.
Probably needs more testing....
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 2 01:37:41 2006 UTC
(3 years, 1 month ago)
by
budda
Branch:
MAIN
Changes since
1.6: +187 -4 lines
Diff to
previous 1.6
Added support for expiry of feed items.
Automatic creating of vocabulary terms to match a feed items <category> tag.
Various code cleanups.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 27 23:55:13 2006 UTC
(3 years, 2 months ago)
by
budda
Branch:
MAIN
Changes since
1.4: +3 -2 lines
Diff to
previous 1.4
Main node body is now populated by RSS item description/content field, as it should have always done (!)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.