Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#97 2009-08-09 19:28:34

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

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

merz1 wrote:

Textpattern FAQ will need an update soon.

Good call. And also possibly related Can Textpattern share a database because there’s now a third way to share a DB among Textpatterns under 4.2.0.

Last edited by Bloke (2009-08-09 19:29:13)


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

#98 2009-08-09 19:43:42

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

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

Bloke wrote:

there’s now a third way

Blue, red and yellow pill. Every day it becomes harder and harder to choose the right one. Oh, well the good old two pill days :-)

Last edited by Gocom (2009-08-09 19:44:27)

Offline

#99 2009-08-09 20:23:28

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

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

One slight wibble with the plugin lifecycle management / default body ID mechanism. Consider smd_bio as an example. The admin hook for the plugin prefs is plugin_prefs.smd_bio. When clicking the ‘Options’ link I am transported to the given (tabless) page. The markup is rendered and the body tag contains this:

<body id="page-plugin_prefs.smd_bio">

jQuery code such as this:

jQuery("#page-plugin_prefs.smd_bio .some_other_class") ...

cannot target this ID because it thinks the .smd_bio part is a class reference and thus is trying to actually match:

<body id="page-plugin_prefs" class="smd_bio">

Any way round this? (aside from not using the body ID attribute!)


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

#100 2009-08-09 21:35:46

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

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

Bloke wrote:

Any way round this? (aside from not using the body ID attribute!)

Core might want to use _ or - instead. Btw, doesn’t the selector also support escaping? Like:

jQuery("#page-plugin_prefs\\.smd_bio")

Last edited by Gocom (2009-08-09 21:44:47)

Offline

#101 2009-08-09 22:01:31

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

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

Bloke wrote:

doesn’t the selector also support escaping?

Probably! That would undoubtedly do the trick. Thanks Gocom, I shall RTFM :-)


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

#102 2009-08-10 05:49:51

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

I am seeing strange RSS feeds on the TXP Tips site. Access either the Feedburner feed or the site’s own at “feed://txptips.com/rss/?section=articles” to see – the article excerpt displays the same excerpt for all the articles.

The blog feed is fine though..

Offline

#103 2009-08-10 06:17:08

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

Funny – it fixed itself when I commented out lines 1171-1172 in include/txp_article.php that refer to pings.

Offline

#104 2009-08-10 06:53:57

makss
Plugin Author
From: Ukraine
Registered: 2008-10-21
Posts: 355
Website

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

jstubbs wrote:

I am seeing strange RSS feeds on the TXP Tips site. Access either the Feedburner feed or the site’s own at “feed://txptips.com/rss/?section=articles” to see – the article excerpt displays the same excerpt for all the articles.
The blog feed is fine though..

Another BUG in RSS/Atom feed with same simptoms. The article excerpt(or body) displays the same excerpt(or body) for all the articles in RSS/Atom feed.
BUG in RSS/Atom feed

Last edited by makss (2009-08-10 06:55:19)


aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)

Offline

#105 2009-08-13 03:16:17

kevinpotts
Member
From: Ghost Coast
Registered: 2004-12-07
Posts: 370

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

OK, installed RC on my development version of my blog, and noticed a few issues.

1.) Under Diagnostics, TXP is telling me files are out of date or modified even though they have been overwritten by the the newest versions. Specifically:

Some Textpattern files are out of date: 
/home/.celine/graphicpush/dev.graphicpush.com/index.php
Some Textpattern files have been modified: 
/home/.celine/graphicpush/dev.graphicpush.com/rpc/index.php

2.) A lot of my old plugins are chucking wobblies left and right. My site has been around for years and this might be the equivalent of barnacles accumulating on an old hull, but for what it’s worth, the following have some kind of issue:

gho_comments_invite 4.0
nhn_livecommentpreview 0.3.1 (errors for this thing are all over the place in the admin section)
ako_social 0.4
gbp_permanent_links 0.11.617 (the admin side fails completely, but old rules still work)
glz_custom_fields 1.1.3 (seems to still work with articles, but admin side throws errors)

Oddly, all of these plugins work just fine in Live mode, even nhn_livecommentpreview, so I’m not sure how deeply to pursue this.

3.) It resent my URL mode from /title to /section/title. Once I changed it back, it was fine.
4.) Immediately got an error on using <txp:message />, but that was easily fixed to <txp:comment_message />. (Told you this site was old.)
5.) On my section landing pages (example 1, 2), I get this error in Live mode that disappears when you’re in Testing mode:

Strict Standards: Only variables should be passed by reference in /home/.celine/graphicpush/dev.graphicpush.com/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 465

I’m happy to provide more information on any of these issues if you want.

Last edited by kevinpotts (2009-08-13 03:17:59)


Kevin
(graphicpush)

Offline

#106 2009-08-13 04:42:42

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

Kevin, I assume you are using PHP 5.3?

Offline

#107 2009-08-13 14:47:48

kevinpotts
Member
From: Ghost Coast
Registered: 2004-12-07
Posts: 370

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

Kevin, I assume you are using PHP 5.3?

Just confirmed with Dreamhost that it is 5.2.6. They are moving to 5.3 “soon” according to a tech support guy. Would this cause any of the above issues?


Kevin
(graphicpush)

Offline

#108 2009-08-13 15:16:43

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!

Eventually. I was just guessing around.

  • Graeme has published a more recent version of gbp_permanent_links.
  • nhn_livecommentpreview is orphaned, so I cannot try to reproduce any issues here, unless you’d be able to share a copy for testing and maybe even somebody to adopt.
  • glz_custom_fields will need an update to work with Textpattern 4.2.0. The author is aware of this issue.

5.) On my section landing pages (example 1, 2), I get this error in Live mode that disappears when you’re in Testing mode: Strict Standards: Only variables should […]

The error shows in Live mode, but hides in Testing? Is there any line preceding this notice which hints at a plugin causing that message?

Offline

Board footer

Powered by FluxBB