CVS messages for Aggregator2
December 4, 2005
- Commit #22181 by ahwayakchih at 23:12
Fix bug i made and cleanup promoting function a bit (i still don't like it though ;(.
- Commit #22177 by ahwayakchih at 17:29Aggregator2: /modules/aggregator2/aggregator2.module 1.25
Aggregator2: /modules/aggregator2/aggregator2.mysql 1.6
Aggregator2: /modules/aggregator2/aggregator2_autotaxonomy.module 1.5Reordered 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.
November 29, 2005
- Commit #21958 by ahwayakchih at 19:50
Forgot to update .mysql file with index key for guid.
November 27, 2005
- Commit #21800 by ahwayakchih at 11:45Aggregator2: /modules/aggregator2/aggregator2.module 1.24
Aggregator2: /modules/aggregator2/aggregator2.mysql 1.4Add 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` );
November 14, 2005
- Commit #21314 by ahwayakchih at 12:39
Allow to setup description and input format when ading new node. Thanks to John Bransford for spotting this :).
November 1, 2005
- Commit #20806 by ahwayakchih at 23:37
Wrap CDATA also around media:text tag, to prevent it's content from parsing (it may contain unescaped html like other such tags :(
October 30, 2005
- Commit #20718 by ahwayakchih at 08:58
When creating item unset "parent_node" field from feed to avoid messing up relativity module's data.
October 29, 2005
- Commit #20708 by ahwayakchih at 21:00
Summary/Description go to body field, unless there is content/content:encoded which is longer (has more text) in which case they go to teaser and content goes to body.
- Commit #20700 by ahwayakchih at 18:18Aggregator2: /modules/aggregator2/aggregator2.module 1.19
Aggregator2: /modules/aggregator2/aggregator2.mysql 1.3Added "author" field to aggregator2-feed nodes.
- Commit #20698 by ahwayakchih at 17:49
Added "view items" link to links section of feed node.
