/[drupal]/contributions/modules/facebook_status/README.txt
ViewVC logotype

Log of /contributions/modules/facebook_status/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.2.2.1 - (view) (download) (annotate) - [select for diffs]
Mon May 25 05:59:44 2009 UTC (6 months ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2
Changes since 1.2: +5 -3 lines
Diff to previous 1.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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Apr 16 06:11:17 2009 UTC (7 months, 1 week ago) by icecreamyou
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +12 -0 lines
Diff to previous 1.1
Added README.txt

Revision 1.1.2.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 20:58:31 2008 UTC (10 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Changes since 1.1.2.9: +8 -6 lines
Diff to previous 1.1.2.9 , to branch point 1.1 , to next main 1.2
A number of issues in the queue have been fixed.
Thanks to PGiro for help on #350153

Revision 1.1.4.8 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 20:42:54 2008 UTC (10 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-RC1, DRUPAL-5--1-0-RC2
Changes since 1.1.4.7: +8 -6 lines
Diff to previous 1.1.4.7 , to branch point 1.1 , to next main 1.2
Fixed a number of issues in the queue.

Revision 1.1.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 05:36:50 2008 UTC (12 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1.2.8: +4 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Fixed #331501 and related problems.
Updated README.txt to reflect changes.

Revision 1.1.2.8 - (view) (download) (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.1.2.7: +1 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
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.1.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 00:55:04 2008 UTC (12 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1
- 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.1.4.7 - (view) (download) (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.1.4.6: +3 -3 lines
Diff to previous 1.1.4.6 , to branch point 1.1
- 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.1.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 04:29:57 2008 UTC (12 months, 4 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +27 -11 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Hopefully updating the 6.x branch to where the 5.x branch has been for three weeks.  Major upgrade, should be stable, more functionality actually works than the last version.

Revision 1.1.4.6 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 01:28:22 2008 UTC (13 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-5
Changes since 1.1.4.5: +4 -3 lines
Diff to previous 1.1.4.5 , to branch point 1.1
Moved some things around--a relatively minor upgrade to make the API even more robust.

Revision 1.1.4.5 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 20:51:08 2008 UTC (13 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-5
Changes since 1.1.4.4: +20 -11 lines
Diff to previous 1.1.4.4 , to branch point 1.1
Major structural, security, and API upgrades.
Test before using on a production site;
if it works, upgrading is highly recommended.

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 02:28:29 2008 UTC (13 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +3 -17 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Upgraded translation strings
Moved posted time outside of 'a' tags
Allowed edit status on homepage set to 'node'
Added noticefeed integration
Improved README.txt to reflect changes

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 23:47:05 2008 UTC (15 months, 1 week ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +155 -42 lines
Diff to previous 1.1.2.3 , to branch point 1.1
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.1.4.4 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 23:45:11 2008 UTC (15 months, 1 week ago) by icecreamyou
Branch: DRUPAL-5
Changes since 1.1.4.3: +6 -0 lines
Diff to previous 1.1.4.3 , to branch point 1.1
If a status was submitted within the last minute, it is displayed as updated "a moment ago" instead of "# seconds ago"
Various bug fixes

Revision 1.1.4.3 - (view) (download) (annotate) - [select for diffs]
Wed Aug 13 23:57:27 2008 UTC (15 months, 1 week ago) by icecreamyou
Branch: DRUPAL-5
Changes since 1.1.4.2: +143 -42 lines
Diff to previous 1.1.4.2 , to branch point 1.1
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.1.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 05:48:58 2008 UTC (15 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +0 -0 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Re-committing in order to fix a CVS issue.

Revision 1.1.2.2
Fri Aug 8 05:48:21 2008 UTC (15 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +0 -0 lines
FILE REMOVED
Removing in order to fix a CVS issue.

Revision 1.1.4.2 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 01:21:52 2008 UTC (15 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-5
Changes since 1.1.4.1: +77 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1
First revision.

Revision 1.1.4.1
Thu Aug 7 01:21:21 2008 UTC (15 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-5
Changes since 1.1: +0 -0 lines
FILE REMOVED
file README.txt was added on branch DRUPAL-5 on 2008-08-07 01:21:52 +0000

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 01:21:21 2008 UTC (15 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--1
Changes since 1.1: +77 -0 lines
Diff to previous 1.1
First revision.

Revision 1.1
Thu Aug 7 01:21:21 2008 UTC (15 months, 2 weeks ago) by icecreamyou
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
FILE REMOVED
file README.txt was initially added on branch DRUPAL-6--1.

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