Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#21 2016-07-30 17:11:12
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,400
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
In the item list of bot_write_tab_customize there are some items that maybe needs translation:
- article_image_group
- writetab_main_content
- writetab_sidebar
- writetab_view_modes
Offline
#22 2016-08-02 17:50:13
- miles
- Member
- From: Plymouth
- Registered: 2008-05-22
- Posts: 73
- Website
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
I am a bit shocked and sad that the tag builder has gone, I might actually have to revert back as I use it constantly. Yes the wiki is great I use that too but when you quickly want to build a tag the builder is really handy.
It would also be handy for the newbies too and for the longevity of the project it needs to remain or at very least have the option to hide/un hide.
Offline
#23 2016-08-02 19:35:19
- miles
- Member
- From: Plymouth
- Registered: 2008-05-22
- Posts: 73
- Website
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
Sorry that came across very ungrateful!! Must say thank you to all the developers and their continued support on this project. Still the best CMS around.
Offline
#24 2016-08-03 20:12:55
- johnstephens
- Plugin Author
- From: Woodbridge, VA
- Registered: 2008-06-01
- Posts: 989
- Website
Re: Feedback to: Textpattern CMS 4.6.0 beta 2 released
gaekwad wrote #300435:
Per-site admin-side CSS overrides could be used to change the admin colour scheme (yellow for live, grey for dev, something else for staging, etc), and throwing a tiled background image would help identify the domain/site/status.
When I first started using Txp in 2008, sometimes I would mistake whether I was looking at my local working copy or the public server. So I inverted the color scheme on my local installation. ;)
Last edited by johnstephens (2016-08-03 20:13:08)
Offline
#25 2016-08-03 20:16:51
- johnstephens
- Plugin Author
- From: Woodbridge, VA
- Registered: 2008-06-01
- Posts: 989
- Website
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
#26 2016-08-03 20:20:52
- johnstephens
- Plugin Author
- From: Woodbridge, VA
- Registered: 2008-06-01
- Posts: 989
- Website
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
#27 2016-08-03 20:22:44
- johnstephens
- Plugin Author
- From: Woodbridge, VA
- Registered: 2008-06-01
- Posts: 989
- Website
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
#28 2016-08-03 20:25:07
- philwareham
- Core designer
- From: Farnham, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,209
- Website
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
#29 2016-08-03 21:52:09
- johnstephens
- Plugin Author
- From: Woodbridge, VA
- Registered: 2008-06-01
- Posts: 989
- Website
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
#30 2016-08-03 21:54:36
- johnstephens
- Plugin Author
- From: Woodbridge, VA
- Registered: 2008-06-01
- Posts: 989
- Website
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