Bug is less,

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
Gumfuzi
Registered User
Posts: 232
Joined: Wed Apr 26, 2006 7:04 pm

Re: Bug is less,

Post by Gumfuzi »

ah, ok - thanks for explaination!

I have read somewhere (here?) of a "solution" so put every codechange into a "if"-statement:

before:

Code: Select all

echo "this is the original code";
after:

Code: Select all

if ($mod_abc_installed) {
echo "this is the code of the mod";
} else {
echo "this is the original code";
}
... but what if 2 mods are changing the same line? :(

anyway, the best way ist to edit per hand - and with this you will get the code known better... ;)

Sonrep
Registered User
Posts: 11
Joined: Mon Oct 30, 2006 1:38 am

Re: Bug is less,

Post by Sonrep »

Bug is more, look how fast they are appearing today, compared with a few weeks ago..
http://www.phpbb.com/bugs/queryreports. ... open&prj=4

One page with new bugs reported yesterday..

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: Bug is less,

Post by EXreaction »

Acyd Burn wrote:
EXreaction wrote:
Kevin Clark wrote: Easy to set up, walks you though in logical steps and even gets the new files for you..


Gets the new files for you?

That doesn't sound safe for my board(modded a bit). 8O

We shall see. :D


Especially then you should test the updater. Modded files are recognized and the changes being merged together.

edit: generally every installation is having a different set of "new" files to upload then, only created for the fileset being determined.



Wow...that sounds amazing. 8O

I will give it a try on my local board when I get a chance. :mrgreen:

drf
Registered User
Posts: 22
Joined: Sat Oct 07, 2006 12:07 pm

Re: Bug is less,

Post by drf »

Sonrep wrote: Bug is more, look how fast they are appearing today, compared with a few weeks ago..
http://www.phpbb.com/bugs/queryreports. ... open&prj=4

One page with new bugs reported yesterday..


Should be expected, as Update System has never been tested before.
Anon wrote: the phpBB team takes no responsibility for any damage, emotional, physical, spiritual or otherwise

DanoruX
Registered User
Posts: 156
Joined: Fri Mar 18, 2005 11:47 pm
Contact:

Re: Bug is less,

Post by DanoruX »

Bug is way too much more! Someone refill the bug spray...

User avatar
Nicholas the Italian
Registered User
Posts: 659
Joined: Mon Nov 20, 2006 11:19 pm
Location: 46°8' N, 12°13' E
Contact:

Re: Bug is less,

Post by Nicholas the Italian »

Testers needed beta4 to wake up? Maybe they don't like the number 3... :mrgreen:

rivaldo
Registered User
Posts: 269
Joined: Wed Feb 23, 2005 1:05 am

Re: Bug is less,

Post by rivaldo »

Yes, it are many bugses now. :P 14 of them are from the Update System. Be patient, they will be solved. Be very patient, because the gold version of phpBB 3.0 will be released exactly one year from today!

User avatar
Techie-Micheal
Registered User
Posts: 566
Joined: Sun Oct 14, 2001 12:11 am

Re: Bug is less,

Post by Techie-Micheal »

rivaldo wrote: Yes, it are many bugses now. :P 14 of them are from the Update System. Be patient, they will be solved. Be very patient, because the gold version of phpBB 3.0 will be released exactly one year from today!
That so? And you know this how?

User avatar
Lastof
Registered User
Posts: 518
Joined: Wed Mar 17, 2004 8:10 pm
Location: Two weeks last wednesday

Re: Bug is less,

Post by Lastof »

It is rivaldo's belief that Olympus will be released on the 29th of November 2007. It has been for year, despite the fact he is obviously wrong.

It is my belief that it will be released on or before the 28th of November 2007. Purely because he would then be wrong.
Last edited by Lastof on 04 May 2008, 00:00, edited -1 times in total
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Look, I'm officially not a bug!!
SHS`: "Oooh Bertie, spank me with that casing stick, spank me spank me spaaaaannnnk mee!"
Image

Gumfuzi
Registered User
Posts: 232
Joined: Wed Apr 26, 2006 7:04 pm

Re: Bug is less,

Post by Gumfuzi »

give the dev's a short break! ;)

Post Reply