<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Orchard BlogML Module</title><link>http://orchardblogml.codeplex.com/project/feeds/rss</link><description>Orchard BlogML Module   The Orchard BlogML module allows users to import blogs from other blogging engines in to orchard, and also allows users to migrate there blogs out of orchard.</description><item><title>Commented Unassigned: Issue with breaks / newline [15]</title><link>http://orchardblogml.codeplex.com/workitem/15</link><description>After importing my blog posts, all of the newlines have disappeared. I checked the XML, in which they&amp;#39;re present &amp;#40;as actual newlines, not &amp;#60;br&amp;#47;&amp;#62; tags or something&amp;#41;. &lt;br /&gt;&lt;br /&gt;I guess perhaps the file is using the incorrect newline characters or something. I tried fiddling in notepad&amp;#43;&amp;#43; changing the encoding and EOL conversion, didn&amp;#39;t do anything. &lt;br /&gt;&lt;br /&gt;Another question&amp;#58; in Wordpress I used &amp;#60;pre&amp;#62; tags with prettyprint to format code samples. What do I need to do to make that work in Orchard&amp;#63; &lt;br /&gt;Comments: By the way, same issue was already handled &amp;#40;but not resolved&amp;#41; here&amp;#58; https&amp;#58;&amp;#47;&amp;#47;orchard.codeplex.com&amp;#47;discussions&amp;#47;397451. </description><author>jsiegmund</author><pubDate>Thu, 18 Apr 2013 19:24:31 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Issue with breaks / newline [15] 20130418072431P</guid></item><item><title>Created Unassigned: Issue with breaks / newline [15]</title><link>http://orchardblogml.codeplex.com/workitem/15</link><description>After importing my blog posts, all of the newlines have disappeared. I checked the XML, in which they&amp;#39;re present &amp;#40;as actual newlines, not &amp;#60;br&amp;#47;&amp;#62; tags or something&amp;#41;. &lt;br /&gt;&lt;br /&gt;I guess perhaps the file is using the incorrect newline characters or something. I tried fiddling in notepad&amp;#43;&amp;#43; changing the encoding and EOL conversion, didn&amp;#39;t do anything. &lt;br /&gt;&lt;br /&gt;Another question&amp;#58; in Wordpress I used &amp;#60;pre&amp;#62; tags with prettyprint to format code samples. What do I need to do to make that work in Orchard&amp;#63; &lt;br /&gt;</description><author>jsiegmund</author><pubDate>Thu, 18 Apr 2013 19:22:18 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Issue with breaks / newline [15] 20130418072218P</guid></item><item><title>Commented Issue: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)  [14]</title><link>http://orchardblogml.codeplex.com/workitem/14</link><description>Anyone else try to use this module to import content from an existing blog on Orchard 1.6 &amp;#63; I&amp;#39;m successfully importing everything, but Orchard reports everything was posted in the month of the import rather than the correct month. Unpublishing&amp;#47;publishing the post fixes that specific post, but when you&amp;#39;re importing hundreds of posts, this isn&amp;#39;t a feasible option.&lt;br /&gt;Comments: Check out a fork I created for the Orchard.Blogs module &amp;#91;ImportUtilityHelperCommands&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;orchard.codeplex.com&amp;#47;SourceControl&amp;#47;network&amp;#47;forks&amp;#47;andrewconnell&amp;#47;ImportUtilityHelperCommands&amp;#41; where I added a new commend to the command line Orchard tool that rebuilds the archive.</description><author>andrewconnell</author><pubDate>Mon, 25 Mar 2013 20:43:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)  [14] 20130325084331P</guid></item><item><title>Commented Issue: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)  [14]</title><link>http://orchardblogml.codeplex.com/workitem/14</link><description>Anyone else try to use this module to import content from an existing blog on Orchard 1.6 &amp;#63; I&amp;#39;m successfully importing everything, but Orchard reports everything was posted in the month of the import rather than the correct month. Unpublishing&amp;#47;publishing the post fixes that specific post, but when you&amp;#39;re importing hundreds of posts, this isn&amp;#39;t a feasible option.&lt;br /&gt;Comments: I had around 600 posts that I imported and ran into the same issue.  I browsed to __Manage Blog__ and then selected __Show&amp;#58; All__ at the bottom.  Then I opened up __Developer Tools__ and ran __&amp;#36;&amp;#40;&amp;#39;&amp;#58;checkbox&amp;#39;&amp;#41;.prop&amp;#40;&amp;#39;checked&amp;#39;, true&amp;#41;__.  This selected all of the checkboxes so that I could then run __Actions&amp;#58; Unpublish__.  When everything was unpublished I did the same thing but selected __Actions&amp;#58; Publish Now__.  A bit of a hack but it worked.</description><author>coderfin</author><pubDate>Mon, 25 Mar 2013 18:12:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)  [14] 20130325061213P</guid></item><item><title>New Post: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)</title><link>http://orchardblogml.codeplex.com/discussions/435817</link><description>&lt;div style="line-height: normal;"&gt;Scenario: Running Orchard 1.6 and migrating from another engine (SubText) using the BlogML format &amp;amp; the &lt;a href="https://gallery.orchardproject.net/List/Modules/Orchard.Module.NGM.BlogML" rel="nofollow"&gt;BlogML module&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The module was written for Orchard 1.4 and from a few I talked to that used it, it worked fine. However I'm assuming something changed in the blog logic from Orchard 1.4 &amp;gt; 1.6. Basically when a blog post is published, it fires a handler that uses the current timestamp as the publish date which also is used for updating the archive month counters. Immediately after this, the BlogML module changes the Publish date so it looks correct in the UI &amp;amp; DB, but the counters are already set.&lt;br /&gt;
&lt;br /&gt;
Changeset &lt;a href="http://orchard.codeplex.com/SourceControl/changeset/b486d94960b6" rel="nofollow"&gt;b486d94960b6&lt;/a&gt; that added a command to the Orchard.Blogs module, but I had a bunch of issues with it. Not entirely sure how to comment / update a changeset, so posting my findings &amp;amp; fix here. First, here are the issues I found and how to address them. Then I'm posting the code from my replaced ArchiveService.cs file:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;In the original file, lines 25 &amp;amp; 31 were getting the oldest &amp;amp; news blog posts in the DB, but not filtering based on the actual blog specified (see my introduction of a WHERE clause on lines 26 &amp;amp; 32).&lt;/li&gt;
&lt;li&gt;For some reason, I was getting a ton of errors on line 61 in the changeset… NHibernate/LINQ couldn’t evaluate the x.CreatedUtc.Value property. Thus, I changed it and created (my file, lines 57-66) a generic list that had all the dates of each blog post &amp;amp; updated that line in the where clause to look at my generic list rather than querying the DB for counts. For me, this will result in 1 big call to the DB and the creation of a 1,500 item list (# of blog posts) vs. 120 DB count calls (I’ve been blogging for 10 years). Since it’s only done one time updating the archive… I’m not concerned with perf.&lt;/li&gt;
&lt;li&gt;Issue in calculating the FROM &amp;amp; TO date range (original changeset lines 59 &amp;amp; 60). You’ll see my change in lines 70-72. Basically adding a month to the UTC converted date does just that… adds a month… but it might not jive with the timezone. For instance I had posts being missed on 12/31/2003. The reason is that it would use the start range of timezone formatted (I’m GMT -0500) of 11/30/2003 19:00:00 (-5hrs from 11/31/2003 00:00:00). When the changeset figured the end range (line 60), it resulted in 12/30/2003 19:00:00… but it should have been the 31st. The FIX: do the calculation before converting from UTC (see my line 72).&lt;/li&gt;
&lt;li&gt;Another issue was that I didn’t want leading/trailing zero months. For instance, I started blogging in September 2003. The changeset would have put zero counters for January – August 2003. Same is true on the back side (I’m importing to March 2013, but I don’t want zero’d counters from April – December 2013). I addressed this in lines 74-81.&lt;/li&gt;
&lt;li&gt;
Finally, the way values were added to the DB caused some off by one dates. For instance using the year &amp;amp; month from the TO &amp;amp; FROM variables meant that it was off due to the timezone change. I fixed this by using the indexes of the for loops.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
My ArchiveService.cs fixed file (this should overwrite the file in the changeset:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;using System;
using System.Collections.Generic;
using System.Linq;
using Orchard.Blogs.Models;
using Orchard.ContentManagement;
using Orchard.Core.Common.Models;
using Orchard.Data;

namespace Orchard.Blogs.Services {
  public class ArchiveService : IArchiveService {
    private readonly IRepository&amp;lt;BlogPartArchiveRecord&amp;gt; _blogArchiveRepository;
    private readonly IContentManager _contentManager;
    private readonly IWorkContextAccessor _workContextAccessor;

    public ArchiveService(
        IRepository&amp;lt;BlogPartArchiveRecord&amp;gt; blogArchiveRepository,
        IContentManager contentManager,
        IWorkContextAccessor workContextAccessor) {
      _blogArchiveRepository = blogArchiveRepository;
      _contentManager = contentManager;
      _workContextAccessor = workContextAccessor;
    }

    public void RebuildArchive(BlogPart blogPart) {

      var first = _contentManager.Query&amp;lt;BlogPostPart&amp;gt;().Where&amp;lt;CommonPartRecord&amp;gt;(bp =&amp;gt; bp.Container.Id == blogPart.Record.Id).OrderBy&amp;lt;CommonPartRecord&amp;gt;(x =&amp;gt; x.CreatedUtc).Slice(0, 1).FirstOrDefault();

      if (first == null) {
        return;
      }

      var last = _contentManager.Query&amp;lt;BlogPostPart&amp;gt;().Where&amp;lt;CommonPartRecord&amp;gt;(bp =&amp;gt; bp.Container.Id == blogPart.Record.Id).OrderByDescending&amp;lt;CommonPartRecord&amp;gt;(x =&amp;gt; x.CreatedUtc).Slice(0, 1).FirstOrDefault();

      DateTime? start = DateTime.MaxValue;
      if (first.As&amp;lt;CommonPart&amp;gt;() != null) {
        start = first.As&amp;lt;CommonPart&amp;gt;().CreatedUtc;
      }

      DateTime? end = DateTime.MinValue;
      if (last.As&amp;lt;CommonPart&amp;gt;() != null) {
        end = last.As&amp;lt;CommonPart&amp;gt;().CreatedUtc;
      }

      // delete previous archive records
      foreach (var record in _blogArchiveRepository.Table.Where(x =&amp;gt; x.BlogPart == blogPart.Record)) {
        _blogArchiveRepository.Delete(record);
      }

      if (!start.HasValue || !end.HasValue) {
        return;
      }

      // get the time zone for the current request
      var timeZone = _workContextAccessor.GetContext().CurrentTimeZone;

      // build a collection of all the post dates
      List&amp;lt;DateTime&amp;gt; blogPostDates = new List&amp;lt;DateTime&amp;gt;();
      var blogPosts = _contentManager.Query&amp;lt;BlogPostPart&amp;gt;().Where&amp;lt;CommonPartRecord&amp;gt;(bp =&amp;gt; bp.Container.Id == blogPart.Record.Id);
      foreach (var blogPost in blogPosts.List()) {
        if (blogPost.As&amp;lt;CommonPart&amp;gt;() != null)
          if (blogPost.As&amp;lt;CommonPart&amp;gt;().CreatedUtc.HasValue) {
            DateTime timeZoneAdjustedCreatedDate = TimeZoneInfo.ConvertTimeFromUtc(blogPost.As&amp;lt;CommonPart&amp;gt;().CreatedUtc.Value, timeZone);
            blogPostDates.Add(timeZoneAdjustedCreatedDate);
            //System.Diagnostics.Debug.WriteLine(timeZoneAdjustedCreatedDate);
          }
      }

      for (int year = start.Value.Year; year &amp;lt;= end.Value.Year; year++) {
        for (int month = 1; month &amp;lt;= 12; month++) {
          DateTime fromDateUtc = new DateTime(year, month, 1);
          var from = TimeZoneInfo.ConvertTimeFromUtc(fromDateUtc, timeZone);
          var to = TimeZoneInfo.ConvertTimeFromUtc(fromDateUtc.AddMonths(1), timeZone);

          // skip the first months of the first year until a month has posts
          //  for instance, if started posting in May 2000, don't write counts for Jan 200 &amp;gt; April 2000... start May 2000
          if (from &amp;lt; TimeZoneInfo.ConvertTimeFromUtc(new DateTime(start.Value.Year, start.Value.Month, 1), timeZone))
            continue;
          // skip the last months of the last year if no posts
          //  for instance, no need to have archives for months in the future
          if (to &amp;gt; end.Value.AddMonths(1))
            continue;

          //var count = _contentManager.Query&amp;lt;BlogPostPart&amp;gt;().Where&amp;lt;CommonPartRecord&amp;gt;(x =&amp;gt; x.CreatedUtc.Value &amp;gt;= from &amp;amp;&amp;amp; x.CreatedUtc.Value &amp;lt; to).Count();
          var count = blogPostDates.Where(bp =&amp;gt; bp &amp;gt;= from &amp;amp;&amp;amp; bp &amp;lt; to).Count();

          var newArchiveRecord = new BlogPartArchiveRecord { BlogPart = blogPart.Record, Year = year, Month = month, PostCount = count };
          _blogArchiveRepository.Create(newArchiveRecord);
        }
      }
    }
  }
}&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>andrewconnell</author><pubDate>Tue, 12 Mar 2013 13:48:53 GMT</pubDate><guid isPermaLink="false">New Post: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6) 20130312014853P</guid></item><item><title>Created Issue: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)  [14]</title><link>http://orchardblogml.codeplex.com/workitem/14</link><description>Anyone else try to use this module to import content from an existing blog on Orchard 1.6 &amp;#63; I&amp;#39;m successfully importing everything, but Orchard reports everything was posted in the month of the import rather than the correct month. Unpublishing&amp;#47;publishing the post fixes that specific post, but when you&amp;#39;re importing hundreds of posts, this isn&amp;#39;t a feasible option.&lt;br /&gt;</description><author>andrewconnell</author><pubDate>Thu, 07 Mar 2013 21:54:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)  [14] 20130307095419P</guid></item><item><title>New Post: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6)</title><link>http://orchardblogml.codeplex.com/discussions/435817</link><description>&lt;div style="line-height: normal;"&gt;Anyone else try to use this module to import content from an existing blog on Orchard 1.6 ? I'm successfully importing everything, but Orchard reports everything was posted in the month of the import rather than the correct month. Unpublishing/publishing the post fixes that specific post, but when you're importing hundreds of posts, this isn't a feasible option.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewconnell</author><pubDate>Thu, 07 Mar 2013 21:54:04 GMT</pubDate><guid isPermaLink="false">New Post: Blog archives stuff everything imported in month of import, not actual month (Orchard 1.6) 20130307095404P</guid></item><item><title>New Post: Importing into an existing blog working? BlogIdToImportInto</title><link>http://orchardblogml.codeplex.com/discussions/405071</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;When importing, the ImportSettings&amp;nbsp;value for BlogIdToImportInto seems to always be zero. It means the imported posts appear in a new blog, not into&amp;nbsp;the one selected in the GUI.&lt;/p&gt;
&lt;p&gt;Could someone check and confirm this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>kjopc</author><pubDate>Thu, 29 Nov 2012 21:46:58 GMT</pubDate><guid isPermaLink="false">New Post: Importing into an existing blog working? BlogIdToImportInto 20121129094658P</guid></item><item><title>Commented Issue: Transaction Timeout on large files [7]</title><link>http://orchardblogml.codeplex.com/workitem/7</link><description>as title says&lt;br /&gt;Comments: Still times out, even uploading to the Media folder.&amp;#10;&amp;#10;I suspect there needs to be a more robust batching process for large blogML files.&amp;#10;</description><author>kjopc</author><pubDate>Sat, 03 Nov 2012 16:24:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Transaction Timeout on large files [7] 20121103042404P</guid></item><item><title>New Post: BlogML in Orchard 1.4</title><link>http://orchardblogml.codeplex.com/discussions/349789</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hmm... Looks like a side affect of the refactor... The code was basically a rewrite, so I will take a look.&lt;/p&gt;&lt;/div&gt;</description><author>Jetski5822</author><pubDate>Thu, 05 Apr 2012 14:43:35 GMT</pubDate><guid isPermaLink="false">New Post: BlogML in Orchard 1.4 20120405024335P</guid></item><item><title>New Post: BlogML in Orchard 1.4</title><link>http://orchardblogml.codeplex.com/discussions/349789</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've found that if I use the same slug, it will import into the same blog...irrespective of what blog i choose form the drop down.&lt;/p&gt;
&lt;p&gt;I also hit the timeout error ....&amp;nbsp;I found setting the number of posts to import and slug worked as well...but this was easier!&lt;/p&gt;
&lt;p&gt;upped the execution timeout as well Dave!&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;httpRuntime&lt;/span&gt; &lt;span style="color: red;"&gt;executionTimeout&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;100000&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>steve</author><pubDate>Thu, 05 Apr 2012 11:26:46 GMT</pubDate><guid isPermaLink="false">New Post: BlogML in Orchard 1.4 20120405112646A</guid></item><item><title>New Post: BlogML in Orchard 1.4</title><link>http://orchardblogml.codeplex.com/discussions/349789</link><description>&lt;div style="line-height: normal;"&gt;Interesting that the blog didn't import into an existing blog. I will take a look at that.&lt;br&gt;
&lt;br&gt;
BTW - I have seen the Base64 issue before.I will investigate.&lt;br&gt;
&lt;br&gt;
Nick&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Apr 3, 2012 at 3:19 PM, DaveSussman &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: DaveSussman&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;I'm posting another reply so that if anyone else is converting from subText to Orchard via BlogML, they need to know that subText Base64 encodes the blog posts, so you'll need to uncovert them before importing into Orchard. I used the code at
&lt;a href="http://garfoot.com/blog/2010/08/importing-blogml-into-wordpress/" target="_blank"&gt;
http://garfoot.com/blog/2010/08/importing-blogml-into-wordpress/&lt;/a&gt; which worked fine.&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://orchardblogml.codeplex.com/discussions/349789#post819263" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:OrchardBlogML@discussions.codeplex.com?subject=[OrchardBlogML:349789]" target="_blank"&gt;OrchardBlogML@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:OrchardBlogML@discussions.codeplex.com" target="_blank"&gt;
OrchardBlogML@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://orchardblogml.codeplex.com/discussions/349789/unsubscribe/" target="_blank"&gt;
unsubscribe&lt;/a&gt; on CodePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>Jetski5822</author><pubDate>Tue, 03 Apr 2012 14:54:05 GMT</pubDate><guid isPermaLink="false">New Post: BlogML in Orchard 1.4 20120403025405P</guid></item><item><title>New Post: BlogML in Orchard 1.4</title><link>http://orchardblogml.codeplex.com/discussions/349789</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm posting another reply so that if anyone else is converting from subText to Orchard via BlogML, they need to know that subText Base64 encodes the blog posts, so you'll need to uncovert them before importing into Orchard. I used the code at http://garfoot.com/blog/2010/08/importing-blogml-into-wordpress/ which worked fine.&lt;/p&gt;&lt;/div&gt;</description><author>DaveSussman</author><pubDate>Tue, 03 Apr 2012 14:19:47 GMT</pubDate><guid isPermaLink="false">New Post: BlogML in Orchard 1.4 20120403021947P</guid></item><item><title>New Post: BlogML in Orchard 1.4</title><link>http://orchardblogml.codeplex.com/discussions/349789</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ah, I din't think to check the gallery had been updated; I assumed this wasn'tpushed up yet.&lt;/p&gt;
&lt;p&gt;I installed it fine, but the import worked until a timeout took down the request. My exported file is 1.3Mb, 343 entries, as exported from subText. I'll try cutting the file down.&lt;/p&gt;
&lt;p&gt;edit: Ah, it did import - 243 items, but yes, it created a new blog. This will be a problem if I can't import the entire file as I wouldn't be able to merge any new blog. Maybe I'll just up the timeout while I import.&lt;/p&gt;
&lt;p&gt;edit 2: increased timeout and import worked fine. Still created a new blog, but this is a new isntallation, so that's not a problem.&lt;/p&gt;&lt;/div&gt;</description><author>DaveSussman</author><pubDate>Tue, 03 Apr 2012 13:02:17 GMT</pubDate><guid isPermaLink="false">New Post: BlogML in Orchard 1.4 20120403010217P</guid></item><item><title>New Post: BlogML in Orchard 1.4</title><link>http://orchardblogml.codeplex.com/discussions/349789</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I downloaded the new version from the module gallery (from Orchard dashboard). &amp;nbsp;It installed fine.&lt;/p&gt;
&lt;p&gt;I got the new menu item, ran the import and the data imported fine.&lt;/p&gt;
&lt;p&gt;However, I did find that even though I selected an existing blog to import the data into, it created another blog in Orchard. &amp;nbsp;Not a major issue.&lt;/p&gt;
&lt;p&gt;I tried again adding in the slug (of the existing blog), it added the slug fine, but again created a seperate blog.&lt;/p&gt;
&lt;p&gt;I didn't try any other options.&lt;/p&gt;&lt;/div&gt;</description><author>Steve</author><pubDate>Tue, 03 Apr 2012 12:36:21 GMT</pubDate><guid isPermaLink="false">New Post: BlogML in Orchard 1.4 20120403123621P</guid></item><item><title>New Post: BlogML in Orchard 1.4</title><link>http://orchardblogml.codeplex.com/discussions/349789</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I compiled it, yanking in the assemblies from my 1.4 installation, but wasn't sure what to do next - I'm new to Orchard and it's setup. I did try renaming the old BlogML Modules folder and copying in the new one, but that did change anything - ie, the menu item didn't appear. What should I do to get this usable within Orchard?&lt;/p&gt;&lt;/div&gt;</description><author>DaveSussman</author><pubDate>Tue, 03 Apr 2012 12:33:20 GMT</pubDate><guid isPermaLink="false">New Post: BlogML in Orchard 1.4 20120403123320P</guid></item><item><title>New Post: BlogML module not importing tags</title><link>http://orchardblogml.codeplex.com/discussions/277434</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have also pushed a whole bunch of fixes  for 1.4 to the dev  branch... I noticed a tagging issue in the default branch but I have  corrected that issue. Let me know how you get on.&lt;/p&gt;&lt;/div&gt;</description><author>Jetski5822</author><pubDate>Sat, 31 Mar 2012 16:16:34 GMT</pubDate><guid isPermaLink="false">New Post: BlogML module not importing tags 20120331041634P</guid></item><item><title>New Post: error in orchard.tags module after importing blogs through blogml module</title><link>http://orchardblogml.codeplex.com/discussions/277464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have also pushed a whole bunch of fixes  for 1.4 to the dev branch... I noticed a tagging issue in the default branch but I have corrected that issue. Let me know how you get on.&lt;/p&gt;&lt;/div&gt;</description><author>Jetski5822</author><pubDate>Sat, 31 Mar 2012 16:16:22 GMT</pubDate><guid isPermaLink="false">New Post: error in orchard.tags module after importing blogs through blogml module 20120331041622P</guid></item><item><title>New Post: BlogML request timeout error</title><link>http://orchardblogml.codeplex.com/discussions/279419</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If the file is large, i would recommending it up to the media folder and use the url import which is baked in to this module, that will get around that issues.&lt;/p&gt;
&lt;p&gt;I have also pushed a whole bunch of fixes for 1.4 to the dev branch... could you give it a test for me please and I will release the moduel to  the gallary.&lt;/p&gt;
&lt;p&gt;Let me know how you get on.&lt;/p&gt;&lt;/div&gt;</description><author>Jetski5822</author><pubDate>Sat, 31 Mar 2012 16:15:39 GMT</pubDate><guid isPermaLink="false">New Post: BlogML request timeout error 20120331041539P</guid></item><item><title>New Post: Error exporting generates "Object reference not set to an instance of an object"</title><link>http://orchardblogml.codeplex.com/discussions/297928</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yeah its to do with 1.4&lt;/p&gt;
&lt;p&gt;I have push a whole bunch of fixes for 1.4 to the dev branch... could you give it a test for me please and I will release the moduel to  the gallary.&lt;/p&gt;
&lt;p&gt;Let me know how you get on.&lt;/p&gt;&lt;/div&gt;</description><author>Jetski5822</author><pubDate>Sat, 31 Mar 2012 16:14:27 GMT</pubDate><guid isPermaLink="false">New Post: Error exporting generates "Object reference not set to an instance of an object" 20120331041427P</guid></item></channel></rss>