Log of /contributions/modules/tapatio/comms.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.
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.