Re: [PHP-WEBMASTER] Check for event type conference on the submit-event page

2015-01-27 Thread Paul Dragoonis
On Tue, Jan 27, 2015 at 12:53 PM, Lorna Mitchell wrote: > On 27 January 2015 at 12:38, Paul Dragoonis wrote: > >> >> On 27 Jan 2015 12:35, "Ferenc Kovacs" wrote: >> > >> > >> > >> > On Tue, Jan 27, 2015 at 2:05 AM, Stelian Mocanita < >> [email protected]> wrote: >> >> >> >> Not entirel

Re: [PHP-WEBMASTER] Re: Git commit disappeared

2015-01-27 Thread Maciej Sobaczewski
Commits from git.php.net to -> github are force push. That means, if someone accidentally clicks the "merge pull request" button on github, or manually pushes stuffz to github, it will be forcefully overwritten next time git.php.net pushes to github (which happens after each push to git.php.net).

Re: [PHP-WEBMASTER] Check for event type conference on the submit-event page

2015-01-27 Thread Stelian Mocanita
I agree with Tyrael on this one, in the regard that joind.in should be another way (probably the preferred one for most) of adding events but not the only way. As for the moderation, we could build a tool like we have for the github PR's (I have some time for this so I could work on it)? That woul

Re: [PHP-WEBMASTER] Check for event type conference on the submit-event page

2015-01-27 Thread Lorna Mitchell
On 27 January 2015 at 12:38, Paul Dragoonis wrote: > > On 27 Jan 2015 12:35, "Ferenc Kovacs" wrote: > > > > > > > > On Tue, Jan 27, 2015 at 2:05 AM, Stelian Mocanita < > [email protected]> wrote: > >> > >> Not entirely sure about the status of that to be honest, in theory we > >> should

Re: [PHP-WEBMASTER] wiki access

2015-01-27 Thread Ferenc Kovacs
On Sat, Jan 24, 2015 at 4:31 AM, Thomas Bley wrote: > I'm planning to write a rfc for https://github.com/php/php-src/pull/1018 > Could you provide me write permissions? > > Regards > Thomas > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/

Re: [PHP-WEBMASTER] Check for event type conference on the submit-event page

2015-01-27 Thread Paul Dragoonis
On 27 Jan 2015 12:35, "Ferenc Kovacs" wrote: > > > > On Tue, Jan 27, 2015 at 2:05 AM, Stelian Mocanita < [email protected]> wrote: >> >> Not entirely sure about the status of that to be honest, in theory we >> should. >> >> On Tue, Jan 27, 2015 at 2:02 AM, Hannes Magnusson < >> hannes.mag

Re: [PHP-WEBMASTER] Check for event type conference on the submit-event page

2015-01-27 Thread Ferenc Kovacs
On Tue, Jan 27, 2015 at 2:05 AM, Stelian Mocanita < [email protected]> wrote: > Not entirely sure about the status of that to be honest, in theory we > should. > > On Tue, Jan 27, 2015 at 2:02 AM, Hannes Magnusson < > [email protected]> wrote: > > > Didn't we have a patch to use

Re: [PHP-WEBMASTER] Re: Git commit disappeared

2015-01-27 Thread Ferenc Kovacs
On Tue, Jan 27, 2015 at 2:09 AM, Hannes Magnusson < [email protected]> wrote: > On Wed, Jan 21, 2015 at 3:40 AM, Maciej Sobaczewski wrote: > > Hello Derick, > > > > firstly, thank you for fast reply. > > > >> It's odd. I did commit to web-pres2 to remove some files that shouldn't > >> be

Re: [PHP-WEBMASTER] PHP function suggestion

2015-01-27 Thread Derick Rethans
On Tue, 27 Jan 2015, Saba Bijal wrote: > I have one suggestion. Actually now a days there are many calculations > based on fortnight ( 2 weeks or 14 days). So like there are functions > for week, month, etc. so my suggestion is to make some function for > fortnight. Hope you feel that my sugges

[PHP-WEBMASTER] PHP function suggestion

2015-01-27 Thread Saba Bijal
Hello, I have one suggestion. Actually now a days there are many calculations based on fortnight ( 2 weeks or 14 days). So like there are functions for week, month, etc. so my suggestion is to make some function for fortnight. Hope you feel that my suggestion is useful. Hoping for your response.