Search found 270 matches

by Dog Cow
Thu Feb 25, 2010 12:03 am
Forum: [3.x] Discussion
Topic: Storage Abstraction
Replies: 4
Views: 9493

Re: Storage Abstraction

naderman wrote:I think you misunderstood. Basically I could imagine something like getAllForums() that then either run a SQL query if using a RDBMS or query a particular view on a NoSQL db.
I think you posted while I was adding to my post; we have the same imagination.
by Dog Cow
Wed Feb 24, 2010 11:58 pm
Forum: [3.x] Discussion
Topic: Storage Abstraction
Replies: 4
Views: 9493

Re: Storage Abstraction

Although the work required to get all the SELECT queries translated might be significant. What's this? Are we going to copy-paste code? I thought that v4 was going to be a rewrite. As you might have seen on the wiki, the current plan is to have a set of entities and to use an ORM for those. Looking...
by Dog Cow
Sat Feb 20, 2010 2:45 am
Forum: [3.x] Discussion
Topic: Storage Abstraction
Replies: 4
Views: 9493

Storage Abstraction

I think that phpBB 4 should include an abstracted storage interface which would make it easy to not only: a.) implement different RDBM systems such as we have today, but also b.) implement storage systems which are not an RDBMS. So essentially, we need to get rid of SQL queries in the files and inst...
by Dog Cow
Sun Feb 14, 2010 9:44 pm
Forum: [3.0/Olympus] Discussion
Topic: Will PHPBB work with MYSQL 64-bit?
Replies: 1
Views: 5642

Re: Will PHPBB work with MYSQL 64-bit?

Yes, it will work. I have been running 64-bit PHP 5.x and 64-bit MySQL 5.x for over a year now.
by Dog Cow
Mon Feb 08, 2010 12:30 am
Forum: [3.x] Discussion
Topic: User Security
Replies: 37
Views: 61171

Re: User Security

Think about which is easier to type, nelsaidi or nelsaidi@domain.com ? Good point. As an admin, I don't use auto-login, so I like not having to type in a long username to get in to my site. In fact, I even changed the login script so it will accept a user ID too. I just type '2', a tab, my password...
by Dog Cow
Wed Feb 03, 2010 6:55 pm
Forum: [3.x] Discussion
Topic: User Security
Replies: 37
Views: 61171

Re: User Security

ToonArmy wrote:
Dog Cow wrote:
bobtheman wrote: 2. User login via Email address
There goes the option to allow multiple users to have the same address.
Depends on the authentication method doesn't it. But I really don't see the use in it anyway.
What other features are in phpBB 3 which you don't see the use for? :lol:
by Dog Cow
Wed Feb 03, 2010 12:34 am
Forum: [3.x] Discussion
Topic: Attachment Tracking
Replies: 3
Views: 7611

Re: Attachment Tracking

You can check your HTTP access logs, but that won't have the username, of course.
by Dog Cow
Wed Feb 03, 2010 12:31 am
Forum: [3.x] Discussion
Topic: User Security
Replies: 37
Views: 61171

Re: User Security

bobtheman wrote: 2. User login via Email address
There goes the option to allow multiple users to have the same address.
by Dog Cow
Mon Jan 18, 2010 2:09 am
Forum: [3.x][Archive] RFCs
Topic: [RFC & Patch][Implemented] Coding Guidelines
Replies: 55
Views: 98524

Re: [RFC & Patch] Coding Guidelines

The only thing I don't like is spaces instead of tabs. I just hate looking at someone else's mess who didn't use tabs. :x
by Dog Cow
Wed Jan 06, 2010 10:11 am
Forum: [3.x][Archive] RFCs
Topic: How to use this forum
Replies: 10
Views: 64508

Re: How to use this forum

Dog Cow likes curly braces. And on their own lines, too.