[E-devel] Phab Task Spam

2018-01-02 Thread Mike Blumenkrantz
Once a week now for the past couple weeks there have been users registering and creating numerous spam tickets on phab. Can anything be done to prevent this? -- Check out the vibrant tech community on one of the world's mos

Re: [E-devel] Site statistics

2018-01-02 Thread Andrew Williams
Hi, As there was no blocker on #3 I have changed our "Devel" link from phab to be our /develop/ documentation (and changed it to "Develop" for clarity). If you have bookmarked the E site but not phab and used that a lot you can still get it at "Contrib" -> "Phabricator" so it's just one click fu

Re: [E-devel] Site statistics

2018-01-02 Thread Andrew Williams
Hi, With regards to the beta API perhaps being related to the active work on it here is an update: Over the Christmas week we were not working on those pages. In that period the overall access percentage went from 5% of our site hits to 15%. I think the pinch of salt got smaller, Andy On Wed, 20

Re: [E-devel] Site statistics

2018-01-02 Thread Andrew Williams
Hi, Oh dear I read the stats wrong - it's 3% not 15% - still, nice to see relatively consistent usage outside the active documentation work. Andy On Tue, 2 Jan 2018 at 18:35 Andrew Williams wrote: > Hi, > > With regards to the beta API perhaps being related to the active work on > it here is a

Re: [E-devel] efl_add causing confusion

2018-01-02 Thread Andrew Williams
Hi, I am obviously struggling to explain this with words, so will try with code. Take the following code fragment: void some_api(Eo *parent) { Eo *var = efl_add(SOME_CLASS, parent); ... do some stuff with var (possible, acknowledged, race condition) ... // TODO figure whether or not I

Re: [E-devel] efl_add causing confusion

2018-01-02 Thread Carsten Haitzler
On Tue, 02 Jan 2018 19:19:37 + Andrew Williams said: > Hi, > > I am obviously struggling to explain this with words, so will try with code. > Take the following code fragment: > > void some_api(Eo *parent) { >Eo *var = efl_add(SOME_CLASS, parent); > >... do some stuff with var (pos

Re: [E-devel] Phab Task Spam

2018-01-02 Thread Carsten Haitzler
On Tue, 02 Jan 2018 15:52:59 + Mike Blumenkrantz said: > Once a week now for the past couple weeks there have been users registering > and creating numerous spam tickets on phab. Can anything be done to prevent > this? where are they? we could maybe disable account creation via github, fb et

Re: [E-devel] Phab Task Spam

2018-01-02 Thread Carsten Haitzler
On Wed, 3 Jan 2018 12:37:56 +0900 Carsten Haitzler said: > On Tue, 02 Jan 2018 15:52:59 + Mike Blumenkrantz > said: > > > Once a week now for the past couple weeks there have been users registering > > and creating numerous spam tickets on phab. Can anything be done to prevent > > this? >

Re: [E-devel] efl_add causing confusion

2018-01-02 Thread Cedric Bail
> The whole efl_del argument just exist because it is kinda poorly > named. IMO, del means: get this object to an "empty" state. > Just like close to files and hide and unparent to UI objects. efl_del > should not steal references under people who owns it, the object > would get deleted at a later