| /[drupal]/contributions/modules/feedapi/feedapi.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#519276 Aron Novak, alex_b: Fix Possibly unexpected behavior because of next_refresh_time.
#253197 by mustafau - Do not set default content type options #314384 by lyricnz, alex_b and me - Add descriptions to FeedAPI fields in schema #557512 - Add default mapping for FEMP 2.x #559242 by cedarm - settings not passed to secondary parsers
#547438 missing {} by spamsammy
#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
#426702 by spydmobile - pg-related fix of update_hook
#426702 by Summit - Missing brackets in update hook
#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
#462872 by Pasqualle - Remove t() from schema descriptions #464342 - fix of per-content-type settings regression (vid support) #462800 by Pasqualle - Submit button is not translatable Change the testfiles according to ##462800 to make the tests happy again
fixed update hook error
Revision support for feedapi settings (feedapi table) Simpletest tests for revision support
Provide an update path to fix the broken built-in content-types for feedapi installations
Provide an update path to fix the broken built-in content-types for feedapi installations
Update hook for http://drupal.org/node/307853 (renamed access callback for menu)
Fix typos in install files comments. Better content-type creation at feedapi_node
Fix typos in install files comments. Better content-type creation at feedapi_node
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.
Eliminate coder warnings + fixes in parser_simplepie.install by mustafau (http://drupal.org/node/262199)
Postgresql fix for upgrade script (http://drupal.org/node/247526)
- 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)
Fix of http://drupal.org/node/246642 (blob/text default value)
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
A break was misplaced: http://drupal.org/node/232591#comment-786711 (mustafau)
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 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
Fix of http://drupal.org/node/228867 and reset menus after simpletest to make sure that the user won't see the temporary content-type under node/add
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
Fix postgresql-related sql queries at .install files. http://drupal.org/node/226888 and http://drupal.org/node/226882
Do not create statistics field at feedapi_install(), it conflicts with feedapi_update_4()
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.
Fix: only mysql accepts "%s" expression. Replaced to '%s' .
Removed unneccessary settings from FeedAPI (show a link at feed node and statistics lifetime) Hardcoded stat lifetime -> defined constant Make feedapi's weight to 5. This helps feedapi_inherit to work correctly. Relevant ticket: http://drupal.org/node/206718
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 is applied: http://drupal.org/node/197579 "Update and clean up settings"
Remove update 3 temporarily
Fixing bad behaviour of feed item expiring. Now this http://drupal.org/node/183939 should be also fixed.
BLOB/TEXT cannot have a default value at mysql. But in linux, by default the query runs through, in windows, the query fails by default. http://bugs.mysql.com/bug.php?id=25520
Make sure that feedapi really clean up variable table after uninstalling. http://drupal.org/node/190249
Postgresql support is tested, two minor bugs were fixed. Now users are able to install feedapi on a Postgresql-powered site.
Fixed: default content types install/uninstall with processors, not with base module
Added "Update already existing items" feature. You have a per-feed choice at this question now. Relevant ticket: http://drupal.org/node/182761
Handle default value for list_feed setting at feedapi_item Sanitize feed statistics
Merged in some changes.
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
Auto-create proper content-types when installing the module. Delete content-type and variables when uninstalling.
- When creating a feed, the form could be a full node edit form now - feed editing works, user can rewrite URL, anything. (one thing: the feed_type auto detection is not started in this case, could be dangerous when multiple types are exist in one site) - Fixed "Categories: " issue at feedapi_aggregator. (it showed when empty) - feed item nodes link change - everywhere the modules' natural name is used now
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
Permission system Fix updating item settings (timestamp setting was lost on update)
Allow multiple processors for each feed Weighted parser/processors settings Auto-select parser and processors when create a feed
- create feeds - refresh feeds - delete feeds - handle the items
Missing breaks at install hooks
Add info and install files Fill feedapi_feed.module basic logic Start feedapi.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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |