Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#85 2018-05-12 10:44:20

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,578
Website

Re: Testers needed: flat development (4.7+ only)

etc wrote #311711:

That’s not really specific to the flat development …

Yes, I get that, and it’s a good idea too.

My suggestion above with an override switch would be to ignore that completely and to switch to flat files whatever the logged-in or site status is. In essence, it’s only for the purposes of theme web development work that would then only be suitable for local web development work or work on staging sites. But maybe someone else has a better idea?


TXP Builders – finely-crafted code, design and txp

Offline

#86 2018-05-12 11:16:34

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Testers needed: flat development (4.7+ only)

It could behave like this in the debug mode, for example? Db for everyone in live mode, fs for logged users in test mode and fs for everyone in debug mode if flat is enabled?

Offline

#87 2018-05-14 07:47:47

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,578
Website

Re: Testers needed: flat development (4.7+ only)

That sounds to me like a good recipe. That means, when the future “use flat files” setting is enabled:

  • with a site status of testing, logged-in developers can modify and experiment with changes without them affecting the live site, as they can at present but using flat files. To make their changes go live, they need to “update the theme from the flat files” and switch back the site status to “live”. They can’t do cross-browser testing with this without logging in and out in the various browsers.
  • with a site status of debugging, developers can develop a theme – for example in a non-public development environment – using flat files and can check the results in several different browser windows without having to be logged in to textpattern in the other browsers.

Perhaps codewarrior can comment on whether these settings would work with automatic browser updating tools (which I’ve not used up to now). What do other people think?


TXP Builders – finely-crafted code, design and txp

Offline

#88 2018-05-14 17:10:39

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Testers needed: flat development (4.7+ only)

Okay, etc_flat plugin amended this way. No need to be logged in in debug mode anymore. Mind, however, that if you have more than one theme installed, logged in users will be served from their “dev” theme, which can be different from the “public” one.

Offline

#89 2018-05-21 23:02:02

giz
Member
From: New Zealand
Registered: 2004-07-26
Posts: 259
Website

Re: Testers needed: flat development (4.7+ only)

Hi Oleg/Anyone

Out of the blue etc_flat v0.1.1 stopped working (I can update a file-system theme, but the changes don’t show up on the site unless I manually trigger a theme update). This occurs in both Debug and Testing modes. I’ve tried re-exporting the Theme files to disk, but no change…

I’m running TXP 4.7.0 public-release. The only thing I can think of that may have triggered the change was re-assigning an existing admin user to new privileges – from Managing Editor to Publisher.

Can you advise how I might troubleshoot this?

Thanks
Gary

Offline

#90 2018-05-22 10:52:09

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Testers needed: flat development (4.7+ only)

Hi Gary,

a mere switch from Managing Editor to Publisher shouldn’t change anything — both have skin privs. Overall, if only one theme is installed on the site, my only explication would be that the plugin is somehow broken/disabled. Otherwise, please check in txp_prefs table whether skin_editing pref of the concerned users corresponds to the theme you are working on. It could be that they were assigned a different theme (default?) when logging in and thus are seeing this theme and not the one you are working on. But then importing from disk to db shouldn’t help, though it might depend on sections.

No clearer idea, sorry.

Offline

#91 2018-05-22 23:08:25

giz
Member
From: New Zealand
Registered: 2004-07-26
Posts: 259
Website

Re: Testers needed: flat development (4.7+ only)

Thanks Oleg

The skin_editing prefs check out. I have a single theme, and all sections point to it. I’ve deleted / reinstalled the plugin.

Still no luck. I did find this in the txp:skins table – the lastmod entry for my theme is NULL – and stays that way whether I update via the file system, or export to disk.

Offline

#92 2018-05-23 09:07:29

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Testers needed: flat development (4.7+ only)

I’m a fool — registered the last version under a wrong type. Should be fixed now, sorry for the trouble.

Offline

#93 2018-05-23 20:10:41

giz
Member
From: New Zealand
Registered: 2004-07-26
Posts: 259
Website

Re: Testers needed: flat development (4.7+ only)

Shit happens! (you’re no fool :)

Thank you.

Offline

#94 2018-08-06 14:04:19

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Testers needed: flat development (4.7+ only)

The plugin is updated to expose some preferences (see advanced prefs pane).

Offline

#95 2018-08-06 17:34:21

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Testers needed: flat development (4.7+ only)

That’s how Styles tab looks in dev branch atm:

Offline

#96 2018-08-06 23:38:23

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

Re: Testers needed: flat development (4.7+ only)

etc wrote #313299:

That’s how Styles tab looks in dev branch atm:

Looks good from an organizational POV. But the strings…

  • The Styles panel title should probably be something else (discussed upthread)
  • the All styles title, shouldn’t that be something like stylesheets ?

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

Offline

Board footer

Powered by FluxBB