/[drupal]/contributions/modules/facebook_status/facebook_status_views_handler_field_respond.inc
ViewVC logotype

Log of /contributions/modules/facebook_status/facebook_status_views_handler_field_respond.inc

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.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 21:47:52 2009 UTC (2 weeks, 4 days ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.1.2.9: +7 -4 lines
Diff to previous 1.1.2.9 , to branch point 1.1
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.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 17:58:03 2009 UTC (2 weeks, 5 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.8: +1 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Fixed square brackets always wrapped around @replies
Changed default input filter to none, and changed default "@reply" text

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 06:07:52 2009 UTC (2 weeks, 5 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.7: +6 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
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.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 21:00:42 2009 UTC (3 weeks, 5 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.6: +1 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Minor improvement to sorting on the Popular Tags block
Changed all "else if" to "elseif" in PHP files per Coder 2.x

Revision 1.1.2.6 - (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.1.2.5: +12 -5 lines
Diff to previous 1.1.2.5 , to branch point 1.1
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.1.2.5 - (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.1.2.4: +5 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
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.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 16 00:40:29 2009 UTC (3 months, 1 week ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.1.2.3: +1 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Fixed duplicate ID attribute causing invalid XHTML

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 18:59:31 2009 UTC (3 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.2: +1 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#498034 ImageCache integration [note: CSS changed]
Changed "View conversation" link in Views to only show up for users with permission to view the conversation

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 20:04:58 2009 UTC (4 months, 4 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.1.2.1: +1 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
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.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 04:13:33 2009 UTC (5 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
Fixed missing class on "View conversation" link for the view field
Added edit field in Views
Added delete field in Views
Added a "Most Popular Tags" block to FBSST
Added theme_facebook_status_popular_tags($count = NULL, $time = NULL)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 07:11:46 2009 UTC (5 months, 3 weeks ago) by icecreamyou
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
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

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