summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
The Great Git Migration [Fri, 25 Feb 2011 02:07:57 +0000]
Stripping CVS keywords
Dave Cohen [Wed, 30 Jul 2008 19:19:57 +0000]
Renamed _fb_user_authname to _fb_user_get_authmap
Dave Cohen [Tue, 29 Jul 2008 22:33:52 +0000]
DRUPAL-5 specific content for readme
Dave Cohen [Tue, 29 Jul 2008 18:08:12 +0000]
Initial support for iframes embedded within fbml.
Dave Cohen [Tue, 29 Jul 2008 18:07:06 +0000]
Fixed a mistake in the is_iframe logic
Dave Cohen [Fri, 25 Jul 2008 19:15:29 +0000]
Work on mapping local accounts to facebook accounts.
Dave Cohen [Fri, 25 Jul 2008 19:14:30 +0000]
Helper function to make it easier to invite friends to visit a specific page.
Dave Cohen [Fri, 25 Jul 2008 19:13:52 +0000]
Use regexp to correct changes facebook makes to element ids.
Dave Cohen [Fri, 25 Jul 2008 19:13:19 +0000]
Convenience method to return an apps about page URL.
Dave Cohen [Fri, 25 Jul 2008 19:12:43 +0000]
indentation, line break
Dave Cohen [Wed, 16 Jul 2008 21:08:02 +0000]
Changed the devel paths and added a page for user-specific devel info.
Dave Cohen [Wed, 16 Jul 2008 21:07:39 +0000]
Added fb_user_get_local_friends(). This function returns the local uids of users who are also friends of the current user. Currently working only for the current user, on canvas pages.
Dave Cohen [Wed, 16 Jul 2008 21:06:05 +0000]
Fixed a minor typo.
Dave Cohen [Fri, 11 Jul 2008 23:39:24 +0000]
Fixed bugs when multiple ahah forms are on same page.
Dave Cohen [Thu, 10 Jul 2008 06:38:21 +0000]
Initial support for AHAH in forms in FBML. Using FBJS and an abstraction layer similar to that used in the ahah_forms module.
Dave Cohen [Wed, 9 Jul 2008 16:42:42 +0000]
Fixed a permission problem when session first starts for an existing user. Use a redirect to refresh the page, so Drupal knows the proper user from the start of the request.
Dave Cohen [Wed, 2 Jul 2008 23:59:27 +0000]
Previously, a new role was created automatically for each application. This was silly.
Now, you can create a role manually. Users who add the app will be given the role automatically.
Dave Cohen [Wed, 2 Jul 2008 23:51:32 +0000]
#275432 by sushilmasti, fix for the invite form. This fixes a syntax error in the previous checkin.
Dave Cohen [Wed, 2 Jul 2008 22:58:15 +0000]
#275432 by sushilmasti, fix for the invite form.
Dave Cohen [Fri, 20 Jun 2008 20:05:38 +0000]
Using fb_verbose to limit debug messages.
Dave Cohen [Fri, 20 Jun 2008 20:04:58 +0000]
Cleaned up a watchdog message and added a way to debug require_add and require_login calls
Dave Cohen [Fri, 20 Jun 2008 20:04:26 +0000]
Added a sanity check to session management. Relevant when a user adds an iframe app, then removes it.
Dave Cohen [Tue, 17 Jun 2008 22:51:59 +0000]
Recent changes to URL rewriting means we generate relative links where we used to use absolute.
Dave Cohen [Tue, 17 Jun 2008 22:50:22 +0000]
Fixed problems with redirection after user adds app, when require_add() is used.
Dave Cohen [Tue, 17 Jun 2008 22:49:18 +0000]
Added some comments
Added a helper function using regexps to clean up links in profile fbml.
Dave Cohen [Tue, 17 Jun 2008 22:47:47 +0000]
Fixed a typo.
Dave Cohen [Tue, 17 Jun 2008 22:47:24 +0000]
Api changes in most recent actions for Drupal 5.x.
Also some bug fixes.
Dave Cohen [Tue, 17 Jun 2008 22:42:03 +0000]
Cleaned out some deprecated code.
Added a helper function to cache user info in session, avoiding some inefficient queries to facebook servers.
Dave Cohen [Tue, 20 May 2008 05:39:31 +0000]
Changed aligment of tabs and misc style improvements.
Dave Cohen [Tue, 20 May 2008 05:38:52 +0000]
Introducing a views argument to show posts authored by facebook friends of a given user.
Dave Cohen [Tue, 20 May 2008 05:37:52 +0000]
Added a facebook user id column to the fb_user_app table. This duplicates information in the authmap table, but is more efficient to query this way.
Dave Cohen [Tue, 20 May 2008 05:36:59 +0000]
fb_api_init now tries harder to log in as the user passed in.
improved fb_get_friends to try to log in as the user who's friends are being enquired about. This makes it more reliable on non-canvas pages, but still may not function properly (ie if the user has not established an infinite session).
Dave Cohen [Tue, 20 May 2008 05:35:09 +0000]
Added another regular expression substitution to display user names better on FBML pages.
This is experimental code because it may confuse users and administrators to see facebook names where they would otherwise see drupal username.
Dave Cohen [Tue, 20 May 2008 05:33:08 +0000]
Only display image if user has uploaded on. Fixes an FBML warning.
Dave Cohen [Tue, 13 May 2008 14:54:26 +0000]
Infinite session help stopped working. Now limited to canvas pages.
Dave Cohen [Tue, 13 May 2008 14:53:53 +0000]
#256249 by amanuel: choose role rather than typing role id.
Also tweaked inline form descriptions.
Dave Cohen [Thu, 8 May 2008 02:16:03 +0000]
Numerous improvements.
Dave Cohen [Thu, 8 May 2008 02:15:29 +0000]
Fixed some problems with the post-add page.
Dave Cohen [Thu, 8 May 2008 02:14:29 +0000]
Improvements to friend invitation form. Exclude friends who already have app installed.
Dave Cohen [Thu, 8 May 2008 02:11:52 +0000]
Cleaned up problem with redirects after FBML form submits.
Dave Cohen [Thu, 8 May 2008 02:10:56 +0000]
Fix to iframe session managment.
Disabled problematic fb_node_grants function.
Dave Cohen [Mon, 5 May 2008 22:14:18 +0000]
fb_form.module now provides a page inviting users to install the application.
Dave Cohen [Mon, 5 May 2008 22:13:25 +0000]
Fix for fully qualified form actions.
Dave Cohen [Thu, 1 May 2008 19:26:58 +0000]
Removed a call to devel function.
Dave Cohen [Thu, 1 May 2008 19:26:28 +0000]
Moved theme related code to fb_canvas and made custom theme configurable.
Dave Cohen [Fri, 18 Apr 2008 21:59:37 +0000]
fixed forms which redirected out of canvas pages.
Dave Cohen [Fri, 18 Apr 2008 21:58:58 +0000]
fix for a warning reported on d.o.
Dave Cohen [Fri, 11 Apr 2008 21:26:18 +0000]
removing fb.sql. Obsolete.
Dave Cohen [Fri, 11 Apr 2008 21:24:29 +0000]
removing fb_app.sql. Obsolete.
Dave Cohen [Mon, 7 Apr 2008 21:08:22 +0000]
Fixed a problem with redirect after form post.
Dave Cohen [Mon, 7 Apr 2008 20:56:49 +0000]
Numerous changes to Drupal for Facebook. Significant updates. Manual configuration changes required. drupalforfacebook.org/node/1055
Dave Cohen [Thu, 3 Apr 2008 22:48:54 +0000]
Removed some debug messages
Dave Cohen [Thu, 27 Mar 2008 22:13:43 +0000]
use php print rather than short <?= ... ?> syntax
#235493
Dave Cohen [Thu, 27 Mar 2008 22:11:44 +0000]
Set custom theme earlier in request cycle (hook_init), less chance that theme_init will be called before us.
Dave Cohen [Thu, 27 Mar 2008 22:10:56 +0000]
fixed a bug in parameters passed to db_query
#238003
Dave Cohen [Thu, 27 Mar 2008 22:08:48 +0000]
Major changes to account management and syncing.
http://drupal.org/node/230789
Dave Cohen [Tue, 18 Mar 2008 02:48:38 +0000]
fixed a typo in database table name
Dave Cohen [Tue, 18 Mar 2008 02:47:55 +0000]
added some helpful links to fb_app view.
Dave Cohen [Tue, 18 Mar 2008 02:46:46 +0000]
Fix for intermittent drupal_goto problems.
Dave Cohen [Tue, 18 Mar 2008 02:46:10 +0000]
Minor improvements to README
Dave Cohen [Sat, 8 Mar 2008 11:16:49 +0000]
Improved _fb_handling_form test to work even when form_token not present, as can be the case when user is not logged in.
Dave Cohen [Sat, 8 Mar 2008 11:11:28 +0000]
workaround for IE bug in which much of a canvas page would not appear.
Dave Cohen [Wed, 12 Dec 2007 15:29:19 +0000]
Fixed #198582, errors when facebook user has no friends.
Dave Cohen [Wed, 12 Dec 2007 14:39:46 +0000]
Updated readme and include links to online documentation.
Dave Cohen [Wed, 12 Dec 2007 14:39:20 +0000]
Fix to #199970, thanks robertDouglass
Dave Cohen [Tue, 11 Dec 2007 08:02:03 +0000]
fixed new actions so they can be run in cron hooks.
Dave Cohen [Tue, 11 Dec 2007 08:01:12 +0000]
fixed link to readme.txt when clean urls not enabled.
Dave Cohen [Tue, 11 Dec 2007 08:00:02 +0000]
Moved admin sidebar to right side of page, because absolute position no longer allowed. Also, don't show picture when facebook user id not known.
Dave Cohen [Tue, 20 Nov 2007 16:58:04 +0000]
fixed reference to wrong module directory in README.txt
Dave Cohen [Sun, 4 Nov 2007 08:20:43 +0000]
added fb_navigation.module to provide custom navigation for facebook apps
Dave Cohen [Sun, 4 Nov 2007 08:20:00 +0000]
added support for latest actions module (head version)
Dave Cohen [Sun, 4 Nov 2007 08:19:32 +0000]
do not show facebook picture when submitted by information is null
Dave Cohen [Sun, 4 Nov 2007 08:18:41 +0000]
Fixed suggested canvas page and deleted obsolete code
Dave Cohen [Sun, 4 Nov 2007 08:17:50 +0000]
now handling nested fb_init_path calls, and not logging is as infinite session when user visits canvas page.
Dave Cohen [Tue, 30 Oct 2007 03:14:21 +0000]
fix for #187165, invalid argument foreach
Dave Cohen [Fri, 26 Oct 2007 20:11:01 +0000]
handle db_prefix correctly. Thanks to catorghans for submitting patch #186791
Dave Cohen [Fri, 26 Oct 2007 19:59:17 +0000]
Now using php4 client libraries, even if running php5. This keeps support for php4, while avoiding uncaught exception problems.
Dave Cohen [Fri, 26 Oct 2007 19:57:03 +0000]
tweaked menus and node links to be evenly spaced
Dave Cohen [Fri, 26 Oct 2007 19:55:47 +0000]
collapsible fieldsets now collapse in FBML
Dave Cohen [Mon, 15 Oct 2007 18:39:10 +0000]
Now using fb_infinite to handle infinite sessions keys. Cron support re-worked to be based on actions. Actions for performing cron jobs, updating profile fbml, updating fbml references.
Dave Cohen [Fri, 12 Oct 2007 21:53:41 +0000]
Now checking that settings.inc has been included
Dave Cohen [Wed, 10 Oct 2007 02:56:11 +0000]
Re-arranged a number of things to make it possible to connect to facebook API from non-canvas pages. Added fb_actions, where actions will live that invoke facebook APIs.
Dave Cohen [Wed, 10 Oct 2007 02:54:48 +0000]
Now showing thumbnail pictures in post header (canvas pages).
Dave Cohen [Fri, 5 Oct 2007 08:17:20 +0000]
Now using hook_fb to query add-on modules for facebook user id and infinite session key. This allows us to display information about the facebook user on drupal's user page. But more importantly lets third-party modules query for any information facebook provides. And paves the way for interesting actions and cleaner cron implementation.
Dave Cohen [Thu, 4 Oct 2007 07:19:19 +0000]
changed class name admin to admin_sidebar, because admin confliced with class used in node edit form
Dave Cohen [Thu, 4 Oct 2007 07:18:11 +0000]
changed directory from facebook to fb
Dave Cohen [Wed, 26 Sep 2007 17:17:50 +0000]
Initial checkin of FBML theme. Part of Drupal for Facebook.
Dave Cohen [Wed, 26 Sep 2007 17:08:21 +0000]
Initial checkin of Drupal for Facebook modules.