Nathan Heskew
14aef1985f
Reassembling* the admin content (management) list and content item edit
...
* edit partially on the new UI composition model
--HG--
branch : dev
2010-10-13 04:51:15 -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
70e2270ba0
Some work on the content localization create/edit experience
...
--HG--
branch : dev
2010-07-26 04:44:54 -07:00
Nathan Heskew
5cf9e62f84
Localized -> LocalizationPart
...
- updating part names to conform to a <name>Part convention
--HG--
branch : dev
rename : src/Orchard.Web/Core/Localization/Drivers/LocalizationDriver.cs => src/Orchard.Web/Core/Localization/Drivers/LocalizationPartDriver.cs
rename : src/Orchard.Web/Core/Localization/Handlers/LocalizationHandler.cs => src/Orchard.Web/Core/Localization/Handlers/LocalizationPartHandler.cs
rename : src/Orchard.Web/Core/Localization/Models/Localized.cs => src/Orchard.Web/Core/Localization/Models/LocalizationPart.cs
rename : src/Orchard.Web/Core/Localization/Models/LocalizedRecord.cs => src/Orchard.Web/Core/Localization/Models/LocalizationPartRecord.cs
2010-07-23 00:22:13 -07:00