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.
[RFC] Revamp Send Statistics
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
- oddfish
- Registered User
- Posts: 110
- Joined: Tue Mar 27, 2007 5:53 am
- Location: on my way home
- Contact:
Re: [RFC] Revamp Send Statistics
+1EXreaction 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.
- DarkBeing
- Registered User
- Posts: 83
- Joined: Sun Jul 19, 2009 2:32 pm
- Location: Currently Estonia
- Contact:
Re: [RFC] Revamp Statistics
this!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.
....
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.
Re: [RFC] Revamp Send Statistics
cron may be limiting, no?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.
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?
- canonknipser
- Registered User
- Posts: 71
- Joined: Mon Sep 19, 2011 4:42 am
- Location: Germany
Re: [RFC] Revamp Send Statistics
But we have our cron.php, which also handles all e-mail-stuff etc.brunoais wrote:cron may be limiting, no?
Greetings
Frank
phpbb.de support team member - no support via PM or mail
English is not my native language
Extensions and scripts for phpBB
Frank
phpbb.de support team member - no support via PM or mail
English is not my native language
Extensions and scripts for phpBB
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC] Revamp Send Statistics
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-Team — No Support via PM
Re: [RFC] Revamp Send Statistics
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.brunoais wrote:cron may be limiting, no?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.
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?
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
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC] Revamp Send Statistics
Well you never said anything about requiring consent, so I just wanted to make sure that aspect remained.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.
Re: [RFC] Add extension/style information to statistics
imkingdavid wrote:Well you never said anything about requiring consent, so I just wanted to make sure that aspect remained.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.
It also says 'Offer Cron', not 'Use Cron'?Unknown Bliss wrote: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?EXreaction wrote:The board should automatically, periodically, send statistics if the user allows it. Otherwise I do not think this would be too useful.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC] Add extension/style information to statistics
I don't see the word "offer" or "use" in the quote you provided. Regardless, I'm not sure why we're arguing this?Unknown Bliss wrote:imkingdavid wrote:Well you never said anything about requiring consent, so I just wanted to make sure that aspect remained.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.It also says 'Offer Cron', not 'Use Cron'?Unknown Bliss wrote: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?EXreaction wrote:The board should automatically, periodically, send statistics if the user allows it. Otherwise I do not think this would be too useful.
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?