| /[drupal]/contributions/modules/leech/leech.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Respect Author of feed field. Now the feed items got the value as node uid.
Fixed: queries rewritten according Drupal APIs and guide lines. #171157 . Thanks to Roberto Gerola and patchak
Fix of leech feed taxonomy module. Missing presave hook was created, missing node_taxonomy_save is added.
Fixing taxonomy_user module's taxonomy info inheriting
Problem was: it seems to me, that despite the fact of the current user, the nodeapi hooks seems to be called with the user of the author of the node. If the node author doesn't have the "create feed" right, the feed won't work correctly.
Removed: period after link
Fixed: capitalize Feed in link
Fixed: leech now updates favicons. Removed debug output.
Fixed: favicon-placeholder.png was accidentally being stored to leech_news database
Fixed: Error storing favicons: when updating a feed item, path to favicon ended up in DB - thanks, Jeff, for catching this one.
Now really: Fixed: default settings were not respected because of typo #node/162444. Thank you, perfumespedia.
Fixed: default settings were not respected because of typo #node/162444. Thank you, perfumespedia.
Fixed: favicon file name retrieval was buggy
Fixed: favicon path in leech_favicon_url() and removed db_rewrite_sql for retrieving favicon path in same function - thanks jmiccolis
New: add downloaded field to leech feed items.
Fixed: icons stored without file path now
Add: URL retrieval function for favicons - thank you, jmiccolis.
Fixed: leech 5.x now MySQL 4.0 compatible - thanks to Jo Wouters node/152509
exclude 304 from watchdog errors
Fixed: faulty arguments for update SQL statement in cron function
Fixed: faulty arguments for sql statement
Fixed: early marking as checked mitigates concurrent cron run issues
Fixed: SQL error when no feeds to check
go back to the original status: check against link and fid. The origin of the duplications should be the cron-part
undo the unique index for link
Fixed: updated leech checked time first thing so that parallel cron processes can't do damage
Some cosmetics: remove a duplicate query definition
remove debug output
New: watchdog calls are fed through leech_watchdog now - allows for centralized control of watchdog messages (verbose/normal messaging switch central). New: on verbose watchdog output, a timestamp of the time elapsed since the last action is added - useful for debugging
Prevent duplicate leech_news_item in the database layer. Run update.php before try out the changes.
Fixed: better description on what wait time does (settings page)
Fixed: recovered changes from rev. 1.3.2.46 that were lost in commit from 1.3.2.5. That were two fixes for the OPML import. 1) user recognized 2) duplicate feeds don't cause blip
fix con_ection typo - thanks, irakli
fix typo in URL validation against blacklist - thanks to Irakli
Restructure of per-feed settings
fix og groups bug node/122950 - thanks to tonythemediaguy
fix some language and use Capitalized, Drupal-5 style links wherever possible
fix permissions, some polishing
adjust leech to latest changes in keyword feed builder (keyword feed builder is not using nodes as keyword feed set representation anymore), adjust some wording in opml import interface
Make the per-feed Term Extraction settings more straightforward. Fix that the per-feed vocab settings didn't worked if the query was empty. an unneeded checkbox is removed.
workaround xml encoding problem for feeds that uses xml single quotes (xml blah='data') Allow text/plain mime for feeds.
workaround xml encoding problem for feeds that uses xml single quotes (xml blah='data') Allow text/plain mime for feeds.
fixed OPML import: no errors when importing existing feeds, validator checks against selected user and not present user. todo: add permission checks to import, create or use permission for adding feeds for any user
remove table width = 100% in leech node view - buggy
Swap leech_yahoo_terms w/ yahoo_terms module support
Do a workaround because of I experienced preg_match behaves differently in PHP 4 and 5 with the same data and regexp.
check_url() instead of check_plain() for urls in _retrieve_favicon() function
Prepare leech for interaction with yahoo_terms module
clarify usage of leech_og_group() in comment
clear out some bugs with keyword block in sidebar
new feature: show feed logo on feed page if exists. also new: theme_leech_view() makes it easier to theme feed view
remove a debug output
todo comment: create nested array with keyword feeds
added a leech block that provides a list of feeds (in current group if og is enabled and leech og group is set)
favicon will be retrieved whenever a node is being updated. code should be ok now. cleaned some drupal messages up.
commit basic favicon code for today. missing: looking for favicons on cron time, error handling
add leech_views to cvs repository - thanks to jmiccolis for this patch (node/131825)
move leech mass add to node/add/leech/import
beauty patch: fix some UI language and code formatting -alex
some formatting fixes
some cleaning up of code, some cleaning up of language on settings page
another little language fix
fix language in watchdog warning, make warning an error
Feed Taxonomy submodule for leech. The main functionality is ported from here: http://drupal.org/node/98705
leech handling for anons if enabled
More straightforward SQL query: http://drupal.org/node/125059
More straightforward SQL query: http://drupal.org/node/125059
Implement delete items older than feature (http://drupal.org/node/125059)
Implement delete items older than feature (http://drupal.org/node/125059)
OPML feed list import
Mass feed creation: able to set the owner (user) of the feed
Mass feed creation interface added. Almost ready.
Cosmetic error was fixed (http://drupal.org/node/122766)
Add leech refresh setting to content-type settings page. Somehow disappeared during module-upgrading to Drupal 5
If a feed is newly created, the Time until next refresh was never. It is changed to more sanite immediately text.
Set default multithreaded mode to false. It's only for advanced users. It's too easy to get things broken.
Do not sleep a lot while leeching. Set the default sleep interval to 0.
Do not sleep a lot while leeching. Set the default sleep interval to 0.
http://drupal.org/node/120444 - this is fixed. Do not mess up other modules data, don't expect specific behaviour (same object structure on submit/save form and object) from other modules.
http://drupal.org/node/120444 - this is fixed. Do not mess up other modules data, don't expect specific behaviour (same object structure on submit/save form and object) from other modules.
Items not being promoted: remove ugly undocumented behaviour that if at the content-type is set to non-promoting, the feed items won't show on front page (http://drupal.org/node/115320)
Items not being promoted: remove ugly undocumented behaviour that if at the content-type is set to non-promoting, the feed items won't show on front page (http://drupal.org/node/115320)
Fix all items beeing promoted, ignoring settings
avoid mb_check_encoding warning about empty encoding
avoid mb_check_encoding warning about empty encoding
cURL not installed as an error message
cURL not installed as an error message Thanks diggersf for the patch!
Eliminate problems with php5 reference-passing instead of value
mb_check_encoding is not available for all PHP versions. Do not brake anything if doesn't exist.
mb_check_encoding is not available for all PHP versions. Do not brake anything if doesn't exist.
Handle various charsets (for example windows-1251)
Handle various charsets (for example windows-1251)
Fix multithreaded cron paths for multisite installs
less output to watchdog if verbose option is not selected
Multithreaded cron task now use semaphores to achieve exclusive locking.
Multithreaded cron task. Refresh the several feeds concurrently.
Fix broken remove items option. The confirm_form has to be redesigned according to Drupal 5
Added adaptive leech
Add adaptive behaviour to the leech, it changes the leeching frequency according to the RSS feed's activity. It's just optional.
Merge the resolve of \"Remembering Settings for Leech Fieldset in the Node Form\" bug. Little improvements in _leech_news_save_items and node_template_save
Porting the leech module to Drupal 5. important todo: I backport the HTTPPost function from Drupal 4.7. It is not good. Replace it w/ the jQuery's $.ajax method.
Merged changes from DRUPAL-4-7 branch into DRUPAL-5 branch -a
Fixing groups settings (og module) lost after each cron run bug
Fixing groups settings lost after each cron run bug
Prevent leech changing current account to another user. (fix a not strict-typed == check) Make Google Reader feeds usable with leech
Prevent leech changing current account to another user. (fix a not strict-typed == check) Make Google Reader feeds usable with leech
fixed bug that occurs with php5 - see http://www.drupal.org/node/107315
merged DRUPAL-4-7--1-4-before-merge into trunk
leech_insert() instead of leech_news_insert() patch from steve dondley http://www.drupal.org/node/104343
removed some debug output
debugged group interface, still needs to be tested -a
leech_news now part of leech, leech_opml as well, several bug fixes to leech, integration with url_profile directly within leech
updated readme txt, added option to pass on taxonomy and groups from feeds to feed items. fixed add feed bug. -alex
performance improvements in leeching
add leech to repos -alex
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 |