Push Changes - Oct 23 2007

From Facebook Developers Wiki

Jump to: navigation, search

r64149 | ari | 2007-10-17 00:21:07 -0700 (Wed, 17 Oct 2007) | 26 lines

  • fix syntax errors in php4 client lib
  • bug 391

r64173 | ari | 2007-10-17 09:18:40 -0700 (Wed, 17 Oct 2007) | 24 lines

  • in the fix for bug #151 and #160, we weren't properly handling the case where someone creates an array like ids[]=1&ids[]=2, which is a pretty important case given that it is used by the multi-friend-input and stuff like that. disabling our fix for #151/160 until we come up with a better solution that doesn't break ids[].
  • bug 298

r64174 | ari | 2007-10-17 09:31:19 -0700 (Wed, 17 Oct 2007) | 20 lines

  • fix condensed multi-friend-selector
  • bug 402

r64278 | jleszcze | 2007-10-17 17:48:09 -0700 (Wed, 17 Oct 2007) | 16 lines

  • notifications cleanup

r64362 | ari | 2007-10-18 09:26:32 -0700 (Thu, 18 Oct 2007) | 16 lines

  • enable + signs in support email addresses
  • bug 331

r64365 | ari | 2007-10-18 09:52:10 -0700 (Thu, 18 Oct 2007) | 16 lines

  • adding code to turn off notifications.sendRequest

r64480 | ari | 2007-10-19 10:42:27 -0700 (Fri, 19 Oct 2007) | 26 lines

  • enable notifications to be sent to app users without prepending the sender's name. to do this, just don't specify any to_ids in the call to notifications.send and, provided that the session key owner has added your app, we will send the notification to the session key owner. note that this is a "beta" version of this feature and we may revoke this ability if we later find that it is not desirable.
  • bug 123

r64482 | ari | 2007-10-19 10:52:04 -0700 (Fri, 19 Oct 2007) | 15 lines

  • tweak notifications code

r64595 | ccheever | 2007-10-20 02:43:55 -0700 (Sat, 20 Oct 2007) | 29 lines

  • On canvas pages, if there is a CGI parameter fb_app_cookie in the GET or the POST, then this will be POSTed to the app's server by Facebook when the app's FBML is requested. This may be useful to developers who do not control all the technology they use and need to have specific cookies sent to their server. This feature is officially undocumented, if that makes sense, i.e. don't rely on this except as a hacky workaround that may break at any time. We'll probably replace this with a more robust cookie system that can be set via both the client and server via more traditional means. In the official undocumentation, the behavior is undefined if fb_app_cookie is present in both the GET and the POST, but for the time being the GET has priority.

r64634 | ookelola | 2007-10-21 15:38:07 -0700 (Sun, 21 Oct 2007) | 28 lines

  • Minor tweak to feed.publishTemplatizedAction...

r64718 | srush | 2007-10-22 12:40:58 -0700 (Mon, 22 Oct 2007) | 12 lines

r64755 | julie | 2007-10-22 14:36:19 -0700 (Mon, 22 Oct 2007) | 19 lines

  • work on platform app submission page.

r64779 | ccheever | 2007-10-22 15:37:12 -0700 (Mon, 22 Oct 2007) | 13 lines

  • This should fix bgs 151 & 160 without breaking id[] id[] id[] arrays.
  • bug 151

r64906 | marcel | 2007-10-23 06:39:18 -0700 (Tue, 23 Oct 2007) | 28 lines

  • Fixing <fb:multi-friend-input /> in dynamically generated content (note multiple inputs on the same page are still an issue)
  • bug 76

r65008 | eric | 2007-10-23 15:14:12 -0700 (Tue, 23 Oct 2007) | 18 lines

  • fix escaping issues in app typeahead search

r65067 | ookelola | 2007-10-23 18:35:25 -0700 (Tue, 23 Oct 2007) | 41 lines

  • Making a few changes to the product directory... And to related code regarding applications

r65093 | ookelola | 2007-10-23 20:25:38 -0700 (Tue, 23 Oct 2007) | 32 lines

  • Tweaks to add.php and apps/application.php

r65162 | ookelola | 2007-10-23 23:05:21 -0700 (Tue, 23 Oct 2007) | 16 lines

  • tweaking feed_publishTemplatizedAction