/[drupal]/contributions/modules/tapatio/comms.module
ViewVC logotype

Log of /contributions/modules/tapatio/comms.module

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


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

Revision 1.1.4.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 21:31:08 2009 UTC (2 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.23: +1 -3 lines
Diff to previous 1.1.4.23 , to branch point 1.1
oopse removing debug statements.

Revision 1.1.4.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 21:27:32 2009 UTC (2 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.22: +24 -12 lines
Diff to previous 1.1.4.22 , to branch point 1.1
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."

Revision 1.1.4.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 07:55:59 2009 UTC (2 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.21: +26 -10 lines
Diff to previous 1.1.4.21 , to branch point 1.1
Fixes 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.

Revision 1.1.4.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 22:21:29 2009 UTC (2 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.20: +15 -564 lines
Diff to previous 1.1.4.20 , to branch point 1.1
Getting read of a bunch of stuff that is no longer being used in the search
filter.

Revision 1.1.4.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 01:04:54 2009 UTC (2 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.19: +12 -12 lines
Diff to previous 1.1.4.19 , to branch point 1.1
Fixed all issues related to adding groups via tags from the AJAX tag handler.

Revision 1.1.4.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 00:07:22 2009 UTC (2 months, 1 week ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.18: +102 -29 lines
Diff to previous 1.1.4.18 , to branch point 1.1
Minor change to _comms_get_gids_by_tid() to return a hash of gids (keyed by
gid valued by group name) instead of an array.

Updates to comms_groups_execute() to provide functionality for [#568928].

Revision 1.1.4.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 06:52:07 2009 UTC (2 months, 1 week ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.17: +2 -2 lines
Diff to previous 1.1.4.17 , to branch point 1.1
Small fix for the return value of comms_get_twitter_followers()

Revision 1.1.4.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 10:52:30 2009 UTC (2 months, 1 week ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.16: +17 -8 lines
Diff to previous 1.1.4.16 , to branch point 1.1
- Fixed a few PHP notices.
- Added a few @todo notes.
- [#577666] I think I fixed this issue, but it needs testing.

Revision 1.1.4.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 04:51:55 2009 UTC (2 months, 1 week ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.15: +6 -2 lines
Diff to previous 1.1.4.15 , to branch point 1.1
Adds [#572198] feature, providing ajax delete for comms nodes.

Revision 1.1.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 08:12:11 2009 UTC (2 months, 1 week ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.14: +40 -35 lines
Diff to previous 1.1.4.14 , to branch point 1.1
#567476, marlon0 - comms_cron now checks for new tweets one user at a time storing a max message id for each user instead of system wide max message id.
- Added accounting for user creation.
- Removed an unuseful watchdog.
- Fixed a bug in comms_get_twitter_tweets() where followers tweets could get skipped over on certain error conditions.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 08:05:34 2009 UTC (2 months, 1 week ago) by evoltech
Branch: DRUPAL-5
Changes since 1.1.2.1: +40 -35 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#567476, marlon0 - comms_cron now checks for new tweets one user at a time storing a max message id for each user instead of system wide max message id.
- Added accounting for user creation.
- Removed an unuseful watchdog.
- Fixed a bug in comms_get_twitter_tweets() where followers tweets could get skipped over on certain error conditions.

Revision 1.1.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 22:35:05 2009 UTC (2 months, 2 weeks ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.13: +22 -14 lines
Diff to previous 1.1.4.13 , to branch point 1.1
Implementation of #572268
- Add a configuration option for setting comms_disablepostbelowpoint.
- Commented out the admin setting for comms_dispatchlevel until #570170
is implemented.

Revision 1.1.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 22:11:51 2009 UTC (2 months, 2 weeks ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.12: +2 -23 lines
Diff to previous 1.1.4.12 , to branch point 1.1
Removing references to comms_actionname because we are not using it.

Revision 1.1.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 8 05:28:13 2009 UTC (2 months, 2 weeks ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.11: +35 -14 lines
Diff to previous 1.1.4.11 , to branch point 1.1
- Fixed some inline documentation formatting.
- Added a submit handler for group_node_form submissions to override some
default values set by the comms module.
- Add a check to see if any values are set in $node->og_groups before
treating it like an array in comms_group_tag_submit().
- Modified how we override group_node_form to customize it even futhur with
some comms defaults.

Revision 1.1.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 8 04:32:03 2009 UTC (2 months, 2 weeks ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.10: +74 -7 lines
Diff to previous 1.1.4.10 , to branch point 1.1
This is a submission to satisfy #562666.

- Cleaned up some of the inline documentation formatting.
- Removing the og audience form component from the comms form when
comms_taxonomy_group_tags_exclusive is set.
- Modified comms_submit to associate groups with terms when
comms_taxonomy_group_tags is set.
- Removed some crud that was not being used in comms_form().
- Added a helper function called _comms_get_gids_by_tid() to get group ids
that are associated with a specific vocabulary term id.

Revision 1.1.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 8 00:13:34 2009 UTC (2 months, 2 weeks ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.9: +18 -21 lines
Diff to previous 1.1.4.9 , to branch point 1.1
- Fixed the implementation of hook_submit.
- Added logic to address #353277 and #562658, making it so that the "body"
section is more intuitive (displayed now as 'Notes').  making sure that there
is no longer a 'title' form, because it doesn't make sense with a comms node.
Making sure that the sms message gets set as thenode title in the background.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 21:34:11 2009 UTC (2 months, 3 weeks ago) by evoltech
Branch: DRUPAL-5
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
Fix for issue #565458 "Creating a new group w/out twitterAPI installed causes
fatal error".  Submitted by marlon0.

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 21:21:14 2009 UTC (2 months, 3 weeks ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.8: +5 -3 lines
Diff to previous 1.1.4.8 , to branch point 1.1
Fix for issue #565458 "Creating a new group w/out twitterAPI installed causes
fatal error".  Submitted by marlon0.

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 23:43:32 2009 UTC (3 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.7: +278 -130 lines
Diff to previous 1.1.4.7 , to branch point 1.1
- Added another permission for configuring the comms module.
- Some grammar and comment fixes.
- Added a config option for toggleing the de-dup feature.
- Added a config option for setting the group node type.

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 04:27:11 2009 UTC (3 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.6: +36 -30 lines
Diff to previous 1.1.4.6 , to branch point 1.1
A few fixes to the add / remove groups AJAX function.

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 03:54:57 2009 UTC (3 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.5: +4 -1 lines
Diff to previous 1.1.4.5 , to branch point 1.1
Fixing messages displayed when a message is dispatched to multiple groups.

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 03:34:08 2009 UTC (3 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.4: +3 -2 lines
Diff to previous 1.1.4.4 , to branch point 1.1
Fix a bug in in groups_execute when there are no groups associated with the comms node yet

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 02:50:28 2009 UTC (3 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.3: +35 -38 lines
Diff to previous 1.1.4.3 , to branch point 1.1
- Added confirmation argument to the AJAX delete.
- Finished writing the AJAX delete function.

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 18:16:31 2009 UTC (3 months ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.2: +65 -4 lines
Diff to previous 1.1.4.2 , to branch point 1.1
- Styling the .view-comms-slim div.message as the comms div.message.
- Shrinking the size of the comms groups select box.
- Adding a new set of JS to the slim view when pulled from the search method.
  The functionality provided is to simplify the deletion of comms nodes from
  the slim view when pulled from /comms/search.
- Added a AJAX delete function, which is not finished yet, at /comms/delete.
- Replaced the default collapse.js with a simpler version that actually works.

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 20 02:11:53 2009 UTC (3 months, 1 week ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1.4.1: +4 -6 lines
Diff to previous 1.1.4.1 , to branch point 1.1
Adding some formatting for a javascript message box, and changing the way messages are returned from the groups AJAX handler.

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 06:09:02 2009 UTC (3 months, 2 weeks ago) by evoltech
Branch: DRUPAL-5--2
Changes since 1.1: +140 -187 lines
Diff to previous 1.1
This is the begining checkin of the second major development branch.  This
branch should be considered unstable.  The following partial features are
added in this branch:
- Moving away from internal voting to reliance on the vote_up_down module.
- Restructuring the display of a comms node.
- Adding AJAX updates for adding, removing groups associated with a comms
node.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 00:37:32 2008 UTC (11 months, 3 weeks ago) by evoltech
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-5--2
This is the initial check in of the files for the tapatio project

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