Commit Graph

21 Commits

Author SHA1 Message Date
ErikPorter
09c88f124c Hooked up blog archives ui to real data. Blog archives is now done.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045856
2010-01-22 21:18:08 +00:00
skewed
fdae78826b - Changing all BlogPost admin actions to use the post's id instead of slug (since only published slugs are guaranteed to be unique in any container)
- Changing the BlogPost publish action to POST only
- Changing how BlogPosts are published on create to get the publishing/published events fired (temp workaround)
- Adding unique slug generation on publish for out of the editor for a unique published slug guarantee

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045793
2010-01-21 20:17:40 +00:00
rpaquay
b88fe2667d Fix blog post count in front-end
BlogPostCount per blog is now recomputed from the list published blog whenever there is a change in any posts of the blog. This is more deterministic than trying to keep incrementing/decrementing when the changes happen.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045749
2010-01-20 21:55:49 +00:00
ErikPorter
6d59754258 Added archives UI to show up on blog and blog post pages in the secondary zone. The current archives data shown is hardcoded and temporary.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045424
2010-01-14 22:00:11 +00:00
ErikPorter
acd5bdcb5d Hooked up publish later option for blogs and pages. Code is fairly duplicated at the moment. Added todo comments in marking the duplicated code to evaluate for pulling back into content manager.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045266
2010-01-12 01:04:11 +00:00
ErikPorter
88e797a9b1 Removed publish property from BlogPostRecord to use the built in date from CommonAspect and removed BlogPostRecord since it doesn't contain any properties anymore and cleaned up some code inconsistencies in BlogController, BlogAdminController and BlogPostController.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045249
2010-01-11 21:05:24 +00:00
ErikPorter
21a2e4ca42 Hooked up publishing for blog posts (still no date driven publishing [just draft or publish now]).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045239
2010-01-11 18:27:42 +00:00
ErikPorter
6d9f911a9e Hooked up everything for blog archives. Currently no UI to point to it though. Not sure how we're going to do that without widgets. Maybe with a hardcoded action filter for now?
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045086
2010-01-07 01:27:09 +00:00
loudej
c08d3813da Changing Orchard.Models namespace to Orchard.ContentManagement
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044408
2009-12-21 20:29:53 +00:00
skewed
3b091ffed3 Some Blog service cleanup
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043657
2009-12-10 06:15:37 +00:00
skewed
c676842309 Blog post create cleaned up.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043647
2009-12-10 01:49:09 +00:00
skewed
eca9dfc61f Some work on getting BlogPosts to use the new editor templating
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043628
2009-12-09 23:07:00 +00:00
ErikPorter
a13df76497 Added all the infrastructure for deleting Blogs and BlogPosts.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043102
2009-12-03 19:50:57 +00:00
ErikPorter
3a3c34bf90 More clean up for blogs and added blog list page on the front end and added a menu item.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043003
2009-12-03 01:37:45 +00:00
ErikPorter
c7e1950716 Did some cleanup on blogs and hooked up BlogPost edit.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042850
2009-12-01 20:24:18 +00:00
loudej
3c0f413e34 Adding strongly typed IContentQuery interfaces
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042412
2009-11-27 04:55:05 +00:00
ErikPorter
803e07fc74 Hooked up viewing the posts by Blog (front end) and viewing a BlogPost.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042252
2009-11-25 23:12:19 +00:00
ErikPorter
24656896da Hooking up create BlogPost and some other service changes to make sure getting posts is scoped to Blog.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042128
2009-11-25 01:34:23 +00:00
ErikPorter
8cfe592c98 Started hooking up appropriate aspects for Blog and BlogPost. No functionality change.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041987
2009-11-24 02:03:13 +00:00
loudej
953c83fe78 Another refinement of the content api.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041636
2009-11-21 09:17:22 +00:00
ErikPorter
b919cacbf7 Fixing up urls for blogs and setting up some initial services, controller actions, routes, etc for BlogPost.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041606
2009-11-21 00:38:41 +00:00