<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>entwicklungsgedanken &#187; Meeting</title>
	<atom:link href="http://www.entwicklungsgedanken.de/tag/meeting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entwicklungsgedanken.de</link>
	<description>Verschiedene Gedanken rund um die Softwareentwicklung</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Meeting workspaces in SharePoint 2010 / Office 2010. A disappointment.</title>
		<link>http://www.entwicklungsgedanken.de/2010/04/29/meeting-workspaces-in-sharepoint-2010-office-2010-a-disappointment/</link>
		<comments>http://www.entwicklungsgedanken.de/2010/04/29/meeting-workspaces-in-sharepoint-2010-office-2010-a-disappointment/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 06:07:29 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[SP2010]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/2010/04/29/meeting-workspaces-in-sharepoint-2010-office-2010-a-disappointment/</guid>
		<description><![CDATA[SharePoint 2010 RTM (and its Foundation) are available for awhile now. After installing SharePoint Foundation I immediately took a look into the meeting workspaces. No improvements since the Beta! Not all lists support the new AJAX-Dialogs. The page-management (for multi-paged workspaces) is still the same as in 2007. Even some old (SP 2007) graphics appear. [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2010 RTM (and its Foundation) are available for awhile now. After installing SharePoint Foundation I immediately took a look into the meeting workspaces.</p>
<p>No improvements since the Beta! Not all lists support the new AJAX-Dialogs. The page-management (for multi-paged workspaces) is still the same as in 2007. Even some old (SP 2007) graphics appear. The handling is that awful, too. So the whole “area” of meeting-workspaces leaves with an “nothing happened here”-impression.</p>
<p>Additionally the meeting-workspace ribbon in Outlook 2010 is gone! <a href="http://www.johnchapman.name/outlook-2010-meeting-workspace-options/">You can get it back</a>, but its not that preset as in 2007. This was a really nice feature in 2007. Outlook combined with meeting workspaces.</p>
<p>When taking all this together I’m really disappointed.   <br />It comes to my mind that this whole “meeting-workspace-flow” will soon be removed from SharePoint/Outlook – No real improvements in SharePoint 2010 (haven’t tested building site-definitions from meeting-workspaces but I guess its still as hard as in 2007), ribbon in Office 2010 is gone per default and somewhat hidden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2010/04/29/meeting-workspaces-in-sharepoint-2010-office-2010-a-disappointment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make accidentally &#8220;hidden&#8221; pages in meeting workspaces visible</title>
		<link>http://www.entwicklungsgedanken.de/2009/03/18/how-to-make-accidentally-hidden-pages-in-meeting-workspaces-visible/</link>
		<comments>http://www.entwicklungsgedanken.de/2009/03/18/how-to-make-accidentally-hidden-pages-in-meeting-workspaces-visible/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 11:50:14 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint-Development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Checkout]]></category>
		<category><![CDATA[Hidden]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[Workspace]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=195</guid>
		<description><![CDATA[A customer of  mine recently had a problem with pages (theses pages appear as tabs) inside a meeting workspace. Only the author of the page was able to see the page. No other user (even me as Site-Collection-Admin) was not able to see or access the page. It comes to my mind that the page [...]]]></description>
			<content:encoded><![CDATA[<p>A customer of  mine recently had a problem with pages (theses pages appear as tabs) inside a meeting workspace. Only the author of the page was able to see the page. No other user (even me as Site-Collection-Admin) was not able to see or access the page. It comes to my mind that the page is possibly checked-out by the user …</p>
<h3>Disguise</h3>
<p>Unfortunately the list where the pages reside is hidden to the UI. So the user has no option to check-in the created page. The only way to access the list is to retrieve the id of the &#8220;pages-list&#8221; (e.g. via SharePoint Manager). Now you can pass it to the <code>ManageCheckedOutFiles.aspx</code> inside the <code>_layouts</code>-folder. Alternatively you can connect via SharePoint Designer and uncheck the “hide in browser”-option.</p>
<p>Your url looks like this: http://myserver/myweb/_layouts/ManageCheckedOutFiles.aspx?List=%7B6F145CFF%2D8779%2D4D38%2D8B11%2D6B37EBA0A76C%7D</p>
<p>You are now able to “overtake” the checked-out page for yourself for further editing. But your <strong>odyssey is not yet over</strong>!</p>
<p><span style="color: #ff6600;">If you want to check-in the document you get an error. It’s simply not possible! What helps is:<br />
</span></p>
<ol>
<li><span style="color: #ff6600;">Copy the affected page with SharePoint-Designer<br />
</span></li>
<li><span style="color: #ff6600;">Paste it into the “pages-list”</span></li>
<li><span style="color: #ff6600;">Delete the old checked-out page</span></li>
<li><span style="color: #ff6600;">Rename the pasted page to the old page name</span></li>
<li><span style="color: #ff6600;">Now your page is fully visible!</span></li>
</ol>
<h3>Prepare for the future</h3>
<p>Because the pages-list does not have any views defined its hard to help users. If you have the list-id of this list you can use every management-page to customize this list (e.g. _layouts/listedit.aspx?List=%7B6F145CFF%2D8779%2D4D38%2D8B11%2D6B37EBA0A76C%7D).</p>
<h3>Conclusion</h3>
<p>I believe this is a bug. Perhaps there will be a fix. But don’t rely on it … What is really annoying is the fact that this list is a “special list” and you cannot add views to it. So if you ever get a page that does not show: use your SharePoint tools!-)</p>
<h3>Update</h3>
<p>The customer had a lot of workspaces where this has happened. This bug is really annoying! I have colored (yes that nice orange) the important part to fix this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2009/03/18/how-to-make-accidentally-hidden-pages-in-meeting-workspaces-visible/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

