Known blocking issues for 2.1 beta?

Discussion corner for Developers of Serendipity.
onli
Regular
Posts: 2822
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Known blocking issues for 2.1 beta?

Post by onli »

We want to release the beta of 2.1 next week. If there is anyone out there having a bug or another issue that we should know about, something that should make us reconsider?

We are aware of the UTF-8 bug in mysql we have, https://github.com/s9y/Serendipity/issues/394, but we will tackle this for 2.2 as is too big a change.
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Known blocking issues for 2.1 beta?

Post by Don Chambers »

I was going to update a few minor things in Cleanblog and was going to commit Timeline as I have not heard of any further bugs/issues with it. I need a few days to do that as tomorrow is an American holiday and I have plans for the next few days.
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Known blocking issues for 2.1 beta?

Post by yellowled »

Don Chambers wrote:I was going to update a few minor things in Cleanblog and was going to commit Timeline as I have not heard of any further bugs/issues with it.
Surely, neither of those are blocking for a beta release? There will be plenty of time to add those fixes for the actual release.

YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Known blocking issues for 2.1 beta?

Post by garvinhicking »

Hi!

I would be fine with releasing a beta this week. I'd really love to get feedback from people who might be running PHP7.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Known blocking issues for 2.1 beta?

Post by Don Chambers »

I missed "beta". Go for it my friends!
=Don=
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Known blocking issues for 2.1 beta?

Post by Don Chambers »

Added theme "Timeline" a few moments ago. I will add a few modification to "Clean Blog" in the next day or two. None of this is blocking beta.
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Known blocking issues for 2.1 beta?

Post by yellowled »

Don Chambers wrote:Added theme "Timeline" a few moments ago.
Just tested this a little. Archives summaries don't work for me, I get just a heading, but no list of entries. Other than that, I think this should become a recommended theme right away.

YL
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Known blocking issues for 2.1 beta?

Post by Don Chambers »

Do you have a public url ?
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Known blocking issues for 2.1 beta?

Post by yellowled »

Don Chambers wrote:Do you have a public url ?
Sure. (Might switch that to a different theme some time this week, though.)

Shows the correct number of articles, but does not list the articles. This is a 2.1-alpha3 on PHP 5.6.21.

YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Known blocking issues for 2.1 beta?

Post by garvinhicking »

So, we had some side issues on the Github tracker last week which is why I didn't release the beta.

This is now the last call for any "blocking" things, else I'll make the release on Wednesday.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Known blocking issues for 2.1 beta?

Post by Don Chambers »

yellowled wrote:
Don Chambers wrote:Do you have a public url ?
Sure. (Might switch that to a different theme some time this week, though.)

Shows the correct number of articles, but does not list the articles. This is a 2.1-alpha3 on PHP 5.6.21.

YL
This isn't happening on the demo, so I will look into this further later today or tonight.
=Don=
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Known blocking issues for 2.1 beta?

Post by Don Chambers »

@ YL - I think this is due to your devblog not using extended properties plugin. Can you verify that for me?
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Known blocking issues for 2.1 beta?

Post by yellowled »

Don Chambers wrote:@ YL - I think this is due to your devblog not using extended properties plugin. Can you verify that for me?
Extended Property for Entries plugin (serendipity_event_entryproperties) is required for this theme, and is installed.
That is correct, serendipity_event_entryproperties 1.40 is installed and active in the dev blog. I have set it to not cache articles and not use group or user rights, all other plugin options are active/set to yes.

YL
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Known blocking issues for 2.1 beta?

Post by Don Chambers »

Thanks YL!

This is interesting... The reason that page is failing on your devblog is due to this condition in theme Timeline's entries_summary.tpl:

Code: Select all

{if $entry.body || $entry.extended || $entry.properties.timeline_image}
....
{/if}
So, it it your option to not cache? I understand that you might not have entry specific images, but the only way to fail that condition is for smarty to not recognize entry.body or entry.extended... are those not available when EP plugin is configured as you have it configured?
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Known blocking issues for 2.1 beta?

Post by yellowled »

Don Chambers wrote:So, it it your option to not cache? I understand that you might not have entry specific images, but the only way to fail that condition is for smarty to not recognize entry.body or entry.extended... are those not available when EP plugin is configured as you have it configured?
It doesn't change anything if I activate caching. It's also not stable archives, which came to my mind (just because it's related to archives).

It's the entry specific images. I added one to the latest entry just to test it, and now it displays a summary entry for (just) that entry, see http://s9y.netzgestaltung.net/archives/ ... mmary.html.

YL
Post Reply