Page 1 of 1

Re: StaticPage List Sidebar Plugin

Posted: Thu Jun 02, 2005 8:22 pm
by garvinhicking
Hi Rob!

I took the liberty to commit your plugin to the Repository as serendipity_plugin_staticpage. Hope that's fine with you?

About the timestamp and category: I added the DB columns only as some kind of "forward compatibility". No features for that are currently implemented...

Thanks a lot for your contribution, I think it's really a good thing!

Regards,
Garvin

Posted: Tue Jun 07, 2005 12:36 pm
by garvinhicking
I have recently submitted a patch by Falk to your plugin. I believe I've already bundled the two staticpage plugins together via "$this->dependencies" in the introspection part.

I agree that yes, categories would be a nice thing to have in the future. The patch from Falk to allow parent id's also goes in this direction.

Sadly there is no easy way to check the version dependencies; the only thing you can assume is that if the queries fail and the table does not exist, the user is using the old version...?

Regarding the comments, articelformat is used to denote the formatting of a staticpage. Markup also, to define whether to apply the BBCode and other transforms. Authorid, Filename and timestamp is not used.

Regards,
Garvin

Re: Upgrade problems...

Posted: Tue Jun 07, 2005 3:57 pm
by garvinhicking
The "problem" is that the upgrade is done on frontend view, so you'd first need to visit your blog. I know this is a bit problematic and I'm looking into improving it, but currently have no time to take care of it...

Regards,
Garvin

Posted: Tue Jun 07, 2005 5:54 pm
by garvinhicking
I've just committed 2.3 of the plugin which should fix the problem's you're getting. So tell me tomorrow if it works please :)

Regards,
Garvin

Posted: Wed Jun 08, 2005 10:10 am
by garvinhicking
Thanks, committed! :)

Regards,
Garvin