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

allow running server plugins in web admin LDEV-2791 #901

Merged
merged 7 commits into from
May 19, 2020

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    a35a279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad0604 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. force reload of plugins after extension install

    using the application scope is better than session
    zspitzer committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    1acb713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f02a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. fix problems with plugins not being available

    - always set server plugin path, otherwise it might be updated from server and not available
    - use seperate caches for web and server plugins
    zspitzer committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    168f6d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. track admin plugin refresh required across contexts

    - use a lock when clearing application plugin cache
    - track last updated in server.lucee_admin_plugins_last_updated and application.lucee_admin_plugins_last_updated and reload if updated
    zspitzer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    b5000c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    b2c0737 View commit details
    Browse the repository at this point in the history