Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
I updated a fairly complicated site yesterday (on my development server) and 4.6 is running smoothly. I am still looking out for edge cases.
I did find one plugin that no longer works, but it was an orphan that isn’t essential to this site’s operation.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
I also noticed that the txp:article tag no longer accepts the id attribute.
Honestly, I should never have had that in my template anyway, but up to now Textpattern was overly permissive and I never noticed the error before.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
Question: How can I compare the trace summaries for 4.5.7 and 4.6? 4.6 provides units, and 4.5.7 doesn’t:
4.5.7
<!-- Runtime: 0.2395 -->
<!-- Query time: 0.064879 -->
<!-- Queries: 327 -->
<!-- Memory: 3043Kb, end of textpattern() -->
4.6
<!-- Trace summary:
Runtime : 338.67 ms
Query time: 13.57 ms
Queries : 49
Memory (*): 9169 kB
-->
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
Just a note that there will be another beta at least before the final release, as I’ve made some hefty changes to the admin theme layout grid to better support RTL languages (basically, using flexbox a whole lot more). Should have beta 3 out at end of week.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
Thank you, Phil!
I’ll definitely check it out.
Last edited by johnstephens (2016-08-03 21:52:32)
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
Another question: A fresh install with 4.6 sets dbcharset
in the config.php file to utf8mb4
. Is that something we should update when upgrading an existing site to the new version?
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
johnstephens wrote #300492:
Another question: A fresh install with 4.6 sets
dbcharset
in the config.php file toutf8mb4
. Is that something we should update when upgrading an existing site to the new version?
good question. what is the best setting? i have $txpcfg[‘dbcharset’] = ‘utf8’;
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
johnstephens wrote #300492:
Another question: A fresh install with 4.6 sets
dbcharset
in the config.php file toutf8mb4
. Is that something we should update when upgrading an existing site to the new version?
I don’t think so. If your existing site is running fine (with UTF8
), there is no reason to change. As far as I understand it, utf8mb4
is an extension (a superset) of UTF8
.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
- I think it should be above the articles.
- I think there is clearer wording like “actions” or “work on checked” or “work on selected | selection”
On sites with a lot of content and a long listing where you want to work on a long list of selectionsTXP currently forces you to scroll to the end of the page.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
mrdale wrote #300495:
Longtime irk that I’d love to see changed… the “with selected”.
- I think it should be above the articles.
Depends on your work flow… I typically scroll down the list and check one or more items. By the time I’m ready to take action, I’m actually at or near the bottom of the listing.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
phiw13 wrote #300496:
Depends on your work flow… I typically scroll down the list and check one or more items. By the time I’m ready to take action, I’m actually at or near the bottom of the listing.
I see it more the other way on my travels around the web, but your mileage may vary.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
phiw13 wrote #300494:
I don’t think so. If your existing site is running fine (with
UTF8
), there is no reason to change. As far as I understand it,utf8mb4
is an extension (a superset) ofUTF8
.
That’s also my understanding. utf8mb4
is backwards-compatible with utf8
, but extends support to emoji and other typographical horrors.
Offline