Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#109 2012-06-18 13:08:17

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: r3798, r3809, r3817: Don't Panic

An addendum to Phil’s comment: I haven’t (yet) moved the [View] link to the ID column on the Links panel, nor have I thought about ‘Show details’ there (hmmm, Date & Description?)

I’m looking at separating the List/Edit functionality on that panel so any changes to bring it in line with the other panels will be done then.

Last edited by Bloke (2012-06-18 13:08:58)


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

#110 2012-06-19 12:15:39

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,079
Website

Re: r3798, r3809, r3817: Don't Panic

Regarding the ‘show details’ toggles. I think the javascript function (function setClassDisplay(className, value)) need a slight revisit for the upcoming IE 10.

Atm, there is a sledgehammer check for IE (all) – it then toggles the display value between ‘block’ and ‘none’; for other browsers, the toggle is between ‘table-cell’ and ‘none. That works fine for IE 9 and older (they don’t really support display ‘block’ on TD elements; those keep their ‘tableness’ anyway). But my tests with Win 8 Consumer Preview / IE 10 indicate that the IE people finally (finally!) fixed that bug. Those tables may start looking pretty strange in IE 10…

The fix should probably be to put an additional version check.

(I haven’t tested the Textpattern admin backend, didn’t have time when I had access to Win 8 cp, and I can’t install it in a VM at home at the moment)

Last edited by phiw13 (2012-06-19 12:17:28)


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#111 2012-06-19 12:26:53

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: r3798, r3809, r3817: Don't Panic

phiw13

Thanks for the report.

I’m in two minds whether to completely rewrite some of the textpattern.js functionality in jQuery — let jQuery do the heavy lifting of browser / feature detection so we don’t have to. A bonus would be that some of the old-skool DOM loops employed in textpattern.js would probably be faster with jQuery’s .each() or its powerful selectors.

btw, when I said “I” in the sentence above, that’s an open call to anybody with better javascript skills than me to offer patches :-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

#112 2012-06-19 18:51:19

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: r3798, r3809, r3817: Don't Panic

Bloke wrote:

btw, when I said “I” in the sentence above, that’s an open call to anybody with better javascript skills than me to offer patches :-p

Patches, you say? Please see here: http://code.google.com/p/textpattern/issues/detail?id=211 ;-)

Last edited by Gocom (2012-06-19 18:51:41)

Offline

#113 2012-06-19 19:22:21

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: r3798, r3809, r3817: Don't Panic

Gocom wrote:

Patches, you say?

Awesome! Many thanks, fine Sir. Will commit those when I get a moment.


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

#114 2012-06-30 13:33:52

zero
Member
From: Lancashire
Registered: 2004-04-19
Posts: 1,470
Website

Re: r3798, r3809, r3817: Don't Panic

Regarding form terminology, for now how about putting a little question mark next to Form in the Form panel/tab which links to a little help box explaining it is (poor) terminology for a chunk of text, html or code that can be used and reused wherever a txp tag can be used?

I notice it says you are editing page template whatever. This is a good aid to understanding, imho. So perhaps – you are editing form (snippet) whatever, too? Regarding snippet, partial etc – how about tag-aid ? Sounds contrived but is a useful description maybe? Just my 2p.


BB6 Band My band
Gud One My blog

Offline

#115 2012-06-30 14:38:59

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: r3798, r3809, r3817: Don't Panic

zero wrote:

how about putting a little question mark next to Form

That makes sense. After all, there’s one for Sections against the page heading, explaining what a Section is in Textpattern parlance, so we should do the same for Form. Leave it with me.

I notice it says you are editing page template whatever…. perhaps – you are editing form (snippet) whatever, too?

Yeah, why not. The string already exists on the lang server so it just requires a change there and then the translators to filter it down the language tree. I like your ‘(snippet)’ (or partial, or whatever) suggestion. Let’s choose a suitable string and I’ll get it changed.


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

Board footer

Powered by FluxBB