Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Menu and pages configuration

A new magnolia module "modulestore", adding a menu item "Module store" in the magnolia admin interface, and .
The module provides two freemarker pages:

  • all modules list: displays all available modules (loaded from a url set in module's configuration);
  • installed modules list: displays only modules installed in the current application.

All modules page

Selecting the "Module store" menu item shows the all modules page; the module list is requested to the remote server (magnolia.info):

Parameters are posted in the form of <module-name>=<module-version>  Current application's data is posted as a json-encoded parameter:

All modules page layout

Clicking on a module shows a details page:

...