/[drupal]/contributions/modules/aggregator2/aggregator2.mysql
ViewVC logotype

Log of /contributions/modules/aggregator2/aggregator2.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 11:16:44 2006 UTC (3 years, 4 months ago) by ahwayakchih
Branch: DRUPAL-4-6
Changes since 1.7: +2 -0 lines
Diff to previous 1.7 , to next main 1.8
Aggregator2:
- backporting changes from 4.7
- additional changes and workarounds

Update database with following SQL queries:
ALTER TABLE `aggregator2_feed` ADD `enable_block` int(4) NOT NULL
default '0';
ALTER TABLE `aggregator2_item` ADD `source_xml` varchar(255) NOT NULL
default '';

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 18 18:23:42 2006 UTC (3 years, 4 months ago) by ahwayakchih
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Aggregator2:
- new feature - blacklisting URLs
- improved handling of "original source"

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 22:43:40 2005 UTC (3 years, 11 months ago) by ahwayakchih
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
More optimizations and changes. Last before tagging for 4.6.x and moving
to 4.7 API.
New feature - allow admin to setup sleep period of time between changing
each item node. That may help on often visited servers, but also may
start timouts, etc.. So be sure to first test it, and setup it properly!

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 17:29:39 2005 UTC (3 years, 11 months ago) by ahwayakchih
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Reordered tasks in aggregator2 so deletes go last (after all inserts).
That may speedup whole thing, if OPTIMIZE TABLE is run after each cron.
Fixed bug in aggregator2_autotaxonomy.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 19:50:58 2005 UTC (3 years, 11 months ago) by ahwayakchih
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
Forgot to update .mysql file with index key for guid.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 11:45:27 2005 UTC (4 years ago) by ahwayakchih
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
Add option to auto-create GUIDs for items, so in case where links are
not unique and there are no GUIDS, items will not be overwritten and
seen as one item with many updates.
Database update:
ALTER TABLE `aggregator2_feed` ADD `guid_items` INT( 4 ) DEFAULT '0' NOT
NULL AFTER `update_items`;
ALTER TABLE `aggregator2_item` ADD INDEX ( `guid` );

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 18:18:18 2005 UTC (4 years ago) by ahwayakchih
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
Added "author" field to aggregator2-feed nodes.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 10:14:17 2005 UTC (4 years, 1 month ago) by ahwayakchih
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
Try to use GUID/ID for identifing items. Only if it's not possible (no
unique identifier found in aggregated data) use item's link.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 20:29:22 2005 UTC (4 years, 1 month ago) by ahwayakchih
Branch: MAIN
*** empty log message ***

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2