Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.52 KB

File metadata and controls

53 lines (35 loc) · 1.52 KB
  • Release gems via rake-gemcutter instead of rubyforge

  • Add ui-state-active and level-specific menu css classes

  • Change class css naming conventions to follow the new jQuery UI guidelines

  • Remove the PluginAWeek namespace

  • Update tests to use ActionView::TestCase

  • Embed menu content within a span element for better style control

  • Rename :auto_link option to :link

  • Add ability to render active submenus on a different part of the page for better layout control

  • Add ability to turn off automatically setting html ids for menus

  • Allow default class names to be configured on a per-application basis

  • Change id/class css naming conventions to following something more similar to jQuery UI

  • Require that the menu content always be defined (even if it’s just nil) if the url isn’t a hash

  • Use consistent API for internals

  • Remove log files from gems

  • Remove dependency on set_or_append

  • Updated documentation

  • Add gem dependency on set_or_append

  • Convert dos newlines to unix newlines

  • Fix too many :nodoc: tags so that rdocs are generated properly

  • Add README documentation

  • Add api documentation

  • Add dependency on plugin_test_helper in order to simplify the test setup code

  • Remove MainMenuBar in favor of providing a default id for MenuBar

  • Refactor helper classes into individual files

  • Add unit tests