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

Log of /contributions/modules/facebook_status/facebook_status.views_default.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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 14 20:27:56 2009 UTC (13 days, 4 hours ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.1.2.13: +21 -0 lines
Diff to previous 1.1.2.13 , to branch point 1.1
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.1.2.13 - (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.1.2.12: +51 -1 lines
Diff to previous 1.1.2.12 , 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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 16:20:52 2009 UTC (2 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.11: +15 -0 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Remove blank statuses from DB
#559872 Empty statuses posted
Note: requires running update.php. This also changed the facebook_status_recent view; Revert it to see changes.

Revision 1.1.2.11 - (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.10: +4 -4 lines
Diff to previous 1.1.2.10 , 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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 17:54:03 2009 UTC (4 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.1.2.9: +18 -16 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#507316 PHP-driven "empty" text is only used in the facebook_status View if the PHP input filter module is enabled
Moved "confirm" and "cancel" buttons below info text on status delete pages

Revision 1.1.2.9 - (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.1.2.8: +147 -32 lines
Diff to previous 1.1.2.8 , 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.8 - (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.1.2.7: +77 -30 lines
Diff to previous 1.1.2.7 , to branch point 1.1
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.1.2.7 - (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.1.2.6: +378 -52 lines
Diff to previous 1.1.2.6 , to branch point 1.1
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.1.2.6 - (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.1.2.5: +96 -230 lines
Diff to previous 1.1.2.5 , to branch point 1.1
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.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 22:21:50 2009 UTC (7 months, 1 week ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.1.2.4: +2 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Added a Sharer at /share-status?s=
Improved filter option text
Improved default Views block titles

Revision 1.1.2.4 - (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.1.2.3: +1 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
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.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 01:17:39 2009 UTC (7 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA3, DRUPAL-6--2-0-ALPHA4
Changes since 1.1.2.2: +257 -0 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Various Views updates
Minor cleanup
Fixed default for Legacy Mode variable
...and hopefully didn't break any AHAH stuff which is still not working...

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 14:21:08 2009 UTC (7 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.1: +306 -303 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Default view probably works now
Fixed coding style errors

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 9 06:10:38 2009 UTC (7 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1: +8 -0 lines
Diff to previous 1.1
Better Views integration... a little more is needed still

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 6 02:16:31 2009 UTC (7 months, 3 weeks ago) by icecreamyou
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA2, HEAD
Branch point for: DRUPAL-6--2
Much improved Views integration!

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