Search found 1177 matches
- Thu Dec 01, 2005 7:18 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Community projects
- Replies: 3
- Views: 6340
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...
- Thu Aug 18, 2005 7:44 am
- Forum: [3.0/Olympus] New features discussion
- Topic: php 5
- Replies: 9
- Views: 8849
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...
- 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: 10375
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...
- 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: 10375
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
naderman
- Sat Jun 11, 2005 4:56 pm
- Forum: [3.0/Olympus] Styling
- Topic: next template's name
- Replies: 41
- Views: 39230
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
naderman
- Sat Jun 11, 2005 12:56 pm
- Forum: [3.0/Olympus] Discussion
- Topic: SQLite - ALTER TABLE Support
- Replies: 3
- Views: 4651
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...
- Mon Apr 11, 2005 3:22 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Beta to RC Upgrade Path
- Replies: 24
- Views: 20070
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
naderman
- Fri Apr 01, 2005 3:21 pm
- Forum: Chit Chat
- Topic: Modifying PHP arrays without [ ] syntax
- Replies: 7
- Views: 5820
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.
nadermanphp.net/preg_replace wrote: mixed preg_replace ( mixed pattern, mixed replacement, mixed subject [, int limit [, int &count]] )
- Fri Feb 18, 2005 6:20 pm
- Forum: Chit Chat
- Topic: Light the Torches
- Replies: 7
- Views: 6340
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
naderman
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: 22381
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 ...