Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#133 2024-07-12 06:09:56

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,355
Website

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

An update with some more fine tuning, optimisation, bug fixes and so on.

Of note

  • for code and main content focussed textarea, the use of property/values using max() or min() (e.g. block-size:max(30em, calc(100lvh - 7.5rem));, and doing away with max or min-height.
  • the file and plugin upload areas have been reworked slightly to have more flexibility to support underlying HTML code changes).

>> download version 4.9.0 beta 9

Enjoy.

Note: the 4.8.8 theme has also been updated with some bug fix.


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

Offline

#134 2024-12-03 07:01:03

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,355
Website

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

Sandspace theme for Textpattern 4.9-dev, first release candidate.

Some reshuffle some fine-tuning some optimising, possibly ready for a Textpattern 4.9 release

Of note:

  • The set of icons has been moved to a separate file (in times of widespread HTTP2 deployment, parallel downloads are the rule). This also makes it easier to remove if that iconset becomes part of Core.
  • make use of the prism.js custom properties provided by the core textpattern.css
  • improved width handling for the dialog(s) on the Write panel
  • (tentative) added support for the newly added <iframe /> loading the full view in a dialog

>> download: phw_sandspace4.9.0-dev-rc1.zip


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

Offline

#135 2024-12-04 15:45:36

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,340
GitHub

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

I’m considering options for third-party themes in the Textpattern 4.9-era demo, and I’d really like to include phw_sandSpace with appropriate credit / attribution.

I would state clearly that it is not a core theme, but is usable within the bounds of the license conditions (currently GPL v2).

From a logistics point of view, the demo server is rebuilt from known-good source every three hours. Based on the archive current file size, three-hourly curl requests for the phw_sandSpace .zip would generate less than 2MB of download burden per day.

I’d appreciate your consideration for including in the demo server, phiw13. Thank you.

Offline

#136 2024-12-04 22:29:27

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

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

Thanks for the sticky position of #view_modes. I usually add it to custom.css and am pleased to find it works out of the box in Sandspace.

Offline

#137 2024-12-05 05:55:26

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,355
Website

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

etc wrote #338422:

Thanks for the sticky position of #view_modes. I usually add it to custom.css and am pleased to find it works out of the box in Sandspace.

Yeah, that was one the first thing I prototypes when you started extending the sanitising & tag parsing. Quite nice to have for long(er) articles. Glad you like it.


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

Offline

#138 2024-12-05 05:58:32

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,355
Website

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

gaekwad wrote #338421:

I’m considering options for third-party themes in the Textpattern 4.9-era demo, and I’d really like to include phw_sandSpace with appropriate credit / attribution.

I would state clearly that it is not a core theme, but is usable within the bounds of the license conditions (currently GPL v2).

From a logistics point of view, the demo server is rebuilt from known-good source every three hours. Based on the archive current file size, three-hourly curl requests for the phw_sandSpace .zip would generate less than 2MB of download burden per day.

I’d appreciate your consideration for including in the demo server, phiw13. Thank you.

That should be OK, I think. Licensing should not be an obstacle as far as I understand it.

I don’t think that daily download would break the server – or the internet… –.


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

Offline

#139 2024-12-27 03:05:25

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,355
Website

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

Update: rc1 version 2, with

  • fine tuning for latest changes on the Write panel
  • make use of the core CSS custom properties
  • some obscure optimisations and bug fixes.

>> download: phw_sandspace4.9.0-dev-rc1.zip


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

Offline

#140 2025-01-27 07:44:39

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,355
Website

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

RC 2 for recent Textpattern 4.9.0 builds

  • Tightening some loose bits
  • Some updates and improvements to the Save / Publish block, particularly on small screen devices

>> Download Sandspace 4.9-ev RC 2


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

Offline

#141 2025-03-19 08:03:31

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,355
Website

Re: [phw_sandSpace], an admin theme for TXP CMS 4.7, 4.8 and 4.9-dev

Sandspace 4.9-rc3, with some adjustments and improvement for the latest layout changes on the Write tab – the “action” links/buttons collapse the width of the icon on small screen devices. Also improvements in the Save zone area for the Forms and Pages panels to better accommodate longer strings (Greek, German,…). Assorted bug fixes.

This is hopefully the last RC release.

>> Download Sandspace 4.9-rc3


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