CHANGELOG.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Skinr 7.x-2.x, xxxx-xx-xx
  2. -------------------------
  3. Issue #1299162 by nedjo: Added form callback functionality to skin plugins.
  4. Fixed call by reference error.
  5. Issue #1331004 by mrfelton: Fixed Undefined index: panels_pane() in
  6. skinr_panels_preprocess_links().
  7. Issue #1299162 by JurriaanRoelofs, moonray: Added form callback functionality to
  8. skin plugins.
  9. Issue #984402 by moonray: Updated Skinr admin UI.
  10. Issue #952610 by aquariumtap, moonray | Alan D.: Added Vertical tabs integration.
  11. Issue #1163618 by moonray: Fixed *.skinr.inc not auto-loading for certain hooks.
  12. Issue #1163618 by moonray: Removed skinr_handlers and replaced them with proper
  13. hooks.
  14. Issue #1163618 by sun, moonray: Added dependency on panels for skinr_panels.
  15. Issue #1163618 by sun, moonray: Fixed errors due to default groups not loaded
  16. when clearing cache on Skin settings page.
  17. Issue #1218786 by moonray: Fixed skinr_rule_is_visible() doesn't work properly
  18. for node/add/[type] when limiting by content type.
  19. Issue #1183954 by moonray: Fixed inability to register a skin under specific
  20. theme hooks.
  21. Issues #1127434 by moonray: Fixed previous widget displaying twice if skin type
  22. is invalid in skin plugin.
  23. Issue #1199972 by sun: Cleaned up tests.
  24. by moonray: Organized testing related modules into their own sub-directories.
  25. Issue #1185224 by moonray: Added tests for functionality plugins. Update.
  26. Issue #1185224 by moonray: Added tests for functionality plugins. Fixed a small
  27. inconsistency with panels plugin.
  28. Issue #1044222 by sun, moonray: Removed left-over junk code.
  29. Issue #1044222 by sun, moonray: Fixed tests.
  30. Issue #1044222 by sun, moonray: Removed skin configuration functionality from
  31. third-party forms.
  32. by moonray: Fixed typo in skinr_get_config_info() that prevented skipping
  33. re-loading of cached data.
  34. #1148092 by moonray: Fixed PDOException on Skinr installation when using UTF8
  35. character set in DB.
  36. #891942 by Vraja, moonray: Tests for class lost when editing block and user doesn't
  37. have "access skinr classes" permission. Bug already fixed by previous patch.
  38. #1082842 by moonray: Update storage of skin configurations to give more
  39. granular control.
  40. #1050064 by moonray | Hari: Fixed Skinr failing to load CSS files when added at
  41. the option level of a Skin.
  42. #1053738 by moonray: Fixed Simpletest for Skinr UI fails.
  43. #1051456 by moonray: Fixed $theme_registry() has no value in skinr_ui_preprocess().
  44. #1040108 by sun, moonray: Fixed Default groups don't register.
  45. #977118 by sun: Fixed Skins in disabled basetheme cannot be enabled for
  46. basetheme (to appear in subtheme).
  47. #1029058 by sun: Added first Skinr UI tests applying skin settings.
  48. #1015614 by sun: Added tests ensuring skins of disabled themes aren't collected.
  49. #1028334 by Jacine: Changed the 'default_status()" property to "default status".
  50. #1015614 by Jacine: Fixing previous commit.
  51. #1015614 by sun: Subtheme can collect skin information from disabled parent
  52. themes.
  53. #1015614 by sun, Jacine: Added normal themes (no skins) for testing purposes.
  54. #1015614 by sun: Added a subtheme for testing.
  55. #956994 by moonray, sun: Fixing an issue where JS and CSS files weren't loading
  56. due to incorrect path information.
  57. #1027294 by Jacine: Changed API Documentation.
  58. #956994 by sun: Fixed plugin .inc files can be located in sub-directories.
  59. #956994 by sun: Revert debugging code in skinr.test.
  60. #956994 by sun, moonray, coltrane: Fixed Write load and parse code for Skinr
  61. include files in PHP format.
  62. #956932 and #956932 by Jacine, moonray, sun: Added new API documentation.
  63. #977110 by moonray: Fixed typos in the default group implementation.
  64. #995080 by Jacine: Fixed Permissions are confusing.
  65. #956990 by sun: Renaming docs/docs.php to skinr.api.php.
  66. #977110 by Jacine: Fixed Create the default group implementation.
  67. #956990 by coltrane, Removed function_exists() call from
  68. skinr_module_load_all_includes().
  69. #995794 by coltrane, pillarsdotnet: Fixed Prevent 'invalid argument for
  70. foreach()" error.
  71. #999124 by sun, coltrane: Remove workaround due to fix in core issue #985578.
  72. #999124 by coltrane: Fixed installation simpletest.
  73. #995080 by moonray: Fixed admin/appearance/skinr/edit/%skinr_js()/%/% has wrong permission.
  74. #948550 by moonray: Fixed a few views_object_cache() calls to use
  75. ctools_object_cache_get().
  76. #956990 by moonray: Fixing module_load_all_includes() which was broken by a
  77. previous commit.
  78. #956994 by jacine: Adding a Test skin module.
  79. #956990 by moonray, sun: Round 2 of clean up in #956990.
  80. #942950 by moonray, Jacine, sun: Fixed Rule creation form is broken and
  81. confusing.
  82. #956990 by moonray, sun: Changed function and variable names to follow Drupal
  83. core.
  84. #957070 by moonray, sun: Fixed code documentation.
  85. #957388 by Jacine, sun, Jeff Burnz: Fixed theme_skinr_ui_filters() still uses
  86. dl.multiselect markup/styling.
  87. #948550 by nomonstersinme, moonray: Updated Views integration for 7.x.
  88. #960548 by moonray, Vraja, Jacine: Removed support for template files.
  89. #906764 by Vraja, DamienMcKenna: Fixed logic error in skinr_submit_handler().
  90. #796780 by moonray, sun, ericduran, neochief: Fixed problems with other modules
  91. during hook_init().
  92. #949746 by sun, nomonstersinme: Fixed Skins page broken.
  93. #947790 by moonray, Jacine: Updated Panels integration for 7.x.
  94. #954874 by moonray, sun: Removed .info file handling.
  95. #943064 by moonray, Jacine: Fixed rules settings fieldset for region editing.
  96. #947738 by moonray, nomonstersinme: Fixed region handling for skins.
  97. #945086 by yettyn, ezra-g: Fixed PDOException in skinr_update_7002().
  98. #908946 by sun: Fixed hook_menu() is invoked for disabled modules.
  99. #908946 by sun: Fixed module update functions.
  100. #943008 by moonray: Fixed block_skinr_preprocess_hook_callback() never returning
  101. alternate block hooks.
  102. #942292 by Jacine: Added Advanced Help support files.
  103. #917540 by Jacine: Added support for Form API #weight attribute.
  104. #908946 by sun: Partial clean up of Drupal 7 port.