Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#133 2009-08-24 00:44:55
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
I’m curious what goals are pending before 4.2.0rc2 or the stable release. Everything working fine here! The only site I’m reluctant to update right away is one that uses glz_custom_fields extensively.
Offline
#134 2009-08-24 04:32:47
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
We have a report of incorrect DST calculation which is still unresolved.
Offline
#135 2009-08-24 22:07:54
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Just installed the latest svn and when I set “Automatically adjust DST setting?” to YES it shows the time as an hour ahead. I’m in California so I selected Los Angeles. My server is two hours ahead of my time.
Hoo-hah! I never checked the actual timestamps being generated. I have the exact same issue: I live in Virginia (US), so I chose “New York”. When I select “Automatically adjust DST setting?” and save, the page reloads with the “DST enabled” radio button incorrectly set to “Yes” and grayed out, setting my timestamps one hour ahead.
I’m sorry for not paying attention to this and reporting it earlier. I get the same behavior on both my development and publish servers.
Last edited by johnstephens (2009-08-25 05:56:00)
Offline
#136 2009-08-24 23:40:26
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
johnstephens wrote:
…with the “DST enabled” radio button incorrectly set to “Yes” and grayed out, setting my timestamps one hour ahead.
DST should be set to Yes until November 1st in the US
Looks like wet has a potential fix.
Last edited by MattD (2009-08-24 23:42:00)
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
#137 2009-08-25 04:31:25
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Oops. DST never made sense to me— that’s why I immediately enabled auto-DST in Textpattern, and didn’t look at what it was doing.
Last edited by johnstephens (2009-08-25 05:55:20)
Offline
#138 2009-08-25 04:35:51
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Anyone running 4.2.0 RC1 with time zone / DST issues in the “Preferences” tab please update /textpattern/lib/txplib_misc.php
to at least r3271. Report any persisting DST / time zone issues subsequently.
Offline
#139 2009-08-25 05:53:45
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
r3271 fixes this behavior on both servers— all I had to do was disable Auto-DST, and re-enable it.
Cheers!
Last edited by johnstephens (2009-08-25 05:53:59)
Offline
#140 2009-08-25 10:25:46
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
@Ruud: :D no, I talk about calling a tag that is not existent. In this case a tag <txp:gho_comment_num />delivered by a plug-in without the function gho_comment_num actually being defined. That tag is in a form ;)
Samui? Samui! (about the life as farang in thailand)
David’s Neighbour
Offline
#141 2009-08-25 12:13:11
- Leonick
- Member
- Registered: 2007-07-30
- Posts: 16
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Because i’m tracking all scripts errors, with error_reporting(E_ALL) I have this error :
[8] ob_end_clean() [<a href=‘ref.outcontrol’>ref.outcontrol</a>]: failed to delete buffer. No buffer to delete. on line 1768 on file /…/textpattern/lib/txplib_misc.php
to resolve this, on handle_lastmod function i’ve modified
while (ob_end_clean());
with
while (ob_get_length()>0)
ob_end_clean();
Offline
#142 2009-08-25 14:47:57
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Offline
#143 2009-08-25 23:02:24
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Works very well up to now. The only question I have is whether it makes sense to share user accounts between the different sites when using the multiple sites feature? Is it possible to create a link between the two user tables?
Offline
#144 2009-08-25 23:04:52
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Could this be a bug?
<txp:if_article_id> on article list context is not being evaluated
Thanks.
Offline