Search found 1411 matches

by Highway of Life
Wed Jan 20, 2010 9:54 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC & Patch][Implemented] Coding Guidelines
Replies: 55
Views: 97910

Re: [RFC & Patch] Coding Guidelines

There is one reason in particular why always wrapping code in curly braces is a good idea: You will never accidentally add an unconditional statement that was meant to be conditional, because you need to add braces once you want to add a second statement inside the if. And as for the other part of ...
by Highway of Life
Wed Jan 20, 2010 9:43 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC & Patch][Implemented] Coding Guidelines
Replies: 55
Views: 97910

Re: [RFC & Patch] Coding Guidelines

The tabs versus spaces argument may be an eternal religious war. I’m not sure if it’s possible to come to an absolute agreement since most of the developers that I know are either adamantly opposed to spaces, or adamantly opposed to tabs. (Although most developers I know use/prefer tabs to spaces). ...
by Highway of Life
Tue Jan 12, 2010 8:13 pm
Forum: [3.x] Discussion
Topic: Authentication, Registration and user integration
Replies: 13
Views: 33658

Re: Authentication, Registration and user integration

As the popularity of social networking sites continues to rise, I agree that it is extremely important to create a plug-and-play authentication system that allows developers to create authentication plugins for sites like Facebook, Twitter, LinkedIn, Google and others. This kind of system should be ...
by Highway of Life
Fri Jan 08, 2010 9:13 pm
Forum: [3.0/Olympus] New features discussion
Topic: PostgreSQL Fulltext Search
Replies: 40
Views: 265566

Re: PostgreSQL Fulltext Search

Have you tried asking for support over at the main boards?
http://www.phpbb.com/community/viewforum.php?f=46
by Highway of Life
Fri Jan 08, 2010 9:11 pm
Forum: [3.x] Discussion
Topic: Redefining the style
Replies: 6
Views: 13255

Re: Redefining the style

ToonArmy wrote:I beg to differ: http://phpbb.cs278.org/patches/css-namespace.diff ;)
LOL! :lol:

I think he meant the end result or outcome. :D
by Highway of Life
Wed Jan 06, 2010 9:40 pm
Forum: [3.x] Discussion
Topic: new topic creation
Replies: 7
Views: 15690

Re: new topic creation

Great idea! It has been a highly requested feature in my experience, there are many sites out there that just end up posting e-mail threaded discussions. DAWMac is a large music community that comes to mind. Many popular systems are incorporating some kind of e-mail input. Facebook and Flickr are a ...
by Highway of Life
Tue Jan 05, 2010 8:52 pm
Forum: [3.x][Archive] RFCs
Topic: How to use this forum
Replies: 10
Views: 63652

Re: How to use this forum

I find that having the $Id$ can cause a lot of conflicts with updates, so I will be happy to see it go as well. It’s nice to have with SVN, but with Git it won’t be needed or used, and phpBB4 is moving to Git.
by Highway of Life
Tue Jan 05, 2010 8:32 pm
Forum: [3.x][Archive] RFCs
Topic: How to use this forum
Replies: 10
Views: 63652

Re: How to use this forum

but it is a well established fact that in reality they reduce readability. How is it a "well established fact"? Who established this "fact"? If you want to carry on the debate regarding the usage of curly braces (or lack thereof), you might want to start a new topic on the subje...
by Highway of Life
Thu Feb 12, 2009 1:18 am
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 528727

Re: [Discussion] Downtime and Server Compromise

That was a very confusing reply, Chris. :| Was my password compromised? Short answer: Highly unlikely, but change it anyway. Was that using the MD5 encryption, or the more secure one? Based on your last login time, the more secure hash. When did phpbb.com start using the better encryption? When phpB...
by Highway of Life
Tue Feb 10, 2009 4:56 am
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 528727

Re: [Discussion] Downtime and Server Compromise

ounce of prevention. pound of cure. The thing is you're right you shouldn't have to, I shouldn't have to look both ways before crossing a road either, but I know if I don't their is a chance for an accident. It's just sad that it took someone stealing 100 of 1000's of user e-mails for the epiphany....