Date Name Downloads
Jul 13, 2012 XBlog 1.0 (beta) 867
Jun 27, 2012 XBlog 0.9.1 (alpha) 155
Mar 14, 2012 XBlog 0.9 (alpha) 269
Jan 20, 2012 XBlog 0.8.1 (alpha) 200
Jan 15, 2012 XBlog 0.8 (alpha) 219
Dec 13, 2011 XBlog 0.7.2 (alpha) 206
Dec 3, 2011 XBlog 0.7.1 (alpha) 156
Nov 20, 2011 XBlog 0.7 (alpha) 171
Oct 29, 2011 XBlog 0.6.1 (alpha) 180
Oct 15, 2011 XBlog 0.6 (alpha) 160
Oct 7, 2011 XBlog 0.5.2 (alpha) 164
Oct 3, 2011 XBlog 0.5.1 (alpha) 171
Oct 1, 2011 XBlog 0.5 (alpha) 130
XBlog 1.0 (beta)
XBlog 1.0 (beta)
Jul 13, 2012
Apache License
867

XBlog 1.0b Released! Changes include many performance enhancements and the addition of an application layout option. Be sure to update the style sheets, translation documents and hot tag documents. Please be sure to back-up your existing customized style sheets and hot tags and translation documents before replacing with the included documents. See entire change log below:

 

   Backend Processing

  • In all HTML builder type methods, replaced the string concatenation with a String Builder where it makes sense to do so
  • Hot Tag, Hot Text and Translation text replacement:
    • Put hot tags, hot text and translation tags that make sense into the application scope. This cuts out walking the views so much for every single post. We still have to walk the view for each post, but we're only walking the pertinent tags and not EVERY tag
  • Fixed RSS Comments feed including comments for posts that weren't published
  • Fixed Layout determination when an individual page was selected as the home page

Front-End Site

  • Fixed the Full Archive page to get the content of the abstract from the actual rich text field on the post/page instead of looking to the RSSAbstract field which is no longer being populated
  • Fixed how the number of comments are computed
  • Added an Application Layout option and Style sheet - In Layout Document, uncheck "Use Dojo Layout" and the application layout component will be used instead
  • All application layout properties are computed from values defined in the layout document
  • Added support to show All Pages from a link (application layout links only)
  • layoutDefault custom control - beforePageLoad event - Added code to check for additionalResourceDefinitions and if found, add those as resources of the page

Admin Site

  • RSS Importer fixed. Seems I broke it in 0.9.1a
  • RSS Importer now imports images as long as they are defined via an img tag
  • Fixed comment numbers in view which was broken with 0.9.1a
  • Post/Page forms - Post Content and Read More Content added to a tabbed table instead of sections
  • Added a Clone button to the Style Sheets view
  • Layout Document Form - Added a new Tab "OneUI" which allows you to choose what you see in the application layout and where you see it
  • Added 5 translation documents for the link names in the banner and title bar tabs for the application layout
  • Layout Document form - Added a "Use OneUI" field so that if it's not checked ("Yes") will not use the Theme ("Theme Disabled" = true)
  • Configuration document form - Added an "additionalResourceDefinition" multi-value field to define things like link, script, stylesheet and meta resources
  • Fixed Image document to include the full url to the image instead of the relative url

Clean-up Efforts

  • Removed the DynamicCustomControl Component along with it's CustomProperty class
  • Removed the Setup Wizard Data Source