With the latest D8 build, module info files must now live in yml format.

googleanalytics.info

name = Google Analytics Lite
description = Logs site Statistics to the Google Analytics service by adding a Javascript tracking code to every page.
core = 8.x
package = Statistics
configure = admin/config/statistics/googleanalytics

becomes googleanalytics.info.yml

name: 'Google Analytics Lite'
description: 'Logs site Statistics to the Google Analytics service by adding a Javascript tracking code to every page.'
core: 8.x
package: Statistics
configure: admin/config/statistics/googleanalytics
CommentFileSizeAuthor
#1 1957408-1-convert-info-to-yml.patch805 bytesdesmondmorris

Comments

desmondmorris’s picture

StatusFileSize
new805 bytes

The patch

desmondmorris’s picture

Status: Active » Needs review
frob’s picture

Category: bug » task
Status: Needs review » Fixed

This is more of a task than a bug report. It is more about keeping up with the changing Drupal 8 api.

One more thing, patches that change the content of a file and the name of a file should be made with git. If not then the history of the files doesn't follow them.

However, I thank you and committed.

desmondmorris’s picture

@frob yes, both of these things make a lot of sense. Sorry about that.

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.