| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- 2009-12-01 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatter.cs, Atom10FeedFormatter.cs :
- write extensions. Patch by Tom Philpot.
- 2009-10-16 Atsushi Enomoto <[email protected]>
- * Rss20FeedFormatter.cs, Rss20ItemFormatter.cs : handle other text
- nodes than text (cdata, whitespaces etc.) and make sure to proceed
- the reader when they are skipped. Fixed bug #546965 and #546959.
- 2009-10-07 Atsushi Enomoto <[email protected]>
- * SyndicationVersions.cs :
- Handle atom feed as well. Patch by David Mitchell.
- 2009-10-07 Atsushi Enomoto <[email protected]>
- * SyndicationElementExtension.cs : give OuterName and OuterNamespace
- for extensions with .ctor(XmlReader).
- 2009-10-05 Atsushi Enomoto <[email protected]>
- * Atom10FeedFormatter.cs : do not use Atom10ItemFormatter(item)
- at ReadItem(). It is only for writing. Patch by David Mitchell.
- 2009-10-05 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatter.cs : enable XmlConvert.ToDateTimeOffset(),
- patch by David Mitchell.
- 2009-09-15 Atsushi Enomoto <[email protected]>
- * SyndicationElementExtension.cs : make it ready for 2.1 build.
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * Rss20FeedFormatter.cs, CategoriesDocument.cs,
- AtomPub10ServiceDocumentFormatter_1.cs,
- AtomPub10CategoriesDocumentFormatter.cs,
- AtomPub10ServiceDocumentFormatter.cs : a couple of corcompare fixes.
- 2009-04-15 Atsushi Enomoto <[email protected]>
- * ServiceDocument.cs : remove Utility class. It is not precise
- implementation to write extensions.
- * ServiceDocumentFormatter.cs : virtual extension writer methods
- should call possibly overriden Write[Element/Attribute]Extensions()
- in possibly derived document item classes.
- Implemented LoadElementExtensions().
- * AtomPub10CategoriesDocumentFormatter.cs,
- AtomPub10ServiceDocumentFormatter.cs : Implemented GetSchema().
- 2009-04-06 Atsushi Enomoto <[email protected]>
- * ServiceDocumentFormatter.cs
- Workspace.cs
- Atom10FeedFormatter.cs
- AtomPub10ServiceDocumentFormatter.cs
- ResourceCollectionInfo.cs
- CategoriesDocument.cs
- ServiceDocument.cs : implemented most of reader parts.
- 2009-04-06 Atsushi Enomoto <[email protected]>
- * Workspace.cs, ResourceCollectionInfo.cs,
- CategoriesDocument.cs, ServiceDocument.cs : use common internal
- SyndicationExtension class for extensions.
- 2009-04-06 Atsushi Enomoto <[email protected]>
- * AtomPub10CategoriesDocumentFormatter.cs, Atom10FeedFormatter.cs,
- CategoriesDocument.cs : ongoing implementation (handle categories).
- 2009-04-03 Atsushi Enomoto <[email protected]>
- * ServiceDocumentFormatter.cs
- Workspace.cs
- AtomPub10ServiceDocumentFormatter.cs
- ResourceCollectionInfo.cs
- CategoriesDocument.cs
- ServiceDocument.cs : ongoing implementation.
- 2009-04-03 Atsushi Enomoto <[email protected]>
- * ServiceDocumentFormatter.cs
- InlineCategoriesDocument.cs
- AtomPub10ServiceDocumentFormatter_1.cs
- Workspace.cs
- AtomPub10CategoriesDocumentFormatter.cs
- ReferencedCategoriesDocument.cs
- CategoriesDocumentFormatter.cs
- AtomPub10ServiceDocumentFormatter.cs
- ResourceCollectionInfo.cs
- CategoriesDocument.cs
- ServiceDocument.cs : stubs (new in 3.5 SP1).
- 2008-04-10 Eyal Alaluf <[email protected]>
- * SyndicationElementExtension.cs: XmlObjectSerializer.ReadObject now
- verifies by default. Disabled explicitly the verification in GetObject.
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * SyndicationElementExtensionCollection.cs, Atom10FeedFormatter.cs,
- Atom10ItemFormatter.cs, Rss20FeedFormatter.cs : warning cleanup.
- * SyndicationItem.cs : implemented TryParseContent().
- * Atom10ItemFormatter.cs : read Content.
- * Rss20ItemFormatter.cs : Handle Atom 1.0 extension elements.
- Fixed ReadSourceFeed() that should read <source> in its own way.
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatter.cs : changes in extension attribute handling:
- TryParseAttribute() should be called regardless of
- PreserveExtensionAttributes.
- * SyndicationFeedFormatter.cs, SyndicationItemFormatter.cs :
- implemented ToString().
- * Rss20FeedFormatter.cs : strictly require <channel> under <rss>.
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatter.cs : implemented read methods and GetSchema().
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * SyndicationFeedFormatter.cs : implemented LoadElementExtensions().
- * Rss20FeedFormatter.cs : implemented read methods and GetSchema().
- PreserveElementExtensions and PreserveAttributeExtensions are
- true by default.
- * Rss20ItemFormatter.cs : filter xmlns attributes out.
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * SyndicationElementExtensionCollection.cs :
- every Add() caused infinite loop.
- * SyndicationFeed.cs, SyndicationItem.cs : Implemented Load() and [*1]
- * SyndicationLink.cs : int set_Length() argument check was wrong. [*1]
- * SyndicationCategory.cs, SyndicationPerson.cs : [*1]
- * SyndicationItemFormatter.cs : Implemented LoadElementExtensions().
- * SyndicationVersions.cs : added SyndicationItem.Load<T>() and
- SyndicationFeed<T>() implementation.
- * Atom10ItemFormatter.cs : [*2]
- * Rss20ItemFormatter.cs : implemented read methods. [*2]
- [*1] Implemented TryParseElement and TryParseAttribute.
- [*2] PreserveElementExtensions and PreserveAttributeExtensions are
- true by default.
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Atom10FeedFormatter_1.cs, Atom10ItemFormatter_1.cs,
- Rss20FeedFormatter_1.cs, Rss20ItemFormatter_1.cs : implemented.
- * Atom10FeedFormatter.cs, Atom10ItemFormatter.cs,
- Rss20FeedFormatter.cs, Rss20ItemFormatter.cs :
- implemented instance creation. Some parameter renaming.
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Rss20FeedFormatter.cs : s:/item/feed/ in the error message.
- * Atom10FeedFormatter.cs : implemented WriteTo() and WriteXml().
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatter.cs : some more notes on its spec violation.
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Rss20ItemFormatter.cs : enclose SourceFeed with <source>.
- * Atom10ItemFormatter.cs : implemented WriteTo() and WriteXml().
- 2007-12-15 Atsushi Enomoto <[email protected]>
- * Rss20ItemFormatter.cs : some parameter renaming.
- * SyndicationFeedFormatter.cs, Rss20FeedFormatter.cs : implemented,
- based on item formatter.
- * SyndicationItemFormatter.cs : implemented syndication element
- creation methods. Added null argument checks.
- 2007-12-15 Atsushi Enomoto <[email protected]>
- * Rss20ItemFormatter.cs : write remaining properties in item.
- * UrlSyndicationContent.cs : implemented.
- * XmlSyndicationContent.cs, SyndicationContent.cs,
- SyndicationElementExtensionCollection.cs : mostly implemented; now
- I mostly found that those unimplemented stuff were bound to
- SyndicationElementExtension constructors.
- 2007-12-15 Atsushi Enomoto <[email protected]>
- * SyndicationFeed.cs : do not try to set null items in .ctor() (null
- items are allowed in .ctor, while not allowed in set_Items()).
- Remove extra NotImplementedException.
- Implemented WriteAttributeExtensions and WriteElementExtensions.
- * SyndicationElementExtension.cs : implemented.
- * SyndicationExtensions.cs,
- SyndicationItem.cs, SyndicationLink.cs, SyndicationCategory.cs,
- SyndicationPerson.cs : Implemented WriteAttributeExtensions() and
- WriteElementExtensions() in each syndication element to call
- corresponding method in SyndicationExtensions.
- * SyndicationItemFormatter.cs :
- implemented Write[Element/Attribute]Extensions() and
- TryParse[Element/Attribute]().
- * Rss20ItemFormatter.cs : write extensions on writing to xml.
- Null check in Contributors on writing to xml.
- 2007-12-11 Atsushi Enomoto <[email protected]>
- * Rss20ItemFormatter.cs, SyndicationContent.cs,
- TextSyndicationContent.cs : flush some more implementation.
- 2007-12-10 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatter.cs, Rss20ItemFormatter.cs,
- SyndicationCategory.cs, SyndicationContent.cs, SyndicationFeed.cs,
- SyndicationItem.cs, SyndicationItemFormatter.cs,
- SyndicationPerson.cs : a bunch of implementation.
- 2007-12-10 Atsushi Enomoto <[email protected]>
- * SyndicationElementExtensionCollection.cs : added copy .ctor().
- * SyndicationLink.cs : implemented everything but read/write part.
- 2007-12-10 Atsushi Enomoto <[email protected]>
- * Atom10FeedFormatter.cs Atom10FeedFormatter_1.cs
- Atom10ItemFormatter.cs Atom10ItemFormatter_1.cs
- Rss20FeedFormatter.cs Rss20FeedFormatter_1.cs
- Rss20ItemFormatter.cs Rss20ItemFormatter_1.cs
- SyndicationCategory.cs SyndicationElementExtension.cs
- SyndicationElementExtensionCollection.cs SyndicationFeed.cs
- SyndicationItem.cs SyndicationLink.cs SyndicationPerson.cs:
- finished stubs.
- * ISyndicationElement.cs : internal interface, introduced to reduce
- corcompare obstacles.
- 2007-12-07 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatter.cs, Atom10ItemFormatter_1.cs,
- Rss20ItemFormatter.cs, Rss20ItemFormatter_1.cs,
- SyndicationItemFormatter.cs : more new stubs.
- * SyndicationFeedFormatter.cs, SyndicationItem.cs,
- SyndicationLink.cs, SyndicationPerson.cs : more stub fixes.
- 2007-12-07 Atsushi Enomoto <[email protected]>
- * TextSyndicationContent.cs, XmlSyndicationContent.cs,
- UrlSyndicationContent.cs : new stubs.
- * SyndicationContent.cs, TextSyndicationContentKind.cs,
- SyndicationFeedFormatter.cs, SyndicationFeed.cs :
- ongoing stub fixes.
- 2007-12-07 Atsushi Enomoto <[email protected]>
- * Ato10FeedFormatter.cs Atom10FeedFormatter.cs :
- oops, wrong file name. renamed former to latter.
- 2007-12-05 Atsushi Enomoto <[email protected]>
- * Ato10FeedFormatter.cs Atom10FeedFormatter_1.cs
- Rss20FeedFormatter.cs Rss20FeedFormatter_1.cs
- SyndicationCategory.cs SyndicationContent.cs
- SyndicationElementExtension.cs
- SyndicationElementExtensionCollection.cs
- SyndicationFeed.cs SyndicationFeedFormatter.cs
- SyndicationItem.cs SyndicationLink.cs SyndicationPerson.cs
- SyndicationVersions.cs TextSyndicationContentKind.cs :
- new stubs.
|