Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern CMS 4.6.0 released
Well done you devs. While I’m slow with upgrades, the sites I have moved to 4.6 are happy & fast.
philwareham wrote #301757:
I’ve remade an interpretation of the Classic admin theme
I have some customers that prefer the tabbed interface – thank you. Also really appreciate the Hive / Flat Neutral option.
4.6 is proving to be a pleasure to work with.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
towndock wrote #301762:
Well done you devs.
I have some customers that prefer the tabbed interface – thank you. Also really appreciate the Hive / Flat Neutral option.
+1 sometimes the Classic is hard to beat !
4.6 is proving to be a pleasure to work with.
indeed
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
philwareham wrote #301757:
I’ve remade an interpretation of the Classic admin theme in latest 4.7.0-dev and 4.6.1-dev branches.
Hoping to get 4.6.1 released by the end of the week.
Wow, this is great news! Also, and someone has to say this, if 4.6.1 hits the streets before too much longer we’ll be at version parity with WordPress.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
Save weirdness on the Preferences Panel, but only when using the keyboard.
STR (using the keyboard only!)
- load the Prefs panel, take note of which sub panel is active
- switch to another sub panel
- modify a pref (e.g. a radio button)
- press Return / Enter (this triggers the submit action)
- observe which sub panel is active
The preference is saved OK, but the sub panel in step 5 above is not the sub panel which was activated in step 2 and modified in step 3. Instead you return to the sub panel in step 1. If the same set of actions is performed using the mouse (clicking the Save button) , after step 4, you still have the sub panel activated in step 2 as the active sub panel
IOW using the keyboard, the “remember last active sub panel” does’t happen. I guess because that action is triggered onclick
?
(seen with both Safari 10 and Firefox dev edition, TXP 4.6 and 4.7.0-dev)
PS – will file @Github as well. issue 778
Last edited by phiw13 (2016-09-27 01:56:43)
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 released
In the config.php
file I use define('ihu', '//static.domain.com/');
to serve static images from either http
or https
requests.
This works correctly on the website, however since 4.6 images in the atom
and rss
feeds (using rah_custom_feed
) now output with the site URL first, so: http://www.domain.com//static.domain.com/images/01.jpg
etc.
Has there been a change in the way feeds are parsed? Or is there something that needs updating in the plugin’s code?
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
gaekwad wrote #301764:
if 4.6.1 hits the streets before too much longer we’ll be at version parity with WordPress.
Hehe, there’ll be eight security patches to WP before the week is out :-P
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 to: Textpattern CMS 4.6.0 released
hidalgo wrote #301767:
since 4.6 images in the
atom
andrss
feeds now output with the site URL first
Confirmed, thanks for the report. Our replace_relative_urls()
is the culprit but a) it doesn’t seem to have changed since 4.5.7, and b) quite how to fix it I don’t know. Anyone?
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 to: Textpattern CMS 4.6.0 released
etc wrote #301770:
Thanks, should be fixed in 4.6.1. I guess, nobody has ever navigated these panes by keyboard before. :-)
To be honest, it is a bit of a masochistic exercise… (still, easier than to use that bizarrely functioning trapped on the windows laptop happen to have at hand).
Thanks for fixing. Works like it should now!
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 released
Hello,
Just a observation about preferences pages. When using a big screen, you don’t find that the space between labels and fields are too big ? you may really attention to link the right label at the right field.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
@sacripant
It’s a bit of a compromise yes, but the 2 column grid span (as opposed to the 3 column span we use now) is too squashed in my opinion. I personally don’t find the longer width hard to track.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
sacripant wrote #301776:
Just a observation about preferences pages. When using a big screen, you don’t find that the space between labels and fields are too big ? you may really attention to link the right label at the right field.
I certainly don’t disagree with you (and others, Ruud amongst them have noted the same) – even though I use a narrower window, and I have Hive ‘zoomed in’ in my browser (larger text size).
I have this snippet in my custom.css file (for who I use Hive):
.txp-prefs-group { max-width: 50em; } /* adjust to taste */
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline