Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#157 2018-10-22 08:24:19

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

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

@Vienuolis that’s great! Thanks for contributing.

When you are ready for it to be added to the docs site please open a pull request from your GitHub patch-1 branch back to the master repo – we will then proof-read, edit if necessary and then merge. After-which, the docs will be live for all to see.

Thanks again!

Offline

#158 2018-10-22 10:54:54

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

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

Thanks, I have just made my first pull request, patch-1 titled as „Hiawatha for Texpattern“. Sorry for my poor English language, and thank you for spelling it correctly.

Offline

#159 2018-10-22 15:30:51

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

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

Github crashed yesterday, and jobs are still suspended — will postpone tomorrow, SYL!

Offline

#160 2018-10-23 06:50:12

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

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

Everything is OK now, AFAIK. You can verify and merge my commit, if such how-to is appropriate.

Last edited by Vienuolis (2018-10-23 06:52:02)

Offline

#161 2018-10-23 11:48:15

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

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

Many thanks for expanding the scope of HTTP and SQL servers for Textpattern. Could we take away also the disgraceful dependence from Apache and other proprietary directives from our System requirements — the main webpage for new visitors to Textpattern.com?

Textpattern works on any web server that supports Apache, PHP and MySQL.

Textpattern works on any open standards complied HTTP server (Apache, Caddy, Cherokee, G-Wan, Hiawatha, Lighttpd, NginX, OpenLiteSpeed) with PHP and MariaDB (MySQL) support.

Offline

#162 2018-10-23 13:28:55

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

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

Vienuolis wrote #314711:

Textpattern works on any open standards complied HTTP server (Apache, Caddy, Cherokee, G-Wan, Hiawatha, Lighttpd, NginX, OpenLiteSpeed) with PHP and MariaDB (MySQL) support.

Can you please open an issue at the repo where this can be discussed properly in context. Thanks! There is also the debate about whether system requirements info should be moved to the docs site instead (logically it probably should move).

Offline

#163 2018-10-29 10:18:03

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

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

Back on topic, is there a reason in 4.7.2-dev that the new ‘Export to disk’ feature on forms and styles is not available for pages too? Cheers!

Offline

#164 2018-10-29 15:12:13

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

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

philwareham wrote #314795:

Back on topic, is there a reason in 4.7.2-dev that the new ‘Export to disk’ feature on forms and styles is not available for pages too?

Mainly usage reasons: (MIME-typed) forms and styles can be served from the disk, but not the pages. But I think we should add it, for consistency. Will do, thanks for the reminder.

Offline

#165 2018-12-06 11:47:17

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

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

Just a quick note for anyone using the 4.7.2-dev builds and also using custom form types.

We have changed the mimetype= setting to mediatype= since that is the correct terminology now (source) so please update accordingly when moving to the latest dev builds (and/or to 4.7.2 stable when that releases very soon hopefully).

Offline

#166 2018-12-06 12:17:18

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

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

The update script tries to convert mimetype to mediatype in the pref, but you’d better check it, indeed.

Offline

#167 2020-02-04 07:13:15

Summer
Member
Registered: 2018-01-29
Posts: 60

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

etc wrote #310108:

As requested here, we consider the possibility of using flat pages/forms during development. If interested, please help us to test the code and share your feedback.
# Name: etc_flat v0.1.2...

hi etc
etc_flat plugin will have tag errors in the latest DEV version: <txp:output_form form=“body_header” /> -> Notice: Undefined variable: name while parsing form None on page default

textpattern/lib/txplib_misc.php:1511 etc_flat()
textpattern/lib/txplib_misc.php:3134 callback_event()
textpattern/lib/txplib_misc.php:3184 fetch_form()
textpattern/publish/taghandlers.php:536 parse_form()
output_form()
textpattern/vendors/Textpattern/Tag/Registry.php:141 call_user_func()
textpattern/lib/txplib_publish.php:545 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:451 processTags()
textpattern/lib/txplib_misc.php:3279 parse()
textpattern/publish.php:727 parse_page()

Last edited by Summer (2020-02-04 07:14:21)

Offline

#168 2020-02-04 07:59:54

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

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

Summer wrote #321497:

hi etc
etc_flat plugin will have tag errors in the latest DEV version: <txp:output_form form=“body_header” /> -> Notice: Undefined variable: name while parsing form None on page default

textpattern/lib/txplib_misc.php:1511 etc_flat()...

is the plugin needed? Flat files are now supported in the core.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB