Closed (fixed)
Project:
Google Analytics Lite
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
31 Mar 2013 at 14:02 UTC
Updated:
15 Apr 2013 at 10:50 UTC
Jump to comment: Most recent file
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/googleanalyticsbecomes 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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1957408-1-convert-info-to-yml.patch | 805 bytes | desmondmorris |
Comments
Comment #1
desmondmorris commentedThe patch
Comment #2
desmondmorris commentedComment #3
frobThis 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.
Comment #4
desmondmorris commented@frob yes, both of these things make a lot of sense. Sorry about that.
Thanks.