/[drupal]/contributions/modules/fb/fb_connect.module
ViewVC logotype

Log of /contributions/modules/fb/fb_connect.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 20:16:51 2009 UTC (36 hours, 7 minutes ago) by yogadex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +26 -18 lines
Diff to previous 1.36
honor uploaded user picture, if present, instead of facebook profile pic

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 24 22:52:11 2009 UTC (4 days, 9 hours ago) by yogadex
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35
Support profile pic even when user has changed name.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 02:09:01 2009 UTC (11 days, 6 hours ago) by yogadex
Branch: MAIN
Changes since 1.34: +2 -0 lines
Diff to previous 1.34
#630072 by vectoroc, Dave Cohen: fixed FBML display issues and event binding.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 19:45:05 2009 UTC (11 days, 12 hours ago) by yogadex
Branch: MAIN
Changes since 1.33: +8 -3 lines
Diff to previous 1.33
Fixes for PHP warnings
support for site offline canvas page

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 21:03:10 2009 UTC (2 weeks, 3 days ago) by yogadex
Branch: MAIN
Changes since 1.32: +17 -11 lines
Diff to previous 1.32
numerous fixes for E_NOTICE warnings

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 23:15:47 2009 UTC (2 weeks, 5 days ago) by yogadex
Branch: MAIN
Changes since 1.31: +6 -0 lines
Diff to previous 1.31
#614260; at least partial fix.  resolves issues with iframe support in fb_fbml theme and infinite redirect when fb_connect and iframes used together.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 21:03:10 2009 UTC (4 weeks, 4 days ago) by yogadex
Branch: MAIN
Changes since 1.30: +23 -6 lines
Diff to previous 1.30
#614392 by vectoroc; support for http://wiki.developers.facebook.com/index.php/Facebook_Connect_Via_SSL

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 20:39:23 2009 UTC (4 weeks, 4 days ago) by yogadex
Branch: MAIN
Changes since 1.29: +12 -1 lines
Diff to previous 1.29
respect destination on logout

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 20:19:27 2009 UTC (4 weeks, 4 days ago) by yogadex
Branch: MAIN
Changes since 1.28: +17 -3 lines
Diff to previous 1.28
Helper functions to allow connect js to run via ajax.
Moved pseudo-event subscription to init function, not drupal behavior.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 23:22:12 2009 UTC (5 weeks, 2 days ago) by yogadex
Branch: MAIN
Changes since 1.27: +6 -6 lines
Diff to previous 1.27
Improvements to javascript.  Renamed some functions!
Added concept of pseudo-events to allow easier customization of javascript behavior.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 14:14:00 2009 UTC (5 weeks, 2 days ago) by yogadex
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26
minor comment cleanup.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 15:54:36 2009 UTC (5 weeks, 4 days ago) by yogadex
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
honor #link_attributes when theming popup link

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 21:44:38 2009 UTC (3 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Slightly improved message

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 7 00:00:49 2009 UTC (3 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.23: +4 -1 lines
Diff to previous 1.23
#499026 prevent user 1 from logging into Facebook Connect.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 18:01:29 2009 UTC (5 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.22: +93 -1 lines
Diff to previous 1.22
use hook_theme_registry_alter to override drupal's theme username and user_picture.  Use XFBML instead.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 23 01:56:53 2009 UTC (6 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.21: +28 -1 lines
Diff to previous 1.21
Changed the markup associated with FBML popups on connect pages.
Added theme hooks to build serverfbml from data structures.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 00:39:55 2009 UTC (6 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.20: +33 -12 lines
Diff to previous 1.20
More robust detection of user logout.
Use cache to store init javascript, because session is not shared with facebook event callbacks.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 18:12:53 2009 UTC (6 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.19: +20 -2 lines
Diff to previous 1.19
use theme function to make FBML markup easy to override

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 20:55:49 2009 UTC (7 months ago) by yogadex
Branch: MAIN
Changes since 1.18: +24 -0 lines
Diff to previous 1.18
introducing fb_connect_init_js

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 22:11:57 2009 UTC (7 months ago) by yogadex
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17
eliminsted blank space, added comment.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 23:34:07 2009 UTC (7 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.16: +52 -20 lines
Diff to previous 1.16
Login block now respects filter setting.
Helper function to aid themes displaying username.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 18:16:12 2009 UTC (7 months, 4 weeks ago) by yogadex
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Fix to get proper connect_url

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 03:02:15 2009 UTC (7 months, 4 weeks ago) by yogadex
Branch: MAIN
Changes since 1.14: +22 -9 lines
Diff to previous 1.14
compute the connect_url independent of url rewriting.
set the connect url automatically when saving app settings.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:26:24 2009 UTC (8 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
correct path for receiver

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 16:27:21 2009 UTC (8 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.12: +20 -1 lines
Diff to previous 1.12
proper initialization of javascript for primary app.
also warning when saving app that property cannot be set automatically.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 00:49:16 2009 UTC (8 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
form_alter hook had 5.x signature.  oops!

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 00:02:21 2009 UTC (8 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.10: +147 -22 lines
Diff to previous 1.10
numerous cleanup and improvements from 5.x branch

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 23:08:26 2009 UTC (8 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.9.2.6: +1 -1 lines
Diff to previous 1.9.2.6 , to branch point 1.9 , to next main 1.37
adding xmlns to receiver.  could this fix IE issues?

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 22:33:09 2009 UTC (8 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.9.2.5: +7 -1 lines
Diff to previous 1.9.2.5 , to branch point 1.9
Avoid use of reloadIfSessionStateChanged

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 02:24:51 2009 UTC (8 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.9.2.4: +2 -2 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Fixed typo in JS function names

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 20:00:28 2009 UTC (8 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.9.2.3: +3 -4 lines
Diff to previous 1.9.2.3 , to branch point 1.9
use show and hide javascript to degrade gracefully when fbConnect not available

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 21:02:06 2009 UTC (8 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.9.2.2: +0 -5 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Removed unnecessary and problematic call to fb_connect_init.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 19:53:04 2009 UTC (8 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.9.2.1: +71 -9 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Facebook Connect blocks now highly configurable.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 17:54:47 2009 UTC (8 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.9: +74 -41 lines
Diff to previous 1.9
several fixes, especially for logout.
introduced 'primary' fb connect app.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 17:07:36 2009 UTC (8 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.9: +8 -11 lines
Diff to previous 1.9
#235457 by Dave Cohen; initial upgrade to Drupal 6

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 20:42:24 2009 UTC (8 months, 4 weeks ago) by yogadex
Branch: MAIN
CVS Tags: DRUPAL-5--0-2
Branch point for: DRUPAL-5--2
Changes since 1.8: +9 -0 lines
Diff to previous 1.8
Now setting global $fb and $fb_app for fbConnect requests as well as canvas pages.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 16:49:49 2009 UTC (8 months, 4 weeks ago) by yogadex
Branch: MAIN
Changes since 1.7: +13 -5 lines
Diff to previous 1.7
slight change in the way extra js is called

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 23:39:59 2009 UTC (9 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.6: +44 -32 lines
Diff to previous 1.6
Changes to fbConnect session management.  Changing session id when logged in via fb connect.  This prevents the Drupal session from conflicting with the fbconnect session, and ensures user is properly logged out when user logs out of facebook.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 02:46:13 2009 UTC (9 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.5: +17 -16 lines
Diff to previous 1.5
avoid fatal error when facebook.php is not found

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 19:34:27 2009 UTC (9 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.4: +10 -4 lines
Diff to previous 1.4
use hook_fb to allow other modules to inject javascript after fb connect init.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 19:39:46 2009 UTC (9 months, 4 weeks ago) by yogadex
Branch: MAIN
Changes since 1.3: +63 -1 lines
Diff to previous 1.3
Facebook Connect login block
very little testing, may be buggy

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 01:27:26 2009 UTC (10 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.2: +4 -6 lines
Diff to previous 1.2
comment cleanup

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 17:50:20 2008 UTC (12 months, 4 weeks ago) by yogadex
Branch: MAIN
Changes since 1.1: +168 -13 lines
Diff to previous 1.1
Initial support for fbConnect and fbConnect based authentication.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 20:44:48 2008 UTC (14 months, 1 week ago) by yogadex
Branch: MAIN
CVS Tags: DRUPAL-5--0-1
Initial support for Facebook Connect javascript.  Very limited support - all API likely to change!

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2