<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>EPiServer CMS Page Type Builder UI</title><link>http://pagetypebuilderui.codeplex.com/project/feeds/rss</link><description>Page Type Builder UI is an EPiServer CMS admin plug-in for PageTypeBuilder.      It provides an easy way for developers to find discrepancies between EPiServer Page Type property definitions and Page Type Builder page types.</description><item><title>Created Issue: View pages in db not in PageTypeBuilder [1119]</title><link>http://pagetypebuilderui.codeplex.com/workitem/1119</link><description>I would like a feature to show the pagetypes which are in the database, but not in the code &amp;#40;created with PageTypeBuilder&amp;#41;.&lt;br /&gt;</description><author>ingmar</author><pubDate>Tue, 29 Jan 2013 11:19:08 GMT</pubDate><guid isPermaLink="false">Created Issue: View pages in db not in PageTypeBuilder [1119] 20130129111908A</guid></item><item><title>Source code checked in, #19717</title><link>http://pagetypebuilderui.codeplex.com/SourceControl/changeset/changes/19717</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:47:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19717 20121001094755P</guid></item><item><title>Source code checked in, #19716</title><link>http://pagetypebuilderui.codeplex.com/SourceControl/changeset/changes/19716</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:46:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19716 20121001094619P</guid></item><item><title>Patch Uploaded: #12698</title><link>http://pagetypebuilderui.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/Haavard'&gt;Haavard&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Hi Lee,&lt;br /&gt;&lt;br /&gt;We wanted to use your great library in a project we just started.&lt;br /&gt;We installed the newest version 2.0.2, and experienced some problems when we set enablePageTypeUpdating to true and enableCustomPropertyGroupRendering to true.&lt;br /&gt;We got a NullReferenceException when we started the site&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;NullReferenceException&amp;#58; Object reference not set to an instance of an object.&amp;#93;&lt;br /&gt;   PageTypeBuilder.Abstractions.WrappedPageType.get_ID&amp;#40;&amp;#41; &amp;#43;3&lt;br /&gt;   PageTypeBuilderUI.Initializer.Initialize&amp;#40;InitializationEngine context&amp;#41; &amp;#43;492&lt;br /&gt;   ...&lt;br /&gt;&lt;br /&gt;We are using EPiServer 6 R2 and PageTypeBuilder 2.0.&lt;br /&gt;I downloaded the source code and tweeked it to work with our setup.&lt;br /&gt;The first thing I found was that the latest version of PageTypeBuilderUI used PageTypeBuilder version 1.9.2. In 2.0.1 of PageTypeBuilderUI I saw that it was 2.0.&lt;br /&gt;I replaced this with the newest 2.0 version.&lt;br /&gt;&lt;br /&gt;When I tried to build it I got a problem with EPiServer assemblies references, because i had a newer version of EPiServer installed.&lt;br /&gt;&lt;br /&gt;I edited the project file to reference the newest versions of EPiServer assemblies in HintPath.&lt;br /&gt;I also had to change the HintPath of System.ComponentModel.Composition as I didn&amp;#39;t have the 6.0.318.113 version installed.&lt;br /&gt;&lt;br /&gt;To fix the NullReferenceException I had to change line 35 in Initializer.cs&amp;#58;&lt;br /&gt;From&amp;#58; &lt;br /&gt;&amp;#9;IPageType pageType &amp;#61; new WrappedPageType&amp;#40;PageType.Load&amp;#40;pageTypeDefinition.Attribute.Name&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;To&amp;#58; &lt;br /&gt;&amp;#9;IPageType pageType &amp;#61; new WrappedPageType&amp;#40;PageType.Load&amp;#40;pageTypeDefinition.Type.Name&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;This got it working, but I also had another issue with the way the seperators - and &amp;#58; where used in custom rendering of property groups within edit mode.&lt;br /&gt;We use hyphen often in labels in Norway, and this caused a bug in what got shown in the labels. Email is for instance e-post in Norway and this got rendered as just post.&lt;br /&gt;So I changed the method GetEditCaption in Initializer.cs and GetLabelText in PropertyGroupPropertyControl.cs.&lt;/p&gt;</description><author>Haavard</author><pubDate>Fri, 10 Aug 2012 08:50:04 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #12698 20120810085004A</guid></item><item><title>Created Issue: Bug with updating EditCaptions and SortOrder, and missing HelpText [961]</title><link>http://pagetypebuilderui.codeplex.com/workitem/961</link><description>I&amp;#39;ve done a few changes to PageTypeBuilderUI &lt;br /&gt;&lt;br /&gt;The first is a fix to how EditCaption and SortOrder is updated on the elements.&lt;br /&gt;- caption wasn&amp;#39;t updated, only set the first time&lt;br /&gt;- sortorder was assigned in a way that created collitions with the properties in the group&lt;br /&gt;&lt;br /&gt;The second is the ability to add helptext on the PropertyGroups&lt;br /&gt;- i&amp;#39;ve added a attribute instead of extending PageTypeGroupAttribute&lt;br /&gt;- the helptext property on the pagetypedefinition is updated, didn&amp;#39;t need to do any changes to show the text in edit mode&lt;br /&gt;&lt;br /&gt;The code is based on PageTypeBuilderUi 2.0.1&lt;br /&gt;</description><author>nordseth</author><pubDate>Wed, 04 Jul 2012 11:07:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug with updating EditCaptions and SortOrder, and missing HelpText [961] 20120704110749A</guid></item><item><title>Released: Page Type Builder UI v2.0.2 (Jun 25, 2012)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/90130</link><description>
&lt;div class="wikidoc"&gt;For use with PageTypeBuilder v2.0.&lt;br&gt;
&lt;br&gt;
Installation notes&lt;br&gt;
&lt;br&gt;
The property match page can be locked down by adding the following location element, the path of this will be different depending on whether you use the embedded or non embedded resource version. When installing the nuget package these will be added automatically,
 examples below:&lt;br&gt;
&lt;br&gt;
Embedded:&lt;br&gt;
&lt;br&gt;
&amp;lt;location path=&amp;quot;util/PageTypeBuilderUI&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;system.web&amp;gt;&lt;br&gt;
&amp;lt;authorization&amp;gt;&lt;br&gt;
&amp;lt;allow roles=&amp;quot;WebAdmins,Administrators&amp;quot; /&amp;gt;&lt;br&gt;
&amp;lt;deny users=&amp;quot;*&amp;quot; /&amp;gt;&lt;br&gt;
&amp;lt;/authorization&amp;gt;&lt;br&gt;
&amp;lt;/system.web&amp;gt;&lt;br&gt;
&amp;lt;/location&amp;gt;&lt;br&gt;
&lt;br&gt;
Non Embedded:&lt;br&gt;
&lt;br&gt;
&amp;lt;location path=&amp;quot;Templates/Plugins/Admin/PageTypeBuilderUI&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;system.web&amp;gt;&lt;br&gt;
&amp;lt;authorization&amp;gt;&lt;br&gt;
&amp;lt;allow roles=&amp;quot;WebAdmins,Administrators&amp;quot; /&amp;gt;&lt;br&gt;
&amp;lt;deny users=&amp;quot;*&amp;quot; /&amp;gt;&lt;br&gt;
&amp;lt;/authorization&amp;gt;&lt;br&gt;
&amp;lt;/system.web&amp;gt;&lt;br&gt;
&amp;lt;/location&amp;gt;&lt;br&gt;
&lt;br&gt;
Release Notes&lt;br&gt;
&lt;br&gt;
New features for v2.0:&lt;br&gt;
&lt;br&gt;
- Contains enhancements to show PTB properties or page types that don&amp;#39;t exist in the EPiServer database.&lt;br&gt;
- Contains a new feature to allow property groups to be rendered in a friendlier manner.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 25 Jun 2012 14:30:26 GMT</pubDate><guid isPermaLink="false">Released: Page Type Builder UI v2.0.2 (Jun 25, 2012) 20120625023026P</guid></item><item><title>Created Release: Page Type Builder UI v2.0.2 (Jun 25, 2012)</title><link>http://pagetypebuilderui.codeplex.com/releases?ReleaseId=90130</link><description>&lt;div class="wikidoc"&gt;For use with PageTypeBuilder v2.0.&lt;br /&gt;&lt;br /&gt;Installation notes&lt;br /&gt;&lt;br /&gt;The property match page can be locked down by adding the following location element, the path of this will be different depending on whether you use the embedded or non embedded resource version. When installing the nuget package these will be added automatically, examples below:&lt;br /&gt;&lt;br /&gt;Embedded:&lt;br /&gt;&lt;br /&gt;&amp;lt;location path=&amp;quot;util/PageTypeBuilderUI&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;lt;allow roles=&amp;quot;WebAdmins,Administrators&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;deny users=&amp;quot;*&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;br /&gt;&lt;br /&gt;Non Embedded:&lt;br /&gt;&lt;br /&gt;&amp;lt;location path=&amp;quot;Templates/Plugins/Admin/PageTypeBuilderUI&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;lt;allow roles=&amp;quot;WebAdmins,Administrators&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;deny users=&amp;quot;*&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;br /&gt;&lt;br /&gt;Release Notes&lt;br /&gt;&lt;br /&gt;New features for v2.0:&lt;br /&gt;&lt;br /&gt;- Contains enhancements to show PTB properties or page types that don&amp;#39;t exist in the EPiServer database.&lt;br /&gt;- Contains a new feature to allow property groups to be rendered in a friendlier manner.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>croweman</author><pubDate>Mon, 25 Jun 2012 14:30:26 GMT</pubDate><guid isPermaLink="false">Created Release: Page Type Builder UI v2.0.2 (Jun 25, 2012) 20120625023026P</guid></item><item><title>Source code checked in, #15927</title><link>http://pagetypebuilderui.codeplex.com/SourceControl/changeset/changes/15927</link><description>v2.0.2</description><author>Croweman</author><pubDate>Mon, 25 Jun 2012 09:26:05 GMT</pubDate><guid isPermaLink="false">Source code checked in, #15927 20120625092605A</guid></item><item><title>Commented Feature: Property in TypedPageData but not in database [879]</title><link>http://pagetypebuilderui.codeplex.com/workitem/879</link><description>Th UI doesn&amp;#39;t report the following case&lt;br /&gt;&lt;br /&gt;1&amp;#41; A property is defined in the TypedPageData class but doesn&amp;#39;t appear in the database.&lt;br /&gt;&lt;br /&gt;If the PTB synchronisation process is removed using the disableUpdation configuration key - then there is the possibility of the above use case occuring.&lt;br /&gt;&lt;br /&gt;Perhaps the plugin could now use the PTB v2.0 specifications to display what work needs to be done&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: Croweman ** &lt;p&gt;The latest version of PTBUI does provide this functionality for PageTypeBuilder v2.0.&lt;/p&gt;</description><author>Croweman</author><pubDate>Tue, 20 Mar 2012 12:46:36 GMT</pubDate><guid isPermaLink="false">Commented Feature: Property in TypedPageData but not in database [879] 20120320124636P</guid></item><item><title>Commented Issue: Source code .zips on download page are empty [881]</title><link>http://pagetypebuilderui.codeplex.com/workitem/881</link><description>Hi, Lee.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve just downloaded source code for PTB UI 1.3 version and found out that .zip archive is empty.&lt;br /&gt;The same issue with archives for 1.3.1, 1.9.1 and 1.9.2 versions.&lt;br /&gt;&lt;br /&gt;Could you please update these links to correct .zip files&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: Croweman ** &lt;p&gt;Sorry about that, they are now all updated&lt;/p&gt;</description><author>Croweman</author><pubDate>Mon, 19 Mar 2012 16:47:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Source code .zips on download page are empty [881] 20120319044749P</guid></item><item><title>Released: Page Type Builder UI v1.9.2 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70719</link><description>
&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.9.2&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 19 Mar 2012 16:38:26 GMT</pubDate><guid isPermaLink="false">Released: Page Type Builder UI v1.9.2 (Jul 26, 2011) 20120319043826P</guid></item><item><title>Updated Release: Page Type Builder UI v1.9.2 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70719</link><description>&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.9.2&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>croweman</author><pubDate>Mon, 19 Mar 2012 16:38:26 GMT</pubDate><guid isPermaLink="false">Updated Release: Page Type Builder UI v1.9.2 (Jul 26, 2011) 20120319043826P</guid></item><item><title>Released: Page Type Builder UI v1.9.1 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70718</link><description>
&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.9.1&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 19 Mar 2012 16:36:49 GMT</pubDate><guid isPermaLink="false">Released: Page Type Builder UI v1.9.1 (Jul 26, 2011) 20120319043649P</guid></item><item><title>Updated Release: Page Type Builder UI v1.9.1 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70718</link><description>&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.9.1&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>croweman</author><pubDate>Mon, 19 Mar 2012 16:36:49 GMT</pubDate><guid isPermaLink="false">Updated Release: Page Type Builder UI v1.9.1 (Jul 26, 2011) 20120319043649P</guid></item><item><title>Updated Release: Page Type Builder UI v1.3.1 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70715</link><description>&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.3.1&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>croweman</author><pubDate>Mon, 19 Mar 2012 16:36:20 GMT</pubDate><guid isPermaLink="false">Updated Release: Page Type Builder UI v1.3.1 (Jul 26, 2011) 20120319043620P</guid></item><item><title>Released: Page Type Builder UI v1.3.1 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70715</link><description>
&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.3.1&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 19 Mar 2012 16:36:20 GMT</pubDate><guid isPermaLink="false">Released: Page Type Builder UI v1.3.1 (Jul 26, 2011) 20120319043620P</guid></item><item><title>Updated Release: Page Type Builder UI v1.3.1 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70715</link><description>&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.3.1&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>croweman</author><pubDate>Mon, 19 Mar 2012 16:35:14 GMT</pubDate><guid isPermaLink="false">Updated Release: Page Type Builder UI v1.3.1 (Jul 26, 2011) 20120319043514P</guid></item><item><title>Updated Release: Page Type Builder UI v1.3.1 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70715</link><description>&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.3.1&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>croweman</author><pubDate>Mon, 19 Mar 2012 16:34:08 GMT</pubDate><guid isPermaLink="false">Updated Release: Page Type Builder UI v1.3.1 (Jul 26, 2011) 20120319043408P</guid></item><item><title>Released: Page Type Builder UI v1.3 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70714</link><description>
&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.3&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 19 Mar 2012 16:30:28 GMT</pubDate><guid isPermaLink="false">Released: Page Type Builder UI v1.3 (Jul 26, 2011) 20120319043028P</guid></item><item><title>Updated Release: Page Type Builder UI v1.3 (Jul 26, 2011)</title><link>http://pagetypebuilderui.codeplex.com/releases/view/70714</link><description>&lt;div class="wikidoc"&gt;Initial release for PageTypeBuilder v1.3&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>croweman</author><pubDate>Mon, 19 Mar 2012 16:30:28 GMT</pubDate><guid isPermaLink="false">Updated Release: Page Type Builder UI v1.3 (Jul 26, 2011) 20120319043028P</guid></item></channel></rss>