cole2295 / subtext

Automatically exported from code.google.com/p/subtext
0 stars 0 forks source link

LiveWriter Excerpt Support #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using Windows LiveWriter there is currently no way to add a 
Description to the post. This feature is supported in LiveWriter as an 
Excerpt.

Original issue reported on code.google.com by diagoza@me.com on 16 Apr 2009 at 7:41

GoogleCodeExporter commented 9 years ago
The SubText.Framework XMLRPC interface was updated to support LiveWriter 
excerpts. 
This was implemented by modifying the attached files. All changes are commented 
and 
marked with HACK.

Overview of changed modules:
MetaWebLogAPI.cs - Added New Property
MetaWebLog.cs - Changed PostContent Method
MetaWebLog.cs - Changed editPost Method
MetaWebLog.cs - Changed getPost Method

Original comment by diagoza@me.com on 16 Apr 2009 at 7:49

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the submission. I'll take a look at it. Next time though, please 
submit a 
subversion patch file. I've written up instructions here: 
http://haacked.com/archive/2006/02/22/QuickstartGuidetoSubversiononSourceForge.a
spx 

That post talks about SourceForge, but the instructions are pretty much the 
same for 
Google Code. Just change the subversion URL. :)

Original comment by haac...@gmail.com on 19 Apr 2009 at 3:02

GoogleCodeExporter commented 9 years ago
Fixed in trunk r3438.  Needs verification.

Original comment by haac...@gmail.com on 19 Apr 2009 at 3:47

GoogleCodeExporter commented 9 years ago
Not sure if I am doing something wrong. Downloaded the latest trunk.

First tested using VS2008 and then deploying to IIS7 locally. For some reason 
LiveWriter no longer picks up the wlwmanifest.xml file and request all settings 
to 
be provided as a MoveableType blog. Will do some more testing tomorrow and see 
if I 
can track where the problem is coming from.

The changes made to the files are however fine. Thanks Phil, taught me 
something new 
tonight :)

Original comment by diagoza@me.com on 21 Apr 2009 at 9:09

GoogleCodeExporter commented 9 years ago

Original comment by haac...@gmail.com on 3 Jul 2009 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by simone.chiaretta on 8 Jan 2010 at 10:14

GoogleCodeExporter commented 9 years ago
Excerpt doesn't want to work. Everything else is ok, can someone else give this 
a try? 
:)

Original comment by Simon.JPhilp on 11 Jan 2010 at 11:44

GoogleCodeExporter commented 9 years ago
What doesn't work about it? Did you check to see if the description is showing 
up in 
the subtext_Content table? I think there's a setting in the admin to only show 
excerpts 
on the homepage. Make sure that's set too.

Original comment by haac...@gmail.com on 11 Jan 2010 at 4:23

GoogleCodeExporter commented 9 years ago
description wasn't showing up when i went in to edit the new post.  I'll check 
the 
content table tomorrow as I was testing this on my works machine :)

Original comment by Simon.JPhilp on 11 Jan 2010 at 10:41

GoogleCodeExporter commented 9 years ago
Description column is null. 

Original comment by Simon.JPhilp on 12 Jan 2010 at 9:50

GoogleCodeExporter commented 9 years ago
Sounds like a bug :) want to try taking it on?

Original comment by haac...@gmail.com on 12 Jan 2010 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by Simon.JPhilp on 12 Jan 2010 at 5:18

GoogleCodeExporter commented 9 years ago
Can someone else please verify :)

Original comment by Simon.JPhilp on 14 Jan 2010 at 3:04