Log of /contributions/modules/feedapi/parser_simplepie/parser_simplepie.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6.2.20.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 10 10:46:55 2008 UTC
(12 months, 2 weeks ago)
by
aronnovak
Branch:
DRUPAL-6--1
Changes since
1.6.2.20.2.10: +20 -7 lines
Diff to
previous 1.6.2.20.2.10
, to
branch point 1.6.2.20
Small README.txt fix
#228111 by geodaniel - Enclosure and location support
#316385 - correct title decoding to avoid ugly chars (& -> amp;)
#330524 by Arto - Robust RDF support for common syndication parsera
#328702 - Added vid when updating feed node items
Revision
1.6.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 14 21:16:21 2007 UTC
(23 months, 2 weeks ago)
by
aronnovak
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0-BETA-2
Changes since
1.6.2.14: +2 -2 lines
Diff to
previous 1.6.2.14
, to
branch point 1.6
http://drupal.org/node/200713 - this patch was applied.
- Fixed items_delete default value. Now the predefined content type contains the "never delete" value. If it's not set, feedapi discards all items older than 1 hour. it was really confusing
- The "Refresh feed on creation" option worked only if it was previoulsy defined at content-type, if the user set it at feed creation form it was effectless. GFixed.
Revision
1.6.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 7 19:55:12 2007 UTC
(2 years, 2 months ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.6.2.6: +11 -4 lines
Diff to
previous 1.6.2.6
, to
branch point 1.6
New processor for inheriting taxonomy and og settins from feeds to feed items
Refactored cron-time scheduling. It's easier for the user, she only have to
decide how many seconds he'd like to grant for aggregating
Detailed feed statistics and the management page
parser_common_syndication uses If-Modified-Since and Last-Modified and Etag
to avoid unneeded download of the feed data
parser_simplepie now enables to use simplepie's own caching system
Revision
1.6.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 3 10:43:11 2007 UTC
(2 years, 3 months ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.6.2.4: +4 -1 lines
Diff to
previous 1.6.2.4
, to
branch point 1.6
Removed _feedapi_common_form.
Added possibility of disabling html element filtering.
add feedapi_after_parse hook
Let's enable the modules to define a full name through the hook_help
minor issues were fixed
Revision
1.6.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 1 13:41:32 2007 UTC
(2 years, 3 months ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.6.2.3: +16 -2 lines
Diff to
previous 1.6.2.3
, to
branch point 1.6
It's in the middle of a refactoring. Currently the UI and the code has duplicated parts and very messy. Concept change: feed = node and there are no excplicit feed processors. The working item processor is now only the feedapi_item
Revision
1.6.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 30 09:27:42 2007 UTC
(2 years, 4 months ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.6.2.2: +23 -15 lines
Diff to
previous 1.6.2.2
, to
branch point 1.6
Use stupidly_fast mode of simplepie at compatibility check hook too. Add a separate private function for creating SimplePie object to ensure having the same settings at parse and compatibility check
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 15:05:15 2007 UTC
(2 years, 4 months ago)
by
aronnovak
Branch:
MAIN
Changes since
1.2: +8 -8 lines
Diff to
previous 1.2
Resolved namespace conflict, hooks are feedapi_ prefixed now, feedapi_invoke_feedapi is announced for the operations.
The logic from the form's _submit() hooks were moved to feedapi_invoke_feedapi
Hooks don't accept &$feed, because if it's called via module_invoke and w/ PHP4, it behaves differently from PHP5. So the modules now work with PHP4.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 16 12:21:14 2007 UTC
(2 years, 4 months ago)
by
aronnovak
Branch:
MAIN
Changes since
1.1: +22 -1 lines
Diff to
previous 1.1
Allow multiple processors for each feed
Weighted parser/processors settings
Auto-select parser and processors when create a feed
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 13 07:48:43 2007 UTC
(2 years, 4 months ago)
by
aronnovak
Branch:
MAIN
Renamed/restructured the parser inherited from Aggregation module
Renamed simplepie_parser to achieve coherent parser-naming
Fixed a bug of downloading the feed when cURL is not present (feedapi_feed)
Modified feedapi_item.install to make it the same structure like the other
instal file
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.