[RFC] Revamp Send Statistics

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [RFC] Revamp Send Statistics

Post by EXreaction »

The more that is sent, the less likely the user is going to be willing to send anything.

I would recommend that, if that extended information is wanted to be kept, it be an extra option that the user can choose to or not to send.

User avatar
oddfish
Registered User
Posts: 110
Joined: Tue Mar 27, 2007 5:53 am
Location: on my way home
Contact:

Re: [RFC] Revamp Send Statistics

Post by oddfish »

EXreaction wrote:...

I would recommend that, if that extended information is wanted to be kept, it be an extra option that the user can choose to or not to send.
+1

User avatar
DarkBeing
Registered User
Posts: 83
Joined: Sun Jul 19, 2009 2:32 pm
Location: Currently Estonia
Contact:

Re: [RFC] Revamp Statistics

Post by DarkBeing »

imkingdavid wrote:IMO any sent information should be done on an opt-in basis. Perhaps a setting like "Automatically send anonymous usage statistics" would let us bypass having to ask the admin each time we want to do it, but I do not agree with sending such information sans explicit consent.

....
this!

With the over sensitivity about sending any kind of information without consent or the knowledge of it, at least in Germany we would end up with lots of "complains". Regardless what kind of information is send.

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: [RFC] Revamp Send Statistics

Post by brunoais »

Unknown Bliss wrote:Problem:
Why - Offer cron
This means stats are sent often (as the content may be updated often). It also means that it isn't just run at installation which most likely happens for most installs.
cron may be limiting, no?
Why not check if the 3 months have passed every time one logins successful (or any other place that makes sense)? (at least as a fallback for not having crons in that server)
There are free servers without cron support. If we had such fall back (or feature like that) that problem wouldn't appear.
Besides, cron exists only on linux (maybe also in MAC (?)) but not on windows, on windows the API is quite different. Are you stating users that use windows servers are not going to send that data periodically?

Anyway, one can always use an external cron provider but who's going to "move a finger" to use those just to send statistics periodically to phpBB devs?

User avatar
canonknipser
Registered User
Posts: 71
Joined: Mon Sep 19, 2011 4:42 am
Location: Germany

Re: [RFC] Revamp Send Statistics

Post by canonknipser »

brunoais wrote:cron may be limiting, no?
But we have our cron.php, which also handles all e-mail-stuff etc.
Greetings
Frank
phpbb.de support team member - no support via PM or mail
English is not my native language
Extensions and scripts for phpBB

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: [RFC] Revamp Send Statistics

Post by nickvergessen »

I think he ment the "fake cron system" phpbb has implemented for such tasks, which are called while a user visits the board
Member of the Development-TeamNo Support via PM

User avatar
MichaelC
Development Team
Development Team
Posts: 889
Joined: Thu Jan 28, 2010 6:29 pm

Re: [RFC] Revamp Send Statistics

Post by MichaelC »

brunoais wrote:
Unknown Bliss wrote:Problem:
Why - Offer cron
This means stats are sent often (as the content may be updated often). It also means that it isn't just run at installation which most likely happens for most installs.
cron may be limiting, no?
Why not check if the 3 months have passed every time one logins successful (or any other place that makes sense)? (at least as a fallback for not having crons in that server)
There are free servers without cron support. If we had such fall back (or feature like that) that problem wouldn't appear.
Besides, cron exists only on linux (maybe also in MAC (?)) but not on windows, on windows the API is quite different. Are you stating users that use windows servers are not going to send that data periodically?

Anyway, one can always use an external cron provider but who's going to "move a finger" to use those just to send statistics periodically to phpBB devs?
As Joas has said, we have the cron system which is a fake cron run by phpBB (although it can be set to use a real cron). Its used for a lot of phpBB tasks already.

imkingdavid: And I never said anything without user consent, they'd have to opt-in to the cron sending stats every quarter.
Formerly known as Unknown Bliss
psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
No unsolicited PMs please except for quotes.

User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: [RFC] Revamp Send Statistics

Post by imkingdavid »

Unknown Bliss wrote:imkingdavid: And I never said anything without user consent, they'd have to opt-in to the cron sending stats every quarter.
Well you never said anything about requiring consent, so I just wanted to make sure that aspect remained.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

User avatar
MichaelC
Development Team
Development Team
Posts: 889
Joined: Thu Jan 28, 2010 6:29 pm

Re: [RFC] Add extension/style information to statistics

Post by MichaelC »

imkingdavid wrote:
Unknown Bliss wrote:imkingdavid: And I never said anything without user consent, they'd have to opt-in to the cron sending stats every quarter.
Well you never said anything about requiring consent, so I just wanted to make sure that aspect remained.
Unknown Bliss wrote:
EXreaction wrote:The board should automatically, periodically, send statistics if the user allows it. Otherwise I do not think this would be too useful.
Well, they are redirected to it after an update but I do see your point. They probably don't send them often. Maybe have it so when they send statistics it adds a cron that will send it every 3 months and add a mention of this?
It also says 'Offer Cron', not 'Use Cron'?
Formerly known as Unknown Bliss
psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
No unsolicited PMs please except for quotes.

User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: [RFC] Add extension/style information to statistics

Post by imkingdavid »

Unknown Bliss wrote:
imkingdavid wrote:
Unknown Bliss wrote:imkingdavid: And I never said anything without user consent, they'd have to opt-in to the cron sending stats every quarter.
Well you never said anything about requiring consent, so I just wanted to make sure that aspect remained.
Unknown Bliss wrote:
EXreaction wrote:The board should automatically, periodically, send statistics if the user allows it. Otherwise I do not think this would be too useful.
Well, they are redirected to it after an update but I do see your point. They probably don't send them often. Maybe have it so when they send statistics it adds a cron that will send it every 3 months and add a mention of this?
It also says 'Offer Cron', not 'Use Cron'?
I don't see the word "offer" or "use" in the quote you provided. Regardless, I'm not sure why we're arguing this?

EDIT: Oh, in the original post it says offer. As I said, that still doesn't flat out state that it requires approval. But my point still stands: why are we arguing this?
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

Post Reply