Commit Graph

33 Commits

Author SHA1 Message Date
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
skewed
9f4b2e693c Some work on /tags views
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043380
2009-12-07 15:50:14 +00:00
loudej
594526e4c6 Providing example of content item display templates
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043362
2009-12-07 09:39:09 +00:00
ErikPorter
1d9a4d4229 Changed rendering of content items by tag page to look for templates by content type and a template name. Also changed admin link on front end to (temporarily) point to manage blogs page in admin.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043360
2009-12-07 08:34:11 +00:00
suhacan
2917d86c0c - Fixing a bug related to tag sanitization and cleaning up some dependencies.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043220
2009-12-04 20:47:24 +00:00
skewed
ee782adc33 Whole lot more admin UI work mostly around blogs
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043158
2009-12-04 05:02:02 +00:00
ErikPorter
b55034fa50 Fixing a reference to comments from blogs problem.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043121
2009-12-03 23:01:18 +00:00
ErikPorter
9f81c16228 Some minor tweaks to blog ui.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043116
2009-12-03 22:33:34 +00:00
skewed
86034f3336 More blogs admin UI work (mostly on /admin/blogs/<blog name>)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043110
2009-12-03 21:46:52 +00:00
skewed
d16bef8f77 Some blogs admin UI work
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043016
2009-12-03 04:54:44 +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
suhacan
0989f2a55a - Blogs: Permissions for the package.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042987
2009-12-02 23:21:52 +00:00
skewed
82752d77a9 More admin cleanup and consolidation...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042981
2009-12-02 22:49:30 +00:00
ErikPorter
caf8009d4a Updating HasTagsList.ascx to display tags in a comma delimited list.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042868
2009-12-01 22:54:15 +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
skewed
9bf113b224 Some work on the Blogs admin including a rework of the create blog post (page)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042268
2009-11-26 00:38:40 +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
skewed
5fc4f9b4bd Adding a display template for the (admin) Blog list (left out of my previous checkin)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042131
2009-11-25 01:49:21 +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
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
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
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
loudej
3dfc1a0090 Roughing in wiki sandbox. Removing mvc 2 tooling dependencies.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041461
2009-11-19 23:20:51 +00:00
loudej
4c9a241240 Attempting to improve the checkout-and-run experience
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041441
2009-11-19 20:52:40 +00:00
ErikPorter
418453853d Fixing an assembly reference problem from my last check in.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041315
2009-11-18 23:18:43 +00:00
ErikPorter
cc871aa0e0 Setup Blogs package (doesn't actually do anything yet).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041308
2009-11-18 23:05:26 +00:00