Downloads
Release notes
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
Improved status update SQL to play nice with Coder and be more accurate and cross-system compatible
#467624 Facebook-style Statuses not showing at trigger page
Removed slider
_render hook now applies to the status on the update form
JS now loads on all update forms
Better formatting for time
Many API changes to accomodate new features.
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" and "delete" pages
#425628 Allow input filters on statuses
Added flood control and permissions for using the Open API
Added ability to post on others' profiles.
Corrected missing arguments in return value from hook_theme()
Delete users' posts on user deletion
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