| serge's profileSerge Luca (Sharepoint M...PhotosBlogLists | Help |
|
May 28 Ineta speaker at the Macedonian Code CampI will be Ineta speaker at the Macedonian Code Camp in 2 weeks organized by the Macedonian.Net User Group. This is my third stay in Macedonia, and I really love it. More details here. I will present 2 intensive sessions on Sharepoint.
May 24 My generic Framework for aspx sharepoint workflow forms has been uploaded to CodeplexI’m currently working on a screencast for Microsoft Belux to better illustrate it. Stay tuned ! I shortly described it in a previous post. How to allow Full Control permission to a user in a Sharepoint ListThe SPWeb has a RoleDefinitions property that return a list of SPRoleDefinition. Each SPRoleDefinition is a permission level ; for instance in the next code snippe,t web.Roledefinitions will return a collection of 6 roles; they match the permission Levels of the web site : If you want to assign a permission level to a user on a specific list, you need to create a new RoleAssignement (SPRoleAssignment class) that can be added to the SPList. The new permission must be linked to the role assignment by adding it to a collection called RoleDefinitionBindings.
SPWeb web =SPControl.GetContextWeb(HttpContext.Current); // use RunWithElevatedPrivilege here Small update to my Download Sharepoint solution package utility uploaded to Codeplex
just a simple bug fix.This utility allows Sharepoint administrators and developers to download a solution package from the Sharepoint solution store (for instance to compare it with another one); I’ve recently faced this situation: we had a solution package in our staging farm, but we wanted to compare the files (features) with our development code. I’ve created 2 versions of this utility : a Windows Form version and a stsadm extension . Run the Windows Form version on the Sharepoint farm
Select a package and click on the “Download package” button, to bring it to the file system.Easy ? To use the stsadm version :
New version of my Workflow Explorer (or ‘Scanner’ ) uploaded to Codeplex
It is still a beta product (v0.8)… Before writing code for rendering its output to a web part or a Sharepoint List, I’m still improving its kernel. (In the meantime the output can be redirected to an ascii file). Fixed a bug (display list item ‘filename’ in document libraries and not ‘Title’), and I’ve added a new option ‘raw’ which displays the ‘raw state’ or the workflow (interesting for developers). Next version will be an stsadm extension. Using the ‘error’ option : In the generated Ascii file, you file get this :
Using the ‘all’ option: You will get this : Using the ‘raw’ option : May 23 My Sharepoint workflows Scanning tool uploaded to CodeplexSeveral customers asked me to create a tool that displays the status of running workflows (running on faulting). One of my customer has several hundreds of workflows running at the same time. That why I’ve created this utility (still in console mode) and I’ve uploaded to Codeplex : WorkflowExplorer. Showing all running workflows : Showing faulting workflows in a site collection : May 17 My AspxCollectFeedback workflow for Sharepoint uploaded to Codeplex.I've recently fixed a very important example of the Sharepoint sdk (the AspxCollectFeedback workflow sample) and I've uploaded it to Codeplex.
My "Download Solution Package" utility published to codeplex The other day, my team had a solution package deployed to a Sharepoint farm, and we wanted to compare this solution with another version; but we couldn't download the deployed version from the solution store. That's why I've created a small utility that can be used as a stsadm.exe extension or as a windows form. Basic, but useful... ![]() |
|
|