[Discuss] phpBB 3.3.14-RC1 available for testing

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
Marc
Development Team Leader
Development Team Leader
Posts: 5724
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc

[Discuss] phpBB 3.3.14-RC1 available for testing

Post by Marc »

Use this topic to discuss the phpBB 3.3.14-RC1 available for testing blog post.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2563
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by P_I »

I would also include https://tracker.phpbb.com/browse/PHPBB-17390 as a notable fix.
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: 4029
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by Kailey »

No CSS changes? I saw the html diff file.
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
Marc
Development Team Leader
Development Team Leader
Posts: 5724
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by Marc »

P_I wrote: Tue Oct 22, 2024 6:54 pm I would also include https://tracker.phpbb.com/browse/PHPBB-17390 as a notable fix.
Also good to mention that, thanks. Sometimes it's hard to limit the list to few tickets.
Kailey wrote: Tue Oct 22, 2024 11:28 pm No CSS changes? I saw the html diff file.
Correct, there are no CSS changes between 3.3.13 and 3.3.14-RC1.
User avatar
LukeWCS
Registered User
Posts: 291
Joined: Mon Dec 08, 2014 12:32 pm
Location: Germany

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by LukeWCS »

Hello

A local test board with 3.3.13/8.3 upgraded to 3.3.14-rc1 without any problems.

I have a small objection regarding PHPBB-17359: Distinct disabled and not installed extensions in the list. Can I explain this here or would a dedicated topic in Area 51 be better? It is primarily about non-ideal text of the associated new language variable, and secondarily about the name of the language variable (current). It is also about an inconveniently named controller function (past).
May the backup be with you. Always.
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: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by Marc »

LukeWCS wrote: Sat Oct 26, 2024 10:00 am Hello

A local test board with 3.3.13/8.3 upgraded to 3.3.14-rc1 without any problems.

I have a small objection regarding PHPBB-17359: Distinct disabled and not installed extensions in the list. Can I explain this here or would a dedicated topic in Area 51 be better? It is primarily about non-ideal text of the associated new language variable, and secondarily about the name of the language variable (current). It is also about an inconveniently named controller function (past).
I'd recommend either replying to the original ticket on the tracker or creating a follow up ticket that links to the previous ticket. However, in case you're not too familiar with JIRA it's also fine if you mention those issues here. ;)
User avatar
LukeWCS
Registered User
Posts: 291
Joined: Mon Dec 08, 2014 12:32 pm
Location: Germany

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by LukeWCS »

Marc wrote: Sun Oct 27, 2024 7:23 am I'd recommend either replying to the original ticket on the tracker
done
May the backup be with you. Always.
User avatar
wintstar
Registered User
Posts: 384
Joined: Sat Mar 07, 2009 12:39 pm
Location: Central Hessen, close to the "heart of nature", Germany

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by wintstar »

The design of the select box in the bbcodes does not match the other buttons.
bbcode-select-box.png
My suggestion

added to color.css
after

Code: Select all

input.disabled {
	color: #666666;
}
add

Code: Select all

/* Form select styles
---------------------------------------- */
select.select-box {
	color: #444444;
	border-color: #C7C3BF !important;
	background-color: #EFEFEF; /* Old browsers */ /* FF3.6+ */
}
added to form.css
after

Code: Select all

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 1px;
	font-size: 1em;
}
add

Code: Select all

select.select-box {
	border: 1px solid transparent;
	border-radius: 4px;
	height: 24px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
change styles/prosilver/template/posting_buttons.html
from

Code: Select all

	<select name="addbbcode20" class="bbcode-size" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
to

Code: Select all

	<select name="addbbcode20" class="bbcode-size select-box" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
Fits better
new-bbcode-select-box.png
You do not have the required permissions to view the files attached to this post.
User avatar
wintstar
Registered User
Posts: 384
Joined: Sat Mar 07, 2009 12:39 pm
Location: Central Hessen, close to the "heart of nature", Germany

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by wintstar »

User avatar
SpIdErPiGgY
Registered User
Posts: 330
Joined: Sun May 02, 2021 2:11 pm
Location: Erpe-Mere, Aalst, BE
Name: Andy Dm

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by SpIdErPiGgY »

Just upgraded mariadb to MySQL(i) 11.4.4-MariaDB-deb12
Works perfect with phpBB 3.3.14-RC1

(just soms random information) 🤣
Image
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 4029
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: [Discuss] phpBB 3.3.14-RC1 available for testing

Post by Kailey »

wintstar wrote: Sun Nov 03, 2024 8:32 am Fits better

new-bbcode-select-box.png
I love it! 🥰
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

Return to “phpBB Discussion”