Commit Graph

13 Commits

Author SHA1 Message Date
Nathan Heskew
d34cae6ac4 Making existing paginiation implementations a bit more consistent.
For Blog (posts) and Search.

--HG--
branch : dev
2010-10-31 23:54:37 -07:00
Nathan Heskew
f8053de81e More template work and getting the Blogs module's display in pretty good shape
--HG--
branch : dev
2010-10-18 01:28:39 -07:00
Louis DeJardin
70426a89b9 Overloading ContentPart to optionally have new shape passed in
If lambda takes an argument, it is dynamic, and is an uninitialized shape of the named type
ShapeHelper and IShapeHelperFactory are obsolete - IShapeFactory itself is now dynamic

--HG--
branch : dev
2010-10-15 17:24:30 -07:00
Nathan Heskew
262f4a4559 Getting Orchard.Blogs on the new UI composition model (for display)
--HG--
branch : dev
2010-10-15 14:40:35 -07:00
Nathan Heskew
dc5cc339a7 Getting Blogs onto the new UI composotion model
--HG--
branch : dev
2010-10-14 11:15:22 -07:00
Nathan Heskew
38a20fb68f Some progress on getting blogs back in order.
Definately still in progress. Even what has been changed is not necessarily baked.

--HG--
branch : dev
2010-10-13 11:01:21 -07:00
Nathan Heskew
302d0585b9 Changing primary content zone to "Primary" (from "primary")
--HG--
branch : dev
2010-10-11 15:45:32 -07:00
Nathan Heskew
71ead6bae3 Changing parts shapes to use the "Parts_" prefix convention.
Similart to content items now (Items_*) and what fields will use (Fields_*)

--HG--
branch : dev
2010-10-11 09:45:29 -07:00
Nathan Heskew
ddca57edd4 Making progress on updating the content manager API fit better with the new dynamic UI composition scheme
- Includes changing display-related implementations (drivers & views) to work with shapes
- Editor implementations still on the old template model
- Orchard.Blogs is currently using a different display type instead of specifying alterations (for Blog and BlogPost)

--HG--
branch : dev
2010-10-11 02:06:01 -07:00
Nathan Heskew
f6d4d05c22 Migrating Orchard.Blogs
--HG--
branch : dev
2010-09-17 01:00:24 -07:00
Renaud Paquay
cb4d7d1c43 Register blog feed in Drivers
This makes feed registration more resilient to routing overrides.

--HG--
branch : dev
2010-07-29 13:55:52 -07:00
Nathan Heskew
02bf4a73f1 Some admin UI updates mostly around blog management
--HG--
branch : dev
2010-07-26 08:59:11 -07:00
Nathan Heskew
11bf66e6e6 Blog -> BlogPart; BlogPost -> BlogPostPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogDriver.cs => src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/Blog.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPart.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogArchiveRecord.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPartArchiveRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogRecord.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPost.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPostPart.cs
2010-07-22 11:08:14 -07:00