Sha256: f686954e20954ffa233e2af56e0e47fec955fddd16ab06135ffb86c3127c296c

Contents?: true

Size: 655 Bytes

Versions: 3

Compression:

Stored size: 655 Bytes

Contents

	*	Expand the Policies available so that sessions can be tracked
		via cookies, automatically.
	*	Improve the parsing of custom tags so that kludges like:

		<PageHeader oid="pageHeader"/>

		are not needed.  Really, we shouldn't have to pass an oid
		with an attribute if we aren't actually doing anything with it.

		<PageHeader/>

		would be great.  This requires a much smarter TemplateParser.
	*	On this same note, improve the header so that it handles certain
		kinds of nesting, such as

		<!-- <PageHeader oid="pageHeader" /> -->

		Or the use of CDATA sections that wrap IOWA tags.  Right now
		both of those cause the parser to get confused.
	

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 ToDo
IOWA-1.0.2 ToDo
IOWA-1.0.0 ToDo