Page 1 of 2

Known blocking issues for 2.1 beta?

Posted: Fri May 27, 2016 6:12 pm
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.

Re: Known blocking issues for 2.1 beta?

Posted: Mon May 30, 2016 3:29 am
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.

Re: Known blocking issues for 2.1 beta?

Posted: Mon May 30, 2016 3:03 pm
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

Re: Known blocking issues for 2.1 beta?

Posted: Mon May 30, 2016 3:08 pm
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

Re: Known blocking issues for 2.1 beta?

Posted: Tue May 31, 2016 5:02 am
by Don Chambers
I missed "beta". Go for it my friends!

Re: Known blocking issues for 2.1 beta?

Posted: Wed Jun 01, 2016 4:44 am
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.

Re: Known blocking issues for 2.1 beta?

Posted: Fri Jun 03, 2016 4:23 pm
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

Re: Known blocking issues for 2.1 beta?

Posted: Sat Jun 04, 2016 3:38 am
by Don Chambers
Do you have a public url ?

Re: Known blocking issues for 2.1 beta?

Posted: Sun Jun 05, 2016 8:48 pm
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

Re: Known blocking issues for 2.1 beta?

Posted: Mon Jun 06, 2016 11:22 am
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.

Re: Known blocking issues for 2.1 beta?

Posted: Mon Jun 06, 2016 3:17 pm
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.

Re: Known blocking issues for 2.1 beta?

Posted: Mon Jun 06, 2016 11:46 pm
by Don Chambers
@ YL - I think this is due to your devblog not using extended properties plugin. Can you verify that for me?

Re: Known blocking issues for 2.1 beta?

Posted: Tue Jun 07, 2016 5:02 pm
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

Re: Known blocking issues for 2.1 beta?

Posted: Wed Jun 08, 2016 5:33 am
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?

Re: Known blocking issues for 2.1 beta?

Posted: Wed Jun 08, 2016 10:13 am
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