Log of /contributions/modules/facebook_status/facebook_status.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.5.6.79 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 14 20:27:56 2009 UTC
(13 days, 10 hours ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.78: +22 -11 lines
Diff to
previous 1.5.6.78
, to
branch point 1.5
Removed minor cruft in facebook_status_save_status()
Fixed hook_facebook_status_save() could pass the wrong SID under certain rare circumstances
Changed default status length to 140 (from 192) so that more sites work well with Twitter integration by default
Added integration with Devel Generate
Fixed statuses with a tag followed by a tag in brackets (even with words in between) don't get linkified
Sort views first by time, then by SID
Revision
1.5.6.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 12 05:59:04 2009 UTC
(2 weeks, 2 days ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.76: +9 -4 lines
Diff to
previous 1.5.6.76
, to
branch point 1.5
Fixed tokens appear in too many places
Fixed Activity module complains when there are no Activity records to delete
Hopefully fixed Rules actions not working!
Added Rules conditions for post/edit/delete permissions
Added rules condition(s) for permission to post/edit/delete
Revision
1.5.6.75 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 8 21:47:52 2009 UTC
(2 weeks, 5 days ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.74: +14 -1 lines
Diff to
previous 1.5.6.74
, to
branch point 1.5
Fixed theme('facebook_status_form_display') displaying the wrong view
#621614 Add CTools content type for stream (thanks Michelle)
Improved description of the "not own statuses" Views filter
Added edit/delete fields to the conversation view
Revision
1.5.6.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 8 06:07:52 2009 UTC
(2 weeks, 6 days ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.71: +14 -31 lines
Diff to
previous 1.5.6.71
, to
branch point 1.5
On the "edit" page where it shows the original status, indicate who it was by if the current user is not the poster or if the status is between two users
Fix usernames with word-break characters were not properly referenced using the respond field in Views
Removed delete flag because its functionality was duplicated by the delete field in Views
Revision
1.5.6.65 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 21 00:57:15 2009 UTC
(5 weeks, 3 days ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.64: +3 -0 lines
Diff to
previous 1.5.6.64
, to
branch point 1.5
#610070 facebook_status_save_status() sometimes returns $status object without the status ID (thanks publicmind)
#610070 facebook_status_views_handler_field_status class invoked hook_facebook_status_render_alter() using an empty $status parameter (thanks publicmind)
Revision
1.5.6.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 18 07:21:41 2009 UTC
(5 weeks, 6 days ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.61: +36 -7 lines
Diff to
previous 1.5.6.61
, to
branch point 1.5
Fixed status associations with tags stick around even if the status was edited and the tags removed
Addded an API function to determine if User A can see the form to post a message on User B's profile, see docs
Added an option to preserve line breaks
Fixed a problem with the edit/delete confirmation redirection fix in the last commit
Revision
1.5.6.60 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 13 08:37:27 2009 UTC
(6 weeks, 3 days ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.59: +97 -40 lines
Diff to
previous 1.5.6.59
, to
branch point 1.5
Fixed editing statuses changes submitted time
Added several new Triggers (for both core and Rules, with Activity integration) plus a Rules condition and several Rules actions
Added integration with Rule Sets
Added integration with Views Bulk Operations
#602794 FBSS with Views and Views Relationships
Several other fixes
Note: a lot of the new Rules integration is currently broken!
Revision
1.5.6.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 11 17:33:51 2009 UTC
(6 weeks, 5 days ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.57: +17 -4 lines
Diff to
previous 1.5.6.57
, to
branch point 1.5
Added "re-post" links for others' self messages
Fixed double quotes are removed from default text in status update form
Fixed minor bug where "reply" links would sometimes appear when they shouldn't
Revision
1.5.6.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 18 01:18:32 2009 UTC
(3 months, 1 week ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.41: +28 -8 lines
Diff to
previous 1.5.6.41
, to
branch point 1.5
Changed the text "view conversation" to "respond" if the status was directed at the current user
Conversation page now 404's if Views is not installed
Default "conversation" view now uses "more" link (and so does the conversation page)
AHAH-updated views (including the conversation view) are now 100% width
Conversation view no longer loses context after submitting a message
Revision
1.5.6.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 14 22:42:29 2009 UTC
(3 months, 2 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.34: +7 -0 lines
Diff to
previous 1.5.6.34
, to
branch point 1.5
Re-added the function _facebook_status_status() for some level of backwards-compatibility: it just calls facebook_status_box(). It won't solve everything since FBSS itself doesn't call it, so form_alter()ing won't work, but it will help where it was called directly.
Revision
1.5.6.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 3 22:04:02 2009 UTC
(3 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.31: +59 -12 lines
Diff to
previous 1.5.6.31
, to
branch point 1.5
note: added new settings; must refresh cache after upgrading
#518076 NaN characters remaining
#499914 facebook_status table install fails by Pete Callaghan
#515422 Option to disable AHAH submission
#513364 Invalid CSS attribute value
#508912 "Post to Twitter" option for default checkbox on "Twitter Page"
more to come soon
Revision
1.5.6.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 30 20:04:57 2009 UTC
(4 months, 4 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-RC1
Changes since
1.5.6.30: +20 -20 lines
Diff to
previous 1.5.6.30
, to
branch point 1.5
Removed facebook_status_flag_create() from hook_theme()
Improved character counter efficiency and accuracy
Clear status update form after an AHAH-update
Allow users to delete posts on their own profiles with the "edit own status" permission
Updated default facebook_status and facebook_status_recent views to include edit/delete links
Default facebook_status view now takes either UIDs or Usernames as arguments
NOTE: revert your views and then run update.php or clear your cache after upgrading
Revision
1.5.6.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 5 00:40:42 2009 UTC
(5 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.26: +86 -22 lines
Diff to
previous 1.5.6.26
, to
branch point 1.5
Fixed Activity 1.x support
Partially added Activity 2.x support
Fixed a bug where some users on some Drupal installations needed the "edit all statuses" permission to post any status
#482364 User Picture of submitter in View
Revision
1.5.6.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 4 07:11:46 2009 UTC
(5 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.25: +55 -4 lines
Diff to
previous 1.5.6.25
, to
branch point 1.5
Fixed "@fbsstatus" appearing instead of the name/status with Facebook Mode off
Fixed edit/delete links not appearing where they should
Added a default "follow" flag, but you should make the follow/following/followed views yourself if you need them.
Fixed delete confirmation redirecting
Added a "view conversation" link to Views
Fixed incorrect redirection on status delete confirmation
Prepended form to post message to other user's profile when appropriate on conversation pages
Revision
1.5.6.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 3 19:49:10 2009 UTC
(5 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.24: +8 -4 lines
Diff to
previous 1.5.6.24
, to
branch point 1.5
Added integration with the SMS Framework module: statuses are now saved from messages through the SMS Framework that begin with "s: "
#481182 Users with no statuses see "Anonymous does not have a status"
Revision
1.5.6.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 2 02:14:39 2009 UTC
(5 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-BETA4
Changes since
1.5.6.21: +45 -302 lines
Diff to
previous 1.5.6.21
, to
branch point 1.5
Added Views support for posting on other users' profiles
Fixed a bug with Views relationships
*Major updates to default Views
Removed trailing spaces in facebook_status.author_pane.inc
Removed theme_facebook_status_flag_create()
Optimized code for better performance
Lots of other minor improvements and bug fixes
Note: most Views now require the PHP module to be enabled.
Revision
1.5.6.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 25 05:59:44 2009 UTC
(6 months ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.20: +271 -201 lines
Diff to
previous 1.5.6.20
, to
branch point 1.5
MANY API CHANGES!
*Removed slider
_render hook now applies to the status on the update form
JS now loads on all update forms
Better formatting for time
Removed $linked parameter from theme('facebook_status_item')
Removed redundant and deprecated code comments
*Added option to use a textarea instead of a textfield
*Added JavaScript-driven character counting
Improved JavaScript handling of status update form
Changed redundant title of a setting
Status length can now be up to 1000 characters
"status/openapi" changed to "statuses/openapi"
Added "edit" pages
*#425628 Allow input filters on statuses
Added flood control and permissions for using the Open API
*Added ability to post on others' profiles.
Added a delete page (uses edit permissions)
Corrected missing arguments in return value from hook_theme()
Delete users' posts on user deletion
Lots of other minor improvements and bug fixes
Revision
1.5.6.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 20 21:24:40 2009 UTC
(6 months, 1 week ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.19: +7 -5 lines
Diff to
previous 1.5.6.19
, to
branch point 1.5
Shortened the status-correct time from 12 to 10 seconds
Improved status update SQL to play nice with Coder and be more accurate and cross-system compatible
Improved default Views
#467624 Facebook-style Statuses not showing at trigger page
Revision
1.5.6.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 17 21:41:25 2009 UTC
(6 months, 1 week ago)
by
icecreamyou
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-BETA3
Changes since
1.5.6.18: +40 -6 lines
Diff to
previous 1.5.6.18
, to
branch point 1.5
Improved speed of some queries in facebook_status_tags
Improved default views for facebook_status_tags
Made "trends" work in Views
Added "trends" as an openapi type option
Added facebook_status_tags_popular_terms()
Run update.php and revert your Views if you update to this version from the dev version generated this morning.
Revision
1.5.6.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 17 04:02:11 2009 UTC
(6 months, 1 week ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.17: +161 -45 lines
Diff to
previous 1.5.6.17
, to
branch point 1.5
#437522 form wasn't cached with caching turned off on site (thanks katbailey)
Changed help text for some settings
Moved maximum status length setting from Advanced to General settings page
Added an open API for users with the 'view all statuses' permission in XML, JSON, and REST
Documented open API
Added submodule that allows referencing users with @username and taxonomy terms (including creation of new ones) with #termname.
Documented submodule
Added Views integration for submodule
Revision
1.5.6.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 10 06:40:03 2009 UTC
(6 months, 2 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.16: +13 -15 lines
Diff to
previous 1.5.6.16
, to
branch point 1.5
Use twitter_get_user_accounts() instead of twitter_twitter_accounts().
hook_facebook_status_update() changed to hook_facebook_status_save().
Added hook_facebook_status_delete($sid).
Added hook_facebook_status_render($status_owner_object, &$status, $linked = TRUE).
Fixed #448360 by removing flags from the status update form. If you want to use Flags, do it with Views.
Revision
1.5.6.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 29 00:23:19 2009 UTC
(7 months ago)
by
icecreamyou
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-BETA2
Changes since
1.5.6.15: +350 -62 lines
Diff to
previous 1.5.6.15
, to
branch point 1.5
Rules integration, including default rule sets
JS works on user page again
Flag integration including default flags
Twitter integration (two kinds)
Exposed delete method to UI
API change! theme('facebook_status_item') $status param must be object or NULL
New theme function: theme('facebook_status_flag_create', $sid)
Revision
1.5.6.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 16 01:58:42 2009 UTC
(7 months, 1 week ago)
by
icecreamyou
Branch:
DRUPAL-6--2
Changes since
1.5.6.12: +37 -29 lines
Diff to
previous 1.5.6.12
, to
branch point 1.5
Made status update form much more compact with CSS
Combined Facebook Status and Facebook Status Individual User blocks into one Facebook-style Statuses block
Added an API function to delete statuses and documented it
Fixed an in-code comment
Improved status update form when slide toggling is off
Turned off the Latest Status Only filter on the facebook_status_recent default View
Fixed CSS and JS behavior if the status update form appears twice on one page (this can happen on user profiles) and updated help text to reflect the change
Added CVS $Id$ tags to CSS and JS
Revision
1.5.4.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 9 18:50:20 2008 UTC
(12 months, 2 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--1
Changes since
1.5.4.27: +18 -18 lines
Diff to
previous 1.5.4.27
, to
branch point 1.5
Changed function names:
- facebook_status_update_form to facebook_status_update
- facebook_status_display_form to facebook_status_display_b
in a desperate attempt to fix #331501 on the theory that Drupal was improperly interpreting the functions using the hook_form structure.
Revision
1.5.2.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 4 00:54:38 2008 UTC
(12 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-5
Changes since
1.5.2.26: +170 -136 lines
Diff to
previous 1.5.2.26
, to
branch point 1.5
- Fixes coding style in facebook_status.author-pane.inc
- Adds facebook_status_display_form($uid = 0)
- Updates README.txt to reflect changes
- Fixed minor bug
- One translation change
Revision
1.5.2.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 25 02:00:53 2008 UTC
(15 months ago)
by
icecreamyou
Branch:
DRUPAL-5
Changes since
1.5.2.9: +28 -13 lines
Diff to
previous 1.5.2.9
, to
branch point 1.5
- Simplified the validation of the users-without-statuses list.
- Clarified error message in validation of users-without-statuses list.
- Wrapped overlooked strings in t().
- Added feature: can now clear all of individual users' statuses.
Revision
1.5.4.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 25 02:00:14 2008 UTC
(15 months ago)
by
icecreamyou
Branch:
DRUPAL-6--1
Changes since
1.5.4.11: +36 -206 lines
Diff to
previous 1.5.4.11
, to
branch point 1.5
- Removed activity and token integration because Activity hasn't been ported to 6.x and Token is useless without it.
- Fixed bug where the UR block would show up even if there weren't any statuses to show.
- I looked it up, and User Relationships integration should still work because the database tables are fundamentally the same as in 5.x.
- Simplified the validation of the users-without-statuses list.
- Clarified error message in validation of users-without-statuses list.
- Wrapped overlooked strings in t().
- Added feature: can now clear all of individual users' statuses.
Revision
1.5.4.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 20 02:02:26 2008 UTC
(15 months, 1 week ago)
by
icecreamyou
Branch:
DRUPAL-6--1
Changes since
1.5.4.10: +5 -4 lines
Diff to
previous 1.5.4.10
, to
branch point 1.5
Fixed:
#297053 User 1's status shows up on nodes with '1' instead of username on Facebook Status block
(not reported) status update form not shown on pages that are not nodes or user profiles in Facebook Status block
(not reported) minor code style fixes
Revision
1.5.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 20 02:01:55 2008 UTC
(15 months, 1 week ago)
by
icecreamyou
Branch:
DRUPAL-5
Changes since
1.5.2.8: +6 -5 lines
Diff to
previous 1.5.2.8
, to
branch point 1.5
Fixed:
#297053 User 1's status shows up on nodes with '1' instead of username on Facebook Status block
(not reported) status update form not shown on pages that are not nodes or user profiles in Facebook Status block
(not reported) minor code style fixes
Revision
1.5.4.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 14 23:47:05 2008 UTC
(15 months, 2 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--1
Changes since
1.5.4.7: +690 -195 lines
Diff to
previous 1.5.4.7
, to
branch point 1.5
Major overhaul. Is now up-to-date with 5.x branch. Should fix some major issues with the previous version.
Integration with other modules, namely User Relationships, Activity, and Token, is probably broken; I just copy-pasted it from the 5.x branch.
Revision
1.5.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 13 23:57:27 2008 UTC
(15 months, 2 weeks ago)
by
icecreamyou
Branch:
DRUPAL-5
Changes since
1.5.2.3: +461 -182 lines
Diff to
previous 1.5.2.3
, to
branch point 1.5
Added new blocks: Facebook Status User Update History and Facebook Status Individual User
Updated settings page
Can now clear old statuses sitewide
Various bug fixes
Can now pass an array of UIDs as $fbs_uid in facebook_status_get_status()
Delete variables on uninstall
Updated ReadMe to reflect changes
Probably a few other things that I forget
Revision
1.5.4.6
Fri Aug 8 05:48:21 2008 UTC
(15 months, 2 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--1
Changes since
1.5.4.5: +0 -0 lines
FILE REMOVED
Removing in order to fix a CVS issue.
Revision
1.5.4.4
Thu Aug 7 00:55:38 2008 UTC
(15 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-6--1
Changes since
1.5.4.3: +0 -0 lines
FILE REMOVED
Code styling and general bug fixes.
Revision
1.5.2.2
Thu Aug 7 00:36:19 2008 UTC
(15 months, 3 weeks ago)
by
icecreamyou
Branch:
DRUPAL-5
Changes since
1.5.2.1: +0 -0 lines
FILE REMOVED
General code style and bug fix updates.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 3 08:10:08 2008 UTC
(15 months, 3 weeks ago)
by
icecreamyou
Branch:
MAIN
Changes since
1.3: +162 -95 lines
Diff to
previous 1.3
Fixes coding style courtesy of coder.module and fixes a few places where curly brackets were not used (causing problems with database prefixes).
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 3 07:01:51 2008 UTC
(15 months, 3 weeks ago)
by
icecreamyou
Branch:
MAIN
Changes since
1.2: +1 -1 lines
Diff to
previous 1.2
Fixes small potential security bug where the current status was used as the default value of the status update form without check_plain
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.