CVS messages for Tapatio
September 23, 2009
-
Partial fix to #567476 comment 20. Fix to an issue where if a system is pulling tweets for a large number of users the tweets do not get added until the end. This adds them as they are processed.
-
oopse removing debug statements.
-
Fix for #568928 comment 11: "when you are adding a comms node and you associate it with multiple tags, only one associated group gets added, but both terms get added."
-
Not sure how I missed this before, or maybe a bug was introduced in the last commit, but neither comms_full or comms_slim had distinct nodes. This is a fix.
-
Tapatio: /modules/tapatio/comms.module 1.1.4.22 @ DRUPAL-5--2
Tapatio: /modules/tapatio/comms_views.inc 1.1.4.5 @ DRUPAL-5--2Fixes the comms_full and comms_slim view. They are not using a vote anymore. There is now an option to filter by user. Uncomments the comms_add_twitter_tweets() function call which was incorrectly checked in in a previous commit.
September 22, 2009
-
This splits out all of the functionality used by cron into it's own include file. This logically makes sense because this is where all the interaction with twitter.com happens (with the exception of validating a new groups credentials). It should be noted that the functionality included in comms_cron.inc can not stand on its own. It depends on functions in comms.module.
-
Tapatio: /modules/tapatio/Arc90_Service_Twitter/lib/Arc90/Service/TwitterSearch.php 1.1.4.1 @ DRUPAL-5--2
-
Getting read of a bunch of stuff that is no longer being used in the search filter.
-
[#568928] - Integrate AJAX hooks for the tag/groups/terms. If you like jQuery, you like javascript, and you'll love this. This file represents the rediculousness that is jQuery integration in D5. This code will have exponential decay in size for the D6 implementation.
-
Fixed all issues related to adding groups via tags from the AJAX tag handler.
