Log of /contributions/modules/feedparser/feedmanager.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.44 -
(
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.43: +1 -14 lines
Diff to
previous 1.43
html_entity_decode for php4 sucks, reverted back to PHP function and supressed any PHP errors for the line.
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 29 03:44:22 2006 UTC
(2 years, 11 months ago)
by
budda
Branch:
MAIN
Changes since
1.35: +8 -29 lines
Diff to
previous 1.35
Getting a feed now gets its associated terms at the same time.
Removed un-necessary duplications of category id loading from old way.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 29 01:51:44 2006 UTC
(2 years, 11 months ago)
by
budda
Branch:
MAIN
Changes since
1.33: +7 -8 lines
Diff to
previous 1.33
If we don't have a taxonomy form, don't bother doing any other taxonomy form processing for the feed edit form.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 29 01:50:26 2006 UTC
(2 years, 11 months ago)
by
budda
Branch:
MAIN
Changes since
1.32: +6 -11 lines
Diff to
previous 1.32
Cleaned up the excessive use of arrays to store feed image data.
Defaulted feeds to being sorted by date order incase their order is wrong.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 23 03:22:14 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.28: +49 -14 lines
Diff to
previous 1.28
Added ?q=aggregator/sources overview page and admin setting to define how many latest items from each feed should be displayed.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 23 01:32:44 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.25: +11 -4 lines
Diff to
previous 1.25
Feed admin list now checks to make sure a feed processor module implements the hook_list_items() before making a link to the page.
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: +42 -7 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.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 20 21:33:50 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.22: +6 -5 lines
Diff to
previous 1.22
Fixed adding feed SQL error due to last nights changes to data storage.
Fixed item count missing due to above changes too.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 20 00:38:31 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.21: +19 -19 lines
Diff to
previous 1.21
Changed db table structure - removed some fields, as they are now stored, serialized, in the 'data' column to allow any feedparser support module to also store their data associated with the feed without any extra dbase work for them.
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: +92 -13 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]
Sun Nov 19 01:18:49 2006 UTC
(3 years ago)
by
budda
Branch:
MAIN
Changes since
1.14: +58 -30 lines
Diff to
previous 1.14
Added check for duplicate feed url's being added (don't know where that check vanished to previously!)
When a feed is deleted it will call the processors hook to clean up any data relating to the feed.
Added support for serialized variable data per feed - held in a new 'data' column of the db table. Much in the same way as users.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 15 02:40:13 2006 UTC
(3 years, 1 month ago)
by
budda
Branch:
MAIN
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
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.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 15 01:15:43 2006 UTC
(3 years, 1 month ago)
by
budda
Branch:
MAIN
Changes since
1.10: +24 -4 lines
Diff to
previous 1.10
Each feed can now be processed in to a different type of content. So one feed can have its items stored as nodes, another feed can have its items stored as traditional aggregator items (when the module is done).
This is implemented through the feedapi 'processor_name' api call.
Feed processor modules are now registered to the feed rather than polling all modules using module_invoke_all().
Please run update.php to upgrade your aggregator_feed db table.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 27 23:55:14 2006 UTC
(3 years, 1 month ago)
by
budda
Branch:
MAIN
Changes since
1.6: +3 -3 lines
Diff to
previous 1.6
Main node body is now populated by RSS item description/content field, as it should have always done (!)
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 9 17:16:07 2006 UTC
(3 years, 4 months ago)
by
budda
Branch:
MAIN
Changes since
1.2: +505 -1 lines
Diff to
previous 1.2
Added calling of the hook_feedapi() for other modules to process feed items.
Moved most of aggregator.module admin code in to the feedmanager.module
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.