ErikPorter
|
418e975ab1
|
Moving create, update, delete actions from BlogController and BlogPostController into BlogAdminController and BlogPostController for consistency.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045254
|
2010-01-11 22:07:03 +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
|
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 |
|
loudej
|
8d99ca8bee
|
Partially complete refactoring. Adding transactions. Adjusting template locations. CURRENTLY BROKEN
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044385
|
2009-12-21 01:30:24 +00:00 |
|
ErikPorter
|
3312bdd55f
|
Moving some things around for optimal templating (just for blogs for now). Controller convention is needed for admin actions still, but the current structure is closer to what it should be in the end.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044346
|
2009-12-20 08:57:20 +00:00 |
|
loudej
|
50ff33c386
|
Renaming methods to BuildDisplayModel, BuildEditorModel, UpdateEditorModel and models to ItemDisplayModel, ItemEditorModel
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043654
|
2009-12-10 04:19:54 +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 |
|
skewed
|
ddb73d96e0
|
Getting blog edit into the same state as create
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043583
|
2009-12-09 15:39:36 +00:00 |
|
ErikPorter
|
36c63bc4db
|
Hooking up create blog to the new templating model (currently broken).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043560
|
2009-12-09 08:23:06 +00:00 |
|
skewed
|
b612ac53e2
|
Changed blog admin displays (blog list and details) to use new templating methods.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043467
|
2009-12-08 09:21:13 +00:00 |
|
ErikPorter
|
aa32c21b94
|
Changed (front end) blogs list page to use new templating methods.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043457
|
2009-12-08 06:31:44 +00:00 |
|
loudej
|
5aae644c6d
|
Adding a rough-cut owner editor
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043456
|
2009-12-08 06:13:08 +00:00 |
|
loudej
|
ab0fbe20e1
|
Modifying the blog show template
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043450
|
2009-12-08 04:40:38 +00:00 |
|
skewed
|
a117039070
|
Starting to get blogs onto the DisplayForItem model
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043427
|
2009-12-07 23:37:47 +00:00 |
|
ErikPorter
|
e24cd929d4
|
Fixed up a redirect that was wrong when creating a blog.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043126
|
2009-12-03 23:26:10 +00:00 |
|
suhacan
|
a61f5a5dd4
|
- Blogs: Some permission checks for recently added operations
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043120
|
2009-12-03 22:53:49 +00:00 |
|
loudej
|
edcec5a480
|
Changing some method names, adding zone helpers for item editor template
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043117
|
2009-12-03 22:35:45 +00:00 |
|
skewed
|
5645d55958
|
More blogs admin UI work (making /admin/blogs look more betterer)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043103
|
2009-12-03 20:11:54 +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
|
fe099c157a
|
Added an admin blog management page and changed some links throughout the blog admin to point to it instead of the blog edit page.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043012
|
2009-12-03 04:30:34 +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 |
|
loudej
|
90584c14f2
|
Preparing for display/editor content chrome structuring
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042906
|
2009-12-02 06:16:22 +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 |
|
ErikPorter
|
17e2f9f5ed
|
Fixed a minor issue with the return url from editing a blog and change the port for the local web development server to be a specific port number.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042245
|
2009-11-25 22:39:43 +00:00 |
|
ErikPorter
|
1b3d6f7500
|
Hooking up some links to make creating blog posts easier (temp UI).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042149
|
2009-11-25 05:45:50 +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
|
990319a729
|
With help from Louis, fixed up the create blog problem from my last check in (data wasn't committing so looking it up after being created wasn't working). Temp hack to fix the problem.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041924
|
2009-11-23 19:24:53 +00:00 |
|
ErikPorter
|
cdc9d11cae
|
Cleaned up all blog urls to go through UrlHelper extension methods so refactoring is easier (except for the admin menu which only works with Action links at the moment) and added admin menu items for blogs.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041918
|
2009-11-23 18:20:54 +00:00 |
|
ErikPorter
|
215e0f012a
|
Did some more url refining for Blogs and setup and hooked up blog edit page.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041914
|
2009-11-23 17:34:46 +00:00 |
|
ErikPorter
|
4fc0d746bd
|
Wrapped up the model for blog views into some view models and dumped out posts on a blog.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041908
|
2009-11-23 16:26:24 +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 |
|
ErikPorter
|
9ff20d7945
|
Initial check in of some code that shows a list of blogs, a blog details page and can create a blog.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041601
|
2009-11-20 23:31:49 +00:00 |
|