Re: [PHP-WEBMASTER] com web/php: Fix potential file-include vulnerability: include/layout.inc

2015-01-26 Thread Peter Cowburn
On 27 January 2015 at 01:02, Hannes Magnusson wrote: > is this actually used anywhere? > Nope, the print_view() function isn't used anywhere in this repo, that I can see. I guess we could just nuke it. > > -Hannes > > > On Tue, Jan 20, 2015 at 1:10 PM, Peter Cowburn wrote: > > Commit:686

Re: [PHP-WEBMASTER] PHP code attribution

2015-01-26 Thread Hannes Magnusson
Don't worry about it. But yes, you should mention where you copied the code from. Just do that in the future now and all is well :) -Hannes On Mon, Jan 26, 2015 at 9:13 AM, Derek Tatum wrote: > Hello PHP peeps, > > I am curious as to the practical usage guidelines for your > doc

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

2015-01-26 Thread Hannes Magnusson
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 there. But I checked, and it's really to git.php.net :S But if there >> is a commit on github, and no

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

2015-01-26 Thread Stelian Mocanita
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 joind.in already? > How about just merging that and be done with this? :/ > > -Hannes > > On Sun, Ja

Re: [PHP-WEBMASTER] com web/php: Fix potential file-include vulnerability: include/layout.inc

2015-01-26 Thread Hannes Magnusson
is this actually used anywhere? -Hannes On Tue, Jan 20, 2015 at 1:10 PM, Peter Cowburn wrote: > Commit:686c4181e35c1b248dd95d502524cdc11a86c6d4 > Author:Anthony Ferrara Tue, 20 Jan 2015 > 16:10:19 -0500 > Parents: a4d873b05f0ea8ec26327b645f051e15ca18 > Branches: master

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

2015-01-26 Thread Hannes Magnusson
Didn't we have a patch to use joind.in already? How about just merging that and be done with this? :/ -Hannes On Sun, Jan 18, 2015 at 2:07 AM, Stelian Mocanita wrote: > Hello everyone, > > Even though we clearly state that "conference submissions should be emailed > to [email protected]

[PHP-WEBMASTER] PHP code attribution

2015-01-26 Thread Derek Tatum
Hello PHP peeps, I am curious as to the practical usage guidelines for your documentation with respect to copy/pasting code. For instance, am I allowed to copy/paste code examples from php.net and use them in my project? I recently discovered that the code is covered under CC 3