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

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

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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 02:09:01 2009 UTC (9 days, 15 hours ago) by yogadex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +14 -11 lines
Diff to previous 1.13
#630072 by vectoroc, Dave Cohen: fixed FBML display issues and event binding.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 19:29:40 2009 UTC (9 days, 22 hours ago) by yogadex
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
#630264 by vectoroc; fixed a typo

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 23:15:47 2009 UTC (2 weeks, 3 days ago) by yogadex
Branch: MAIN
Changes since 1.11: +4 -2 lines
Diff to previous 1.11
#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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 20:19:27 2009 UTC (4 weeks, 2 days ago) by yogadex
Branch: MAIN
Changes since 1.10: +16 -8 lines
Diff to previous 1.10
Helper functions to allow connect js to run via ajax.
Moved pseudo-event subscription to init function, not drupal behavior.

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

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 15:55:19 2009 UTC (5 weeks, 3 days ago) by yogadex
Branch: MAIN
Changes since 1.8: +16 -5 lines
Diff to previous 1.8
Add parseDomElement to drupal behavior, so that XFBML can be added in ajax or ahah.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 18:50:44 2009 UTC (3 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Fix to page reload logic

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

Revision 1.6 - (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.5: +4 -4 lines
Diff to previous 1.5
More robust detection of user logout.
Use cache to store init javascript, because session is not shared with facebook event callbacks.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 19:25:50 2009 UTC (6 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.4: +13 -0 lines
Diff to previous 1.4
Now using javascript call FBMLPopupDialog.  Makes markup relatively easy for page authors.

Revision 1.4 - (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.3: +31 -36 lines
Diff to previous 1.3
numerous cleanup and improvements from 5.x branch

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 22:33:09 2009 UTC (8 months, 1 week ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.3.2.2: +27 -18 lines
Diff to previous 1.3.2.2 , to branch point 1.3 , to next main 1.14
Avoid use of reloadIfSessionStateChanged

Revision 1.3.2.2 - (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.3.2.1: +5 -14 lines
Diff to previous 1.3.2.1 , to branch point 1.3
use show and hide javascript to degrade gracefully when fbConnect not available

Revision 1.3.2.1 - (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.3: +1 -6 lines
Diff to previous 1.3
Removed unnecessary and problematic call to fb_connect_init.

Revision 1.3 - (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
CVS Tags: DRUPAL-5--0-2
Branch point for: DRUPAL-5--2
Changes since 1.2: +4 -11 lines
Diff to previous 1.2
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.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 19:33:39 2009 UTC (9 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
changed a function name

Revision 1.1 - (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
Facebook Connect login block
very little testing, may be buggy

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