/[drupal]/contributions/modules/activitystream/activitystream.module
ViewVC logotype

Log of /contributions/modules/activitystream/activitystream.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.2.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 25 05:19:35 2009 UTC (24 hours, 36 minutes ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.17: +2 -2 lines
Diff to previous 1.2.2.17 , to branch point 1.2 , to next main 1.4
(Fix) Date header in stream uses hard-coded date format. (Fixes [#640528])

Revision 1.2.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 23:36:36 2009 UTC (2 weeks, 2 days ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.16: +4 -1 lines
Diff to previous 1.2.2.16 , to branch point 1.2
(New) Delete Activity Stream accounts when a user is deleted. (Fixes [#504298])

Revision 1.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 22:41:49 2009 UTC (2 weeks, 2 days ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.15: +11 -11 lines
Diff to previous 1.2.2.15 , to branch point 1.2
(Fix) Many strings not translatable (Fixes [#500858] thanks to jeancf for patch)

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 05:48:14 2009 UTC (2 weeks, 5 days ago) by akalsey
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.2.2.14: +2 -2 lines
Diff to previous 1.2.2.14 , to branch point 1.2
(Fix) hook_cron doesn't honor db table prefixes (Fixes [#547406])

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 05:08:15 2009 UTC (2 weeks, 5 days ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.13: +2 -2 lines
Diff to previous 1.2.2.13 , to branch point 1.2
(Fix) Pass by reference errors in admin (Fixes [#551104])

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 01:38:06 2009 UTC (2 weeks, 5 days ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.12: +17 -18 lines
Diff to previous 1.2.2.12 , to branch point 1.2
(Change) use node_body_field on the node edit form (Fixes [#582918] patch by Benjamin Melançon)
(Fix) Call-time pass by reference error (Fixes [#572596])
(New) PHP 5.3 compatibility (Fixes [#618504])
(Fix) Node edit field labels not translatable ([#590216] patch by aufumy)

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 16:40:20 2009 UTC (6 months, 1 week ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.11: +6 -1 lines
Diff to previous 1.2.2.11 , to branch point 1.2
(Fix) Saving a user account or profile causes the user's activity stream to stop updating until the user re-saves their activity stream settings. [#331081] Thanks to soyarma for finding the source of the bug.

Revision 1.2.2.5.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 16:40:11 2009 UTC (6 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-RC2
Changes since 1.2.2.5.2.12: +41 -35 lines
Diff to previous 1.2.2.5.2.12 , to branch point 1.2.2.5 , to next main 1.2.2.18
(Fix) Saving a user account or profile causes the user's activity stream to stop updating until the user re-saves their activity stream settings. [#331081] Thanks to soyarma for finding the source of the bug.

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 13:42:54 2009 UTC (6 months, 1 week ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.10: +26 -12 lines
Diff to previous 1.2.2.10 , to branch point 1.2
(Change) use a menu access callback to determine visibility of the profile subtab instead of the ugly hack that was previously used.

Revision 1.2.2.5.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 20:56:57 2009 UTC (6 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.11: +2 -2 lines
Diff to previous 1.2.2.5.2.11 , to branch point 1.2.2.5
(Fix) typo on settings page [#440658]

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 20:38:44 2009 UTC (6 months, 1 week ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.9: +9 -8 lines
Diff to previous 1.2.2.9 , to branch point 1.2
Fix some bugs around global settings.
(Fix) Initial install doesn't create 'changed column
(Change) Update phpFlickr library to match current Flickr API
(Change) Use search.twitter.com for hashtags instead of hashtag.org
(New) Twitpic support. Patch by geodaniel [#381724]

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 17:56:07 2009 UTC (7 months, 1 week ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.8: +22 -5 lines
Diff to previous 1.2.2.8 , to branch point 1.2
Fix issue with fetch interval settings in previous commit
(New) only update streams from users that have been active recently

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 04:48:43 2009 UTC (7 months, 1 week ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.7: +118 -23 lines
Diff to previous 1.2.2.7 , to branch point 1.2
(New) RSS feeds for the site stream and for each user [#362433] & [#257403]

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 19:30:54 2009 UTC (7 months, 1 week ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.6: +138 -56 lines
Diff to previous 1.2.2.6 , to branch point 1.2
(New) Permissions settings allow admins to determine which roles can use each add-on module
(Fix) Submit button appears before module settings in admin settings form
(Fix) Breadcrumb missing "Home" link. [#328827]
(New) If Job Queue is installed, use it instead of processing everything on Cron. [#417548]
(New) Allow admins to specify a delay on Updates and not update every hour. [#417548]
(New) Import Tags and Categories from feeds and feed-based plugins [#265001] patch by acstewart
(Fix) Problems with updates containing titles longer than 128 characters (ie Twitter). [#304209] patch by dsantangelo

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 17:34:31 2009 UTC (7 months, 2 weeks ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.5: +391 -248 lines
Diff to previous 1.2.2.5 , to branch point 1.2
(New) Split node creation from stream addition to allow for local site activity
(Change) Include RSS feed url in watchdog error reports
(Change) On settings page, provide a link to get a flickr api key

Revision 1.2.2.5.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 07:24:54 2009 UTC (7 months, 2 weeks ago) by akalsey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.2.2.5.2.10: +16 -2 lines
Diff to previous 1.2.2.5.2.10 , to branch point 1.2.2.5
(New) Add a friendly description on the user settings page. [#429078]

Revision 1.2.2.5.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 06:58:00 2009 UTC (7 months, 2 weeks ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.9: +35 -58 lines
Diff to previous 1.2.2.5.2.9 , to branch point 1.2.2.5
(New) Add permissions hooks for editing and deleting items [#408218]
(New) Views2 support [#300163]
(Fix) Move profile view out of Summary [#399266]

Revision 1.2.2.5.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 18:53:22 2008 UTC (14 months, 2 weeks ago) by akalsey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.2.2.5.2.8: +5 -2 lines
Diff to previous 1.2.2.5.2.8 , to branch point 1.2.2.5
(Fix) Date and userid are overwritten for new nodes. Fixes [#296601] reported by samc

Revision 1.2.2.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 03:56:06 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.7: +10 -253 lines
Diff to previous 1.2.2.5.2.7 , to branch point 1.2.2.5
(Fix) If an item can't be added to a stream, a node is still created. [#295796]

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 03:54:48 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Branch point for: DRUPAL-5--2
Changes since 1.1.2.16: +6 -2 lines
Diff to previous 1.1.2.16 , to branch point 1.1 , to next main 1.4
(Fix) If an item can't be added to a stream, a node is still created. [#295796]

Revision 1.2.2.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 18:09:11 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.2.2.5.2.6: +2 -2 lines
Diff to previous 1.2.2.5.2.6 , to branch point 1.2.2.5
(Change) Adjust weight of user/edit subtab to 2 to push it toward the end
(Fix) Error in watchdog: strtr() [<a href='function.strtr'>function.strtr</a>]: The second argument is not an array in includes/common.inc on line NNN.

Revision 1.2.2.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 08:51:42 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.5: +414 -59 lines
Diff to previous 1.2.2.5.2.5 , to branch point 1.2.2.5
Update 6.x branch to match 5.x branch features and fixes
Add views code from 5.x to 6.x (untested)
Code formatting changes

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 08:50:19 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.1.2.15: +90 -52 lines
Diff to previous 1.1.2.15 , to branch point 1.1
Clean up code formatting to match Drupal conventions
(New) Block showing stream items from all users
(Fix) Not all modules using cached user object

Revision 1.2.2.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 07:32:52 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.4: +2 -2 lines
Diff to previous 1.2.2.5.2.4 , to branch point 1.2.2.5
(Fix) Subtab on user/edit appears as first tab

Revision 1.2.2.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 07:31:10 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.3: +2 -2 lines
Diff to previous 1.2.2.5.2.3 , to branch point 1.2.2.5
(Fix) Block name in admin doesn't use title set in settings/activitystream

Revision 1.2.2.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 07:09:07 2008 UTC (15 months, 1 week ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.2: +4 -1 lines
Diff to previous 1.2.2.5.2.2 , to branch point 1.2.2.5
(Fix) Date headers not displayed. Fixes [#292692] with patch by eojthebrave

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 06:31:54 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.14: +1 -4 lines
Diff to previous 1.1.2.14 , to branch point 1.1
Bring DRUPAL-5 tag inline with HEAD
Fix some code formatting (extra indents, missing indents, blank lines)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 06:02:02 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +589 -289 lines
Diff to previous 1.3
Bring HEAD inline with DRUPAL-5 branch

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 04:58:25 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.13: +30 -8 lines
Diff to previous 1.1.2.13 , to branch point 1.1
(New) Edited nodes are no longer clobbered on updates
(Fix) user_load query repeated unneccesarily. Reported by eojthebrave in [#293377]

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 01:51:21 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.12: +308 -1 lines
Diff to previous 1.1.2.12 , to branch point 1.1
(New) Views support. Patch by acstewart -- [#266615]

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 17:34:51 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.11: +35 -29 lines
Diff to previous 1.1.2.11 , to branch point 1.1
(New) Postgres support. Patch by HorsePunchKid [#279567]
(Fix) Promote, status, and sticky flags are being overwritten on existing nodes
(Change) Only update node if it's different to save some processing time
(Fix) Watchdog reports an item is new if it is updated

Revision 1.2.2.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 06:08:59 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5.2.1: +4 -8 lines
Diff to previous 1.2.2.5.2.1 , to branch point 1.2.2.5
(Fix) Block shows only the items for the current logged in user. Fixes [#290922] reported by sjuttiotre.

Revision 1.2.2.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 05:59:40 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: DRUPAL-6--1
Changes since 1.2.2.5: +249 -239 lines
Diff to previous 1.2.2.5
(New) Allow theming of date header via theme_activitystream_header (ported from 5.x)
(Fix) Code cleanup, patch from eojthebrave [#267534]

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 05:48:55 2008 UTC (15 months, 2 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.10: +6 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1
(New) Allow theming of date header via theme_activitystream_header

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 23:20:34 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-6--2
Branch point for: DRUPAL-6--1
Changes since 1.2.2.4: +2 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Fix PHP warning (http://drupal.org/node/287566#comment-950719)

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 15:52:58 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.9: +2 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
(Fix) Tab under user/*/edit does not use name set in admin/settings

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 15:52:15 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.3: +2 -2 lines
Diff to previous 1.2.2.3 , to branch point 1.2
(Fix) Tab under user/*/edit does not use name set in admin/settings

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 17:41:56 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.2: +15 -8 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Finish bringing 6.x up to match 5.x-1.1

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 17:05:26 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2.2.1: +17 -20 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Port changes from 5.x-1.1 to 6.x

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 16:39:56 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.8: +15 -15 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Code cleanup

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 15:28:17 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.7: +30 -33 lines
Diff to previous 1.1.2.7 , to branch point 1.1
code cleanup

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 03:53:53 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
(Fix) missing user name in page titles [#288026]

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 03:38:57 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.5: +3 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
(Fix) Parse errors caused by missing bracket and extra parens in last commit

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 03:05:35 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.4: +11 -11 lines
Diff to previous 1.1.2.4 , to branch point 1.1
(Fix) PHP warnings [#287857], [#287857], [#287584], [#287566], [#287581] Reports and patches by eojthebrave

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 19:11:16 2008 UTC (15 months, 3 weeks ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.3: +238 -231 lines
Diff to previous 1.1.2.3 , to branch point 1.1
(Fix) [#279201]
(Fix) [#278066]
(Fix) [#278417]
(New) Use Drupal's settings for the number of items on a page. [#287984]
(Fix) Cleanup code formatting

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 23:08:05 2008 UTC (18 months ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.2: +24 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
(Fix) Deleting a node doesn't delete the stream item [#260625] (comment 2)
(Fix) "foreach" errors when Twitter is down [#260852]
(Fix) Multiple users can't use the same third party ID or feed [#260625]

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 22:35:54 2008 UTC (18 months ago) by akalsey
Branch: DRUPAL-6--2
Changes since 1.2: +98 -33 lines
Diff to previous 1.2
Merging 6.x changes into Drupal-6 branch

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 16 23:34:33 2008 UTC (18 months, 1 week ago) by akalsey
Branch: MAIN
Changes since 1.2: +98 -33 lines
Diff to previous 1.2
Port to Drupal 6.x -- http://drupal.org/node/239434 (patch by herbieh)

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 16 21:50:00 2008 UTC (18 months, 1 week ago) by akalsey
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-6--2
Changes since 1.1: +8 -5 lines
Diff to previous 1.1
Merge DRUPAL-5 changes into trunk

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 16 21:45:02 2008 UTC (18 months, 1 week ago) by akalsey
Branch: DRUPAL-5
Changes since 1.1.2.1: +4 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
(New) Place an error in the Drupal logs if a feed cannot be fetched. (http://drupal.org/node/253645, patch from cgardner)
(New) If no items are available in a stream, show an explanatory message.
(Fix) Some versions of PHP show all dates as Dec 31, 1969. (http://drupal.org/node/253523, Patch from http://seanreiser.com/node/956)

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 10 15:37:23 2008 UTC (19 months, 2 weeks ago) by akalsey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-3
Changes since 1.1: +5 -5 lines
Diff to previous 1.1
(Fix) Twitter link building function gets called as hook_link

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 26 00:46:11 2008 UTC (20 months ago) by akalsey
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2
Branch point for: DRUPAL-5
Initial checkin for Activity Stream 5.x

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