Push Changes - Oct 16 2007
From Facebook Developer Wiki
r63368 | jleszcze | 2007-10-11 18:38:13 -0700 (Thu, 11 Oct 2007) | 15 lines
- We now fully specify names in notifications, and never use 'you'.
- bug 277
r63371 | eric | 2007-10-11 18:57:16 -0700 (Thu, 11 Oct 2007) | 19 lines
r63372 | joel | 2007-10-11 19:01:07 -0700 (Thu, 11 Oct 2007) | 18 lines
r63373 | joel | 2007-10-11 19:03:55 -0700 (Thu, 11 Oct 2007) | 14 lines
r63380 | eric | 2007-10-11 20:23:31 -0700 (Thu, 11 Oct 2007) | 16 lines
r63432 | eric | 2007-10-12 03:27:57 -0700 (Fri, 12 Oct 2007) | 26 lines
- On the application stats page, we now expose stats grouped by the referrer, for adds and removes.
r63433 | srush | 2007-10-12 03:56:57 -0700 (Fri, 12 Oct 2007) | 13 lines
r63436 | marcel | 2007-10-12 08:44:00 -0700 (Fri, 12 Oct 2007) | 29 lines
- FBJS AJAX: onerror will now be called if software such as Norton Internet Security corrupts the data. Note: A fix for Norton specifically, will be coming soon
- bug 267
r63461 | marcel | 2007-10-12 12:09:27 -0700 (Fri, 12 Oct 2007) | 28 lines
- Adding the ability to call urchinTracker on canvas pages when using <fb:google-analytics />. This is namespaced in the Facebook object, so it's accessible with Facebook.urchinTracker(text).
- bug 168
r63496 | ari | 2007-10-12 14:50:32 -0700 (Fri, 12 Oct 2007) | 16 lines
- fix spam unblocking
r63597 | ccheever | 2007-10-13 20:47:29 -0700 (Sat, 13 Oct 2007) | 61 lines
- Fixing these bugs: http://bugs.developers.facebook.com/show_bug.cgi?id=151 http://bugs.developers.facebook.com/show_bug.cgi?id=160 Cause of bug was that PHP does some weird things with POST var names. Two examples of this are: 1. If you have vars named like this x[0], x[1], etc., then PHP will put those into an array for you. 2. If you any dots (.) in your post var names, then PHP will replace those with underscores. Note that if you are using a workaround for these, it will break. So, watch out if you having anything in POSTed fields with [ or ] or ' ' or . in the name.
- bug 151
r63613 | marcel | 2007-10-14 04:03:51 -0700 (Sun, 14 Oct 2007) | 28 lines
- Adding getSelected and setSelected methods to FBJS DOM
- bug 219
r63614 | marcel | 2007-10-14 04:19:22 -0700 (Sun, 14 Oct 2007) | 28 lines
- Adding id attribute to fb:editor-text, fb:editor-textarea, and fb:editor-button
- bug 73
r63635 | srush | 2007-10-14 20:27:10 -0700 (Sun, 14 Oct 2007) | 12 lines
r63637 | ccheever | 2007-10-14 22:17:45 -0700 (Sun, 14 Oct 2007) | 43 lines
- Turns out r63597 broke canvas pages for multipart forms, so this special cases mulitpart forms and makes them behave the old way--get data from the $_POST superglobal. Unfortunately, this means that the mangling described in bz bugs
- bug 151
r63822 | ari | 2007-10-15 21:32:58 -0700 (Mon, 15 Oct 2007) | 16 lines
- use session secrets for desktop apps on multi_friend_selector.php
- bug 379
r63823 | ari | 2007-10-15 21:33:19 -0700 (Mon, 15 Oct 2007) | 24 lines
- fix spam unblocking (for real this time)
- bug 349
r63832 | ari | 2007-10-15 22:38:10 -0700 (Mon, 15 Oct 2007) | 23 lines
- add new "fb_force_mode" parameter to canvas pages you can set this parameter to "fbml" or "iframe" to override your application's normal settings. this will force the page to load in either fbml or iframe mode even if the rest of your app uses a different mode. it will make it a lot easier for iframe developers to use the multi friend selector.
r63887 | marcel | 2007-10-16 10:01:51 -0700 (Tue, 16 Oct 2007) | 28 lines
- Allow setStyle in FBJS Dialogs without first calling showMessage
- bug 377
r63888 | ari | 2007-10-16 10:09:04 -0700 (Tue, 16 Oct 2007) | 16 lines
r63987 | marcel | 2007-10-16 17:00:41 -0700 (Tue, 16 Oct 2007) | 28 lines
- FBJS: Making the Ajax object report network transport errors in Firefox consistently.
- bug 386
r63990 | marcel | 2007-10-16 17:06:23 -0700 (Tue, 16 Oct 2007) | 28 lines
- FBJS: Implementing setAction, getAction, setMethod, and getMethod for forms.
- bug 323
rSomething | joel | some time this week | some number of lines
- fb:comments now accepts a "showform" boolean attribute to show an inline form.
