You are here

CHANGELOG.txt in Context 6

context_ui DRUPAL-6--1
----------------------
- #392944: Increasing weight range for blocks.
- #392330: Fixing dated helptext for context_ui_contexts().

context_ui DRUPAL-6--1-0-alpha-4
--------------------------------
- #367057: Overhaul of admin/build/context interface by dmitrig01.
- Added an experimental path-based context setter.
- #336469: Fixing sticky checkbox for hidden blocks and using more
  human-friendly labels in block UI. From dmitrig01.
- #367775: Consistifying use of namespace/attribute/value delimiters
  in code. From dmitrig01.
- Fixed for menu primary/secondary link menu active trail handling --
  previously only secondary links would receive a context-based active
  class when both were employed.
- #356960: Fix for context_ui_set() error where an array of IDs are
  passed. context_ui_set() no longer accepts arrays for the $id
  parameter. Reported by loze.
- #356626: Adding patch to improve performance and integration with
  memcache & aggressive caching. From m3avrck.

context_ui DRUPAL-6--1-0-alpha-3
--------------------------------
- Update to README.txt to reflect updated menu links functionality and
  include basic list of hooks provided by context_ui.
- Update to DB schema to reflect new storage system. Update script
  included.
- Improved namespace consistency -- all hooks now use context_ui
  rather that context as their function prefix.
- Moved deprecated functions / backwards-compatibility functions to
  the end of context_ui.module.
- Major refactoring of context storage schema. Contexts are now cached
  for performance and default contexts are no longer stored in the
  database.
- Updated context_ui_block_list() to respect block visbility
  and title customizations made through the block module.
- Added context-based region disabling for basic alteration of the
  theme layout through context.
- Improved granularity of Views integration -- each page view can now
  be specified separately as a context setter.

context_ui DRUPAL-6--1-0-alpha-2
--------------------------------
- Starting changelog from here. Better late than never.

File

context_ui/CHANGELOG.txt
View source
  1. context_ui DRUPAL-6--1
  2. ----------------------
  3. - #392944: Increasing weight range for blocks.
  4. - #392330: Fixing dated helptext for context_ui_contexts().
  5. context_ui DRUPAL-6--1-0-alpha-4
  6. --------------------------------
  7. - #367057: Overhaul of admin/build/context interface by dmitrig01.
  8. - Added an experimental path-based context setter.
  9. - #336469: Fixing sticky checkbox for hidden blocks and using more
  10. human-friendly labels in block UI. From dmitrig01.
  11. - #367775: Consistifying use of namespace/attribute/value delimiters
  12. in code. From dmitrig01.
  13. - Fixed for menu primary/secondary link menu active trail handling --
  14. previously only secondary links would receive a context-based active
  15. class when both were employed.
  16. - #356960: Fix for context_ui_set() error where an array of IDs are
  17. passed. context_ui_set() no longer accepts arrays for the $id
  18. parameter. Reported by loze.
  19. - #356626: Adding patch to improve performance and integration with
  20. memcache & aggressive caching. From m3avrck.
  21. context_ui DRUPAL-6--1-0-alpha-3
  22. --------------------------------
  23. - Update to README.txt to reflect updated menu links functionality and
  24. include basic list of hooks provided by context_ui.
  25. - Update to DB schema to reflect new storage system. Update script
  26. included.
  27. - Improved namespace consistency -- all hooks now use context_ui
  28. rather that context as their function prefix.
  29. - Moved deprecated functions / backwards-compatibility functions to
  30. the end of context_ui.module.
  31. - Major refactoring of context storage schema. Contexts are now cached
  32. for performance and default contexts are no longer stored in the
  33. database.
  34. - Updated context_ui_block_list() to respect block visbility
  35. and title customizations made through the block module.
  36. - Added context-based region disabling for basic alteration of the
  37. theme layout through context.
  38. - Improved granularity of Views integration -- each page view can now
  39. be specified separately as a context setter.
  40. context_ui DRUPAL-6--1-0-alpha-2
  41. --------------------------------
  42. - Starting changelog from here. Better late than never.