You are here

CHANGELOG.txt in Clean Markup 7.2

Same filename and directory in other branches
  1. 7.3 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Clean Markup 7.x-2.x, xxxx-xx-xx
--------------------------------

Clean Markup 7.x-2.9, 2015-08-11
--------------------------------

#2210693 by cllamas, David Hernández: Add context to some of the translatable
  strings

Clean Markup 7.x-2.7, 2014-07-21
--------------------------------

#2305717 by dcmouyard: Fixed Regression: Allow block title and content
  attributes to be overridden.

Clean Markup 7.x-2.6, 2014-05-30
--------------------------------

#2269651 by joelpittet: panels-onecol-clean.tpl.php starts it's tag as a section
  and ends with a div.

Clean Markup 7.x-2.4, 2014-02-15
--------------------------------

#2104239 by mparker17, attisan | kruser: No such file errors, and blocks don't
  display when used with Mothership theme.
Refactored $variables to $vars in clean_markup_blocks_preprocess_block for
  consistency with clean_markup_blocks and to make the function easier to read.

Clean Markup 7.x-2.3, 2013-12-18
--------------------------------

#2078273 by dcmouyard: Allow pane content wrapper attributes to be overridden.
Fixed #2150671: Disabling "Output block's HTML ID as class" has no effect,
  doesn't save
Fixed #2150649: If you enter a value for 'Additional attributes', you have to
  start with a space to avoid invalid HTML
#2150683: Make a11y benefits from 'Hide block title' checkbox visible from the
  UI.

Clean Markup 7.x-2.2, 2013-10-26
--------------------------------

#2081655 by dcmouyard: Added permission to edit Clean Markup settings.
#2082065 by dcmouyard, mparker17: Fixed Follow Drupal's coding and
  documentation standards.
#2104235 by dcmouyard: Fixed Output correct closing tag on blocks.

Clean Markup 7.x-2.0, 2013-08-15
--------------------------------

* Added support for:
    * Panel panes

      By changing the pane style to "Clean markup" (click the gear in the top-
      right of a pane and click "Change" under "Style"), you can:

        * Disable or set the HTML5 element to use as the pane wrapper,
        * Enable or disable an inner div,
        * Add classes to the outer pane wrapper,
        * Add custom attributes (i.e. role="navigation")
        * Set the HTML5 element to wrap the title,
        * Toggle whether the block title is displayed visually,
        * Disable or set the HTML5 element to wrap the content.

    * Panel regions

        By changing the region style to "Clean markup" (click the gear in the
        top-left of a region and click "Change" under "Style"; or click "Display
        settings" on the panel itself), you can:

        * Disable or set the HTML5 element to use as the region wrapper,
        * Enable or disable an inner div,
        * Add classes to the outer region element,
        * Add custom attributes (i.e. role="navigation").
        * Enable or disable separator divs between panes in the region.

    * Panel Layouts

        Layouts have been provided to take advantage of Clean Markup's ability
        to output the minimal amount of markup.

        * One Column Clean: one region and single <section> wrapper.
        * One Column Reset: one region with no wrapper.
        * Six pack: six regions.
        * Myriad: five rows with four regions each that will output the absolute
          minimum markup. For example, a row with only one region will not
          output the row wrapper.

File

CHANGELOG.txt
View source
  1. Clean Markup 7.x-2.x, xxxx-xx-xx
  2. --------------------------------
  3. Clean Markup 7.x-2.9, 2015-08-11
  4. --------------------------------
  5. #2210693 by cllamas, David Hernández: Add context to some of the translatable
  6. strings
  7. Clean Markup 7.x-2.7, 2014-07-21
  8. --------------------------------
  9. #2305717 by dcmouyard: Fixed Regression: Allow block title and content
  10. attributes to be overridden.
  11. Clean Markup 7.x-2.6, 2014-05-30
  12. --------------------------------
  13. #2269651 by joelpittet: panels-onecol-clean.tpl.php starts it's tag as a section
  14. and ends with a div.
  15. Clean Markup 7.x-2.4, 2014-02-15
  16. --------------------------------
  17. #2104239 by mparker17, attisan | kruser: No such file errors, and blocks don't
  18. display when used with Mothership theme.
  19. Refactored $variables to $vars in clean_markup_blocks_preprocess_block for
  20. consistency with clean_markup_blocks and to make the function easier to read.
  21. Clean Markup 7.x-2.3, 2013-12-18
  22. --------------------------------
  23. #2078273 by dcmouyard: Allow pane content wrapper attributes to be overridden.
  24. Fixed #2150671: Disabling "Output block's HTML ID as class" has no effect,
  25. doesn't save
  26. Fixed #2150649: If you enter a value for 'Additional attributes', you have to
  27. start with a space to avoid invalid HTML
  28. #2150683: Make a11y benefits from 'Hide block title' checkbox visible from the
  29. UI.
  30. Clean Markup 7.x-2.2, 2013-10-26
  31. --------------------------------
  32. #2081655 by dcmouyard: Added permission to edit Clean Markup settings.
  33. #2082065 by dcmouyard, mparker17: Fixed Follow Drupal's coding and
  34. documentation standards.
  35. #2104235 by dcmouyard: Fixed Output correct closing tag on blocks.
  36. Clean Markup 7.x-2.0, 2013-08-15
  37. --------------------------------
  38. * Added support for:
  39. * Panel panes
  40. By changing the pane style to "Clean markup" (click the gear in the top-
  41. right of a pane and click "Change" under "Style"), you can:
  42. * Disable or set the HTML5 element to use as the pane wrapper,
  43. * Enable or disable an inner div,
  44. * Add classes to the outer pane wrapper,
  45. * Add custom attributes (i.e. role="navigation")
  46. * Set the HTML5 element to wrap the title,
  47. * Toggle whether the block title is displayed visually,
  48. * Disable or set the HTML5 element to wrap the content.
  49. * Panel regions
  50. By changing the region style to "Clean markup" (click the gear in the
  51. top-left of a region and click "Change" under "Style"; or click "Display
  52. settings" on the panel itself), you can:
  53. * Disable or set the HTML5 element to use as the region wrapper,
  54. * Enable or disable an inner div,
  55. * Add classes to the outer region element,
  56. * Add custom attributes (i.e. role="navigation").
  57. * Enable or disable separator divs between panes in the region.
  58. * Panel Layouts
  59. Layouts have been provided to take advantage of Clean Markup's ability
  60. to output the minimal amount of markup.
  61. * One Column Clean: one region and single
    wrapper.
  62. * One Column Reset: one region with no wrapper.
  63. * Six pack: six regions.
  64. * Myriad: five rows with four regions each that will output the absolute
  65. minimum markup. For example, a row with only one region will not
  66. output the row wrapper.