Search found 1177 matches

by naderman
Thu Dec 01, 2005 7:18 pm
Forum: [3.0/Olympus] New features discussion
Topic: Community projects
Replies: 3
Views: 6320

Re: Community projects

Hi, well what can I say? I've applied for the events system about 3 and half months ago now. I've been contacted by the team about a month later. I was told who else I was going to work on my project with and discussion on the forums started. I had already sarted discussing various technical aspects...
by naderman
Thu Aug 18, 2005 7:44 am
Forum: [3.0/Olympus] New features discussion
Topic: php 5
Replies: 9
Views: 8814

Re: php 5

PHP 6 just branched off in the last week or two...far too early to tell what effect that will have on backwards compatibility (although it doesn't look all that good). I wouldn't expect PHP6 to go gold though for at least a couple years. PHP 5.1 on the other hand, will probably be out before Olympu...
by naderman
Thu Jun 23, 2005 6:20 am
Forum: [3.0/Olympus] Discussion
Topic: Just another Question 2.0.xx to 3.0.x
Replies: 11
Views: 10360

Re: Just another Question 2.0.xx to 3.0.x

It's not planned. Mods will not carry over as far as I know, upgrade script or not. Even the attachment mod is re-written for olympus and is not really a "mod" anymore in that regard. It's an integral part of olympus. I think you didn't really get what I meant ;-) I wanted to know how sim...
by naderman
Thu Jun 23, 2005 5:49 am
Forum: [3.0/Olympus] Discussion
Topic: Just another Question 2.0.xx to 3.0.x
Replies: 11
Views: 10360

Re: Just another Question 2.0.xx to 3.0.x

How simple/difficult will it be to change the upgrade script for other MODs? Is there some plugin mechanism in the upgrade for MODs or something similar that makes upgrading with MODs without loss of data possible?

naderman
by naderman
Sat Jun 11, 2005 4:56 pm
Forum: [3.0/Olympus] Styling
Topic: next template's name
Replies: 41
Views: 39057

Re: next template's name

I still believe it will be red and have some mars-like feeling since they must have some reason for the codename naming scheme ;-)

naderman
by naderman
Sat Jun 11, 2005 12:56 pm
Forum: [3.0/Olympus] Discussion
Topic: SQLite - ALTER TABLE Support
Replies: 3
Views: 4632

SQLite - ALTER TABLE Support

Hello, I wonder how phpBB3 is going to deal with SQLite's limited ALTER TABLE support. The DROP column command does not exist which is needed to remove a profile field. Is phpBB going to use temporary tables as a workaround or is there any other plan on how to support profile fields with SQLite? Als...
by naderman
Mon Apr 11, 2005 3:22 pm
Forum: [3.0/Olympus] Discussion
Topic: Beta to RC Upgrade Path
Replies: 24
Views: 20034

Re: Beta to RC Upgrade Path

A release candidate (RC) is stable and has only a few minor bugs which still have to be fixed. A BETA version is a testing version and therefore BETA versions are not for use in a live environment anyway.

naderman
by naderman
Fri Apr 01, 2005 3:21 pm
Forum: Chit Chat
Topic: Modifying PHP arrays without [ ] syntax
Replies: 7
Views: 5811

Re: Modifying PHP arrays without [ ] syntax

Depends on the function you use. In this case it is correct because preg_replace returns an array when $subject is an array.
php.net/preg_replace wrote: mixed preg_replace ( mixed pattern, mixed replacement, mixed subject [, int limit [, int &count]] )
naderman
by naderman
Fri Feb 18, 2005 6:20 pm
Forum: Chit Chat
Topic: Light the Torches
Replies: 7
Views: 6321

Re: Light the Torches

8O That was really hard! It took me quite some time, but I finally reached the end and lightened both torches :D

naderman
by naderman
Fri Jan 28, 2005 7:57 pm
Forum: [3.0/Olympus] Discussion
Topic: Acyd's Antics, an inconsistency in the code
Replies: 23
Views: 22317

Re: Acyd's Antics, an inconsistency in the code

Ah, now it all makes much more sence... I thought you guys were gonna just start improving transactions or something of the like... Well, you did with mysqli... Anyway, whats up with count() being replaced with sizeof()? That one is still a mystery I cannot fathom from this end.. Perhaps it's just ...