Releases for Facebook-style Statuses (Microblog)
facebook_status 6.x-2.0-rc2
First released: August 17, 2009 - 04:44
Size: 38.51 KB
md5_file hash: 55577b997675588313182d695bee0dc3
Last updated: August 17, 2009 - 04:45
Facebook-style Statuses is officially stable. Please review the extensive documentation to learn more about what this module offers.
Why use 2.x?
The 2.x branch of Facebook-style Statuses is a complete rewrite which offers a very wide array of new features. Read the documentation to get the complete picture, but here are a few of the most important features new to 2.x:
- AHAH-based status submission
- Extensive integration with other modules
- Users can post on each others' profiles like on Facebook
- Users can make @userreferences and use #hashtags like on Twitter
- Users can "like" statuses like on Facebook or "follow" other users like on Twitter
- Complete, easy API (including theme functions)
- Cleaner, more useful, easier-to-use User Interface
- Highly customizable through the settings
- Optional Open API, allowing other sites to see your users' status updates
- ...and much, much more.
Upgrade Notes
- Everyone should run update.php after upgrading to this release.
facebook_status 6.x-2.0-rc1
First released: July 1, 2009 - 02:26
Size: 37.34 KB
md5_file hash: 7f2447ad8848cba18efe037826a74434
Last updated: July 1, 2009 - 02:30
Facebook-style Statuses is now officially stable. Please review the extensive documentation to learn more about what this module offers.
Why use 2.x?
The 2.x branch of Facebook-style Statuses is a complete rewrite which offers a very wide array of new features. Read the documentation to get the complete picture, but here are a few of the most important features new to 2.x:
- AHAH-based status submission
- Extensive integration with other modules
- Users can post on each others' profiles like on Facebook
- Users can make @userreferences and use #hashtags like on Twitter
- Complete, easy API (including theme functions)
- Cleaner, more useful, easier-to-use User Interface
- Highly customizable through the settings
- Optional Open API, allowing other sites to see your users' status updates
- ...and much, much more.
Upgrade Notes
- Everyone should run update.php after upgrading to this release.
facebook_status 6.x-2.0-beta4
First released: June 2, 2009 - 02:35
Size: 32.99 KB
md5_file hash: 7138e71ccc68d67201b647b0de381325
Last updated: June 2, 2009 - 02:35
This should be the last beta release; the next stable release will probably be a Release Candidate. Activity integration is probably broken in this release.
Upgrade Notes
- Run update.php immediately after upgrading.
- Most default views probably require the PHP Filter module to be enabled.
- If you have problems with your views, go to admin/build/views and click "Revert" next to each view where that option is offered.
- If you were using the facebook_status_convo view from Beta 3, you should delete it; it was replaced by facebook_status_mentions.
- You should review the module's settings at admin/settings/facebook_status and admin/settings/facebook_status/advanced as well as the module's permissions at admin/user/permissions#module-facebook_status
- New views were added and one Views-generated block was removed.
- The "edit own status" and "edit all statuses" permissions now also give permission to delete the relevant statuses.
Changes from 6.x-2.0-BETA3
This release adds a number of major features. Important changes are emphasized; very important changes are bolded.
Shortened the time after posting a status in which the next status will overwrite the previous one from 12 to 10 seconds
facebook_status 6.x-2.0-beta3
First released: May 17, 2009 - 21:48
Size: 28.57 KB
md5_file hash: 7fac012a52d8a3777d5863407839c911
Last updated: May 17, 2009 - 21:50
This release should be quite stable and feature-complete. Run update.php after upgrading to this version.
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()
#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
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.
Settings page title changed from "Facebook-style Status settings" to "Facebook-style Statuses" (thanks Michelle).
facebook_status 6.x-2.0-beta2
First released: April 29, 2009 - 00:35
Size: 22.4 KB
md5_file hash: 4c5e5c9baad9b1761f340dc0fe45cba2
Last updated: April 29, 2009 - 00:40
You must run update.php if you are upgrading from any previous version.
There is an API change from Beta 1: the $status parameter of theme('facebook_status_item') must be an object or NULL.
See the Beta 1 release notes for more information.
Please see the extensive documentation to learn about what this module delivers.
Changes from Beta 1:
- Rules integration, including default rule sets
- Flag integration, including default flags
- Twitter integration: "special user" and per-user
- New theme function available: theme('facebook_status_flag_create', $sid)
- JS works on user page again
- CSS tweaks
- Exposed delete method to UI via Flag integration (see #445378)
- Fixed #445120 Cannot exhibit block to anonymous users
- Fixed #397990 Option to hide status above textfield
- Moved hidden options to Advanced settings tab
- Improved handling in theme('facebook_status_item')
- Miscellaneous minor fixes and coding style tweaks
facebook_status 6.x-2.0-beta1
First released: April 16, 2009 - 22:42
Size: 19.4 KB
md5_file hash: bb781229e8f9394913b8a9c02260b6ed
Last updated: April 16, 2009 - 22:46
This is the first officially stable release of Facebook-style Statuses 2. Anyone upgrading from any earlier version should run update.php after upgrading.
Please see the extensive documentation to learn about what this module delivers.
New in 2.x:
- AHAH-based status submission
- Views Integration and therefore integration with FriendList, User Relationships, Flag Friend, and more
- "Sharer" page to post links from other sites
- Trigger Integration (see documentation to get it working)
- Improved Activity/Token integration
- Complete, easy-to-use API
- More useful permissions
- Profile Integration
- Much better theming functions
- Cleaner, more useful status update form
- Cleaner, more sensible administrative UI
- Better performance
- Improved time display
- Changed behavior that selects which user's status or status update form will be displayed to reduce the WTF factor
- Handling of English possessive apostrophe-S structure
- Much cleaner, easier-to-understand code
- Reduced block chaos
- Fixed CSS and JS behavior if status update form appears twice on one page
- More thorough Author Pane integration
facebook_status 6.x-2.0-alpha4
First released: April 15, 2009 - 01:38
Size: 18.55 KB
md5_file hash: 37241e480949531c7cd8f51f320dece4
Last updated: April 15, 2009 - 01:40
Fixes AHAH submission so this branch is now fully usable and probably stable!
This is probably the last alpha release, unless a critical issue is found before beta. Do not use on production sites without testing, but everyone else should use this.
These things will be done before beta:
- Remove the Last Update Only filter from the facebook_status_recent default View
- Make status form more compact using CSS
- Improve slide toggling
- Build a Sharer page to allow cross-posting links from one site to a user's status on your site
These things will be done before a full release:
- Document Views integration
- Write a JavaScript bookmarklet for the documentation which will allow the Sharer to be used even if there aren't links on the cross-posted site to use it
- Write a README.txt
facebook_status 6.x-2.0-alpha3
First released: April 14, 2009 - 01:21
Size: 18.47 KB
md5_file hash: 0f8fe1c889b2d4202cb70c5fe1d70d87
Last updated: April 14, 2009 - 01:25
From last alpha, mainly adds new Views capability, cleans up some code, and possibly fixes a Legacy Mode behavior bug. AHAH submission bug remains, unfortunately. It's probably not necessary to run update.php but I would do it anyway.
See previous alphas for other upgrade info.
facebook_status 6.x-2.0-alpha2
First released: April 6, 2009 - 20:00
Size: 17.81 KB
md5_file hash: 7b95ffa29d943d47e55ac494f6750619
Last updated: April 6, 2009 - 20:05
From Alpha 1, fixes an unintended dependency on the core Trigger module.
===========================
NOT RECOMMENDED FOR PRODUCTION SITES. Definitely recommended for developer/non-production sites. Developers upgrading from dev releases before Alpha 1 (and certainly those upgrading from 1.x) need to run update.php after upgrading to this version.
Known bugs:
* After the first AHAH submission, the form no longer collapses or clears itself when clicked.
* On some pages, AHAH submission may redirect the user to the JSON-return page (looks like a WSOD) after the first time. Does not apply to user pages.
Major new features from 1.x:
* AHAH status update submission
* Views integration (and therefore User Relationships, FriendList, and Flag Friend integration)
* Trigger/Action integration (see documentation)
* Complete, simple API
* Simplified settings/UI
* ...and more
facebook_status 6.x-2.0-alpha1
First released: April 6, 2009 - 02:26
Size: 17.79 KB
md5_file hash: e496502d5b2fc4e719903ddaffc5057e
Last updated: April 6, 2009 - 02:30
NOT RECOMMENDED FOR PRODUCTION SITES. Definitely recommended for developer/non-production sites. Developers upgrading from previous dev releases (and certainly from 1.x) probably need to run update.php after upgrading to this version.
Known bugs:
* After the first AHAH submission, the form no longer collapses or clears itself when clicked.
* On some pages, AHAH submission redirects the user to the JSON-return page (looks like a WSOD) after the first time. Does not apply to user pages.
Major new features from 1.x:
* AHAH status update submission
* Views integration (and therefore User Relationships, FriendList, and Flag Friend integration)
* Trigger/Action integration
* Complete, simple API
* Simplified settings/UI
* ...and more
facebook_status 6.x-2.x-dev
First released: March 29, 2009 - 23:41
Size: 45.73 KB
md5_file hash: 043b026bf8b77c722c25196e3c78af67
Last updated: November 9, 2009 - 00:07
The 2.x development branch. Upgrade to this if there is a newer dev release than official release before filing bug reports. It's usually stable.
facebook_status 6.x-1.0
First released: March 17, 2009 - 06:24
Size: 22.28 KB
md5_file hash: b79ae1a2aa43b650b20334533f893f19
Last updated: March 17, 2009 - 06:25
This release should be very stable.
Fixed/new from the last RC:
JS won't allow empty status to save
Status on profile
Unclosed <a> for non-editable statuses
facebook_status 5.x-1.0
First released: March 17, 2009 - 06:24
Size: 22.13 KB
md5_file hash: 8817c9cf917eb58fab9c2e423c605031
Last updated: March 17, 2009 - 06:25
This release should be very stable.
Fixed/new from the last RC:
JS won't allow empty status to save
Status on profile
Unclosed <a> for non-editable statuses
facebook_status 5.x-1.0-rc2
First released: February 26, 2009 - 05:04
Size: 22.07 KB
md5_file hash: 75a17e7a6bd396f63bf213d693456b0a
Last updated: February 26, 2009 - 05:05
#369052 Reset form on click (with inspiration from dave_trigeia)
#381702 Token conflict
#380648 Cleared statuses show in Activity
#314950 Activity 6.1/5.4 integration
#371074 Author pane integration problem?
#341360 Better cleared status text
Upgrade Notes
- Some strings have been changed. This will affect translations.
- The tokens used for Activity messages have changed.
facebook_status 6.x-1.0-rc2
First released: February 26, 2009 - 05:03
Size: 22.13 KB
md5_file hash: d53fc3660f5143136b11965bd5c490f7
Last updated: February 26, 2009 - 05:05
#369052 Reset form on click (with inspiration from dave_trigeia)
#381702 Token conflict
#380648 Cleared statuses show in Activity
#314950 Activity 6.1/5.4 integration
#371074 Author pane integration problem?
#341360 Better cleared status text
Upgrade Notes
- Some strings have been changed. This will affect translations.
- The tokens used for Activity messages have changed.
facebook_status 5.x-1.0-rc1
First released: February 15, 2009 - 07:25
Size: 21.76 KB
md5_file hash: 7a87ff058f8d78fa686d386985765041
Last updated: February 15, 2009 - 07:30
Fixes a number of issues from Beta 1:
#365849
#374057
#334063
#363814
#362699
...among others.
facebook_status 6.x-1.0-rc1
First released: February 15, 2009 - 07:24
Size: 20.79 KB
md5_file hash: fe40efb36f554b04bca378b25af48877
Last updated: February 15, 2009 - 07:25
Fixes a number of issues from Beta 1:
#365849
#374057
#334063
#363814
#362699
...among others.
facebook_status 6.x-1.0-beta1
First released: December 29, 2008 - 21:00
Size: 19.98 KB
md5_file hash: 2a50bbf72cdf5897cd626f37edbf18ab
Last updated: December 29, 2008 - 21:05
All non-postponed issues in the queue relevant to the 6.x branch have been fixed, so this release should be stable. However, the fixes have not been heavily tested, which is why this is only a beta release. In a few weeks if there are no major issues with this release I will create an official 1.0 release.
Fixed from the November 23rd dev release:
#346650 SQL error on status deletion
#341360 Clear Status Button
#350186 saving unaltered status
#338114 Status becomes node user instead of logged in user
#340880 Block for all or multiple UR
#301767 Settings don't save
#348768 Update History works on other's profile, but not own
$350153 Add a theming function for the list items (thanks PGiro)
facebook_status 5.x-1.0-beta1
First released: December 29, 2008 - 20:46
Size: 20.91 KB
md5_file hash: f6c3d5ee2d6e63b9052cb032c3652e91
Last updated: December 29, 2008 - 20:50
All non-postponed issues in the queue relevant to the 5.x branch have been fixed, so this release should be stable. However, the fixes have not been heavily tested, which is why this is only a beta release. In a few weeks if there are no major issues with this release I will create an official 1.0 release.
Fixed from the November 23rd dev release:
#346650 SQL error on status deletion
#341360 Clear Status Button
#350186 saving unaltered status
#340880 Block for all or multiple UR
#301767 Settings don't save
#348768 Update History works on other's profile, but not own
$350153 Add a theming function for the list items (thanks PGiro)
facebook_status 5.x-1.x-dev
First released: August 3, 2008 - 08:54
Size: 22.15 KB
md5_file hash: dbbdf286ee3599856e1e4d0738170633
Last updated: April 13, 2009 - 00:09
There is no new development on the 5.x branch at this time barring any critical security issue, although bug reports with accompanying patches will be considered. There are a lot of compelling reasons to switch to 6.x at this point.
