8O
It looks like atleast 3 (maybe 4 or 5?) are easy fixes.
Bug is less,
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!
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!
Re: Bug is less,
I know, we are so bad.
http://phpbb.cvs.sourceforge.net/phpbb/ ... 13&r2=1.14
8O I mean the first, yellow line (changed today).
http://phpbb.cvs.sourceforge.net/phpbb/ ... 13&r2=1.14
8O I mean the first, yellow line (changed today).
I don't like these cold, precise, perfect people, who, in order not to speak wrong, never speak at all, and in order not to do wrong, never do anything. (Henry Ward Beecher)
Die Stifthelden
Die Stifthelden
Re: Bug is less,
Well I guess that settles that. 
Re: Bug is less,
Except that's the upgrade script rather than the install schema (which still says B4-dev).
I assume this is for internal testing purposes, so wouldn't read anything into it yet.
...still hopeful for RC1 before xmas!
I assume this is for internal testing purposes, so wouldn't read anything into it yet.
...still hopeful for RC1 before xmas!
Re: Bug is less,
Someone should post a bug for the developers that says something like;
Just kidding.
Code: Select all
Error in database_update.php
$updates_to_version = '3.0.B4';
should be
$updates_to_version = '3.0.RC1';
Just kidding.
-
- Posts: 69
- Joined: Sat Aug 26, 2006 7:08 am
Re: Bug is less,
MKruer wrote: Someone should post a bug for the developers that says something like;
Code: Select all
Error in database_update.php $updates_to_version = '3.0.B4'; should be $updates_to_version = '3.0.RC1';
![]()
Just kidding.
That's sound very good
Re: Bug is less,
Do it.MKruer wrote: Someone should post a bug for the developers that says something like;
Code: Select all
Error in database_update.php $updates_to_version = '3.0.B4'; should be $updates_to_version = '3.0.RC1';
![]()
Just kidding.
Re: Bug is less,
9 ATM (7 new) 
seems that the dev team has done good work, so there are not sooo many new bugs...
seems that the dev team has done good work, so there are not sooo many new bugs...
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: Bug is less,
Wow, just checked the bug tracker and there are only 7 reported bugs! 
The devs are kicking but!
The devs are kicking but!
Re: Bug is less,
Code: Select all
*** database_update.php 26 Nov 2006 17:22:06 -0000 1.14
--- database_update.php 27 Nov 2006 16:05:23 -0000 1.15
***************
*** 309,313 ****
),
// Latest version
! '3.0.b4-dev' => array(),
);
--- 309,313 ----
),
// Latest version
! '3.0.b4' => array(),
);