This release contains some minor but important bug fixes that was introduced in the last release.
* Fixed selection of images in blog extension
* Fixed undefined object function in image URL
* Fixed selection of background images in user extension
* Issue #1914582 by cableman0408: User cannot change background image in the profile
This release contains may issues found and fixed by Damien McKenna. It also addresses the new image style security fix, which prevented the use of image styles on background images.
* Updated module to match the new Drupal 7.20 image style security fixes
* Fixed issue with JS and CSS files not being loaded
* Issue #1908796 by DamienMcKenna: Fixed dynamic_background_user_upload_form_submit should only process its images, not all of them
* Issue #1908780 by DamienMcKenna: dynamic_background_user_upload_form_validate should be a submission callback
* Issue #1878242 by DamienMcKenna: Fixed if "User supplied images" set to 0, fieldset still shows
* Issue #1878066 by DamienMcKenna: Provide an option to automatically inherit the background of the parent page based on the URL
* Issue #1878056 by DamienMcKenna: Default to enable backgrounds on all content types
* Issue #1888648 by DamienMcKenna: Added drupal_alter() around the image selector
* Issue #1880498 by DamienMcKenna: Fixed DB Node: On content type selection, do not show empty brackets
* Issue #108450 by DamienMcKenna: Improve usability of main "background images" page
* Issue #1878220 by DamienMcKenna: Added thumbnails image styles to image selection forms
* Added support for random images in the extension modules
* Added support for selecting a higher number of images to upload
This release contains may issues found and fixed by Damien McKenna. It also addresses the new image style security fix, which prevented the use of image styles on background images.
* Updated module to match the new Drupal 7.20 image style security fixes
* Fixed issue with JS and CSS files not being loaded
* Issue #1908796 by DamienMcKenna: Fixed dynamic_background_user_upload_form_submit should only process its images, not all of them
* Issue #1908780 by DamienMcKenna: dynamic_background_user_upload_form_validate should be a submission callback
* Issue #1878242 by DamienMcKenna: Fixed if "User supplied images" set to 0, fieldset still shows
* Issue #1878066 by DamienMcKenna: Provide an option to automatically inherit the background of the parent page based on the URL
* Issue #1878056 by DamienMcKenna: Default to enable backgrounds on all content types
* Issue #1888648 by DamienMcKenna: Added drupal_alter() around the image selector
* Issue #1880498 by DamienMcKenna: Fixed DB Node: On content type selection, do not show empty brackets
* Issue #108450 by DamienMcKenna: Improve usability of main "background images" page
* Issue #1878220 by DamienMcKenna: Added thumbnails image styles to image selection forms
* Added support for random images in the extension modules
* Added support for selecting a higher number of images to upload
* Fixed issue with deprecated split function
* Issue #1658776 by cableman0408: Fixed typos in "permissions" for the modules
* Issue #1545294 by cableman0408: Added dependency on core image module
* Issue #1525624 by cableman0408: Fixed undefined index in panels extension when saving selected image
New feature commits:
* Added support for user defined extension/module weight
* Started on support for used defined weights of the modules/extensions
* Issue #1545294 by cableman0408: Added dependency on core image module
* Fixed weight for default module
* Implemented new custom weight in main module part II
* Implemented new custom weight in main module
* Implement hook_dynamic_background_weight() in sub-modules
* Start on custom weight implementation
This is a bug-fix release that fixes the issues below.
Issue #1400486 by cableman0408: Fixed fatal error with dynamic background in views by including the views default page display
Issue #1359378 by cableman0408: Display file names as image title for all preview images
Issue #1359378 by cableman0408: Display file names as image title
Issue #1356618 by cableman0408: Added check of user permission on node save and update to ensure that only users allowed to selected images can save them
This is a bug-fix release, that contains the following fixes.
Issue #1360536 by cableman0408: fixed saving new version of node results in duplicate key
Issue #1359378 by cableman0408: Display filenames as image title for all preview images
Issue #1359378 by cableman0408: Added filename as alt text on image preview
Fixed problem with empty select of image on node create
Fixed validation error for users that are not allowed to upload new images
Change info message about settings to an warning
Fixed image preview alt and title texts
Fixed integrity violation with ambiguous field type in where clause
The big changes in this release is support for views pages, which however in a beta release for now. The change is support for imagecache presets, which allow manipulation of the images before displaying them. The imagecache solution is based on work by chaby.
The big changes in this release is support for views pages, which however in a beta release for now. The change is support for imagecache presets, which allow manipulation of the images before displaying them. The imagecache solution is based on work by chaby.
Issue #1267428 by cristinawithout: Fixed "argument should be an array" when no background selected
Issue #1251538 by Lennard: Fixed problem with undefined property on stdClass in node sub-module
Issue #1267428 by cristinawithout: Fixed "argument should be an array" when no background selected
Issue #1251538 by Lennard: Fixed problem with undefined property on stdClass in node sub-module
This release contains an improved interface for build extensions and have a new blog extension.
* Updated the README.txt file to reflect the new extensions
* Fixed typo in uninstall function for blog sub-module
* Added the new image selector to all sub-modules
* Updated user sub-module to use the new image selector
* Fixed problem in image selection in blog sub-module
* Added helper function to build image selection forms in sub-modules
* Added new sub-module to allow users to set background images for their blog
* Added extra check of array index before usage
* Fixed index error in node sub-module, when no image have been selected
* Added heigher weight to the user module
* Fixed wrong usage for hook_dynamic_background_css()
* Renamed the panels sub-module css behaviour variable to match the other sub-modules
* Added better support for different CSS behaviour form each sub-module
* Fixed hard-code css styling in css menu callback
* Fixed bug with wrong css usage in sub-modules
* Fixed some code styling
* Used the new form helper function on the panels sub-module
* Used the new form helper function on the node sub-module
* Updated hook_dynamic_background_css() to take a parameter $variables from preprocess functions
* Used the new form helper function on the user sub-module
* Added helper funtion to build css behaviour part of the sub-module forms
The release enables users to select one of the uploaded background images on a tab in their user profile. The selected background will then be used when the user is logged into the site. This extension uses CSS selectors to target the right HTML element(s) with the user selected background image.
The release enables users to select one of the uploaded background images on a tab in their user profile. The selected background will then be used when the user is logged into the site. This extension uses CSS selectors to target the right HTML element(s) with the user selected background image.
This release has a sub-module, that enables you to select a different a background image for each panel variant among the uploaded images. As with node background you can use CSS selectors to ensure, if no image is selected in the node, that the module falls back to the one selected in the administration
interface.
It also has a correction in the selection of the first image in the node sub-module.
Issue #1140768 by realityloop: Fixed styling based on the coder module.
Issue #4403384 by cableman0408: Fixed issue by marking the file as permanent, problem reported by realityloop.
This release requires that you uninstall beta2 and upload you background images once more. This is due to the usage of Drupal 7 file API.