4
votes
10answers
142 views
Should you include a much-requested feature that is fundamentally wrong?
In our main product, we've got a feature request that's been around for a couple of years now that's been requested quite a few times. It's technically easy to implement, the problem is that it will …
0
votes
0answers
21 views
what technical specifications should I take into account for a network of 20 computers? [closed]
I need to know that electrical characteristics are necessary for a network of 20 computers.
1
vote
1answer
23 views
Adding a Column to a Generic List INstance during feature provisioning.
I'm trying to create a solution package for a set of features within a SharePoint site. I want to create an instance of a generic list (using ListInstance in the element manifest) and add an …
-1
votes
14answers
161 views
Top 5 things an IDE must do? [closed]
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 …
-1
votes
2answers
32 views
What features should a robust, scalable, … and expandable PHP Framework be composed of?
What are the features (e.g. cookie, session, template, database handling) should a ...
robust
scalable
flexible
OOP-compatible
MVC
expandable
... PHP Framework be composed of? and what other …
0
votes
2answers
86 views
Has a bug in your software ever turned out to be a feature ?
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?
0
votes
3answers
39 views
Text editor with function calls references
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 …
7
votes
9answers
146 views
Does any version control system have a “persistent local only change” feature?
This question occurred to me whilst playing around with git, but I'll ask the general case...
I just thought of a feature which might be nice for version control, but I don't know if it exists or …
0
votes
1answer
16 views
Sharepoint : Prevent a feature from activating on a condition..
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... …
0
votes
0answers
22 views
CustomAcion (NewMenu) in a specific user-defined list
I like to create a CustomAction an add this one to the NewMenu of a specific list.
<CustomAction
...
RegistrationType="List"
RegistrationId="100"
GroupId="NewMenu"
…
2
votes
7answers
220 views
Favourite Features of VS 2010
With the general public release of Visual Studio 2010 Beta 2 today, this latest version has created a lot of hype and interest.
Indeed, the opinion I've gauged is that VS 2010 has resolved a great …
0
votes
1answer
53 views
Deploy 3 ContentTypes using 1 Feature - Only 2 gets deployed.
Hello.
I have a feature which has following manifest file that defines multiple content types:
<?xml version="1.0" encoding="utf-8" ?>
<Elements …
2
votes
1answer
117 views
SharePoint Custom Action on Site Settings Page
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:
…
0
votes
2answers
86 views
Sharepoint bug when deactivating features
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 …
0
votes
0answers
71 views
SharePoint Document Library Provisioning
I have come across an issue which occurs when provisioning a new Document Library and adding content to it via features.
The following issue won't happen as long as there is an Activation Dependency …
