This is a maintenance bugfix release and some well vetted features and one security enhancement.
1 Fix since 7.x-1.x-beta4 #2203833: Text format field is required
1 Fix since 7.x-1.x-beta3
This is a maintenance bugfix release and some well vetted features and one security enhancement.
2 Fixes since 7.x-1.x-beta2 #2896131: XSS issue in the codebase
The first beta of a official release of Better Formats for Drupal 7.
The major change is that all options are now on the field level. This means you will see the better format options when editing a field that is attached to an entity.
Things not in this release:
-- Full documentation is missing
-- Setting format options for blocks is not yet done
-- BF does not work for fields that are not added via the Field API. (ie. if you cannot edit the field then BF does not work on that field).
-- More testing is needed.
Fixed #526462 by greggles: Small coding style fix.
Added #525298 by greggles: Tests for anonymous user.
Fixed #571728 by dragonwize: Format reset to default on node preview.
Fixed #480880 by dragonwize: Site global default not a valid default selection.
Fixed #494832 by dragonwize, jweowu: Block default format sometimes not followed.
Fixed #682216 by wwalc, dragonwize: Fix E_NOTICE.
Fixed #672766 by fearlsgroove: Apply default to CCK multiple fields on AHAH.
Fixed #477934 by dragonwize: PHP warning when no roles have certain permissions.
Make javascript match Drupal coding standards.
Show blocks fieldset with help when no roles have administer blocks permission.
Fixed #478120 by dragonwize: Forgot to split permission pull for selections.
#360129 by chellman - Removed format label from defaults areas for better readability
Fixed #363829 by dragonwize: Validation error for roles with admin filter perm
Fixed #366909 by sun, dragonwize, Gabor Hojtsy: Custom input format title not translatable
Changed per node type setting description clearer.
Cleaned #372186 by sun: Code cleanup and PHP4 compatibility
Moved some default related functions from better_formats.module to better_formats_defaults.admin.inc
Minor permission install changes.
Fixed bug with allowed formats per node type javascript helper
Fixed bug of long tips link showing up double sometimes
Long tips link is now also hidden if the guidelines array is empty
Added ability to change the long tips link text in settings
Added help text to the top of the global defaults page
More fixes and enhancements to the JS helper for the content type form
Enhanced format order for existing entries when available formats are changed
Separated option to show long tips link from the show format tips permission to its own permission
Several bug fixes and a couple usability features. Moving from alpha to beta because module is feature complete for 1.0. A final release will be made after there is more testing and documentation.