Commit Graph
100 Commits
Author SHA1 Message Date
Nathan Heskew fdb7bbb1d7 Updating TheAdmin theme's style to let it scale down (1) and getting the features UI to behave better in smaller widths (2)
- (1) to within an 800x600. will need make use of media queries in the not too distant future
- (2) in the summary view, feature blocks would stack two-wide at the low end

--HG--
branch : dev
2010-07-26 15:39:50 -07:00
Nathan Heskew 66848420e4 Adding some content create/edit/remove/etc. action notifications to fill the void of notifications being removed from the PublishLater part.
--HG--
branch : dev
2010-07-26 14:25:10 -07:00
Nathan Heskew c21fe272ac Fixing a ysod bug w/ content item admin bulk actions (http://orchard.codeplex.com/workitem/16498)
--HG--
branch : dev
2010-07-26 10:50:16 -07:00
Nathan Heskew 8caa7b865e Fixed another spec test to be less theme-specific
--HG--
branch : dev
2010-07-26 10:11:24 -07:00
Nathan Heskew be78652717 Cleaning up the action/manage blocks in older admin item list views (comments, tags & media)
--HG--
branch : dev
2010-07-26 10:07:33 -07:00
Nathan Heskew 699dc67381 Cleaning up some admin Create New <something> text and bulk actions style (by giving a more appropriate class)
--HG--
branch : dev
2010-07-26 09:56:51 -07:00
Nathan Heskew f0cef9145a Fixing an expand/collapse animitation "jumping" bug w/ IE (8)
--HG--
branch : dev
2010-07-26 09:40:59 -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 70e2270ba0 Some work on the content localization create/edit experience
--HG--
branch : dev
2010-07-26 04:44:54 -07:00
Nathan Heskew 384daec5dd Adding a "Translations:" label to the localization display on the front
--HG--
branch : dev
2010-07-26 02:35:14 -07:00
Nathan Heskew 18e5a92719 A little tweaking of the search box style in Contoso (theme)
--HG--
branch : dev
2010-07-26 02:26:06 -07:00
Nathan Heskew ca79ee6af7 Fixed the menu's "current" identification
--HG--
branch : dev
2010-07-26 01:37:42 -07:00
Nathan Heskew d27a7575d0 Fixed a spec test to be less theme-specific
--HG--
branch : dev
2010-07-26 01:20:44 -07:00
Nathan Heskew 8c2319279e Some naming and text changes
- make name of implicit part on type to hold type fields not lower-cased\
- give type's a more friendly default display name

--HG--
branch : dev
2010-07-26 01:15:41 -07:00
Nathan Heskew b1a761b640 Giving the TextField display template some markup around the value.
--HG--
branch : dev
2010-07-25 23:38:14 -07:00
Nathan Heskew f1ee35535f Fixed a bug with the display of the expand/collapse glyph in chrome
--HG--
branch : dev
2010-07-25 22:55:42 -07:00
Nathan Heskew a5cc6921d5 Fixed a bug with the client settings cookie pathing in IE
--HG--
branch : dev
2010-07-25 22:54:15 -07:00
Nathan Heskew e8bd79e485 Fixed the title for content item display in the Contoso theme
--HG--
branch : dev
2010-07-25 16:53:05 -07:00
Nathan Heskew 46af6ee2f2 Small fix to the search input & button alignment in the Contoso theme
--HG--
branch : dev
2010-07-25 02:43:56 -07:00
Nathan Heskew 8a33ee043a Updating the features admin UI to drop the "Core" category to the bottom of the page
--HG--
branch : dev
2010-07-25 02:36:21 -07:00
Nathan Heskew 89864bee85 A little more cleanup for the content type/part edit UI
--HG--
branch : dev
2010-07-25 02:05:48 -07:00
Nathan Heskew 625b1fb678 Updating the content type/part management UI with some expand/collapse bits and a little UI cleanup
--HG--
branch : dev
2010-07-25 01:12:07 -07:00
Nathan Heskew cac6d855fd Getting a search box hooked up on the Contoso theme and giving it and the search page some rough style
--HG--
branch : dev
2010-07-24 02:34:54 -07:00
Nathan Heskew e6ff7cc711 Changing the async client slugify bit to only do its thing if the slug input is empty
--HG--
branch : dev
2010-07-24 01:14:24 -07:00
Nathan Heskew c6fc71e89d Some updates to the translation experience to the home page setting and slug less likely to be clobbered*
* bit of a small hack, the content localization experience should be revisited before spending much time on fixing this fix

--HG--
branch : dev
2010-07-24 01:03:56 -07:00
Nathan Heskew 9a353040cd Filtering the list of addable parts (when adding them to a type)
--HG--
branch : dev
2010-07-23 15:16:16 -07:00
Nathan Heskew 53520f1d32 Giving page titles to the Contents Create and Edit pages and cleaning up the Orchard.ContentTypes type list a little
--HG--
branch : dev
2010-07-23 14:32:55 -07:00
Nathan Heskew a0227384ca Changing the default theme
--HG--
branch : dev
2010-07-23 14:31:53 -07:00
Nathan Heskew 2077ab964b Adding "set as homepage" functionality to the RoutePart
- Orchard.Pages was already gone and Orchard.Blogs is now gone (made redundant and less functional in a way)

--HG--
branch : dev
2010-07-23 14:30:22 -07:00
Nathan Heskew a888a4ef77 Making content part names a little more friendly in the UI
--HG--
branch : dev
2010-07-23 11:10:44 -07:00
Nathan Heskew cd6043aeb3 Removing Orchard.Pages (Page type covered by core app features: Contents, Common, PublishLater, Route, Comments, Tags & Localization)
--HG--
branch : dev
2010-07-23 09:46:02 -07:00
Nathan Heskew 85d056ea92 HasWidgets -> WidgetsPart; Widget -> WidgetPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Futures.Widgets/Controllers/WidgetHandler.cs => src/Orchard.Web/Modules/Futures.Widgets/Handlers/WidgetsPartHandler.cs
rename : src/Orchard.Web/Modules/Futures.Widgets/Models/Widget.cs => src/Orchard.Web/Modules/Futures.Widgets/Models/WidgetPart.cs
rename : src/Orchard.Web/Modules/Futures.Widgets/Models/HasWidgets.cs => src/Orchard.Web/Modules/Futures.Widgets/Models/WidgetsPart.cs
2010-07-23 08:44:33 -07:00
Nathan Heskew 51e6dca391 SiteSettings -> SiteSettingsPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Core/Settings/Drivers/SiteSettingsDriver.cs => src/Orchard.Web/Core/Settings/Drivers/SiteSettingsPartDriver.cs
rename : src/Orchard.Web/Core/Settings/Handlers/SiteSettingsHandler.cs => src/Orchard.Web/Core/Settings/Handlers/SiteSettingsPartHandler.cs
rename : src/Orchard.Web/Core/Settings/Models/SiteSettings.cs => src/Orchard.Web/Core/Settings/Models/SiteSettingsPart.cs
rename : src/Orchard.Web/Core/Settings/Models/SiteSettingsRecord.cs => src/Orchard.Web/Core/Settings/Models/SiteSettingsPartRecord.cs
2010-07-23 01:09:00 -07:00
Nathan Heskew f482c738ec IsRoutable -> RoutePart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Core/Routable/Drivers/RoutableDriver.cs => src/Orchard.Web/Core/Routable/Drivers/RoutePartDriver.cs
rename : src/Orchard.Web/Core/Routable/Handlers/RoutableHandler.cs => src/Orchard.Web/Core/Routable/Handlers/RoutePartHandler.cs
rename : src/Orchard.Web/Core/Routable/Models/IsRoutable.cs => src/Orchard.Web/Core/Routable/Models/RoutePart.cs
rename : src/Orchard.Web/Core/Routable/Models/RoutableRecord.cs => src/Orchard.Web/Core/Routable/Models/RoutePartRecord.cs
rename : src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts/Routable.IsRoutable.ascx => src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts/Routable.RoutePart.ascx
2010-07-23 01:01:49 -07:00
Nathan Heskew 2e9eff17e0 Newly translated content w/out a PublishLaterPart is now published if the master content item is published
--HG--
branch : dev
2010-07-23 00:59:12 -07:00
Nathan Heskew 272300f5ef MenuItem -> MenuItemPart
--HG--
branch : dev
rename : src/Orchard.Web/Core/Navigation/Drivers/MenuItemDriver.cs => src/Orchard.Web/Core/Navigation/Drivers/MenuItemPartDriver.cs
rename : src/Orchard.Web/Core/Navigation/Handlers/MenuItemHandler.cs => src/Orchard.Web/Core/Navigation/Handlers/MenuItemPartHandler.cs
rename : src/Orchard.Web/Core/Navigation/Models/MenuItem.cs => src/Orchard.Web/Core/Navigation/Models/MenuItemPart.cs
rename : src/Orchard.Web/Core/Navigation/Models/MenuItemRecord.cs => src/Orchard.Web/Core/Navigation/Models/MenuItemPartRecord.cs
2010-07-23 00:32:51 -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
Nathan Heskew 221efe54ac User -> UserPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Users/Drivers/UserDriver.cs => src/Orchard.Web/Modules/Orchard.Users/Drivers/UserPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Handlers/UserHandler.cs => src/Orchard.Web/Modules/Orchard.Users/Handlers/UserPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Models/User.cs => src/Orchard.Web/Modules/Orchard.Users/Models/UserPart.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Models/UserRecord.cs => src/Orchard.Web/Modules/Orchard.Users/Models/UserPartRecord.cs
2010-07-22 23:56:17 -07:00
Nathan Heskew bfa92625f2 ThemeSiteSetting -> ThemeSiteSettingsPart; Also made Theme a plain ol' model (not a ContentPart)
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Themes/Handlers/ThemeSiteSettingsHandler.cs => src/Orchard.Web/Modules/Orchard.Themes/Handlers/ThemeSiteSettingsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Themes/Models/ThemeSiteSettings.cs => src/Orchard.Web/Modules/Orchard.Themes/Models/ThemeSiteSettingsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Themes/Models/ThemeSiteSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Themes/Models/ThemeSiteSettingsPartRecord.cs
2010-07-22 23:40:35 -07:00
Nathan Heskew 5c801e50fa HasTags -> TagsPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Tags/Drivers/HasTagsDriver.cs => src/Orchard.Web/Modules/Orchard.Tags/Drivers/TagsPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Tags/Handlers/HasTagsHandler.cs => src/Orchard.Web/Modules/Orchard.Tags/Handlers/TagsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Tags/Models/HasTags.cs => src/Orchard.Web/Modules/Orchard.Tags/Models/TagsPart.cs
2010-07-22 23:06:44 -07:00
Nathan Heskew 284732f0af Making BlogPost and Page content types "creatable"* during setup
- *"creatable" name/concept subject to change

--HG--
branch : dev
2010-07-22 23:01:57 -07:00
Nathan Heskew edd312f539 SearchSettings -> SearchSettingsPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Search/Handlers/SearchSettingsHandler.cs => src/Orchard.Web/Modules/Orchard.Search/Handlers/SearchSettingsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettings.cs => src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettingsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettingsPartRecord.cs
2010-07-22 22:16:16 -07:00
Nathan Heskew 189e742af7 SandboxPage -> SandboxPagePart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Sandbox/Drivers/SandboxPageDriver.cs => src/Orchard.Web/Modules/Orchard.Sandbox/Drivers/SandboxPagePartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Sandbox/Handlers/SandboxContentHandler.cs => src/Orchard.Web/Modules/Orchard.Sandbox/Handlers/SandboxPagePartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Sandbox/Models/SandboxPage.cs => src/Orchard.Web/Modules/Orchard.Sandbox/Models/SandboxPagePart.cs
rename : src/Orchard.Web/Modules/Orchard.Sandbox/Models/SandboxPageRecord.cs => src/Orchard.Web/Modules/Orchard.Sandbox/Models/SandboxPagePartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Sandbox/Models/SandboxSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Sandbox/Models/SandboxSettingsPartRecord.cs
2010-07-22 22:02:22 -07:00
Nathan Heskew 08cc911948 Adding some auth checks in content CRUD (from Orchard.Pages)
--HG--
branch : dev
2010-07-22 15:40:27 -07:00
Nathan Heskew 77e73c70e1 UserRoles -> UserRolesPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Roles/Drivers/UserRolesDriver.cs => src/Orchard.Web/Modules/Orchard.Roles/Drivers/UserRolesPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Roles/Handlers/UserRolesHandler.cs => src/Orchard.Web/Modules/Orchard.Roles/Handlers/UserRolesPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Roles/Models/UserRoles.cs => src/Orchard.Web/Modules/Orchard.Roles/Models/UserRolesPart.cs
rename : src/Orchard.Web/Modules/Orchard.Roles/Models/UserRolesRecord.cs => src/Orchard.Web/Modules/Orchard.Roles/Models/UserRolesPartRecord.cs
2010-07-22 14:33:25 -07:00
Nathan Heskew 118311ced5 MediaSettings -> MediaSettingsPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Media/Handlers/MediaSettingsHandler.cs => src/Orchard.Web/Modules/Orchard.Media/Handlers/MediaSettingsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Media/Models/MediaSettings.cs => src/Orchard.Web/Modules/Orchard.Media/Models/MediaSettingsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Media/Models/MediaSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Media/Models/MediaSettingsPartRecord.cs
2010-07-22 14:16:10 -07:00
Nathan Heskew aa269fd49f Comment -> CommentPart; HasComments -> CommentsPart; HasCommentsContainer -> CommentsContainerPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentDriver.cs => src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Drivers/HasCommentsContainerDriver.cs => src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentsContainerPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Drivers/HasCommentsDriver.cs => src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentsPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentHandler.cs => src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentSettingsHandler.cs => src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentSettingsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Handlers/HasCommentsHandler.cs => src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasCommentsContainer.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/CommentRecord.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettings.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettingsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettingsPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasCommentsContainer.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentsContainerPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasComments.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasCommentsRecord.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentsPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Views/DisplayTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Modules/Orchard.Comments/Views/DisplayTemplates/Parts/Comments.Comments.ascx
rename : src/Orchard.Web/Modules/Orchard.Comments/Views/EditorTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Modules/Orchard.Comments/Views/EditorTemplates/Parts/Comments.Comments.ascx
rename : src/Orchard.Web/Themes/Contoso/Views/DisplayTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Themes/Contoso/Views/DisplayTemplates/Parts/Comments.Comments.ascx
rename : src/Orchard.Web/Themes/Corporate/Views/DisplayTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Themes/Corporate/Views/DisplayTemplates/Parts/Comments.Comments.ascx
2010-07-22 14:08:31 -07:00
Nathan Heskew 0e63927f78 BlogHandler -> BlogPartHandler (same w/ other blog handlers) and fixed strongly-typed views to changed blog models
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogArchiveHandler.cs => src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPartArchiveHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogHandler.cs => src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPostHandler.cs => src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPostPartHandler.cs
2010-07-22 12:58:16 -07:00
Nathan Heskew 5b02277fee BodyAspect -> BodyPart; CommonAspect -> CommonPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Core.Tests/Common/Providers/CommonAspectProviderTests.cs => src/Orchard.Core.Tests/Common/Providers/CommonPartProviderTests.cs
rename : src/Orchard.Web/Core/Common/Drivers/BodyDriver.cs => src/Orchard.Web/Core/Common/Drivers/BodyPartDriver.cs
rename : src/Orchard.Web/Core/Common/Drivers/CommonDriver.cs => src/Orchard.Web/Core/Common/Drivers/CommonPartDriver.cs
rename : src/Orchard.Web/Core/Common/Handlers/BodyAspectHandler.cs => src/Orchard.Web/Core/Common/Handlers/BodyPartHandler.cs
rename : src/Orchard.Web/Core/Common/Handlers/CommonAspectHandler.cs => src/Orchard.Web/Core/Common/Handlers/CommonPartHandler.cs
rename : src/Orchard.Web/Core/Common/Models/BodyAspect.cs => src/Orchard.Web/Core/Common/Models/BodyPart.cs
rename : src/Orchard.Web/Core/Common/Models/BodyRecord.cs => src/Orchard.Web/Core/Common/Models/BodyPartRecord.cs
rename : src/Orchard.Web/Core/Common/Models/CommonAspect.cs => src/Orchard.Web/Core/Common/Models/CommonPart.cs
rename : src/Orchard.Web/Core/Common/Models/CommonRecord.cs => src/Orchard.Web/Core/Common/Models/CommonPartRecord.cs
rename : src/Orchard.Web/Core/Common/Models/CommonVersionRecord.cs => src/Orchard.Web/Core/Common/Models/CommonPartVersionRecord.cs
rename : src/Orchard/ContentManagement/Aspects/ICommonAspect.cs => src/Orchard/ContentManagement/Aspects/ICommonPart.cs
2010-07-22 12:52:16 -07:00
Nathan Heskew 3302c026b6 BlogPostDriver -> BlogPostPartDriver
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogPostDriver.cs => src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogPostPartDriver.cs
2010-07-22 11:34:43 -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
Nathan Heskew 614ca64971 Fixed the "Remove" link on the content item summary admin template when it's being used outside of the contents module
--HG--
branch : dev
2010-07-22 10:08:07 -07:00
Nathan Heskew 006dcd73cc Updating the expand/collapse JS to allow the control key to be overriden and shortened the cookie name
- also making use of the collapse setting to collapse everything by default

--HG--
branch : dev
2010-07-21 14:58:23 -07:00
Nathan Heskew 7eedd60af7 Fixing a bug with the detecting the startup state of expandable items and embeded the exp/clps gifs in the CSS
--HG--
branch : dev
2010-07-21 14:46:04 -07:00
Nathan Heskew f6742c4141 Updating the admin nav to remember what was closed
- also cleaned up the expand/collapse functionality a bit. still needs a little more work though (images - sprite or embeded, and a little script opt)

--HG--
branch : dev
2010-07-21 14:09:09 -07:00
Nathan Heskew 8ae413f8e6 Adding the links to translated content back to the front-end
- only the "+ New Translation" link needed to be pulled

--HG--
branch : dev
2010-07-21 09:06:34 -07:00
Nathan Heskew 89d944d10d Giving the content items list in the admin a border for IE
--HG--
branch : dev
2010-07-21 09:02:37 -07:00
Nathan Heskew 5723255248 Adding position specification to file resource registration
- so base scripts and styles can be made to appear in the source before the other scripts and styles

--HG--
branch : dev
2010-07-21 08:54:28 -07:00
Nathan Heskew 05d369fb2c Remembering the view type of the features list and added some rough and simple client app settings functionality
--HG--
branch : dev
2010-07-20 23:34:09 -07:00
Nathan Heskew 30fbf7f469 Some work on the content localization UI
--HG--
branch : dev
2010-07-20 11:45:44 -07:00
Nathan Heskew 352d21123f Removing an extra selector (label) that snuck into a recent update of TheAdmin's CSS
--HG--
branch : dev
2010-07-19 17:09:56 -07:00
Nathan Heskew f5e80a308e Updated the admin content item list ordering to not exclude any items
- having to make the orderby join free and roughly order by content version id to get created and modified order. this is also now doing an order and skip/take after running the query up to that point so it's also not ideal for perf

--HG--
branch : dev
2010-07-19 13:53:46 -07:00
Nathan Heskew 9301e9eb0a Fixed the display of blog posts on a blog in all of the themes
- added a default blog list template and remove all of the theme-specific part templates (which were all the same)

--HG--
branch : dev
2010-07-19 11:13:23 -07:00
Nathan Heskew eb14188ccc Adding admin content list filter (by type) & sort
--HG--
branch : dev
2010-07-19 10:08:41 -07:00
Nathan Heskew 5049ffa012 Removing unused publishlater part display templates
--HG--
branch : dev
2010-07-18 08:51:30 -07:00
Nathan Heskew 55ddbcb427 Fixing the content publish/unpublish links in the Contents.Publish.SummaryAdmin part template
--HG--
branch : dev
2010-07-18 08:46:44 -07:00
Nathan Heskew 9cfd296fde Getting bulk actions hooked up for the admin blog post list
- publish/unpublish and remove links in the item summary admin template are still broken. they need to be constructed with all routing info

--HG--
branch : dev
2010-07-17 09:20:16 -07:00
Nathan Heskew 95f2eee912 Added container scoping to the admin content item list
--HG--
branch : dev
2010-07-16 16:37:12 -07:00
Nathan Heskew 5484386737 Adding bulk actions (publish, unpublish and remove) to the admin content list
--HG--
branch : dev
2010-07-16 14:27:27 -07:00
Nathan Heskew 1f632119c0 Fixed content publishing on creation
--HG--
branch : dev
2010-07-16 11:40:22 -07:00
Nathan Heskew 3cb376b929 Fixed content item page display (a part display template was typed incorrectly)
--HG--
branch : dev
2010-07-16 10:47:09 -07:00
Nathan Heskew 7d6b76d7f5 Getting content publishing/unpublishing hooked up (from the content item list)
- moved publishing control to the Contents module
- included some prep for adding bulk actions and filtering to the content item list
- publish, unpublish and remove actions need downlevel interstitial pages (functionality only workes w/ JS at the moment)

--HG--
branch : dev
2010-07-16 00:49:24 -07:00
Nathan Heskew fd3d722860 Cleaned up the admin blog list metadata UI a little
--HG--
branch : dev
2010-07-15 23:16:32 -07:00
Nathan Heskew 5de6784fca Fixed the blog "Remove" link in the admin blog list
--HG--
branch : dev
2010-07-15 22:56:27 -07:00
Nathan Heskew b11fe1033c Fixed a bug in content creation where all of the handlers were being called twice
- had two UpdateEditorModel calls in the create action

--HG--
branch : dev
2010-07-15 22:44:28 -07:00
Nathan Heskew 4fb3c51dff Getting the comment count on the content list view in the admin and blog posts to use more of the generic content templating
- + blog posts get translation functionality

--HG--
branch : dev
2010-07-15 16:06:40 -07:00
Nathan Heskew 3538ce33a9 Better display text for content items
--HG--
branch : dev
2010-07-15 14:02:09 -07:00
Nathan Heskew 22b4172341 Fixing the routable part editor container path for new items w/out a container (rememoved extra "/")
--HG--
branch : dev
2010-07-15 09:50:39 -07:00
Nathan Heskew dbb9b4eb3f Getting the routable container path to show up when creating a new content item
--HG--
branch : dev
2010-07-14 23:03:46 -07:00
Nathan Heskew 5345d9ae81 Showing blog post draft count in the admin blog summary
--HG--
branch : dev
2010-07-14 22:49:50 -07:00
Nathan Heskew f3854ddbb6 Getting the blogs admin UI back up and running
--HG--
branch : dev
2010-07-14 22:39:26 -07:00
Nathan Heskew 7ef7b7b3e7 Updated the setup service to tack the PublishLaterPart on to the Page type and removed the SandboxPage configuration
--HG--
branch : dev
2010-07-14 16:28:43 -07:00
Nathan Heskew 881b71db4b Moved the content item publishing option functionality (save draft, publish and schedule) out into it's own Orchard.Core module (PublishLater)
--HG--
branch : dev
2010-07-14 15:31:43 -07:00
Nathan Heskew bc528577fb Removed the Localization (part) editor template
--HG--
branch : dev
2010-07-14 13:12:07 -07:00
Nathan Heskew 7b9301a90a Fixed scheduled date & time display (in the type item editor)
--HG--
branch : dev
2010-07-14 13:10:24 -07:00
Nathan Heskew fa129682a9 More work towards wrapping up the initial content localization experience
- moved the Localization feature into the Content category
- cleaned up the UI a bit

--HG--
branch : dev
2010-07-14 11:34:19 -07:00
Nathan Heskew 1d20556a83 A little cleanup in the content management UI
- using content type display names on the creatable type list
- removed the readonly Name field on the content type edit page
- removed the "Edit global part config" link from content parts on the content type edit page
- changed the Create (Contents) page to an ascx

--HG--
branch : dev
2010-07-14 08:57:07 -07:00
Nathan Heskew a8634a5ca3 Making content publish if publishing isn't already handled by another part (explicitly checking for the CommonAspect at the moment)
--HG--
branch : dev
2010-07-14 08:54:19 -07:00
Nathan Heskew 4dc1e314bc Changing the priority of the "Content" admin menu group to let "Blog" above it
--HG--
branch : dev
2010-07-14 08:53:03 -07:00
Nathan Heskew a080a5ae5b Giving itemscope attributes a value (of itemscope) to keep resharper happy
--HG--
branch : dev
2010-07-13 23:04:36 -07:00
Nathan Heskew 12d2a94718 Using Path on IsRoutable directly in the driver & handler
--HG--
branch : dev
2010-07-13 22:27:01 -07:00
Nathan Heskew 4150f814b3 Moved "Manage Content Types" admin menu item up into the Content group
--HG--
branch : dev
2010-07-13 22:24:55 -07:00
Nathan Heskew 4c7973e2ce Disabling the Orchard.Pages module by default and adjusted the page content type configured during setup to be a page-like content type.
- also added a RoutableHomePageProvider to support a routable item as the home page

--HG--
branch : dev
2010-07-13 17:19:08 -07:00
Nathan Heskew 5bf2be1e19 Getting routable to work for the ItemDisplayLink HtmlHelper ext.
--HG--
branch : dev
2010-07-13 17:17:05 -07:00
Nathan Heskew 9b925a2a85 Small update to the localization service's GetLocalizations w/ a note to also query for scheduled items
--HG--
branch : dev
2010-07-13 11:31:39 -07:00
Nathan Heskew e4a20d7039 Fixed the content edit action to not blow up when there is not contentItem for the id
--HG--
branch : dev
2010-07-13 11:30:39 -07:00
Nathan Heskew 7c11b79b7d Some work towards moving the content publish editor over to the common part
--HG--
branch : dev
2010-07-13 10:14:46 -07:00
Nathan Heskew 501d72afab Swapped out Orchard.Core's Common Routable for the work in progress replacement, Orchard.Core's Routable (seperate core module now)
--HG--
branch : dev
2010-07-13 02:52:02 -07:00
Nathan Heskew 1ff677d24d Added links to localized content of an item on the front
--HG--
branch : dev
2010-07-12 23:35:43 -07:00
Nathan Heskew ac7a4ace9a Fixed the remove link on the content list (admin) page
--HG--
branch : dev
2010-07-12 23:34:34 -07:00