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

Version/1.15 #541

Merged
merged 129 commits into from
Oct 15, 2015
Merged

Version/1.15 #541

merged 129 commits into from
Oct 15, 2015

Commits on Oct 2, 2015

  1. Fix coverage

    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    57a5a84 View commit details
    Browse the repository at this point in the history
  2. Start version bump

    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    9b2baa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f927e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61f72a0 View commit details
    Browse the repository at this point in the history
  5. Move localization filter outside a loop

    Didn't need to be in there.
    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    4ed9289 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c295d9d View commit details
    Browse the repository at this point in the history
  7. Add a GV_UnitTestCase

    So we don't duplicate setup()
    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    2f59889 View commit details
    Browse the repository at this point in the history
  8. Fix issue generating entries and Views

    The settings weren't being merged with the default definitions, which
    would lead to not being created properly
    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    a2f10cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    280b8b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0995cdc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46b793a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96acd5f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7de8069 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b1ee25 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2c64ce4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #542 from katzwebservices/issue/530-hs-beacon

    Use HelpScout Beacon
    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    d144801 View commit details
    Browse the repository at this point in the history
  17. Update readme

    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    fc00306 View commit details
    Browse the repository at this point in the history
  18. Fix Travis error for "sudo"

    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    44e98ca View commit details
    Browse the repository at this point in the history
  19. Improve filter docs

    zackkatz committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    070c249 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7784d66 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2015

  1. Configuration menu
    Copy the full SHA
    cf49ec3 View commit details
    Browse the repository at this point in the history
  2. Count on git-archive-all global install

    Use `brew install git-archive-all`, then `brew link git-archive-all` to
    install using Homebrew.
    zackkatz committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    47e0b42 View commit details
    Browse the repository at this point in the history
  3. Refactor template loading files

    Instead of having all the templates loaded in `default-templates.php`,
    I moved them into their respective folders.
    
    I also removed an unused template ("people-table")
    zackkatz committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    972b970 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. Start AJAX class testing

    This will be helpful for properly migrating from XML to JSON import
    files.
    zackkatz committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    3f0c41a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1cbb50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e0c2a7 View commit details
    Browse the repository at this point in the history
  4. Check whether we can include xml.php from Gravity Forms path

    Instead of hard-coding where we expect to find the plugin.
    
    This fixes issues with unit testing.
    zackkatz committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    6b8ca4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f391b8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9307f6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12add82 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Configuration menu
    Copy the full SHA
    161c4e0 View commit details
    Browse the repository at this point in the history
  2. Add alias in GVCommon for easier access

    `GravityView_Roles_Capabilities::has_cap()` is a mouthful.
    zackkatz committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    d9d4981 View commit details
    Browse the repository at this point in the history
  3. Don't show Data Source column in Views screen to users who don't have…

    … permissions to see any of the data anyway
    zackkatz committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    95c20bc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    2b8bfdc View commit details
    Browse the repository at this point in the history
  2. Use gravityview CPT slug for primitive capabilities

    See `get_post_type_capabilities()` for more info
    zackkatz committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    80e4095 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Configuration menu
    Copy the full SHA
    093889d View commit details
    Browse the repository at this point in the history
  2. Add GravityView_Support_Port class

    * Add field to Profile page to enable/disable
    * Add setting to global plugin settings
    * Handle enqueueing and localizing the script
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    af60948 View commit details
    Browse the repository at this point in the history
  3. Improve Settings styles

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    3087655 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    c527a3f View commit details
    Browse the repository at this point in the history
  5. Update readme

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    1cc2586 View commit details
    Browse the repository at this point in the history
  6. Convert to using GVCommon::has_cap()

    Convert `current_user_can()` and `GFCommon::current_user_can_any()` to
    `GVCommon::has_cap()`.
    
    Add a bunch more checks for things like the ability to clone, delete,
    and edit Views.
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    a3ab11e View commit details
    Browse the repository at this point in the history
  7. Improve docBlocks

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    1a9e85c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e815e71 View commit details
    Browse the repository at this point in the history
  9. Add AJAX test class

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    f65637e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'version/1.15' into feature/capabilities-1.15

    Conflicts:
    	assets/css/admin-global.css
    	assets/css/scss/admin-global.scss
    	includes/class-gravityview-roles-capabilities.php
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    00e34be View commit details
    Browse the repository at this point in the history
  11. Revert "Merge branch 'version/1.15' into feature/capabilities-1.15"

    This reverts commit 00e34be, reversing
    changes made to f65637e.
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    028b251 View commit details
    Browse the repository at this point in the history
  12. Fix conflicts to merge

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    e6cd9e0 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/feature/capabilities-1.15' into …

    …feature/capabilities-1.15
    
    Conflicts:
    	assets/css/admin-global.css
    	assets/css/scss/admin-global.scss
    	includes/class-gravityview-roles-capabilities.php
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    4da5ee5 View commit details
    Browse the repository at this point in the history
  14. Revert "Merge remote-tracking branch 'origin/feature/capabilities-1.1…

    …5' into feature/capabilities-1.15"
    
    This reverts commit 4da5ee5, reversing
    changes made to e6cd9e0.
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    3a70d99 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #546 from katzwebservices/feature/capabilities-1.15

    Feature/capabilities 1.15
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    d997575 View commit details
    Browse the repository at this point in the history
  16. Unit Tests FTW

    Squashed a 🐛 due to autocomplete and name changes. Thanks, CI!
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    679ec93 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    718c42d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aa6b44b View commit details
    Browse the repository at this point in the history
  19. Update @SInCE versions

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    216bf45 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2b0c2c8 View commit details
    Browse the repository at this point in the history
  21. Try to fix Travis tests

    Install WordPress from Git instead of WP.org. The nightly builds
    weren't available using .tar.gz format, only zip. This was easier.
    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    5ccd31f View commit details
    Browse the repository at this point in the history
  22. Please, Travis?

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    c854fcc View commit details
    Browse the repository at this point in the history
  23. Do the fix the Travis 🎵

    zackkatz committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    705cc8e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cd80235 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. Fix $cap not being defined

    zackkatz committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    548eb04 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Configuration menu
    Copy the full SHA
    4dc1ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c08cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb9bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec96739 View commit details
    Browse the repository at this point in the history
  5. Add Capability Checks to many methods

    Fixed: Users without the ability to create Gravity Forms forms are able
    to create a new form via "Start Fresh"
    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    5c002dd View commit details
    Browse the repository at this point in the history
  6. Add tests

    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    c6c5c78 View commit details
    Browse the repository at this point in the history
  7. Only add the Approve Entries column if user has the cap

    `gravityview_moderate_entries` capability (defaults to Editor role or
    higher)
    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    2972eba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    609a8fa View commit details
    Browse the repository at this point in the history
  9. Docblocks

    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    04c37bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    feb307e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e646d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04809fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab99a3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61314d5 View commit details
    Browse the repository at this point in the history
  15. Add beacon image

    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    ec9cd2d View commit details
    Browse the repository at this point in the history
  16. Fix 5.3 TravisCI issue

    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    31f9173 View commit details
    Browse the repository at this point in the history
  17. Fix php 5.4 array style

    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    8fedfc3 View commit details
    Browse the repository at this point in the history
  18. when edit_gravitviews is not allowed screen "Cheatin’ uh?" is shown

    it was generating a PHP Notice:  Undefined variable: output
    Luis Godinho committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    0c4f3e0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3f495cb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b5319a8 View commit details
    Browse the repository at this point in the history
  21. Add $flat_array param to all_caps(), rename $role to $single_role

    Whether to return caps as a flat array or a multi-dimensional array.
    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    b7fcd7a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bcfacce View commit details
    Browse the repository at this point in the history
  23. Improve speed of add_caps()

    Only update the database once instead of each time calling
    `add_caps()`. This saves > .1 seconds.
    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    c6b1fe1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e85ddca View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    07b4627 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ebbd041 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c72a35f View commit details
    Browse the repository at this point in the history
  28. Fixing User Registration on edit entry

    - By default preserve current user role (no override from the feed
    settings)
    - By default, try to match the current user display name format and set
    it on the feed settings. If not possible to find the format, restore
    the display name after user update.
    Luis Godinho committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    9142adf View commit details
    Browse the repository at this point in the history
  29. Fix Members plugin not showing caps in the list

    They changed the key from beta to final version of Members 1.x.
    zackkatz committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    c75bfd7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    25d81b2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b029486 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a65b843 View commit details
    Browse the repository at this point in the history
  33. Include gv_by on the criteria to define is_search

    Luis Godinho committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    4305038 View commit details
    Browse the repository at this point in the history
  34. use the method instead of the property

    Luis Godinho committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    6c2c79a View commit details
    Browse the repository at this point in the history
  35. Added Search Clear button to Search WP widget

    Luis Godinho committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    862d9e7 View commit details
    Browse the repository at this point in the history
  36. changelog

    Luis Godinho committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    dfa7f88 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Fix missing index issue

    If users didn't have `copy_gravityviews` caps, the array would be empty.
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    681e646 View commit details
    Browse the repository at this point in the history
  2. Correct changelog for the User Registration fix

    Luis Godinho committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    a971af3 View commit details
    Browse the repository at this point in the history
  3. doc about delete data setting

    Luis Godinho committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    bfaa537 View commit details
    Browse the repository at this point in the history
  4. another doc

    Luis Godinho committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    f40871e View commit details
    Browse the repository at this point in the history
  5. Create a new [gv_entry_link] shortcode

    This replaces the `[gv_delete_entry_link]` and `[gv_edit_entry_link]`
    shortcodes, and also adds a `read` option that makes it easy to
    directly link to an entry.
    
    Accepts the same attributes as the previous shortcodes:
    
    ```
    $action What type of link to generate. Options: `read`, `edit`, and
    `delete`. Default: `read`
    $view_id Define the ID for the View. If not set, use current View ID,
    if exists.
    $entry_id ID of the entry to edit. If undefined, uses the current entry
    ID, if exists.
    $post_id ID of the base post or page to use for an embedded View
    $link_atts Pass anchor tag attributes (`target=_blank` to open Edit
    Entry link in a new window, for example)
    $return What should the shortcode return: link HTML (`html`) or the URL
    (`url`). Default: `html`
    $field_values Only used for `action="edit"`. Parameters to pass in to
    the prefill data in Edit Entry form. Uses the same format as Gravity
    Forms "Allow field to be populated dynamically" {@see
    https://www.gravityhelp.com/documentation/article/allow-field-to-be-popu
    lated-dynamically/ }
    ```
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    9954c3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffd3820 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b9ae87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    417bae6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbac7c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60266b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d3eb3f View commit details
    Browse the repository at this point in the history
  12. Fix missing index issue

    If users didn't have `copy_gravityviews` caps, the array would be empty.
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    409d1aa View commit details
    Browse the repository at this point in the history
  13. Merge branch 'version/1.15' into feature/gv-entry-link-shortcode

    Conflicts:
    	readme.txt
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    23afffd View commit details
    Browse the repository at this point in the history
  14. Easy wins for code coverage!

    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    3dd9714 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #548 from katzwebservices/feature/gv-entry-link-sh…

    …ortcode
    
    [gv_entry_link] shortcode
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    a37326c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d60eaf View commit details
    Browse the repository at this point in the history
  17. Add extra security check on unit tests

    Even though they're not bundled with the releases, if someone downloads
    from Github, that would be a problem.
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    e9c3e55 View commit details
    Browse the repository at this point in the history
  18. Fix failing tests

    Why no fail, Travis?
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    d970990 View commit details
    Browse the repository at this point in the history
  19. Allow contributors to see Getting Started screen

    Added `gravityview_getting_started` capability
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    f876ffa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4113879 View commit details
    Browse the repository at this point in the history
  21. Add full permissions checks for settings page

    If users don't have the `gravityview_edit_settings`, they won't be able
    to save settings. If they have `gravityview_view_settings` cap, they'll
    be able to see them, but not edit them.
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    7bd203b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8dfa621 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2962645 View commit details
    Browse the repository at this point in the history
  24. Fix issue with gravityview_is_admin_page()

    Wasn't recognizing settings page as a GravityView admin page.
    zackkatz committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    ecc74c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    13e6578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7774ec5 View commit details
    Browse the repository at this point in the history
  3. Took a var_dump() 💩

    zackkatz committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    8d16ce6 View commit details
    Browse the repository at this point in the history
  4. Allow for merge tag parsing without $form and $entry set

    {get} doesn't require GF.
    zackkatz committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    bf245aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73191ff View commit details
    Browse the repository at this point in the history
  6. Update readme

    zackkatz committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    13c120b View commit details
    Browse the repository at this point in the history
  7. update readme

    Luis Godinho committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    4074e4b View commit details
    Browse the repository at this point in the history
  8. Fix dependencies in uninstall.php

    `GravityView_Settings` requires `GravityView_Plugin`, which is
    de-activated. So instead, add a way to check for settings directly.
    
    Change `GVCommon` to `GravityView_Roles_Capabilities`, and fix path to
    `class-gravityview-roles-capabilities.php`.
    zackkatz committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    7c2d95a View commit details
    Browse the repository at this point in the history
  9. Update Admin Welcome

    zackkatz committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    90e2360 View commit details
    Browse the repository at this point in the history