Push Changes - Nov 13 2007
From Facebook Developer Wiki
Note that due to the launch of Facebook Pages last week, we didn't have a normal push schedule and hence didn't publish the change log. But a lot of these changes were pushed the week of Nov 6.
r66457 | joel | 2007-10-30 19:04:10 -0700 (Tue, 30 Oct 2007) | 18 lines
- Fixing application links when the application name as a non-ascii character and the user is logged out.
- bug 465
r66504 | julie | 2007-10-30 22:25:08 -0700 (Tue, 30 Oct 2007) | 17 lines
- don't show sent notifications in a user's inbox if the notification that was sent couldn't be seen by the recipient due to privacy, blocking, etc.
r66570 | ookelola | 2007-10-31 01:06:18 -0700 (Wed, 31 Oct 2007) | 20 lines
- Removing requirement for session keys for profile.getFBML and profile.setFBML. Valid uid param needed when session key not provided...
r66579 | ccheever | 2007-10-31 02:44:52 -0700 (Wed, 31 Oct 2007) | 26 lines
- fixing a bug where URLs with #s but nothing after them get truncated
- bug 565
r66623 | ari | 2007-10-31 12:56:55 -0700 (Wed, 31 Oct 2007) | 25 lines
- fix <a href="#">
- bug 565
r66788 | ari | 2007-10-31 20:18:29 -0700 (Wed, 31 Oct 2007) | 27 lines
- fix url's with #'s in them in fb:comments tags
- bug 565
r66847 | eric | 2007-11-01 00:21:14 -0700 (Thu, 01 Nov 2007) | 19 lines
- fix to app removal referrer tracking via minifeed
r67033 | srush | 2007-11-01 19:08:27 -0700 (Thu, 01 Nov 2007) | 12 lines
r67612 | ookelola | 2007-11-04 12:35:34 -0800 (Sun, 04 Nov 2007) | 26 lines
- product directory and app about page tweaks
r67674 | eletuchy | 2007-11-04 17:16:44 -0800 (Sun, 04 Nov 2007) | 20 lines
- changing order of validation of feed images and doing some refactoring, but should be no impact on API users other than the added functionality of user IDs, which, AFAIK, wasn't actually documented anywhere
r67733 | marcel | 2007-11-04 20:24:48 -0800 (Sun, 04 Nov 2007) | 39 lines
- Making FBJS slightly more graceful with invalid DOM nodes.
- bug 167
r67751 | marcel | 2007-11-04 21:04:55 -0800 (Sun, 04 Nov 2007) | 28 lines
- FBJS AJAX object now sends fb_sig_profile
- bug 329
r67765 | marcel | 2007-11-04 21:41:47 -0800 (Sun, 04 Nov 2007) | 28 lines
- FBJS: Allow the debugger keyword
- bug 483
r67785 | marcel | 2007-11-04 22:34:30 -0800 (Sun, 04 Nov 2007) | 28 lines
- Fixing click through while using Mock AJAX
- bug 227
r67792 | eletuchy | 2007-11-04 23:03:25 -0800 (Sun, 04 Nov 2007) | 29 lines
- Added interface IFeedImage and the classes FeedFacebookPhoto and FeedUserPhoto to reflect ability to add Facebook-hosted photos to feed story methods
- Fixed parameter bugs in full templatizedAction
- Added some missing Javadoc
- Added the following SMS methods to FacebookRestClient and IFacebookRestClient:
- sms_sendMessageWithSession
- sms_sendMessage
- sms_sendResponse
- sms_canSend
- Added the forgotten fbml_setRefHandle method to FacebookRestClient and IFacebookRestClient
- bug 582
- bug 584
r67953 | eric | 2007-11-05 14:29:36 -0800 (Mon, 05 Nov 2007) | 20 lines
- adding mini-feed removal to application referrer-based remove stats
r67991 | eric | 2007-11-05 15:31:44 -0800 (Mon, 05 Nov 2007) | 26 lines
- changing links (from Facebook) to use add.php instead of install.php
r68035 | eric | 2007-11-05 16:56:49 -0800 (Mon, 05 Nov 2007) | 23 lines
- hiding dev-mode apps from help page, if the user isn't a dev on the app
r68215 | ccheever | 2007-11-06 00:52:10 -0800 (Tue, 06 Nov 2007) | 18 lines
- You can now specify multiple ids with fB:visible-to-user Note that this is *NOT* effective as a privacy mechanism. With the fB:visible-to tags, all the same content is sent to the browser whether visible or not; the only difference is that if it isn't visible, the CSS styling is changing so that the content disappears. Anyone can still see what you put inside the tag if they view the page source.
- bug 232
r68218 | marcel | 2007-11-06 01:01:11 -0800 (Tue, 06 Nov 2007) | 28 lines
- FBJS: Fix Ajax.prototype to not reinitialize during a page session
- bug 486
r68392 | ari | 2007-11-06 16:36:19 -0800 (Tue, 06 Nov 2007) | 44 lines
- add support for LIMIT and ORDER BY to fql. example queries: select name from user where uid in (select uid1 from friend where uid2=211031 order by rand() limit 50) order by last_name desc limit 20 offset 5; select name from user where uid in (211031, 4, 6) limit 2 select name from user where uid in (211031, 4, 6) order by name limit 1,2
- bug 7
r68499 | ari | 2007-11-06 21:09:35 -0800 (Tue, 06 Nov 2007) | 12 lines
- update fql documentation for order by / limit
r68595 | ccheever | 2007-11-07 06:30:24 -0800 (Wed, 07 Nov 2007) | 12 lines
- Making it so that fb:profile-pic type=square images are explicitly sized (default is 50x50) so that pages render more cleanly
r68602 | eletuchy | 2007-11-07 10:34:58 -0800 (Wed, 07 Nov 2007) | 12 lines
- Added Facebook Pages API methods to the java client library
r68610 | ccheever | 2007-11-07 11:55:45 -0800 (Wed, 07 Nov 2007) | 11 lines
- Making sure that if there is a style tag, we don't explicitly size pics since that might screw things up
r68617 | jleszcze | 2007-11-07 12:54:28 -0800 (Wed, 07 Nov 2007) | 17 lines
- Make the old developer discussion board read only.
r68731 | julie | 2007-11-07 21:05:22 -0800 (Wed, 07 Nov 2007) | 26 lines
- fixing a bug with removing profile action links from the profile.
r68771 | ccheever | 2007-11-08 04:23:19 -0800 (Thu, 08 Nov 2007) | 11 lines
- Making it so you can use the FBML test console as a logged out user
r69001 | srush | 2007-11-09 10:02:12 -0800 (Fri, 09 Nov 2007) | 12 lines
r69104 | joel | 2007-11-09 18:08:29 -0800 (Fri, 09 Nov 2007) | 23 lines
- Fixing some display weirdness with fb:comments, and hiding some links where they are irrelevant.
- bug 511
r69105 | ari | 2007-11-09 18:11:59 -0800 (Fri, 09 Nov 2007) | 31 lines
- by popular request, add ability to prefill multi_friend_inputs (but only outside of fb:request-forms). examples: <fb:multi-friend-input prefill_ids="211031,4,6" prefill_locked="true"/> <fb:multi-friend-input prefill_ids="211031,4,6" prefill_locked="false"/>
- bug 345
r69110 | joel | 2007-11-09 18:32:15 -0800 (Fri, 09 Nov 2007) | 18 lines
- Editing board posts for fb:board does not nl2br anymore.
- bug 696
r69123 | srush | 2007-11-09 18:45:42 -0800 (Fri, 09 Nov 2007) | 12 lines
r69124 | srush | 2007-11-09 18:49:26 -0800 (Fri, 09 Nov 2007) | 12 lines
r69207 | ari | 2007-11-11 14:25:47 -0800 (Sun, 11 Nov 2007) | 30 lines
- fix condensed multi-friend-selector if it is hidden inside a display: none; container.
- bug 560
r69208 | ari | 2007-11-11 14:26:00 -0800 (Sun, 11 Nov 2007) | 27 lines
- fix condensed multi-friend-selector inside fb:js-string.
- bug 560
r69209 | ari | 2007-11-11 14:26:13 -0800 (Sun, 11 Nov 2007) | 19 lines
- fix "skip" button in multi-friend-selector if form has child input named action
- bug 251
r69218 | ccheever | 2007-11-11 19:15:59 -0800 (Sun, 11 Nov 2007) | 12 lines
- Enforcing that you can't switch from FBML 1.1 to FBML 1.0
r69279 | ari | 2007-11-12 15:46:15 -0800 (Mon, 12 Nov 2007) | 18 lines
- add ability for apps to directly email people who have added the app via a new function, notifications.sendEmail.
r69280 | ari | 2007-11-12 15:46:24 -0800 (Mon, 12 Nov 2007) | 21 lines
- give users the ability to block emails from an app
r69281 | ari | 2007-11-12 15:46:27 -0800 (Mon, 12 Nov 2007) | 21 lines
- create a new permalink for editting a particular app's settings: http://www.facebook.com/editapps.php?app_id=[appid]
r69283 | ari | 2007-11-12 15:46:30 -0800 (Mon, 12 Nov 2007) | 15 lines
- put app name in quotes in the emails it sends if it contains any non-alphanumeric characters.
- bug 50
r69284 | ari | 2007-11-12 15:46:32 -0800 (Mon, 12 Nov 2007) | 15 lines
- documentation updates to notifications.send, notifications.sendEmail
r69430 | ccheever | 2007-11-13 06:43:49 -0800 (Tue, 13 Nov 2007) | 10 lines
- small changes to fbml refs code, should have no impact
r69469 | ari | 2007-11-13 11:16:47 -0800 (Tue, 13 Nov 2007) | 14 lines
- rebuild client libs with new notifications.send, notifications.sendEmail functions
