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
philwareham wrote #300490:
Just a note that there will be another beta at least before the final release,
I’ll prepare the demo site for beta 3.
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?
You can’t just simply change the charset in the config file. The tables in the database need to be updated as well to reflect this change.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
johnstephens wrote #300489:
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:
Runtime and query time in 4.5.7 was in seconds. Multiply by 1000 to get the time in milliseconds.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
ruud wrote #300508:
You can’t just simply change the charset in the config file. The tables in the database need to be updated as well to reflect this change.
Thank you, Ruud! That was my hunch. But I thought tables were created during installation, right? Why would the config file need a persistent reminder of this? For plugins that create tables? Something else?
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
ruud wrote #300509:
Runtime and query time in 4.5.7 was in seconds. Multiply by 1000 to get the time in milliseconds.
Thank you!
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
johnstephens wrote #300510:
Thank you, Ruud! That was my hunch. But I thought tables were created during installation, right? Why would the config file need a persistent reminder of this? For plugins that create tables? Something else?
Otherwise you’d have to query the database first to find out the charset (assuming that is possible), so this saves a query per page request.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
ruud wrote #300512:
Otherwise you’d have to query the database first to find out the charset (assuming that is possible), so this saves a query per page request.
Awesome, that makes sense!
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
I am investigating ways to bring the tag builder back into 4.6.0.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
philwareham wrote #300517:
I am investigating ways to bring the tag builder back into 4.6.0.
Thank you!
Offline
#46 2016-08-06 12:22:00
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
philwareham wrote #300517:
I am investigating ways to bring the tag builder back into 4.6.0.
Please with the option to hide or un hide it. I never used the tag Builder.
Moreover, it is time to finish the work on the 4.6 version. I’m running to 4.6 beta 2 live installations and all works fine.
A big thanks for all this work.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
The tag builder, if it returns, would be a modal window accessed by a simple link on the code panels. Nothing more intrusive than that.
Offline
#48 2016-08-06 12:44:48
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
@philwareham,
@GugUser :
Yesterday, I install the 4.6 beta2 for a friend, on a 4.5.7
He says : “Where my tag builder ???” “I lost my tag builder !”
Offline