active questions tagged features - Stack Overflowmost recent 30 from stackoverflow.com2009-11-26T20:49:53Zhttp://stackoverflow.com/feeds/tag/featureshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1696779/what-features-should-a-robust-scalable-and-expandable-php-framework-be-comp-1What features should a robust, scalable, ... and expandable PHP Framework be composed of?thephpdeveloper2009-11-08T14:57:34Z2009-11-18T00:59:20Z
<p>What are the features (e.g. cookie, session, template, database handling) should a ...</p>
<ul>
<li>robust</li>
<li>scalable</li>
<li>flexible</li>
<li>OOP-compatible</li>
<li>MVC</li>
<li>expandable</li>
</ul>
<p>... PHP Framework be composed of? and what other features would be great for any developer in a PHP framework?</p>
<p>I've been looking a lot at frameworks such as CakePHP, Symphony, and so on.. their features are pretty common.</p>
http://stackoverflow.com/questions/1745617/top-5-things-an-ide-must-do-1Top 5 things an IDE must do? [closed]Tom Harris2009-11-16T23:42:31Z2009-11-17T00:16:34Z
<p>Yes, an IDE can do everything for you. But no single IDE satisfies everyone, and each IDE excels at different things. Makes it hard for someone like me who would like to encourage standardization at least on some lowest common denominator, in order to provide support to a large team of developers. So ... (no pun intended) if you limit yourself to max 5 things an IDE must do, what do you pick?</p>
<p>Here's my first shot at it, but I'm looking for you to push some of this off my top 5 in favor of something more important:</p>
<ol>
<li>Editing</li>
<li>Syntax coloring</li>
<li>Jump to definition (indexing)</li>
<li>Debugging</li>
<li>Comparing (diff display)</li>
</ol>
<p>What do you say?</p>
http://stackoverflow.com/questions/358382/where-did-open-table-go-in-sql-server-20082Where did Open Table go in SQL Server 2008?John Dunagan2008-12-11T03:38:20Z2009-11-16T14:27:36Z
<p>As of SQL Server 2005, you used to be able to open a flat file in SQL Management Studio off the right click menu for any database table. Once opened, you could add or update records right there in the grid.</p>
<p>Now that SQL Server 2008 is out, Microsoft has hidden that feature, at least from the right-click menu.</p>
<p>Where did it go?</p>
http://stackoverflow.com/questions/556639/problem-adding-feature-in-moss-20071Problem: adding feature in MOSS 2007Anoop2009-02-17T12:49:22Z2009-11-15T09:00:03Z
<p>Hi All,</p>
<p>I have added a menu item in 'Actions' menu of a document library as follows(Using features: explained in MSDN How to: Add Actions to the User Interface: <a href="http://msdn.microsoft.com/en-us/library/ms473643.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms473643.aspx</a>):</p>
<p>feature.xml as follows:</p>
<pre><code><?xml version="1.0" encoding="utf-8" ?>
<Feature Id="51DEF381-F853-4991-B8DC-EBFB485BACDA"
Title="Import From REP"
Description="This example shows how you can customize various areas inside Windows SharePoint Services."
Version="1.0.0.0"
Scope="Site"
xmlns="http://schemas.microsoft.com/sharepoint/">
<ElementManifests>
<ElementManifest Location="ImportFromREP.xml" />
</ElementManifests>
</Feature>
</code></pre>
<p>ImportFromREP.xml is as follows:</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<Elements
xmlns="http://schemas.microsoft.com/sharepoint/">
<!-- Document Library Toolbar Actions Menu Dropdown -->
<CustomAction Id="ImportFromREP"
RegistrationType="List"
RegistrationId = "101"
GroupId="ActionsMenu"
Rights="AddListItems"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="Import From REP">
<UrlAction Url="/_layouts/ImportFromREP.aspx?ActionsMenu"/>
</CustomAction>
</Elements>
</code></pre>
<p>I have successfully installed and activated the feature.</p>
<p>Normal case:
Now if i login with the user having atleast 'Contribute' permission on the document library, i am able to see the menu item 'Import From REP' (in 'Actions' menu)in root folder as well as in all subfolders.</p>
<p>Problem case:
If user is having view rights on the document library but add/delete rights on a perticular subfolder(say 'subfolder') inside the document library:</p>
<blockquote>
<p>Menu item 'Import From REP' is not visible on root folder level as well as 'Upload' menu is also not visible. which is o.k. because user does not have AddListItems right on root folder
but it is also not visible in 'subfolder' while 'Upload' menu is visible as user has add/delete rights on the 'subfolder'.</p>
</blockquote>
<p>did i mention a wrong value of attribute Rights(Rights="AddListItems") in the xml file?? If so, what should be the correct value?
What should i do to simulate the behaviour of 'Upload' menu??(i.e. when 'Upload' menu is visible, 'Import From REP' menu is visible and when 'Upload' menu is not visible 'Import From REP' menu is also not visible. )</p>
<p>Thanks in advance</p>
<p>Anoop</p>
http://stackoverflow.com/questions/1241396/can-textmate-find-matching-opening-and-closing-tags0Can TextMate find matching opening and closing tags?johnny2009-08-06T20:57:12Z2009-11-14T05:00:02Z
<p>Something I liked in Visual Studio was that I could click an opening tag, say and it would do its best to highlight in bold the closing tag. Does anyone know if you can do that in textmate? I searched an looked but cannot find it.</p>
<p>It gets hard to find the closing tag many DIVs deep. </p>
<p>If TextMate won't do it, can anyone tell me an editor on Mac that will?</p>
<p>Thank you for any help.</p>
<p>EDIT: If it can do it, can someone please tell me how? Thanks again.</p>
http://stackoverflow.com/questions/1600462/favourite-features-of-vs-20102Favourite Features of VS 2010Noldorin2009-10-21T12:24:54Z2009-11-13T02:29:39Z
<p>With the general public release of <a href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx" rel="nofollow">Visual Studio 2010 Beta 2</a> today, this latest version has created a lot of hype and interest.</p>
<p>Indeed, the opinion I've gauged is that VS 2010 has resolved a great deal of the minor flaws left over from previous versions, as well as added some particularly useful new code editor and project development tools (in particular the Premium/Ultimate versions).</p>
<p>My question here is: what are you favourite new features in VS 2010 that have really got you excited? Or similarly, what are the flaws of VS 2008 that you are most glad to have resolved?</p>
<p>There is a wealth of changes in VS 2010, of course, but these are some of the ones that have interested me most (about which I know!).</p>
<ul>
<li>Integrated support for F# (with multi-targeting for .NET 2.0 - 4.0)/</li>
<li>Much improved WPF designer. The VS 2008 was more than a bit buggy at times.</li>
<li>Great improvements to the code editor, such as call hierarchy viewing.</li>
<li>A decent add-in framework.</li>
<li>A greatly expanded testing framework (now capable of database testing, for example) in Premium/Ultimate.</li>
<li>Project planning and modelling features in Premium/Ultimate.</li>
</ul>
<p>If I could request one point/feature per post, I think that would be best, so we could vote them individually.</p>
http://stackoverflow.com/questions/1672270/text-editor-with-function-calls-references0Text editor with function calls referencesThe Disintegrator2009-11-04T07:51:23Z2009-11-12T07:20:49Z
<p>In the DOS era I used a text editor (forgot the name) which had a outstanding feature.
Whenever i was over a function call, hitting a key combination it took me to the function definition. Also, when I was in the function definition, I was able to see all calls to that function. Something like</p>
<p>This function is called from:</p>
<ul>
<li>function1, line 154, source1.c</li>
<li>function3, line 500, source2.c</li>
</ul>
<p>I loved this feature and I miss it. Is there any actual editor with a feature like this?</p>
<p>I'm on windows, but if I can get this function, i'm capable of buy a mac :-D (kidding)</p>
<p>Update
I'm using php. My example was with .c files because I used that editor with c</p>
http://stackoverflow.com/questions/370972/which-common-features-of-desktop-applications-do-most-web-applications-miss10Which common features of desktop applications do most web applications miss?splattne2008-12-16T10:51:11Z2009-11-10T07:28:33Z
<p>Stackoverflow User <a href="http://stackoverflow.com/users/17602/luke">Luke</a> wrote in <a href="http://stackoverflow.com/questions/138761/web-applications-desktop-applications#171113">this answer</a>:</p>
<blockquote>
<p>The boundaries between desktop and web
applications have really blurred.
Whilst once upon a time the nature of
developing for the web was totally
different to developing for the
desktop, nowadays you find the same
concepts [...] cropping up in both.</p>
</blockquote>
<p>Since I am continually looking to improve my existing web applications, I'd like to know <strong>which common features of "classic" desktop applications do most web application miss?</strong> </p>
<p>For example, most desktop apps <a href="http://stackoverflow.com/questions/250055/aspnet-warning-on-changed-data-closing-windows">prompt the user to save unsaved data leaving a page or closing a window</a> - a feature that many web applications miss. It could be that some feature aren't even necessary or are compensated in some other way. Maybe there are features which can't be implemented in (a classic) web application?</p>
http://stackoverflow.com/questions/1685459/has-a-bug-in-your-software-ever-turned-out-to-be-a-feature0Has a bug in your software ever turned out to be a feature ?curious_geek2009-11-06T04:42:40Z2009-11-06T05:26:40Z
<p>Has this ever happened to you? What was the bug or situation which was ended up becoming a feature? What was your experience with this?</p>
http://stackoverflow.com/questions/1237236/3x3-sobel-operator-and-gradient-features03x3 Sobel operator and gradient featurespithyless2009-08-06T06:21:45Z2009-11-03T11:56:01Z
<p>Reading a paper, I'm having difficulty understanding the algorithm described:</p>
<p>Given a black and white digital image of a handwriting sample, cut out a single character to analyze. Since this can be any size, the algorithm needs to take this into account (if it will be easier, we can assume the size is 2^n x 2^m).</p>
<p>Now, the description states given this image we will convert it to a 512-bit feature (a 512-bit hash) as follows:</p>
<ol>
<li><p>(192 bits) computes the gradient of the image by convolving it with a 3x3 Sobel operator. The direction of the gradient at every edge is quantized to 12 directions.</p></li>
<li><p>(192 bits) The structural feature generator takes the gradient map and looks in a neighborhood for certain combinations of gradient values. (used to compute 8 distinct features that represent lines and corners in the image)</p></li>
<li><p>(128 bits) Concavity generator uses an 8-point star operator to find coarse concavities in 4 directions, holes, and lagrge-scale strokes.</p></li>
</ol>
<p>The image feature maps are normalized with a 4x4 grid.</p>
<p>I'm for now struggling with how to take an arbitrary image, split into 16 sections, and using a 3x3 Sobel operator to come up with 12 bits for each section. (But if you have some insight into the other parts, feel free to comment :)</p>
http://stackoverflow.com/questions/1497255/what-features-do-you-miss-most-when-switching-from-intellij-to-xcode1What features do you miss most when switching from IntelliJ to XCode ?Ori2009-09-30T10:26:34Z2009-11-01T17:07:09Z
<p>Hi,</p>
<p>I've started to use XCode several months ago, after using IntelliJ for several years, and there are quite a few features that I really miss. XCode is not that bad, but it is lacking some basic stuff.</p>
<p>To trigger the discussion, here are some of the features that I miss most, who knows maybe someone from Apple will bump into this post and steal some Ideas :)</p>
<ol>
<li><strong>Source-level error-highlighting</strong>. The write-compile-fix cycle feels like going back in time 15 years ago to my early C days. Many errors can be spotted without having to compile and Java IDEs have been doing it for years.</li>
<li><strong>A decent debugger</strong>. This is a bit unfair because IntelliJ's debugger is the best I've used so far, but XCode's debugger is at least 5 years behind and Apple has a few more developers than JetBrains...</li>
<li><strong>Stronger re-factoring</strong>. A no-brainer I guess. XCode has some renaming capabilities (which they call re-factoring), but they are very few.</li>
<li><strong>Override method</strong>. This one is really amazing. XCode doesn't have an "override method" command which lets you choose the method you want to override from a super class or protocol. You need to go to the documentation or header file and start copy-pasting.</li>
<li><strong>Duplicate selected line(s)</strong>. I've bumped into some posts that offer workarounds for this via custom key-binding, but none of them works, at least for me.</li>
<li><strong>Go to last edit point</strong>. Bummer! Come on Apple, this one is so easy to implement and so useful!</li>
<li><strong>A better open quickly feature</strong>. IntelliJ's quick find of classes/files/text is so much better...</li>
</ol>
<p>Turns out that my list goes on and on, so I'll stop here... </p>
<p><strong><em>What other features do you miss most in your transition to XCode??</em></strong></p>
<p>Ori</p>
http://stackoverflow.com/questions/605439/hidden-best-features-of-textpad4Hidden/best features of TextPadBinoj Antony2009-03-03T07:32:26Z2009-10-30T19:08:13Z
<p>I use <a href="http://www.textpad.com/products/textpad/index.html" rel="nofollow">Textpad</a> as a text editor, so far I have found few of the features to be invaluable, please list features and keyboard shortcuts you find to be useful.</p>
<ol>
<li><strong>CTRL + SHIFT + G</strong> : Selecting a file name and pressing this key combination will open this file in the editor.</li>
<li><strong>ALT + Mouse Left click + drag</strong> : This will let you select (to copy or cut) text vertically.</li>
<li><strong>CTRL + F5</strong> : Find in files in subfolders.</li>
<li><strong>CTRL + M</strong> : To locate the matching end/begin braces.</li>
<li>Regular expression support in find and replace.</li>
<li>CTRL + F9 : Compare files</li>
<li>Editable syntax hilighting</li>
<li>Macros</li>
<li>Abundance of free extensions</li>
</ol>
<p>Hope there are people out there who use Textpad.</p>
http://stackoverflow.com/questions/516981/what-features-do-you-wish-were-part-of-c4What features do you wish were part of C#? [closed]Joan Venge2009-02-05T17:42:01Z2009-10-26T18:34:37Z
<p>... and things that you still look forward to seeing in the upcoming versions.</p>
http://stackoverflow.com/questions/1625629/does-any-version-control-system-have-a-persistent-local-only-change-feature7Does any version control system have a "persistent local only change" feature?Greg2009-10-26T16:00:56Z2009-10-26T17:55:39Z
<p>This question occurred to me whilst playing around with git, but I'll ask the general case...</p>
<p>I just thought of a feature which might be nice for version control, but I don't know if it exists or what it is called. I want to call it persistent local changes.</p>
<p>Say I have a config file in svn, which has lots of useful non-recreatable stuff (and so must be in version control), but has one section which everyone needs to edit for themselves. Maybe a database config, or a username and password, or the local path to some 3rd party software. Your options in this situation are</p>
<ol>
<li><p>Edit wars in version control. Just keep changing the file and hope that everyone else gives up editing the file before you do.</p></li>
<li><p>Edit it, but never commit those changes. They just sit there making your "What's new/changed" command look dirty, and you have to remember to not commit it.</p></li>
<li><p>Template it. Remove the file from version control and check in a copy of it with .template on the end. Locally copy the file and rename it back, with your changes in.</p></li>
<li><p>Use the new (fictional?) persistent local change feature. Make your change then issue the record-changes-as-local-persistent command, which figures out a patch, and after every update reapplies your patch.</p></li>
</ol>
<p>Does this feature exist anywhere (it feels like git stash, but the purpose is slightly different)?
If it doesn't exist, is there a good reason why not? (has someone thought about it and decided it was a bad idea?)</p>
http://stackoverflow.com/questions/1614924/sharepoint-prevent-a-feature-from-activating-on-a-condition0Sharepoint : Prevent a feature from activating on a condition..mrmuggles2009-10-23T17:38:43Z2009-10-24T20:37:35Z
<p>I made a feature that creates a list with some default data (with a list definition and all required XML)
I observed that when the list already exists, the data will be inserted again in the list... So I tried to make a "FeatureReceiver" to prevent the feature from creating the list if it already exists, but the base class of FeatureReceiver is an abstract class, so even if the list doesn't exists, I can't "call" the base function to continue the normal process...</p>
<p>Is there an easy way to do this or will I have to create the list through the FeatureReceiver by calling the XML file?</p>
http://stackoverflow.com/questions/1593109/sharepoint-custom-action-on-site-settings-page2SharePoint Custom Action on Site Settings PageMichael Edwards2009-10-20T08:08:14Z2009-10-22T12:10:32Z
<p>I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. It is created using a feature, this is the elements.xml file for the feature:</p>
<pre><code><Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
Id="SDITeamGroupApplicationPage"
GroupId="UsersAndPermissions"
Location="Microsoft.SharePoint.SiteSettings"
Sequence="1000"
Title="Create a Team Group">
<UrlAction Url="_layouts/SDITeamGroupEdit.aspx"/>
</CustomAction>
</Elements>
</code></pre>
<p>Currently all the users of site can see this link on the Site Settings page. I want to be able to restrict who can see this link. Is this possible? How can it be done?</p>
http://stackoverflow.com/questions/1606766/customacion-newmenu-in-a-specific-user-defined-list0CustomAcion (NewMenu) in a specific user-defined listmichl862009-10-22T12:07:22Z2009-10-22T12:07:22Z
<p>I like to create a CustomAction an add this one to the NewMenu of a specific list. </p>
<pre><code><CustomAction
...
RegistrationType="List"
RegistrationId="100"
GroupId="NewMenu"
Location="Microsoft.SharePoint.StandardMenu"
...
>
</CustomAction>
</code></pre>
<p>This code snippet adds the CustomAction to all custom-lists (100). What if I want a specific one?</p>
<p>I tried to use the ContentType (id detected via url)</p>
<pre><code><CustomAction
...
RegistrationType="ContentType"
RegistrationId="0x010100C568DB..."
GroupId="NewMenu"
Location="Microsoft.SharePoint.StandardMenu"
...
>
</CustomAction>
</code></pre>
<p>The problem is, my List uses more then 1 contenttype. If i like to add it to Location="EditControlBlock" all went fine. But not with GroupId "NewMenu"!</p>
<p>Any solution?</p>
http://stackoverflow.com/questions/1593292/deploy-3-contenttypes-using-1-feature-only-2-gets-deployed0Deploy 3 ContentTypes using 1 Feature - Only 2 gets deployed.Janis Veinbergs2009-10-20T08:53:23Z2009-10-21T06:29:48Z
<p>Hello.</p>
<p>I have a feature which has following manifest file that defines multiple content types:</p>
<pre><code><?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<ContentType ID="0x01008e5736f1388b4809a9f102da1e573ddb"
Name="$Resources:Balticovo,ContentType_AgendaName"
Group="$Resources:core,CustomContentTypesGroup"
Description="$Resources:Balticovo,ContentType_AgendaDescription"
Version="1">
<FieldRefs>
<!-- Jautājumu pacēla-->
<FieldRef ID="{31b28519-c87e-4e0d-9c1b-d02c5e034cf9}" />
<!-- Kam piešķirts -->
<FieldRef ID="{53101f38-dd2e-458c-b245-0c236cc13d1a}" />
<!-- Saistītās personas -->
<FieldRef ID="{E5C80D9B-4E09-4457-A6A9-5A6F574DEDA5}" />
<!-- Komentāri -->
<FieldRef ID="{6df9bd52-550e-4a30-bc31-a4366832a87f}" />
<!-- Izpildīt līdz -->
<FieldRef ID="{cd21b4c2-6841-4f9e-a23a-738a65f99889}" />
</FieldRefs>
<XmlDocuments>
<XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/events">
<spe:Receivers xmlns:spe="http://schemas.microsoft.com/sharepoint/events">
<Receiver>
<Name>AgendaToTaskOnAdd</Name>
<Type>ItemAdded</Type>
<SequenceNumber>10000</SequenceNumber>
<Assembly>Balticovo.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5</Assembly>
<Class>Balticovo.SharePoint.AgendaToTask</Class>
<Data></Data>
<Filter></Filter>
</Receiver>
<Receiver>
<Name>AgendaToTaskOnUpdate</Name>
<Type>ItemUpdating</Type>
<SequenceNumber>10000</SequenceNumber>
<Assembly>Balticovo.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5</Assembly>
<Class>Balticovo.SharePoint.AgendaToTask</Class>
<Data></Data>
<Filter></Filter>
</Receiver>
</spe:Receivers>
</XmlDocument>
</XmlDocuments>
</ContentType>
<ContentType ID="0x0100AD4DFC626A3F4db492A4FCF91B0E47A0"
Name="$Resources:Balticovo,ContentType_ReglarAttendeeName"
Group="$Resources:core,CustomContentTypesGroup"
Description="$Resources:Balticovo,ContentType_ReglarAttendeeDescription"
Version="1">
<FieldRefs>
<FieldRef ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Required="FALSE" Hidden="TRUE" />
<FieldRef ID="{37D4FF81-9DE1-436a-B270-923E93258507}" />
</FieldRefs>
<XmlDocuments>
<XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/events">
<spe:Receivers xmlns:spe="http://schemas.microsoft.com/sharepoint/events">
<Receiver>
<Name>AddAttendeeToCurrentMeeting</Name>
<Type>ItemAdded</Type>
<SequenceNumber>10000</SequenceNumber>
<Assembly>Balticovo.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5</Assembly>
<Class>Balticovo.SharePoint.RegularAttendeesEventReceiver</Class>
<Data></Data>
<Filter></Filter>
</Receiver>
</spe:Receivers>
</XmlDocument>
</XmlDocuments>
</ContentType>
<ContentType ID="0x01008606FC8499F9407b83AF3DBAD6865F58"
Name="$Resources:Balticovo,ContentType_WebApplicationQueryName"
Group="$Resources:core,CustomContentTypesGroup"
Description="$Resources:Balticovo,ContentType_WebApplicationQueryDescription"
Version="1">
<FieldRefs>
<FieldRef ID="{acbe30d6-ea25-40a2-b6e5-9df76e9c881e}" />
<FieldRef ID="{6c732395-7404-4ad4-9b03-50195b70c006}" />
<FieldRef ID="{cb16a530-21ca-43b1-b270-dbb33fa3f7a7}" />
<FieldRef ID="{bd94a837-82ab-4a8b-b7df-9978cd35f9ec}" />
<FieldRef ID="{c05e3059-b1fc-4116-8f7d-1cfde24b96f4}" />
<FieldRef ID="{32fb6f25-cf6e-4e9c-8244-137d017c9348}" />
<FieldRef ID="{e42ca75d-f017-4eb7-91a6-236dfd71017a}" />
<FieldRef ID="{EAA39077-D6AF-464e-8052-9001B4E99834}" />
</FieldRefs>
</ContentType>
</Elements>
</code></pre>
<p>So, there are 3 CT's, however first one doesn't deploy. It's not hidden, because when checking SPWeb.AvailableContentTypes - there is no such CT available.</p>
<ul>
<li>ID of CType is Unique.</li>
<li>Receiver classes are publicly
available.</li>
<li>Referencing fields are also
available.</li>
<li>Trying this on a fresh web application.</li>
</ul>
<p>Oh, what could be wrong?</p>
http://stackoverflow.com/questions/1568523/sharepoint-bug-when-deactivating-features0Sharepoint bug when deactivating features78lro2009-10-14T19:42:56Z2009-10-14T20:23:46Z
<p>I have found that deactivating a feature in Sharepoint leaves erroneous entries in the AllDocs table in the content database. These table records then make deploying other features that contain the same filenames impossible as Sharepoint complains that they already exist. How can I make sure deactivating features does not leave old references in the content database?</p>
<p>Microsoft explicitly says that we should not execute queries directly on the database otherwise it will become unsupported.</p>
<p>all the best</p>
http://stackoverflow.com/questions/1555091/sharepoint-document-library-provisioning0SharePoint Document Library ProvisioningScott2009-10-12T15:00:59Z2009-10-12T15:00:59Z
<p>I have come across an issue which occurs when provisioning a new Document Library and adding content to it via features.</p>
<p>The following issue won't happen as long as there is an Activation Dependency set for the content feature. </p>
<p>The scenario:
I have 2 features, the first provisions a basic Document Library on my site.</p>
<p>Document Library Feature.xml:
</p>
<p>The activation receiver:</p>
<pre><code>using (SPWeb site = (SPWeb)properties.Feature.Parent)
{
Guid libraryID = site.Lists.Add("MyNewLibrary", "A New Document Library", site.ListTemplates["Document Library"]);
//SPList newLibrary = site.Lists[libraryID];
//newLibrary.OnQuickLaunch = true;
//newLibrary.BreakRoleInheritance(false);
//newLibrary.Update();
site.Update();
}
</code></pre>
<p>Content Feature.xml:</p>
<pre><code><Feature xmlns="http://schemas.microsoft.com/sharepoint/"
Hidden="False"
Id="A63C95A3-616A-4d4c-8B9B-6A9D9AF2A2E1"
Title="My New Content Test"
Description="Adds some base content to MyNewLibrary"
Scope="Web">
<ElementManifests>
<ElementManifest Location="manifest.xml"/>
</ElementManifests>
</Feature>
</code></pre>
<p>Manifest.xml:</p>
<pre><code><Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="MyNewLibrary" Url="MyNewLibrary" List="101" Path="MyNewLibrary">
<File Url="sample.txt" Type="GhostableInLibrary" />
<File Url="TextFile1.txt" Type="GhostableInLibrary" />
<File Url="TextFile2.txt" Type="GhostableInLibrary" />
<File Url="TextFile3.txt" Type="GhostableInLibrary" />
<File Url="TextFile4.txt" Type="GhostableInLibrary" />
</Module>
</Elements>
</code></pre>
<p>When the Content feature is activated before the document library has been created I receive the following error message from SharePoint:</p>
<pre><code>Failed to instantiate file "sample.txt" from module "MyNewLibrary": The specified list does not exist. at Microsoft.SharePoint.Library.SPRequestInternalClass.EnableModuleFromXml(String bstrFeatureDirectory, String bstrUrl, String bstrXML)
at Microsoft.SharePoint.Library.SPRequest.EnableModuleFromXml(String bstrFeatureDirectory, String bstrUrl, String bstrXML)
</code></pre>
<p>I then return to the feature management screen and activate the document library. The activation happens without any errors being generated, but the url now has a 1 appended to it. So instead of being /MyNewLibrary as would be expected, the url is /MyNewLibrary1.</p>
<p>The only way I have found to correct this after it occurs is to delete the site and recreate it, then activate the features in the proper order. </p>
<p>I am wondering if any one else has come across this issue and can shed light on where this mysterious '1' comes from?</p>
<p>Thanks.
Scott</p>
http://stackoverflow.com/questions/954327/hidden-features-of-html38Hidden Features of HTMLBinoj Antony2009-06-05T04:58:36Z2009-10-06T07:45:00Z
<p>HTML being the most widely used language (at least as a markup language) has not gotten its due credit. <br/>
Considering that it has been around for so many years, things like the FORM / INPUT controls have still remained same with no new controls added.</p>
<p>So at least from the existing features, do you know any that are not well known but very useful.</p>
<p>Of course, this question is along the lines of :</p>
<p><a href="http://stackoverflow.com/questions/61088">Hidden Features of JavaScript</a><br />
<a href="http://stackoverflow.com/questions/628407">Hidden Features of CSS</a><br/>
<a href="http://stackoverflow.com/questions/9033">Hidden Features of C#</a><br />
<a href="http://stackoverflow.com/questions/102084">Hidden Features of VB.Net</a><br />
<a href="http://stackoverflow.com/questions/15496">Hidden Features of Java</a><br />
<a href="http://stackoverflow.com/questions/54929">Hidden Features of ASP.NET</a><br />
<a href="http://stackoverflow.com/questions/101268">Hidden Features of Python</a><br />
<a href="http://stackoverflow.com/questions/605439">Hidden Features of TextPad</a><br/>
<a href="http://stackoverflow.com/questions/54886">Hidden Features of Eclipse</a></p>
<p>Do not mention features of HTML 5.0, since it is in <a href="http://stackoverflow.com/questions/605439">Working Draft</a><br/></p>
<p><strong>Specify one feature per answer, please</strong>.<br/></p>
http://stackoverflow.com/questions/1509012/missing-google-earth-features0Missing Google Earth features [closed]Strudel2009-10-02T11:36:24Z2009-10-02T11:36:24Z
<p>Are there any features you miss in Google Earth?</p>
<p>I'm asking this because we're developing a similar kind of application and there's a question what more can we provide.</p>
http://stackoverflow.com/questions/1498673/sharepoint-item-event-receivers-and-site-creation0SharePoint Item Event Receivers and Site CreationMichael Edwards2009-09-30T15:00:18Z2009-10-01T08:52:53Z
<p>I have created an Item Event Receiver for a document library and I have test that the logic works correctly and it all does. The next thing I wanted to do is automatically create the list when a site is created so I added the list to the ONET.xml file for the site:</p>
<pre><code><Lists>
<List Title="Documents" Description="Documents " url="MyDocumentLibrary" Type="10002" FeatureId="CFD8504D-70EB-4ba2-9CCB-52E38DB39E60" QuickLaunchUrl="Docs/AllItems.aspx" />
</Lists>
</code></pre>
<p>And I ensure that the feature for this list is also activated be adding the feature to the</p>
<pre><code><WebFeatures>
<Feature ID="CFD8504D-70EB-4ba2-9CCB-52E38DB39E60" />
</WebFeatures>
</code></pre>
<p>The problem occurs after I create the site, when I add a document to the list the Item Event Receiver does not run. However if I manually for to the web site features and deactivate and then reactivate the feature the Item Event Receiver does run. It seems that when creating a list through the ONET.xml and activating the feature it does not bind the Item Event Receiver to the list. What is the work around for this? Is this a bug?</p>
http://stackoverflow.com/questions/1501001/what-features-are-people-looking-forward-to-in-visual-studio-20100What features are people looking forward to in Visual Studio 2010? [closed]Nissan Fan2009-09-30T22:35:06Z2009-09-30T22:48:07Z
<p>It's rumoured that the Visual Studio team reached zero defects at the end of last month ... so Visual Studio 2010 should be coming down the pipeline shortly. I'm interested in hearing about what features people are looking forward to.</p>
http://stackoverflow.com/questions/1344566/editors-with-minimap-like-sublime-text0Editors with MiniMap like Sublime Texteyze2009-08-28T01:20:46Z2009-09-23T11:10:44Z
<p>Are there any other editors other than <a href="http://www.sublimetext.com/" rel="nofollow">Sublime Text</a> with the MiniMap feature as seen bellow?</p>
<p><img src="http://www.sublimetext.com/screenshots/pythonHeroSmall.png" alt="MiniMap in Sublime Text" /></p>
<p>The reason why I'm asking this because Sublime Text isn't cheap for a text editor and besides I've tried the trial version and it still has some bugs and some important features like code folding are still missing.</p>
<p>I've come to enjoy the MiniMap view and I'd like to know if there are any other (possibly free) alternatives.</p>
http://stackoverflow.com/questions/1429387/moss-features-leave-old-leaf-nodes-in-database-after-retracting-solution0MOSS features leave old leaf nodes in Database after retracting Solution78lro2009-09-15T20:17:45Z2009-09-18T12:19:35Z
<p>We have noticed that when after retracting a MOSS solution package, we are still left with incorrect leaf entries in the alldocs MOSS database table. This is an issue if for example we rename a feature that deploys the same artifacts - MOSS will then not let us deploy the solution as it thinks these items already exist.</p>
<p>Would be interested to hear if anyone else has had this problem.</p>
http://stackoverflow.com/questions/1091553/how-do-i-add-a-color-picker-in-komodo0How do I add a color picker in Komodo?Roland2009-07-07T10:28:45Z2009-09-16T02:23:55Z
<p>How do I add a color picker in Komodo? I need to have a color picker utility for Komodo, if I work in a css file I want to be able to pick colors for my background colors etc.</p>
http://stackoverflow.com/questions/1412815/wpf-capabilities0WPF capabilitiesJorge Córdoba2009-09-11T19:19:20Z2009-09-15T15:29:12Z
<p>In my company we have in mind a redesign of the user interface of an application and we would like to make it ... let say "fancy". We have in mind a simple story board but I doubt between WPF, XNA or DirectX. I prefer WPF so I'd need to know if it support the following capabilities and how difficult to implement are they:</p>
<ol>
<li><strong>Transparency:</strong> We'd like to display information layers on top of the main display.</li>
<li><strong>3D support:</strong> We want network nodes (part of the interface is a network graphic) to be simple spheres connected with lines in a 3D enviroment, and the ability to control the camera so rotation of the screen is possible.</li>
<li><strong>Effects:</strong> Such as shading, lens flare or glow to "signal" the discovery or deletion of a node.</li>
<li><strong>Text animations:</strong> Specifically the ability to display the text as if it's being written... You know, the information text will be "filling" the panel top down, left to right...</li>
</ol>
http://stackoverflow.com/questions/1177831/custom-list-definition-custom-content-type-showing-only-one-form-field0Custom list definition + custom content type = showing only one form field?Janis Veinbergs2009-07-24T13:53:11Z2009-09-10T11:11:45Z
<p>Hello.</p>
<p>Trying to use features to deploy custom fields, content type and list. So far I have a content type referencing custom and builtin fields. Content type inherits Item (0x01).</p>
<p>Now, I create custom list definition that references content type and fields (builtin and custom ones). I explicitly set <code>ShowInDisplayForm, ShowInEditForm, ShowInNewForm</code> values to true, however when I deploy feature and create list based on definition, all I get is only a single <code>Title</code> field in all forms!</p>
<p>However if I add field from UI to the list, it shows up in the form! Furthermore, if I create custom list from UI and add the content type, those fields are showing up in forms! </p>
<p>What's up with that?</p>
<p>By the way, I use VSeWSS tool for Visual Studio so it already genrates alot of stuff correctly.</p>
<p>Some code:</p>
<pre><code><ContentTypes>
<ContentTypeRef ID="0x01003420C661289843dbAB9E41F43C23BFD0" />
</ContentTypes>
<Fields>
<Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Name="Title" Group="$Resources:core,Extended_Columns" Required="TRUE" ShowInDisplayForm="TRUE" ShowInEditForm="TRUE" ShowInNewForm="TRUE" Type="Text" Sortable="TRUE" Filterable="TRUE" SourceID="http://schemas.microsoft.com/sharepoint/v3" />
<Field ID="{B4629012-C672-4911-B0D0-B9CB2DA44ED2}" DisplayName="Jautājumu pacēla" Group="$Resources:core,Extended_Columns" Name="QuestionRisedBy" Required="TRUE" ShowInDisplayForm="TRUE" ShowInEditForm="TRUE" ShowInNewForm="TRUE" Type="User" Sortable="TRUE" Filterable="TRUE" SourceID="http://schemas.microsoft.com/sharepoint/v3" />
<Field ID="{6DF9BD52-550E-4a30-BC31-A4366832A87F}" DisplayName="Komentārs" Group="$Resources:core,Extended_Columns" Name="Comment" AppendOnly="TRUE" Required="FALSE" NumLines="12" Type="Note" ShowInDisplayForm="TRUE" ShowInEditForm="TRUE" ShowInNewForm="TRUE" Sortable="FALSE" Filterable="FALSE" SourceID="http://schemas.microsoft.com/sharepoint/v3" />
<Field ID="{FC072586-E8BB-444f-AAA4-8D5745FBC096}" DisplayName="ParentItemId" Group="$Resources:core,Extended_Columns" Name="AgendaParentItemId" Required="TRUE" Type="Integer" Sortable="FALSE" Filterable="FALSE" SourceID="http://schemas.microsoft.com/sharepoint/v3" />
<Field ID="{29207E42-E107-4379-B620-BAAFC461276B}" DisplayName="AgendaRootItemId" Group="$Resources:core,Extended_Columns" Name="AgendaRootItemId" Required="TRUE" Type="Integer" Sortable="FALSE" Filterable="FALSE" SourceID="http://schemas.microsoft.com/sharepoint/v3" />
<Field ID="{06063FDB-3C2A-4141-91F7-28C2739CE6B5}" DisplayName="AgendaItemClosed" Group="$Resources:core,Extended_Columns" Name="AgendaItemClosed" Required="FALSE" Type="Boolean" Sortable="TRUE" Filterable="TRUE" SourceID="http://schemas.microsoft.com/sharepoint/v3" />
</Fields>
</code></pre>
http://stackoverflow.com/questions/1325699/is-there-a-good-design-pattern-for-implementing-optional-features2Is there a good design pattern for implementing optional features?Fragsworth2009-08-25T02:02:38Z2009-08-25T02:10:52Z
<p>Suppose I have a function that performs some task (this is in Python pseudocode):</p>
<pre><code>def doTask():
...
</code></pre>
<p>But I have several optional features on the platform which results in having code that looks like this:</p>
<pre><code>def doTask():
...
if FEATURE_1_ENABLED:
...
if FEATURE_2_ENABLED:
...
...
</code></pre>
<p>Unfortunately, this gets <strong>rather</strong> messy with many different optional features that coincide with one another. What kinds of design patterns solve this issue?</p>