Discuss: phpBB 3.1.0-RC3 released

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Get Involved
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by MichaelC »

dkone164 wrote:Thanks,

404 also on security tracker link.
Thanks for reporting this - We are working to resolve this now, in the meantime you can visit https://tracker.phpbb.com/secure/Browse ... jspa#10020 directly (http://www.phpbb.com/security/ is a redirect).
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
Going4Quests
Registered User
Posts: 77
Joined: Sat Sep 07, 2013 7:34 am

Re: Discuss: phpBB 3.1.0-RC3 released

Post by Going4Quests »

Thanks for clearing it up for me. :)
Last edited by Going4Quests on Tue Aug 12, 2014 4:13 pm, edited 1 time in total.
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by Volksdevil »

If I've updated from RC2 > RC3, and all's gone well, I'm guessing I don't need These style changes if all I use is the ProSilver?
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Discuss: phpBB 3.1.0-RC3 released

Post by RMcGirr83 »

@ Bantu,

Those links were all pointing to 3.1 which hadn't been fixed yet (there was no download for 3.1-RC3). They all seem fine now however so nothing to worry about. I got those links by visiting the link given in the Beta annoucement.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by Arty »

Volksdevil wrote:If I've updated from RC2 > RC3, and all's gone well, I'm guessing I don't need These style changes if all I use is the ProSilver?
Those style changes are only for style authors to help them update their styles.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by Volksdevil »

Cheers Arty. :)

BTW, update from RC2 > RC3 has gone smoothly, (with extensions too) and without a hitch. Well done to everybody involved.
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
infamanious
Registered User
Posts: 54
Joined: Sun Dec 17, 2006 7:16 am

Re: Discuss: phpBB 3.1.0-RC3 released

Post by infamanious »

Code: Select all

</head>
<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
What is the ultimate meaning of "notouch section" ? Is that warning intended to ward off web designers? I love to pick at the template html files..going around..breaking things..creating new designs, etc, but my question is. Will there be any breakthrough features added to the RC3 default theme? I intend on breaking it apart and re creating a brand new theme based off of the default theme, so it might be a hassle if they were to add nifty and extremely beautiful, important features. I learned my lesson on the first release candidate, so I'm sure i can go back and re add them, but i'm extremely messy.

Common sense don't grow in everyone s' garden.
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: Discuss: phpBB 3.1.0-RC3 released

Post by PayBas »

notouch is the default class for the body. It simply means that no touch device has been detected (yet) by the scripts.

We currently detect touch devices using the following snippet:
phpbb.isTouch = (window && typeof window.ontouchstart !== 'undefined');

If phpbb.isTouch returns true, we change the body CSS class from notouch to hastouch. It's up to you how you wish to proceed at this point.
User avatar
infamanious
Registered User
Posts: 54
Joined: Sun Dec 17, 2006 7:16 am

Re: Discuss: phpBB 3.1.0-RC3 released

Post by infamanious »

PayBas wrote:notouch is the default class for the body. It simply means that no touch device has been detected (yet) by the scripts.

We currently detect touch devices using the following snippet:
phpbb.isTouch = (window && typeof window.ontouchstart !== 'undefined');

If phpbb.isTouch returns true, we change the body CSS class from notouch to hastouch. It's up to you how you wish to proceed at this point.
Thanks for the insight! I had no idea phpbb is now implementing for touchpads and the such.
Last edited by darcie on Wed Aug 13, 2014 2:29 am, edited 1 time in total.
Reason: quote/edit fixed
User avatar
Going4Quests
Registered User
Posts: 77
Joined: Sat Sep 07, 2013 7:34 am

Re: Discuss: phpBB 3.1.0-RC3 released

Post by Going4Quests »

Can i find somewhere some extensions to test out? I got a test RC3 board up and running!
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by Volksdevil »

My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by Jessica »

Nice! Updates are coming out fast.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
aduh
Registered User
Posts: 215
Joined: Thu Jul 05, 2012 7:29 pm
Location: Poland
Name: Hans'
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by aduh »

If there are any significant changes on security that force me to update from 3.0.12 to 3.1.0 ?
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: Discuss: phpBB 3.1.0-RC3 released

Post by PayBas »

aduh wrote:If there are any significant changes on security that force me to update from 3.0.12 to 3.1.0 ?
No. There haven't been any major security patches. That would imply that 3.0.12 is insecure, which it is not.
User avatar
aduh
Registered User
Posts: 215
Joined: Thu Jul 05, 2012 7:29 pm
Location: Poland
Name: Hans'
Contact:

Re: Discuss: phpBB 3.1.0-RC3 released

Post by aduh »

ok Thank you
Locked

Return to “phpBB Discussion”