Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-18381

extension.xml should handle description and author

    XMLWordPrintable

Details

    Description

      extension.xml is replacing ezinfo.php. (very good thing)

      Full info here: http://doc.ez.no/eZ-Publish/Technical-manual/4.4/Installation/Extensions/Extension-load-ordering

      But in a lot of extensions that were using ezinfo.php, we could see description and author, that are useful options I think. But extension.xml no more uses those 2 fields.

      => Why not adding again those 2 fields ? the name of an extension is really not enough, a description is needed. And the author is important as it may be different than the copyright...

      • $infoFields = array( 'name', 'version', 'copyright', 'license', 'info_url' );
        + $infoFields = array( 'name', 'description', 'version', 'copyright', 'author', 'license', 'info_url' );

      in kernel/private/classes/ezpextension.php, on line 112

      The 2 seconds feature added

      Attachments

        Activity

          People

            andre1 andre1
            enzo enzo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: