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

Log of /contributions/modules/facebook_status/facebook_status.edit.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]
Thu Nov 12 04:22:53 2009 UTC (13 days, 23 hours ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.1.2.9: +2 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Changed default textbox type to textarea
Removed a duplicate module_load_include('inc', 'twitter');
Fixed using the Special User to post to the Twitter global account fails

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 06:07:52 2009 UTC (2 weeks, 3 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.8: +20 -2 lines
Diff to previous 1.1.2.8 , 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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 17:19:30 2009 UTC (3 weeks, 3 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.7: +6 -6 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#615552 status update textbox DOM ID conflicts on the node/add form.
WARNING: changes CSS and JS, and will break many form customizations!

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 18 07:21:41 2009 UTC (5 weeks, 3 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
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.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 08:37:27 2009 UTC (6 weeks, 1 day ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.5: +11 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
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.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 17:33:51 2009 UTC (6 weeks, 3 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.4: +1 -2 lines
Diff to previous 1.1.2.4 , 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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 2 00:46:07 2009 UTC (7 weeks, 6 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.3: +1 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Status update form automatically comes into focus on status edit and share-status pages

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 04:05:20 2009 UTC (8 weeks, 1 day ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.2: +9 -10 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Cleaned up status edit form
Upgrade note: required changes to CSS and JS. Most users must refresh cache (run update.php) to see the effects

Revision 1.1.2.2 - (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.1: +1 -1 lines
Diff to previous 1.1.2.1 , 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.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: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.1: +6 -0 lines
Diff to previous 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 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 05:59:44 2009 UTC (6 months ago) by icecreamyou
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA4, HEAD
Branch point for: DRUPAL-6--2
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

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