Commit Graph

320 Commits

Author SHA1 Message Date
Suha Can
993849778f Create a blog instead of a page in the Blog recipe.
Adding the gallery and feeds to it as well.

--HG--
branch : recipe
2011-02-21 13:37:18 -08:00
andrerod
9a0f00339e Simplifying, removing dead code from blog drivers.
--HG--
branch : dev
2011-02-04 19:49:10 -08:00
Nathan Heskew
4d4c362d31 Updating the BlogPostPartHandler and BlogPartHandler to use blogPath instead of blogSlug in their display RVDs to align with earlier changes to blogs to use their path instead of slug for routing.
--HG--
branch : dev
2011-02-03 13:07:09 -08:00
Sebastien Ros
82cf888a42 #17236 Changing recent blog post widget to handle homepage blogs like in the Archives widget
Work Item: 17236

--HG--
branch : dev
extra : transplant_source : r%A8%1C%E2D%BF%8Fz%E4%9F%83%07%F5o%C5%8DR%21%96s
2011-01-31 13:45:33 -08:00
Sebastien Ros
2680f394ba #17261 Changing BlogSlugConstraint to BlogPathContraint to handle homepage blogs
Work Item: 17261

--HG--
branch : dev
extra : transplant_source : Y%BC%1F%0E%A2%C5%10%BE%3B%82P%21%FC%FA%ED%FE%A7%26%9B%92
2011-01-31 13:25:16 -08:00
Sebastien Ros
fc261cdb3a Adding drop down list to select the blog for BLogArchiveWidget
--HG--
branch : dev
extra : transplant_source : %3AAU%C1%80%07%8E72%83%5B%E4Yj%A0%DF._%91%80
2011-01-27 15:16:15 -08:00
Dave Reed
be99957432 #17252: Adding web.configs too module roots, and codegen commands, to enable razor intellisense.
--HG--
branch : dev
2011-01-31 15:52:03 -08:00
Renaud Paquay
99e4ed8857 Updating version #s to match 1.0 release
--HG--
branch : 1.x
2011-01-17 15:04:57 -08:00
Andre Rodrigues
4013fe539d Adding missing dynamic object casts.
--HG--
branch : 1.x
2011-01-12 18:18:32 -08:00
Renaud Paquay
94563832d9 Updating version # to 1.0
--HG--
branch : 1.x
2011-01-11 16:47:30 -08:00
Renaud Paquay
9dde617b29 Merge and fix remaining few permission checks
--HG--
branch : 1.x
2011-01-10 13:53:33 -08:00
Renaud Paquay
66a056cf0a Merge
--HG--
branch : 1.x
2011-01-10 13:31:20 -08:00
Renaud Paquay
23f22a6e77 Add PublishLater feature to blog dependencies
--HG--
branch : 1.x
2011-01-07 22:29:23 -08:00
andrerod
9838c67424 #17051: Correcting a few wrong handlers Loaded -> Loading. Adding handlers to hook loaders on Versioning.
Fixing small permissions issue on live writter so that the user only gets the blogs that he can edit.

--HG--
branch : 1.x
2010-12-17 17:40:30 -08:00
Louis DeJardin
e44facf4ab Changing authorize calls to avoid demanding "Own" variations
The demand is adjusted if the user is the owner - but the "Own" variation is never used directly

--HG--
branch : 1.x
2010-12-15 22:22:58 -08:00
Louis DeJardin
49ef5a44a7 Removing the term Others from Blogs module permissions (for consistency with Contents module)
--HG--
branch : 1.x
2010-12-15 22:02:06 -08:00
Nathan Heskew
19846507dc Fixing scheduling of blog posts from Live Writer
work item: 17041

--HG--
branch : dev
2010-12-14 15:51:48 -08:00
Nathan Heskew
f40a725c33 More blog post published date cleanup WRT Live Writer
--HG--
branch : dev
2010-12-14 13:44:14 -08:00
Renaud Paquay
8935efc96c Update version # to 0.9.0
--HG--
branch : dev
2010-12-13 21:56:39 -08:00
Andre Rodrigues
48d3f1d647 Updating logger to flush immediately in development and to remove debug appenders in production.
--HG--
branch : dev
2010-12-13 14:58:32 -08:00
Renaud Paquay
94192a667b Fix merge errors
--HG--
branch : dev
2010-12-11 14:21:49 -08:00
Renaud Paquay
f69c47b544 Merge default => dev
--HG--
branch : dev
2010-12-11 14:19:15 -08:00
Andre Rodrigues
a4e824fb4a #17033: Fixing live writter and blog post admin permissions.
--HG--
branch : dev
2010-12-10 18:54:36 -08:00
Dave Reed
629a48958f #17021 Redirects in actions using returnUrl need to only redirect to the returnUrl if Url.IsLocalUrl
We did this in a lot of places. Adds a controller extension method that makes this easier.

--HG--
branch : dev
2010-12-10 14:20:08 -08:00
Renaud Paquay
e9380fb02f Merge
--HG--
branch : dev
2010-12-10 12:03:27 -08:00
Suha Can
1ea1551ba6 16451 Role without check “Edit any blog posts” can edit posts by others if he has "EditOwn" permission
--HG--
branch : dev
2010-12-10 11:43:12 -08:00
Renaud Paquay
8e7adc6ee2 Remove unused legacy code
--HG--
branch : dev
2010-12-09 18:01:36 -08:00
Sebastien Ros
4a9fb5a857 Applying security checks to remote publishing
--HG--
branch : dev
2010-12-09 16:57:04 -08:00
Andre Rodrigues
8cd4727bb5 Merge
--HG--
branch : dev
2010-12-09 16:46:30 -08:00
Andre Rodrigues
2c16581106 #16797: Adding setting for global paging. Fixing issue with query string specified pagesize being the same as default size.
--HG--
branch : dev
2010-12-09 16:39:06 -08:00
Jonathan Wall
cc7f77a757 Changed list to manage blogs in the admin menu. Work Item: 17001
--HG--
branch : dev
2010-12-09 16:26:50 -08:00
Andre Rodrigues
7f3e720223 Merge
--HG--
branch : dev
2010-12-09 10:45:16 -08:00
Suha Can
429fabd93c 16974 Create and edit actions don't use the correct permissions
--HG--
branch : dev
2010-12-08 18:58:04 -08:00
Andre Rodrigues
18d1e80189 #16849: Replacing strings and console.writelines by exception throwing.
--HG--
branch : dev
2010-12-08 18:18:52 -08:00
Suha Can
b3f463fdc6 16973: Rename content permissions
--HG--
branch : dev
2010-12-08 13:21:32 -08:00
Suha Can
317fa8058e Cleanup & Refactoring
--HG--
branch : dev
2010-12-07 17:42:52 -08:00
Suha Can
c15e4d5ee8 Cleanup & Refactoring
--HG--
branch : dev
2010-12-07 17:11:55 -08:00
Suha Can
f6cfeb3d66 Refactoring
--HG--
branch : dev
2010-12-07 16:47:30 -08:00
Suha Can
c97a8d26cb Cleanup (includes)
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Nathan Heskew
1b605bceaa Removing the heading from the blog archives (widget) template to leave the heading display up to the widget.
work item: 16914

--HG--
branch : dev
2010-12-07 14:19:45 -08:00
Renaud Paquay
a56b80322a Flatten "Blogs" views
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Items/Content-Blog.DetailAdmin.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Content-Blog.DetailAdmin.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Items/Content-Blog.Edit.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Content-Blog.Edit.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Items/Content-Blog.SummaryAdmin.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Content-Blog.SummaryAdmin.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/EditorTemplates/Parts/Blogs.Blog.Fields.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/EditorTemplates/Parts.Blogs.Blog.Fields.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/EditorTemplates/Parts/Blogs.BlogArchives.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/EditorTemplates/Parts.Blogs.BlogArchives.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/EditorTemplates/Parts/Blogs.RecentBlogPosts.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/EditorTemplates/Parts.Blogs.RecentBlogPosts.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.Blog.BlogPostCount.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.Blog.BlogPostCount.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.Blog.Description.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.Blog.Description.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.Blog.Manage.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.Blog.Manage.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.BlogArchives.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.BlogArchives.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.BlogPost.List.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.BlogPost.List.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.BlogPost.ListAdmin.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.BlogPost.ListAdmin.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.RecentBlogPosts.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.RecentBlogPosts.cshtml
rename : src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts/Blogs.RemotePublishing.cshtml => src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.RemotePublishing.cshtml
2010-12-03 23:29:23 -08:00
Renaud Paquay
cc44d1d7dd Add a "OnUnpublish" event to content handlers
Work Item: 16856

--HG--
branch : dev
2010-12-02 20:30:13 -08:00
Dave Reed
d86fb19308 #16922: Added webpages:Enabled=false to web.configs
--HG--
branch : dev
2010-12-02 13:22:32 -08:00
Nathan Heskew
381f70d47c Making it so when a content item is set as the home page it's only accessible as the home page and not at its path
- current implication for blogs is that if a blog is set as the home page its posts are then all rooted (e.g. if a blog at
  /blog is set as the home page then it's available at / and a post at, say, /my-post instead of /blog/my-post). There should
  maybe be a setting to alter the paths of the posts but (1) that's a pain at the moment, (2) hacking the URL by removing
  the post slug would result in a 404 instead of redirecting to /, the path of the blog - we don't handle redirects of that
  nature - and (3) the ability to root a blog in this manner *has* been requested by some.

--HG--
branch : dev
2010-12-01 00:51:42 -08:00
Nathan Heskew
2798850a38 Some work on making a blog or (routable) content item inaccessible by its path if it is set as the home page
--HG--
branch : dev
2010-11-30 16:03:01 -08:00
Jonathan Wall
965f2c5013 Removed blog specific CSS from TheTemeMachine. Work Item: 16731
--HG--
branch : dev
2010-11-30 12:38:01 -08:00
Nathan Heskew
79fbacf0b6 Updating the RoutableHomePageProvider to use the relevant display action for the given content item.
This lets unique display actions, like Blog/Item, do their own thing. In the case of the blog, its posts are once again showing up on the home page.

The routing problem (where the home page'd item still is seen as having its own path) still needs to be fixed so the item on the home page can't be hit at different URLs (and so something like paging works on the home page)

work item: 16720

--HG--
branch : dev
2010-11-25 22:10:07 -08:00
Andre Rodrigues
d94666aac0 Replace tabs for spaces in views, css and cs files.
--HG--
branch : dev
2010-11-24 16:10:08 -08:00
Nathan Heskew
f8823e3831 Updating the blogs admin to show unpublished blogs to fix the publish/unpublish workflow
work item: 16763

--HG--
branch : dev
2010-11-24 00:44:50 -08:00
Renaud Paquay
35c2a6b6ac Merge
--HG--
branch : dev
2010-11-23 10:46:30 -08:00