SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Oct 262008

Updated MyAlerts Webpart

I have added Spanish localization for the Webpart.

Read more…

Tags:


Published: 10/26/2008  4:23 PM | 0  Comments | 0  Links to this post
Tagged as: Webparts, Development, SharePoint, MyAlerts

Jun 112008

Display all my alerts update

With this update the problem that SPContext.Current.Web.CurrentUser is sometimes null is solved. Additionally there are lots of information written to the ULS logs, if you have configured your farm to log information with the level "Monitorable"

More and download...


Published: 6/11/2008  8:01 PM | 0  Comments | 0  Links to this post
Tagged as: Webparts, Development, MyAlerts, SharePoint

May 122008

Display all my alerts - Update

Just a small update for my Display all my alerts Webpart.

  • Handling search alerts is improved
  • the assembly will not install in the GAC (Global Assembly Cache) to get rid of the FullTrust setting in the web.config

Tags:


Published: 5/12/2008  12:38 PM | 0  Comments | 0  Links to this post
Tagged as: Webparts, Development, MyAlerts, SharePoint

Nov 042007

Display all my alerts

The "old" SharePoint Server 2003 offered the ability to display all alerts from a user on his/her MySite. MOSS lacks this functionality. So I wrote a Webpart, which will display all my alerts. Of course is multilingual. Currently there is English and German language support included. And it will work on Windows SharePoint Services V3. You don't need the Office Server for it :-)

You can configure which columns shall be displayed, and if you want to see all alerts from all websites within your SharePoint farm.

The Webpart will iterate through all websites, and look if there are alerts for the current user. You can then modify the alerts, or navigate to the corresponding website and list by clicking on the appropriate entry in the context menu of the alert.

To install this Webpart, install and deploy the solution via stsadm:

  1. stsadm -o addsolution -filename RH.MyAlerts.wsp
  2. stsadm -o deploysolution -name RH.MyAlerts.wsp -immediate -url http://yoururl

Instead of deploying the solution using stsadm, you can deploy it in the central administration of your farm.

Creating the solution wsp file is very easy, if you use the WSPBuilder.

Download the solution.

Download the source code for the Webpart.

(Please set the trust level of your web.config to 'Full'!)

Keywords: SharePoint, alert, all my alerts, benachrichtigung, alle meine benachrichtigungen anzeigen

Update 16.12.07
I fixed an error and the Multilanguage support is back

Update 12.05.08
Another small update. Handling search alerts is improved and the assembly will not install in the GAC (Global Assembly Cache) to get rid of the FullTrust setting in the web.config.

Update 11.06.08
This update deals with the problem that SPContext.Current.Web.CurrentUser is sometimes null.

Update 31.08.08
The Webpart does now include an update check in the Webpart properties.

Update 01.10.08
A small bug fix update.

Update 26.10.08
I have implemented Spanish localization.

Update 08.11.08
A small update to 1.0.4.0 with bugfixes

Update 22.07.09
HtmlDecoding for the GroupBy field value (the title for webs)
 
Update 1.9.09 – Version 1.0.6.0
Fix to prevent Access Denied e.g. for SSP Sites.

Published: 11/4/2007  12:02 PM | 46  Comments | 0  Links to this post
Tagged as: Webparts, Development, MyAlerts, SharePoint