Please contribute this module shortly.

Are there problems? Can I help?

Thanks

Comments

to.stepan.kuzmin@gmail.com’s picture

Status: Active » Needs review

Here is list of some problems: http://drupal.org/node/1454106#comment-5768340
I have no free time now for fixing this issues, but you can already download module and use it

to.stepan.kuzmin@gmail.com’s picture

Version: » 7.x-1.0
Status: Needs review » Closed (fixed)
quiptime’s picture

Status: Closed (fixed) » Reviewed & tested by the community

Module tested. Works. Coder check ok.

Thanks for this module.

Other things.

On the fly: Examples for code comments

/**
 * Form constructor for the confirm form.
 *
 * @param $style
 *   Associative array can contain a style name. Optional.
 *
 * @see imagestyleflush_form_submit()
 * @ingroup forms
 */
function imagestyleflush_form($form, &$form_state, $style = NULL) {
 
/**
 * Form submission handler for imagestyleflush_form().
 *
 * @see imagestyleflush_form()
 */
function imagestyleflush_form_submit($form, &$form_state) {
to.stepan.kuzmin@gmail.com’s picture

Status: Reviewed & tested by the community » Closed (fixed)

I've tried to fix this things in new 7.x-1.1 release.