Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] PR #6077 to 4.x - Settings sections registry #7363

Merged
merged 4 commits into from
Jun 6, 2016

Commits on Jun 2, 2016

  1. Configuration menu
    Copy the full SHA
    a52a9bc View commit details
    Browse the repository at this point in the history
  2. Backport - render directive

    add tests for render_directive
    
    sinon asserts, null instead of false
    w33ble committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    111dbc5 View commit details
    Browse the repository at this point in the history
  3. Backport - update navbar directive

    consume navbar directive
    used anywhere the navbar is being used currently
    navbar directive tests
    w33ble committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    1b1479d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Create sections setting registry

    allow custom settings sections from plugins
    
    Use settings sections registry to display settings sections
    
    Ensure settings sections load in order
    
    Change to use _.constant instead of () => {}
    
    move require statement to top
    
    remove sections file from autoloader
    w33ble committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    90f3cc0 View commit details
    Browse the repository at this point in the history