| /[drupal]/contributions/modules/feedapi/parser_common_syndication/parser_common_syndication.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#258434 by mustafau - Split parser_common_syndication.module
#508376 - remove stray spaces
#507548 - file location stored as absolute path in db #499730 - code style fixes #455208 by voxpelli - Add reasonable fallback to cron_semaphore
#416156 by alex_b - Better text for SSL option at parser_common_syndication
#324797 - Duplicate items under some circumstances #455688 - by alex_b, Raines37 et al, Make refresh rate of feeds configurable #458312 - Respect revisions on hook_cron() #481578 - Trim Whitespace of Original Url Updated changelog with new features
#476836 - Eliminate notices in parser_common_syndication
#443838 AnderMT: Fix parsing of feeds with empty body.
#431916 - Long URLs are trimmed... (parser_common_syndication) #439128 by AnderMT - Parsed feed cache works incorrectly (parser_common_syndication)
#416156 by David Goode and Aron Novak - make feedapi (parser_common_syndication) accept invalid SSL certs
368099 - Better validation of feed structure, kill notices at csp
Check open_basedir before using curl
Do not download the same URL twice within one request in parser_common_syndication
Fix of various php notices
#327561 - use drupal_http_request in safe_mode
#333083 - xml:base support for parser_common_syndication
#333083 - xml:base support for parser_common_syndication
#345205 by Johnny vd Laar - parser_common_syndication -null checking was problematic with some php versions
Added CDATA support to parser_common_syndication
#341525 by francoiz - rss parsing error #342499 by alex_b - scalable purging of items wrote changelog better simpletest tests
#205051 - choose longer text (desc / content:encoded) while parsing rss20 as description
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
Fix of parser_common_syndication notices by Arto (#323992)
Curl fix at common syndication parser #323995 by Arto Make feed admin overview page more error-proof (if the node is missing, do not list)
Handle special chars in titles (http://drupal.org/node/316385). Fix an RSS2.0 parsing error in parser_common_syndication
Handle special chars in titles (http://drupal.org/node/316385). Move title handling into parsers. Fix an RSS2.0 parsing error in parser_common_syndication
Better parsing of original article / link to site links for atom feeds (common_syndication_parser) Avoid parse_url() php warnings (common_syndication_parser)
Use Drupal builtin valid_url instead of own regexp (parser_common_syndication)
Additional field for feedapi views Better parsing of original article / link to site links for atom feeds (common_syndication_parser) Avoid parse_url() php warnings with a regex (common_syndication_parser)
Adding UserAgent for curl requests (#308744) by Antinoo
Fix of parser_simplepie (experimental, not sure, if this was bogus or not) #294577, thanks to levonai
Fix of parser_simplepie (experimental, not sure, if this was bogus or not) #294577, thanks to levonai
Added experimental curl support to parser_common_syndication for better http reditect handling and more robust downloading.
Fixed content:encoded support for rss2.0 (http://drupal.org/node/205051)
Fixed content:encoded support for rss2.0 (http://drupal.org/node/205051)
Applied patches: #231506, #258031, #285029, #247891, #233542 by mustafau Various code style fixes.
Applied patches: #231506, #258031, #285029, #247891, #233542 by mustafau Various code style improvements.
Fix of RDF timestamp (syndication parser) Kill php notices Ported http://drupal.org/node/282476 (thanks to mustafau)
#276996 by mustafau - fix warnings and notices.
Various code beauty and improved date handling for parser_common_syndication
Fix of aggregator.test to follow the change of the test feed. Various code beauty and improved date handling for parser_common_syndication
Fix of common syndication parser - rss2.0 warnings (category related) Fix of Quick Create Does Not Honor Feed Type bug (http://drupal.org/node/256316)
Full domain/scheme information for tags (http://drupal.org/node/246938) Yet RDF in common syndication parser is not supported
Full domain/scheme information for tags (http://drupal.org/node/246938) Yet RDF in common syndication parser is not supported
Prevent notices (http://drupal.org/node/248042)
- http://drupal.org/node/246938 - fix of parser_common_synd, rss2.0 feeds - http://drupal.org/node/247888 - removed references to feedapi_agg (mustafau) - http://drupal.org/node/246909 - remove t() from hook_menu (mustafau)
- http://drupal.org/node/246940 - update_sql instead of db_query (mustafau) - http://drupal.org/node/246938 - fixed parser_common_synd
Fix of the following bugs: - http://drupal.org/node/247882 (update was not reflected in schema) - http://drupal.org/node/248493 (block were broken) - http://drupal.org/node/248483 (local tasks appeared on every node) - http://drupal.org/node/248042 (kill notices) Credit for giving patches: webchick (http://drupal.org/user/24967), mustafau (http://drupal.org/user/207559), snufkin (http://drupal.org/user/58645), bangpound (http://drupal.org/user/100456)
Applied style and coding standard fixes (http://drupal.org/node/240152), thanks to mustafau (http://drupal.org/user/207559) Applied most of the coder module's warnings Missing t() in form_alter (http://drupal.org/node/245025), patch also provided by mustafau Parent feed in FeedAPI Node Views is fixed (http://drupal.org/node/243988), patch is from vitali04 (http://drupal.org/user/273139)
Applied style and coding standard fixes (http://drupal.org/node/240152), thanks to mustafau (http://drupal.org/user/207559) Applied most of the coder module's warnings Missing t() in form_alter (http://drupal.org/node/245025), patch also provided by mustafau Fixed hook_menu parameters (http://drupal.org/node/244933), thanks to z.stolar (http://drupal.org/user/48488)
Allow long URLs (up to 2048 char) (http://drupal.org/node/234451) Add skip capability of feeds. You can pause automatic feed update (http://drupal.org/node/232591) Fix a caching-related bug when appears if you move the files directory (http://drupal.org/node/241775) Fix parser_common_syndication strange html tag filtering at some strange utf-8 encoding. Before this fix, the feed was empty sometimes
Allow long URLs (up to 2048 char) (http://drupal.org/node/234451) Add skip capability of feeds. You can pause automatic feed update (http://drupal.org/node/232591) Fix a caching-related bug when appears if you move the files directory (http://drupal.org/node/241775) Fix parser_common_syndication strange html tag filtering at some strange utf-8 encoding. Before this fix, the feed was empty sometimes
Fix: delete cache file of parser_common_syndication if the feed was deleted Minor cleanup in feedapi_node
Fix: delete cache file of parser_common_syndication if the feed was deleted
Fix parser_common_syndication caching (http://drupal.org/node/234637). Fix of feed creating - create on refresh (http://drupal.org/node/236863) Add verbose helper text on feed item promoting. (0 means feedapi will demote all your promoted items, empty field means that feedapi does nothing)
Add verbose help text for promote N items. If the field is empty, feedapi does not alter promote property of feed items. But if set to 0, feedapi enforce that none of the feed items are promoted. Fix of http://drupal.org/node/234637
Fix of http://drupal.org/node/236863 , http://drupal.org/node/235953 andif the items_promoted was 0, the feedapi_node_after refresh did not work as expected
Fix of http://drupal.org/node/233542, http://drupal.org/node/230087, http://drupal.org/node/233316, http://drupal.org/node/232521 and unit test fix (never delete old was not set explicitly in feedapi_node test)
Fix of http://drupal.org/node/230087 (html not removed in teaser) , http://drupal.org/node/230071 (feed urls not saved) , http://drupal.org/node/233316 (xhtml id conflict) and http://drupal.org/node/233542 (obsolate update_existing column in feedapi table) in feedapi for d6
Step back from accidental CVS commit (http://drupal.org/cvs?commit=103746)
Initial version of FeedAPI for Drupal 6.x
Initial version of FeedAPI for Drupal 6.x
Do not create obsolete field at feedapi_node (http://drupal.org/node/223325) Tiny bugfix for Common Synd. Parser, the body was empty in some cases (http://drupal.org/node/223279)
FeedAPI: fix translation-related issue (http://drupal.org/node/222781), do not store old, unwanted stat (http://drupal.org/node/222522) Parser Common Syndication: do not show JS code in text (http://drupal.org/node/221043), delete cache file if the feed is deleted.
Accidentally sometimes simplexml object was tried to serialize. Result: Node no longer exists.
Implemented cache for parser common syndication Hash-based decision at feed refresh. If the feed items' hash is not changed, feedapi does not have to go through all the feed items.
Implement http://drupal.org/node/213059 (password protected feeds) in common syndication parser
Added pot files for each submodule. Fixed the issue that feedapi says misleading information after feed refresh Statistics speedup (Jose's code - http://drupal.org/user/4299)
*** empty log message ***
Implemented hook_requirements for parser_common_syndication A typo is fixed.
Handle foolish rdf feed at common syndication parser (http://drupal.org/node/213031) Fixed a bug which pops up when you set two parsers or processors to the same weight. This caused not to call one of them. Now FeedAPI doesn't enable to submit such a configuration via the content-type editing form.
Fix of http://drupal.org/node/212293
Jose (http://drupal.org/user/4299) 's patches about the following: - totally reworked cron mechanism (still based on elapsed time) - fixed one of the simpletest tests - added 'expire' hook which makes possible smarter expiring logic (it was too slow before this) - small improvements - make anonymous cron running work (node_delete checks permissions!) Aron 's modifications: - fix of http://drupal.org/node/211732 - totally reworked statistics storing http://drupal.org/node/191673 - Warning: maybe you CAN LOSE previous statistics. There is a tested update script, but please make sure that you have a backup of the database.
This patch was applied: http://drupal.org/node/202103 - thanks to mustafau (http://drupal.org/user/207559)
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.
Adapted: new API function name feedapi_enabled()
Unifying hooks.
Fix of RSS Autodiscovery if query or fragment present in the URL Only download 1st RSS feed, not all.
http://drupal.org/node/176181 - fix of UI issue - thanks to budda http://drupal.org/node/164212 - a new feature came into parser_common_syndication. The basic concept is from http://keithdevens.com/weblog/archive/2002/Jun/03/RSSAuto-DiscoveryPHP but it's shorter and takes care of <base> tag. This RSS autodiscovery is still experimental in parser_common_syndication.
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
""
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
Finished refactoring (node = feed by default) Lots of changes in the DB structure and unneeded forms and core parts were dropped.
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
Fix an issue, related to original url of articles
Fixing the flow of creating the feed. $feed - $url parameter swap was fixed.
Changed: pass into hook_parse() instead of ->url
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.
Eliminate some warnings. add messages to inform the user when creating a feed without a suitable parser is present
Allow multiple processors for each feed Weighted parser/processors settings Auto-select parser and processors when create a feed
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |