Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • N NetiToolKit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • shopware
  • labs
  • NetiToolKit
  • Merge requests
  • !6

Merged
Created Sep 01, 2016 by Hendrik Rombach@hrombach

Refactor ToolKit for 5.2 plugin system

  • Overview 0
  • Commits 7
  • Changes 13

Refactored ToolKit for Shopware 5.2 Plugin System

File changes

Removals

  • Removed Bootstrap.php
  • Removed config.php
  • Removed plugin.json
  • Removed custom HTML Emotion element, because Shopware 5.2 has such a feature built-in
  • Removed unused tests directory, soon to be redone.

Additions

  • Added plugin.xml
  • Added Plugin Controller Class (NetiToolKit.php)
  • Added configuration struct Struct\PluginConfig.php (will be returned instead of Enlight_Config by service neti_foundation.plugin_manager_config)
  • Added Resources for Symfony compiler (config.xml, services.xml)

Feature Changes:

  • Removed custom HTML Emotion element, because Shopware 5.2 has such a feature built-in
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 5.2-refactor