Closed (won't fix)
Project:
Site Network
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2007 at 19:27 UTC
Updated:
16 Dec 2007 at 19:00 UTC
Jump to comment: Most recent file
drupal_notify() sends info about the drupal installation, including URL, drupal version and installed modules, but nothing about the system environment. It would be helpful for the drupal community to monitor trends in drupal hosting environments, such as PHP version, database type, and database version.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal_notify_0.patch | 8.3 KB | mfb |
| drupal_notify.patch | 1.05 KB | mfb |
Comments
Comment #1
mfbThis patch now fixes one bug (bogus $client[uid] in a query), fixes some PHP notice issues, and provides the ability to send and receive the version info.
Comment #2
AjK commentedComment #3
AjK commentedThe intention is to rip out much of the "phone home" details as a) it's not used anywhere and b) the growing trend of knocking products that send details of their user anywhere. So, adding more details isn't really going to happen when we're going stop shortly.
Comment #4
EnekoAlonso-1 commentedI have recently enabled this module, since I think it's a good idea to share information about drupal projects, modules used, etc. Now, where can I find the information sent on drupal.org? I would like to see which modules are more popular, etc.
Thanks.