Commit Graph
100 Commits
Author SHA1 Message Date
suhacan ff412f1f7e - Themes: adding views and actions for installing a theme.
- Extensions: Added a new method to the IExtensionManager for installing extensions (from local zip files currently)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043760
2009-12-11 00:40:44 +00:00
suhacan f1c20b3da7 - Themes: Admin to show the theme metadata and preview as well as the ability to switch themes.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043757
2009-12-11 00:01:32 +00:00
skewed 651a9e4b1a Some work on blog post create edit. Starting to put together some standard for zoning
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043756
2009-12-10 23:28:16 +00:00
skewed e9296924cf Fixed tagging of new blog posts
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043751
2009-12-10 22:38:36 +00:00
suhacan a728a5ee92 - Themes: Theme discovery and related infrastructure work. Theme content item and metadata (Theme.txt). Some initial Theme Admin and a couple skeleton themes.
- Extensions: Theme and Package extensions are now automatically discovered, their metadata parsed and their types loaded by the ExtensionManager. The ExtensionDescriptor now contains an ExtensionType property which will help distinguish extension types.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043750
2009-12-10 22:21:57 +00:00
skewed 8188b70d01 Fixed blog post edit link on the permalink.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043738
2009-12-10 20:12:59 +00:00
loudej 19480e6c10 fixing broken test... adding default prefix to AutomaticPartDriver for good measure
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043677
2009-12-10 09:09:20 +00:00
loudej 5174ac8395 adding an AutomaticPartDriver, and support for setting zone and position with Location
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043674
2009-12-10 09:02:54 +00:00
loudej 6f14ea51c9 shorted method names... some strangeness on build server?
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043671
2009-12-10 08:36:59 +00:00
loudej 40e4be78cb Adding a PartDriver concept to try and drive down complexity
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043668
2009-12-10 08:23:27 +00:00
ErikPorter 73d291a565 Finishing up edit blog post to match new templating.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043665
2009-12-10 07:59:14 +00:00
skewed e19de46233 Removed no longer used Create<model>Params from Blogs
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043664
2009-12-10 07:51:16 +00:00
ErikPorter 0f9c0b3934 Fixed blog post count bug and some other random blogs cleanup around templating.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043663
2009-12-10 07:41:31 +00:00
skewed d836e7ecf8 A little more Blog service cleanup. That is all (for now).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043658
2009-12-10 06:21:43 +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
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
suhacan e8ba2bbcd5 - Fixing two ExtensionManager tests that suddenly started failing due to being tagged as content instead of embedded resources.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043650
2009-12-10 02:08:25 +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
suhacan 73a1740817 - Refactoring IPackageManager: we want an IExtensionManager because extensions like packages and themes share a lot of aspects.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043646
2009-12-10 01:32:26 +00:00
suhacan 85f8b1d03b - Themes: Adding core themes package, CurrentTheme property injection, base theme/theme service interface/implementations...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043641
2009-12-10 00:15:58 +00:00
ErikPorter 01245485e8 Temporary check in working on blog post create cleanup.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043640
2009-12-10 00:03:10 +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 ffdc4456bf Renamed BlogProvider to BlogHandler to follow the correct pattern.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043619
2009-12-09 22:01:58 +00:00
suhacan 1ffc7f2458 - Themes: adding a Themes folder to the app, starting Themes work...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043610
2009-12-09 18:38:06 +00:00
BertrandLeRoy e50c7bcf0f LICENSE.txt and CREDITS.txt now only in trunk.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043604
2009-12-09 18:04:11 +00:00
BertrandLeRoy 3b1e44f306 Copying LICENSE.txt and CREDITS.txt to trunk.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043599
2009-12-09 17:36:32 +00:00
BertrandLeRoy 252daea311 Attributing to CodePlex Foundation.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043598
2009-12-09 17:35:06 +00:00
skewed d2999f5cd4 Some style in the Admin for validation errors
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043585
2009-12-09 16:01:06 +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 759121577b Fixing up the rest of blog create with the new templating (thanks to help from Louis). :)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043561
2009-12-09 08:52:35 +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
loudej 2639e38bae Handling unset owner as empty user name
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043558
2009-12-09 06:28:36 +00:00
loudej e1e4d1bb41 Renaming IContentProvider to IContentHandler
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043471
2009-12-08 10:34:03 +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
skewed e43201b88d Removing now unused BlogPostPreview partial view
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043466
2009-12-08 08:29:05 +00:00
skewed df08df7d23 Changed blog post permalink to use new templating methods. Still need to define standard zones for a details template.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043465
2009-12-08 08:23:28 +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
skewed 6656fb9823 Fixed BlogPost Create (controller action)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043416
2009-12-07 21:33:42 +00:00
skewed 7006df2f64 "fixing" blog post edit
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043402
2009-12-07 18:26:43 +00:00
skewed cc44b2f281 Adding the BlogPostForList display template
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043400
2009-12-07 18:09:19 +00:00
skewed 57ca6069ac On the blog management page moved the edit and remove blog buttons to be icons in line with the blog name
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043387
2009-12-07 16:28:30 +00:00
skewed 93a6dd4fbb - changed the position of the tags displays to be post-default (of 5)
- cleaned up the content items style in the public "skin"

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043385
2009-12-07 16:15:58 +00:00
skewed c384147f46 Tweaked blog post create/edit permalink displays to flow with the rest of the form
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043383
2009-12-07 16:03:00 +00:00
skewed a17cf48eba - Fixed the blog post link in the BlogPostForList display template
- Cleaned up blog post edit/create editor templates

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043381
2009-12-07 15:55:22 +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
skewed bcb489fadd Bunch of public-facing blog UI cleanup
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043236
2009-12-05 00:26:36 +00:00
suhacan d07a59ed51 - Editing zoneName passed for display/edit views for the devtools drivers so it's rendered last.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043232
2009-12-04 22:53:52 +00:00
skewed 7210273340 More blog admin UI cleanup
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043231
2009-12-04 22:27:54 +00:00
suhacan 920175c7ee - Fixing text...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043229
2009-12-04 21:52:14 +00:00
suhacan e2a21f6cf6 - Blogs: Go for checkbox for closing comments and enabling them in the comment editors (was links previously).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043226
2009-12-04 21:37:22 +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
ErikPorter 4e93b3e601 Added Slugify action to be used in client script for setting the post slug based on the title of the post.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043168
2009-12-04 07:25:42 +00:00
ErikPorter e61105b799 Minor wording change.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043164
2009-12-04 07:10:40 +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
skewed 6d7c45c0a1 Bunch more admin UI work around blogs, blog posts and the editing of posts (including aspects like comments/tags). Still more to do in this area but it's shaping up nicely
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043147
2009-12-04 03:55:30 +00:00
skewed 1a5a8882ca More work on the blog (+blog's posts) admin UI and CSS tweaking (cleanup/refactoring)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043133
2009-12-04 00:32:56 +00:00
suhacan b9a8ae7c25 - Fixing a minor issue from refactoring.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043130
2009-12-04 00:08:09 +00:00
skewed cde32d7a9f Added some info messages to /admin/blogs and /admin/blogs/<blog name> for when there are no items
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043129
2009-12-03 23:56:39 +00:00
skewed f8f6766224 More work on the blog (+blog's posts) admin UI including a remove button style
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043127
2009-12-03 23:31:05 +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
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
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
ErikPorter 807facdb91 Added the missing file from my last checkin.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043119
2009-12-03 22:49:56 +00:00
skewed 7b8aa47039 - More blogs admin UI work (mostly on /admin/blogs/<blog name>)
- More admin UI cleanup (working on getting rid of the remaining yui markup)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043118
2009-12-03 22:47:43 +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
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
suhacan 3b145f93da - Blogs: Create needed the tag aspect, also removing forms from individual aspect editors.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043112
2009-12-03 21:55:14 +00:00
skewed fb128c4415 Fixed the border-radius for webkit
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043111
2009-12-03 21:51:27 +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 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 9136b28f5d Fixed up some links that were wrong in blogs.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043039
2009-12-03 06:35:03 +00:00
loudej 7248d34812 rough concept work around some item template zones
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043037
2009-12-03 06:30:11 +00:00
skewed 320ce0e94c Small update to blog post display in the admin
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043036
2009-12-03 06:24:48 +00:00
skewed 9d2deaaec3 More blogs admin UI work (blogs and blog posts)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043023
2009-12-03 05:41:57 +00:00
skewed 04cb321de5 More blogs admin UI work (blog posts)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043018
2009-12-03 05:22:33 +00:00
loudej 3a60f63e95 Adding html helper for content item templates. Streamlining.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043017
2009-12-03 05:10:35 +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
skewed f5f9f5fa77 Fixed some admin UI bulk action style bugs
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043011
2009-12-03 04:22:01 +00:00
skewed a2ef7dbd07 blogs (list) admin UI updates (needs destinations for all blog related links)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043010
2009-12-03 03:15:42 +00:00
suhacan 54888399ec - Fixing instances storing dates as local time instead of UTC. The overall time management strategy will be implemented when we come to localization...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043005
2009-12-03 02:28:01 +00:00
skewed 6e36ef09b2 Wrapping up cleanup pass on the media package's admin UI
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043004
2009-12-03 02:17:50 +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 4f34920dbb Updating displays/editors api to include a content item view model.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043002
2009-12-03 01:08:29 +00:00
suhacan e93efa87e4 - Blogs: adding permission checks.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042996
2009-12-03 00:11:42 +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
suhacan d42a81b005 - Blogs: refining Tags in blog post view/edit pages to use comma separated lists instead of checkboxes, and other minor changes.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042986
2009-12-02 23:14:59 +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
suhacan 46f5a1b43e - Blogs: blog post edit view refining for comments: removing add comment form, adding delete comment and close/enable comments links as well as a link that will take you to the back end comments admin page for comments filtered by that blog post.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042967
2009-12-02 21:25:51 +00:00
loudej bbaf1ba1cc csproj file hadn't saved
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042914
2009-12-02 08:22:32 +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
suhacan 20300e3aaa - Blogs: ability to close/enable comments on a blog post level from the blog post edit admin.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042889
2009-12-02 02:34:04 +00:00
loudej 54c3e2ca9e Removing the IContentDisplayInfo interface in favor of new manager method GetItemMetadata
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042888
2009-12-02 02:24:39 +00:00
ErikPorter 1ea0489ba1 Some more blog and commenting cleanup.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042880
2009-12-02 00:50:38 +00:00