Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

Status ID Uploaded By Description Work Items Action
Being evaluated
1082 Apr 7 at
11:46 PM
wcbrown When a user's affiliations are empty, an InvalidCastException occurs on line 532 of User.cs.

The current line is this:
ArrayList affiliations = (ArrayList)this["affiliations"];

Changing to this eliminates the problem:
ArrayList affiliations = this["affiliations"] as ArrayList;

Attached is a patch that fixes just that file.
3538
Download

Being evaluated
1037 Mar 26 at
7:38 PM
wcbrown This patch modifies Framework/Service/EducationHistory.cs's TransformConcentrations private method so that it better handles a null value. The related work item describes the change in more detail.
4154
Download

Being evaluated
987 Mar 17 at
9:43 PM
wcbrown This patch includes the changes attached to [workitem:1799] as well as a similar change to the FacebookIFrameSession.cs file.
Download

Being evaluated
963 Mar 13 at
11:37 PM
wcbrown This patch handles control characters like \n and \t more appropriately.
4025
Download

Being evaluated
398 Oct 17 2007 at
2:32 AM
edmacdonald FacebookApplication.cs
IFrame Page with external browsing enabled is viewed within Facebook by a user that does not have the app added.

Existing code returns a redirect url because fb_sig_user is not passed, so session is not created. But redirect does not happen because of the check for _enableExternalBrowsing == false


Download

Being evaluated
309 Sep 20 2007 at
2:37 PM
gibarrola Added:
- FrameworkWeb\Web\FacebookSessionExpiredEventArgs.cs: added new eventargs class for proposed session expiration enhancement

Updated:
- FrameworkWeb\Web\FacebookApplication.cs: added new SessionExpiration event for proposed enhancement


1500
Download

Being evaluated
305 Sep 19 2007 at
4:14 PM
gibarrola Modifications:
- Framework\Service\User.cs: Added a new Facebook property (has_added_app) to the user object and resolved IsAppUser cast issue.
- FrameworkWeb\Web\FacebookApplication.cs: resolved event issue. Changed event handler from EventHandler to FacebookSessionCreatingEventHandler for SessionCreating.
- FrameworkWeb\Web\FacebookIFrameSession.cs: added additional check to see if the user had already added the app (in which case the user is redirected to the application page and not the add.php page.
- FrameworkWeb\Web\FacebookServerSession.cs: added additional constant (FacebookCanvasUrl).


Download

Applied
Sep 20 2007
262 Sep 4 2007 at
11:08 PM
imnotbncre8ive Renamed NotificationService.Send() to NotificationService.SendNotification().
Applied Sep 20 2007 : Fixes issue
1183
Download

Applied
Sep 20 2007
271 Sep 8 2007 at
8:28 PM
imnotbncre8ive changed to 'albumid' to 'aid' in PhotosService.Upload().
Applied Sep 20 2007 : Fixes the typo...
1331
Download

Applied
Aug 29 2007
242 Aug 27 2007 at
3:40 PM
DanielSchaffer FqlDataSource is now sortable by specifying the "SortField" and optionally the "SortDirection" properties.
Applied Aug 29 2007 : Added sorting feature... added remaining aspects of data source sorting feature along with your changes (I changed various things to match coding styles as well as to make the change in a more compact manner).
1053
Download

Updating...