Commit Graph

27 Commits

Author SHA1 Message Date
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
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
skewed
59504cea49 - TinyMCE only hooked up to textareas w/ a class of "html"
- Some refinement of the blog create/edit pages

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042239
2009-11-25 22:10:10 +00:00
skewed
b0bffad421 More style tweaks for buttons (input/a)... :|
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042219
2009-11-25 18:38:16 +00:00
skewed
68e75114cf Continuing admin CSS cleanup (mostly messages and buttons)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042154
2009-11-25 08:17:49 +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
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
skewed
580cb8bc9e Some work on the Blogs admin UI. Working out how the UI is going to work for packages (admin) in general.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042101
2009-11-24 21:55:46 +00:00
skewed
15efc294e6 Roughed in Blog Create/Edit admin UI
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042079
2009-11-24 18:30:32 +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
4dca80d2e9 Fixed bug #15041
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041951
2009-11-23 21:22:29 +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
038a38e958 Fixed up the url for blog pages and hooked up IsBlogConstraint for the new url.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041739
2009-11-22 07:52:02 +00:00
loudej
102f89ef63 Refining extension methods. Adding a streamlined content manager creation method.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041639
2009-11-21 09:47:18 +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
loudej
6010a9b915 Commenting a catch-all route... Refining the item links...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041614
2009-11-21 02:42:45 +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
skewed
8863709314 Some initial work on admin view cleanup.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041367
2009-11-19 09:28:45 +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