Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Feedback: Textpattern CMS 4.9.0 beta.2 released
Please provide any feedback here related to Textpattern 4.9.0 beta.2 released.
We appreciate all feedback. Please check the issue queue before raising a problem.
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
Updated some dev and live sites, no snags found yet. The Diagnostics warning about PHP being enabled in pages/articles was unexpected but a welcome reminder.
Aside: is upload_tmp_dir
in Diagnostics a special string that doesn’t need translating into English? It looks a little out of place with the other strings all looking ‘normal’.
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
gaekwad wrote #339294:
is
upload_tmp_dir
in Diagnostics a special string that doesn’t need translating into English? It looks a little out of place with the other strings all looking ‘normal’.
Both that and open_basedir
(which you probably won’t see) are php.ini setting values, so we decided to keep them raw, since they’ll be in English in all php.ini files (as far as I’m aware). Nothing to stop us adding some paraphernalia text around them, as long as translators know to keep that part of the string untranslated.
From memory, they’re the only two untranslated values in the diag output.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
Bloke wrote #339295:
Nothing to stop us adding some paraphernalia text around them, as long as translators know to keep that part of the string untranslated.
Thanks, Bloke. Might be worth considering a ‘PHP info’ subheading in the diagnostics, then if any others are pulled in it’s more clear they’re PHP-related (i.e. not to be translated).
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
That works. Leave it with me.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
My accountant eagerly awaits your invoice.
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
Bloke wrote #339303:
scrambles to my DeLorean to spend them
Offline
#11 2025-03-19 07:24:14
- hidalgo
- Member
- From: Australia
- Registered: 2008-02-05
- Posts: 86
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
I’ve been testing the beta and enjoying the refinements, thanks all!
However I’m still receiving malformed emails from Textpattern with PHP 8.2 due to the space at the start of the email header lines:
From: Example Name <email@example.com>
X-Mailer: Textpattern
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
All these header lines appear merged as the ‘From’ address due to the spaces at the start of the lines.
I was hoping this would be fixed in 4.9.0?
A solution was discussed back in 2023:
https://forum.textpattern.com/viewtopic.php?pid=335997#p335997
Offline
Re: Feedback: Textpattern CMS 4.9.0 beta.2 released
hidalgo wrote #339319:
I’ve been testing the beta and enjoying the refinements, thanks all!
However I’m still receiving malformed emails from Textpattern with PHP 8.2 due to the space at the start of the email header lines:
Is that with com_connect? You should use the updated plugin, you can find it here: github.com/textpattern/com_connect/tree/v4.9.0 (just save the .php
file and upload that to your server). I have no problems with PHP 8.2 and 8.3.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline