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

WIP PHP Plugin scaffolding #32

Merged
merged 48 commits into from
Nov 10, 2020
Merged

WIP PHP Plugin scaffolding #32

merged 48 commits into from
Nov 10, 2020

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    2e283b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046ba6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b996d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de5710 View commit details
    Browse the repository at this point in the history
  5. Create a PluginHelper trait

    JPry committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2f3ebb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bf7896 View commit details
    Browse the repository at this point in the history
  7. Create an Asset interface

    JPry committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a83b407 View commit details
    Browse the repository at this point in the history
  8. Create InvalidURI exception

    JPry committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c35b82f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Create base asset class

    JPry committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    fe43cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb569b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725185f View commit details
    Browse the repository at this point in the history
  4. Create Script Helper trait

    JPry committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    90b5efc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbabfe9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4ffc04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fa75fc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Create AssetsHandler class

    JPry committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    eb1a6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4266a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e91c85b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f94da31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46efe7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed1a1da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d1eae4 View commit details
    Browse the repository at this point in the history
  8. Create plugin interface

    JPry committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3ee37bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e40aeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    788cfc8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bd2b94 View commit details
    Browse the repository at this point in the history
  12. Update package-lock.json

    JPry committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    cb8ddaf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a4ec27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2db720d View commit details
    Browse the repository at this point in the history
  15. Create AssetsAwareness trait

    JPry committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b8680cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9486f72 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a4e5bdb View commit details
    Browse the repository at this point in the history
  18. Wire up assets handler

    JPry committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    88fc469 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    400767d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

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

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    6c08a58 View commit details
    Browse the repository at this point in the history
  2. Update requires

    jconroy committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    fafc325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1cec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82fcc91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0713f16 View commit details
    Browse the repository at this point in the history
  6. Update package-lock.json.

    ecgan committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    17ba8f3 View commit details
    Browse the repository at this point in the history
  7. Include the file extension first

    JPry committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a818b4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf63fa0 View commit details
    Browse the repository at this point in the history
  9. Add URI to base asset class

    JPry committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e708742 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7667064 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d97ac4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    446763e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3275235 View commit details
    Browse the repository at this point in the history