Log of /contributions/modules/simplefeed/simplefeed_item.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 2 17:52:06 2007 UTC
(2 years, 1 month ago)
by
m3avrck
Branch:
MAIN
Changes since
1.40: +98 -102 lines
Diff to
previous 1.40
significant rewrite of processing algorithm, considerably faster, uses less memory, lots of small bug fixes
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 16 02:22:56 2007 UTC
(2 years, 4 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.38: +46 -39 lines
Diff to
previous 1.38
check etag of feed, so it doesn't process if feed hasn't changed, improves performance and fixes feed items that have expired from reappearing, NOTE database change, please recreate tables
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 15 21:57:05 2007 UTC
(2 years, 4 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.33: +14 -30 lines
Diff to
previous 1.33
significantly improved duplicate checking, much faster, NOTE - many table changes, please drop and recreate tables, no upgrade path since this is still under development
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 26 21:19:22 2007 UTC
(2 years, 6 months ago)
by
csevb10
Branch:
MAIN
Changes since
1.29: +19 -1 lines
Diff to
previous 1.29
#146124 - Cleans up some issues surrounding separating the parsing logic into simplefeed_item
#146121 - node form cleanup (hide the selection boxes) + double spaces on description
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 24 03:16:37 2007 UTC
(2 years, 7 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.28: +15 -6 lines
Diff to
previous 1.28
#138663, fix dates, at last! problem was due to Drupal requiring 'administer nodes' access when in fact cron runs as uid=0 and can't set the name nor date of a node. Super many thanks to webchick who helped figure this out and fix it!
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 19 03:56:55 2007 UTC
(2 years, 7 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.25: +3 -2 lines
Diff to
previous 1.25
- new cron throttle setting to limit how many feeds are parsed per cron run
- fix PHP4 bug when 'invalid date' was thrown when creating feed items
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 18 21:39:34 2007 UTC
(2 years, 7 months ago)
by
csevb10
Branch:
MAIN
Changes since
1.24: +3 -3 lines
Diff to
previous 1.24
Fixes variable_get so that it correctly calls simplefeed_expires instead of simplefeed_item_expires.
# 134960 fix by FiReaNG3L
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 18 19:06:46 2007 UTC
(2 years, 7 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.21: +58 -75 lines
Diff to
previous 1.21
- new hook system, modules can alter when feed expires, when feeds are paresed and when feeds are saved
cvs commit -m
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 27 22:17:28 2007 UTC
(2 years, 8 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.14: +4 -3 lines
Diff to
previous 1.14
#122096, fix feed node dates to be the date of the feed item, not the node creation date--finally fixedd t thanks to maj for pointing this out and eaton for explaining why
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 10 00:57:17 2007 UTC
(2 years, 8 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.11: +2 -2 lines
Diff to
previous 1.11
make feed item link back to parent node, instead of view, back to parent feed node, then click there to see more items if you need to, better usability
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 10 00:21:01 2007 UTC
(2 years, 8 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.9: +2 -3 lines
Diff to
previous 1.9
don't make feed item bodies required, some feeds only spit out a title, this causes validation to fail
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 19 21:14:37 2007 UTC
(2 years, 9 months ago)
by
m3avrck
Branch:
MAIN
Changes since
1.2: +9 -5 lines
Diff to
previous 1.2
make better use of the cache when cron times out, this prevents duplication in the cache. requires a db update, no upgrade path provided. simply drop your cache table and recreate it to make use of this new feature.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 10 20:51:25 2007 UTC
(2 years, 9 months ago)
by
m3avrck
Branch:
MAIN
Initial commit of SimpleFeed, a module that parses feeds into nodes. More documentation and a screen cast coming soon.
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.