[SOLUTION] 3.3.11 stylesheet.css hash values not updated

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Scam Warning
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2500
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

[SOLUTION] 3.3.11 stylesheet.css hash values not updated

Post by P_I »

It is my understanding that the hash values in styles/prosilver/theme/stylesheet.css are the crc32 values of the underlying CSS files. These get updated during the phpBB build process so that CSS changes can be detected by end-user browsers when an update has been made.

It would appear that this didn't happen in the 3.3.11 build.

After updating some of my boards to 3.3.11 I noticed that an awaited fix didn't appear to have been resolved, specifically
Marc wrote: Sun Oct 22, 2023 2:09 pm Release highlights
  • Notable Improvements
    • Ensure compatibility of message editor layout with latest Safari: PHPBB3-17125
My workaround was to manually update the hash values in styles/prosilver/theme/stylesheet.css and then purge the board cache in ACP so that browsers would recognize the CSS changes made in 3.3.11.
Last edited by Mick on Wed Nov 01, 2023 10:24 am, edited 1 time in total.
Reason: Solved.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5724
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc

Re: 3.3.11 stylesheet.css hash values not updated

Post by Marc »

You are correct. This was unfortunately missed while building the update package. I've now updated our internal tool that will ensure that this is automatically updated the next time we create a new release. Sorry for the inconvenience.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2500
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: 3.3.11 stylesheet.css hash values not updated

Post by P_I »

Marc, perhaps you could consider generating and posting the corrected version of the 3.3.11 styles/prosilver/theme/stylesheet.css.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3951
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: 3.3.11 stylesheet.css hash values not updated

Post by Kailey »

P_I wrote: Tue Oct 24, 2023 1:37 pm posting the corrected version of the 3.3.11 styles/prosilver/theme/stylesheet.css.
Here ya go! ;)

Code: Select all

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=a9741ba1");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=38d7ca0d");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=91525545");
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.

My little corner of the world | Administrator @ phpBB Modders
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2500
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: 3.3.11 stylesheet.css hash values not updated

Post by P_I »

Thanks Kailey.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: 3.3.11 stylesheet.css hash values not updated

Post by Lumpy Burgertushie »

I assume that the updated file has already been added to the downloads so that they will be correct for future downloaders.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3951
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: 3.3.11 stylesheet.css hash values not updated

Post by Kailey »

No, the package still contains the incorrect hash values. If you want the correct values, you have to manually modify the stylesheet with the values posted (it's only 3 hash values that changed).
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.

My little corner of the world | Administrator @ phpBB Modders
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: 3.3.11 stylesheet.css hash values not updated

Post by Lumpy Burgertushie »

just curious... why not, I would think it would only take a few minutes to do this.

Over the years, I have wondered why small problems/errors like this are not fixed in the download.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Sniper_E
Registered User
Posts: 1198
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey

Re: 3.3.11 stylesheet.css hash values not updated

Post by Sniper_E »

"Lumpy: Just curious... why not?" I would be willing to bet that everyone with a phpbb board that keeps their site updated has already updated.
That's over and done. And I would be willing to bet that most of those users updated their board the day it was released. I did.

It is so easy for all members to update their hash tags like most all users have done already. Thanks for that list Kailey.
I sure don't want to update to version 3.3.11b so soon because of some hash marks. Besides you can be ensured this inconvenience want happen again.
Marc wrote: Mon Oct 23, 2023 3:13 pmI've now updated our internal tool that will ensure that this is automatically updated the next time we create a new release.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
ssl
Registered User
Posts: 2024
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: 3.3.11 stylesheet.css hash values not updated

Post by ssl »

I agree sniper, like some I updated my forum the day version 3.3.11 was released.
As everyone should know, it is not uncommon to encounter bugs with each version release. It's up to us to check these various fixes.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26871
Joined: Fri Aug 29, 2008 9:49 am

Re: 3.3.11 stylesheet.css hash values not updated

Post by Mick »

Maybe somebody could post a sticky in support with an explanation and howto?
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
5hocK
Registered User
Posts: 3147
Joined: Wed Nov 23, 2011 7:00 pm
Location: UK

Re: 3.3.11 stylesheet.css hash values not updated

Post by 5hocK »

ssl wrote: Fri Oct 27, 2023 7:06 am I agree sniper, like some I updated my forum the day version 3.3.11 was released.
As everyone should know, it is not uncommon to encounter bugs with each version release. It's up to us to check these various fixes.
Isn't this why there's RC releases?
Crizzo wrote: Sun Oct 22, 2023 6:52 pm Yes, no RC this time.
viewtopic.php?p=15979075#p15979075
User avatar
ssl
Registered User
Posts: 2024
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: 3.3.11 stylesheet.css hash values not updated

Post by ssl »

As if the release versions solved absolutely all the problems
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3951
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: 3.3.11 stylesheet.css hash values not updated

Post by Kailey »

I think we are all making a mountain out of an anthill. There was a small oversight with the release, the issue was identified, a workaround provided and the Development Team have already taken steps to address the issue so it doesn't happen again. It's not the most convenient situation, but certainly not a showstopper.
Mick wrote: Fri Oct 27, 2023 8:38 am Maybe somebody could post a sticky in support with an explanation and howto?
If someone wants to write a guide for this, they can alert a team member to have the topic stickyfied™. ;)
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.

My little corner of the world | Administrator @ phpBB Modders
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28935
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [SOLUTION] 3.3.11 stylesheet.css hash values not updated

Post by Paul »

The reason for not modifying packages is pretty simple, it will mean there are going to multiple packages with the same version number, making it hard to find what download a user is exactly using. It also makes validating if a package is the actual package is the expected package, as there will be multiple signatures around for a valid package.
So any change we make in a download, will mean it is going to be a new release. Depending on the impact of the issue, we will release a new version sooner as expected, or we will wait until the next planned release.

Return to “phpBB Discussion”