New QA constant
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: New QA constant
Sure it's not just an alternate/new version check or something?
- John Hjorth
- Registered User
- Posts: 235
- Joined: Tue May 09, 2006 3:32 pm
- Location: Odense, Denmark, EU
- Contact:
Re: New QA constant
- Well, that was what I was suggesting initially, the question is for what

Re: New QA constant
Alien lifeforms! 
- A_Jelly_Doughnut
- Registered User
- Posts: 1780
- Joined: Wed Jun 04, 2003 4:23 pm
Re: New QA constant
Indeed. It was the phpBB Server-administrating Bertie Bear!John Hjorth wrote:(No doubt about who made that page by the way![]()
)
He's kind of slap happy. Doesn't like anyone to get into the OSUOSL server room. And that can be a problem when, say, Mozilla wants to fix their hardware
&
A_Jelly_Doughnut
- John Hjorth
- Registered User
- Posts: 235
- Joined: Tue May 09, 2006 3:32 pm
- Location: Odense, Denmark, EU
- Contact:
Re: New QA constant
Well,
Based on Stallyon's first post about "quick access" and the Error 403, one could consider to file a ticket in the 3.0 bug tracker :
includes/constants.php, linie 25 & 26 :
suggested changed to :
and similar in install/install_update.php

Based on Stallyon's first post about "quick access" and the Error 403, one could consider to file a ticket in the 3.0 bug tracker :
includes/constants.php, linie 25 & 26 :
Code: Select all
+ // QA-related
+ // define('PHPBB_QA', 1);
Code: Select all
+ // NA-related
+ // define('PHPBB_NA', 1);
-
- Registered User
- Posts: 5
- Joined: Wed Jun 29, 2005 6:10 pm
- Location: Budapest, Hungary
- Contact:
Re: New QA constant
Well, John, you as a member of the IST group on phpbb.com must know about the problems that arised internally with the releases of phpBB2. Furthermore it has been stated that minor releases will have release candidates (by Meik I think), I mean public ones. However updating (a real live board) with the version-checker showing some other version number and after that, if bugs are found in the not-yet-final release, reupdating again (but this time only partially) can be a real pain. So with these said, it seems logical to me that we are seeing the implementition of an extension of the updater (version checker) system. Additionally if this wuuldn't be what I say it is, this feature would have to be implemented in the very near future.
Basically what this means is that gold is really near (hopefully from 1 to 3 weeks near
).
Basically what this means is that gold is really near (hopefully from 1 to 3 weeks near
- John Hjorth
- Registered User
- Posts: 235
- Joined: Tue May 09, 2006 3:32 pm
- Location: Odense, Denmark, EU
- Contact:
Re: New QA constant
fberci ,
No kidding here : Yes, you are right. It would make sense. I have already in here in an other topic commented in a way that I consider such a "prerelease" release likely already at 3.0.0 project stage.
No kidding here : Yes, you are right. It would make sense. I have already in here in an other topic commented in a way that I consider such a "prerelease" release likely already at 3.0.0 project stage.
- Nicholas the Italian
- Registered User
- Posts: 659
- Joined: Mon Nov 20, 2006 11:19 pm
- Location: 46°8' N, 12°13' E
- Contact:
Re: New QA constant
Bottom line: are we going to have a (hopefully quick) public RC8, or is RC8 the internal/QA team "codename" for 3.0.0?
-
- Registered User
- Posts: 653
- Joined: Wed Sep 21, 2005 3:01 pm
Re: New QA constant
from what i could understand from the code, you want to define "PHPBB_QA" to 1 when you test cvs version, and undefine it when you test an RC (and later gold) version.
the only effect is, at the moment, is to prevent complaints about incompatible version.
the only effect is, at the moment, is to prevent complaints about incompatible version.
- John Hjorth
- Registered User
- Posts: 235
- Joined: Tue May 09, 2006 3:32 pm
- Location: Odense, Denmark, EU
- Contact:
Re: New QA constant
Yes, but in practice that would to me make no sense to place such a feature in the core code.
The way main page is build up, I really can't imagine that many users ending up with a CVS snap shot or even using a realtime CVS checkout for making such a complaint, that anyone wanted to do something about it in the core code.
I haven't so far seen such a topic. It's my perception, that people messing around with dailys snap shots or real time CVS chekcouts without knowing what they are doing don't advertise it in general. However I may be wrong.
The way main page is build up, I really can't imagine that many users ending up with a CVS snap shot or even using a realtime CVS checkout for making such a complaint, that anyone wanted to do something about it in the core code.
I haven't so far seen such a topic. It's my perception, that people messing around with dailys snap shots or real time CVS chekcouts without knowing what they are doing don't advertise it in general. However I may be wrong.