-
Aggregator2 logo: - update types of nodes
-
Aggregator2 easyfeed: - new small module allowing users to add feed at registration time.
-
Aggregator2: - make javascript redirection optional (but default).
-
Aggregator2: - additional SQL queries in update_1 function, to change node type names properly.
-
Aggregator2 logo: - update to changes in aggregator2 (feed->image is now supported as direct link, without html thingies).
-
Aggregator2 autotaxonomy: - Huge changes :)
-
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 '';
-
Aggregator2: - don't set feed->image to empty string if it's already set to some value.
-
Aggregator2: - fix drupal_set_message call so it won't create millions of locale entires.
-
Aggregator2: - fix: If number of promoted items is set to "none" don't change any promotion of any items.