ubs 2.3.9

  1. K

    Fixed Finder for LatestBlogEntries widget is missing relation Blog

    The finder used to query blog entries in XenAddons\UBS\Widget\LatestBlogEntries::render() is missing relation Blog This causes additional queries when checking canView() Might also affect other widgets? As Blog is required often (always?) it might make sense to add this to defaultWith
  2. K

    Fixed Missing relation for trending content handler

    XenAddons\UBS\TrendingContent\BlogEntryHandler::getEntityWith() does not include relation Blog, this causes additional queries for each distinct blog as BlogEntry canView calls Blog canView
  3. L

    Fixed Unable to move blog entries to a new category

    I've been trying to move three blog entries to another category and it doesn't work. I get error messages and server errors. Depending on how I move them I get these warnings: Server errors: Here are two stack traces: #1 #2
  4. K

    Fixed Comments are loaded unconditionally

    As far as I can see, blog entry comments are loaded unconditionally for actionView. This seems to be a bit inefficient, especially if there is a significant amount of blog entries which don't have comments at all (like it is the case for us) . Ideally comments should only be loaded if the...
  5. K

    Fixed Missing phrase xa_ubs_no_pending_blog_entries

    When viewing the blog queue but there are no pending blog entries the phrase xa_ubs_no_pending_blog_entries is rendered but this phrase seems to be missing.
Back
Top