[EventCalendar] Some WP 2.3 Thoughts
JD Puglisi
jdpuglisi at hotmail.com
Thu Sep 27 13:41:15 UTC 2007
As previously mentioned, EC3 makes a couple of direct calls to the post2cat table which will break under WP 2.3. In the admin.php table, there is a call where you install EC3 on an existing, fresh WP 2.3 blog with existing posts that you are going to make the EC3 default event category. For example, you have a 2.3 blog with a number of existing posts in the 'event' category and you install EC3 for the first time and want to use the 'event' category for EC3. This will lead to an error.
The function ec3_filter_posts_join breaks in certain instances (eventcalendar3.php) because it directly calls post2cat. I don't know the code structure well enough to understand when it breaks but it doesn't appear to be all the time. Probably on some advanced queries (archive or date range, perhaps?).
That looks like the only direct calls I could find in my review. I am not a developer. Just a user and this is my $0.02.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070927/316aa947/attachment.html
More information about the EventCalendar
mailing list