Push Changes - June 30 2009
From Facebook Developer Wiki
r170647 | yariv | 2009-06-24 11:10:56 -0700 (Wed, 24 Jun 2009) | 34 lines
r170659 | mvernal | 2009-06-24 11:58:17 -0700 (Wed, 24 Jun 2009) | 17 lines
r170661 | jcain | 2009-06-24 12:08:42 -0700 (Wed, 24 Jun 2009) | 36 lines
r170674 | jleszcze | 2009-06-24 13:07:06 -0700 (Wed, 24 Jun 2009) | 19 lines
- Fixes admin links on Top Pages tab and Dashboard tab.
- bug 5657: Can't add
r170677 | jtung | 2009-06-24 13:24:44 -0700 (Wed, 24 Jun 2009) | 23 lines
r170679 | mvernal | 2009-06-24 13:26:46 -0700 (Wed, 24 Jun 2009) | 33 lines
r170724 | twhitnah | 2009-06-24 14:58:25 -0700 (Wed, 24 Jun 2009) | 34 lines
r170772 | jcain | 2009-06-24 15:24:59 -0700 (Wed, 24 Jun 2009) | 61 lines
- Developers can now pass a 'name' attribute to fb:multi-friend-selector so they can have programmatic control over what form element name is used to collect all of the entered user ids. This is helpful when two or more fb:multi-friend-inputs are placed on the same page, because you can five them all different names, or you can give them all the same name and collect all user IDs across all friend selectors into a single variable. This helps overcome some issues with FBJS's serialize method, as outlined in the bug report.
- bug 5541: form.serialize() fails with Fb:multi-friend-input and Fb:js-string
r170802 | yariv | 2009-06-24 16:14:52 -0700 (Wed, 24 Jun 2009) | 35 lines
r170911 | brent | 2009-06-25 06:05:05 -0700 (Thu, 25 Jun 2009) | 28 lines
- fixing 404 with FBPermissionDialogs on the iPhone Connect SDK (serverside fix)
- bug 5772: Permission Dialog for ""publish_stream"" permission
r170927 | lshepard | 2009-06-25 09:50:49 -0700 (Thu, 25 Jun 2009) | 36 lines
- Changed language for the Connect dialog shown to non-Facebook users. Text now says "Log in to Facebook" instead of "Log in to 'app name'" to prevent user confusion.
r170979 | yariv | 2009-06-25 12:58:42 -0700 (Thu, 25 Jun 2009) | 37 lines
r170988 | pbratach | 2009-06-25 14:08:35 -0700 (Thu, 25 Jun 2009) | 27 lines
- Added link to Platform FAQ to Resources menu on Developers site.
r171105 | jleszcze | 2009-06-25 18:07:03 -0700 (Thu, 25 Jun 2009) | 22 lines
- Fixes an issue with the use of fb:fbml-attribute on such tags as fb:editor-button and the invite dialog.
- bug 5654: Internationalization not working on requests
r171437 | jleszcze | 2009-06-28 16:22:52 -0700 (Sun, 28 Jun 2009) | 21 lines
- Updates the text on the Translations app to clarify the behavior of "Delete All Strings" for Platform application translations.
- bug 4888: can't delete some phrases in translation app
r171570 | pbratach | 2009-06-29 15:14:22 -0700 (Mon, 29 Jun 2009) | 29 lines
- Updated URL to client libs from Quick Creation Guide in Developer application to refer to public SVN repo.
r171577 | vishu | 2009-06-29 15:25:18 -0700 (Mon, 29 Jun 2009) | 26 lines
- admin.setAppProperties can now be used to set icon_url, logo_url and connect_logo_url properties by specifying the source url from which to download and store the corresponding images.
