CHANGELOG.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. // $Id: CHANGELOG.txt,v 1.8 2010/10/23 23:28:43 agentken Exp $
  2. CHANGELOG file for Style Guide.
  3. 23-OCT-2010
  4. -- Uses proper theming for page display.
  5. -- Adds styleguide.theme.inc.
  6. -- Documents preferred use of theme_html_tag().
  7. -- Fixes default page callback.
  8. 22-OCT-2010
  9. -- #949758. Use t() normally.
  10. -- #949764. Suppert attributes for tags.
  11. 21-OCT-2010
  12. -- Patch #948886 by Dave Reid. General code cleaup and renderable arrays.
  13. 20-OCT-2010
  14. -- Adds bottom baseline to element displays.
  15. -- Adds more hook documentation.
  16. -- Adds optional element descriptions.
  17. -- Adds theme descriptions.
  18. -- Adds hook_styleguide_theme_info_alter().
  19. -- Adds basic tests for images within paragraphs.
  20. -- Splits forms into smaller chunks.
  21. 19-OCT-2010
  22. -- README added (inadarei) and proofread (agentrickard).
  23. -- Adds group options to the API, cleaning the interface.
  24. -- Updates API documentation.
  25. -- Adds RTL css support.
  26. -- Fixes RTL file. Adds more padding on items.
  27. 06-OCT-2010
  28. -- Adds hook_system_theme_page_alter().
  29. -- Adds new test items.
  30. 05-OCT-2010
  31. -- Initial commit.