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

Modules Manager action hooks for module cleanup #7150

Merged
merged 12 commits into from
Jan 15, 2024

Commits on Jan 7, 2024

  1. Modules Manager action hooks for module cleanup

    - new class to include in modules directory root called by Laminas Module Mananger
    sjpadgett committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    339747b View commit details
    Browse the repository at this point in the history
  2. - refactor class name to be better decription

    - document new listener class
    sjpadgett committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1fede3f View commit details
    Browse the repository at this point in the history
  3. - refactor interface button action function arguement to reflect the …

    …action in the controller.
    sjpadgett committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    2121169 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge branch 'master' of https://github.com/openemr/openemr into modu…

    …le_manager
    
    * 'master' of https://github.com/openemr/openemr:
      fix: escaping custom templates used with ckeditor (openemr#7152)
    sjpadgett committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b825e48 View commit details
    Browse the repository at this point in the history
  2. - rename new class again so it is somewhat unique.

    - implement fax sms clean up methods
    - add new method for listener save globals
    sjpadgett committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9506330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f273f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. - create and refactor abstract class to extend in module listener.

    - fix sql action path for custom_module
    - new fetch module setup method
    - fix upgrade button to show when needed
    - restyle Module Manager
    - bump faxsms sql version to 3.1.0
    - add faxsms sql upgrade sql
    sjpadgett committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    083204a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7a399 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 15, 2024

  1. Finish new abstract class for module manager actions

    Develop and implement trait class for convientence functions like handling get, post, session plus more supers.
    develop laminas get registry settings in abstract class
    sjpadgett committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c1600c4 View commit details
    Browse the repository at this point in the history
  2. style

    sjpadgett committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ff86148 View commit details
    Browse the repository at this point in the history
  3. - more restyles

    sjpadgett committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7377c8b View commit details
    Browse the repository at this point in the history