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

Log of /contributions/modules/fb/fb_app.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.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 23:09:39 2009 UTC (4 days, 19 hours ago) by yogadex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +11 -3 lines
Diff to previous 1.33
comments and warning fix

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

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

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 22:47:49 2009 UTC (3 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
improved text in form field description

Revision 1.24.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 22:15:16 2009 UTC (3 months, 3 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.24.2.1: +1 -1 lines
Diff to previous 1.24.2.1 , to branch point 1.24 , to next main 1.34
More verbose description of app label.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 19:28:14 2009 UTC (6 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29
#449838 by Dave Cohen; restore canvas column to fb_app table.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 23:55:38 2009 UTC (7 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.28: +4 -7 lines
Diff to previous 1.28
Cleaned up some database columns that are no longer used.  And they were causing problems for databases in strict mode.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 03:03:00 2009 UTC (7 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
avoid use of FB_FBU_NO_SESSION, as it causes cookies to be set which conflict with Facebook Connect

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:27:01 2009 UTC (8 months ago) by yogadex
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Using FB_FBU_NO_SESSION conflicts with Facebook Connect

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 00:00:55 2009 UTC (8 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25
Avoid saving session state after facebook event callback (which is not a regular request from a user)

Revision 1.24.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 00:55:20 2009 UTC (8 months, 1 week ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.24: +2 -0 lines
Diff to previous 1.24
Avoid problematic session save after user event callback.

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

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

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 01:47:25 2009 UTC (8 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
Use proper key for authorize_url

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 8 20:41:35 2009 UTC (9 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
#369176; admin_getAppProperties returns an array, not an object.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 02:47:28 2009 UTC (9 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.20: +85 -26 lines
Diff to previous 1.20
Automatically set properties when application is saved.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 22:59:42 2009 UTC (9 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.19: +7 -6 lines
Diff to previous 1.19
Avoid a fatal error when fb_init_api fails.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 19:33:18 2009 UTC (9 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.18: +53 -13 lines
Diff to previous 1.18
#360334 (work in progress) use getAppProperties to learn the canvas url, rather than forcing the user to type it.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 01:26:42 2009 UTC (10 months ago) by yogadex
Branch: MAIN
Changes since 1.17: +1 -0 lines
Diff to previous 1.17
Global user needed for access check.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 17:49:18 2008 UTC (12 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.16: +29 -31 lines
Diff to previous 1.16
Changed signature of hook_fb.
Changed user handling.
Both of these changes are designed to make fbConnect authentication easier to support.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 20:27:30 2008 UTC (15 months, 2 weeks ago) by yogadex
Branch: MAIN
CVS Tags: DRUPAL-5--0-1
Changes since 1.15: +1 -28 lines
Diff to previous 1.15
Cleaned out some obsolete junk.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 04:47:31 2008 UTC (15 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.14: +53 -61 lines
Diff to previous 1.14
This branch (version 2.x) now using the newer API from Facebook.
Initial changes to use new session model (no "adding" of apps).
Still more work to be done version 2.x.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 19:13:19 2008 UTC (16 months ago) by yogadex
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.13: +7 -2 lines
Diff to previous 1.13
Convenience method to return an apps about page URL.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 23:59:27 2008 UTC (16 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.12: +4 -14 lines
Diff to previous 1.12
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.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 22:47:47 2008 UTC (17 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Fixed a typo.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 05:33:08 2008 UTC (18 months ago) by yogadex
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Only display image if user has uploaded on.  Fixes an FBML warning.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 7 20:56:49 2008 UTC (19 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.9: +28 -25 lines
Diff to previous 1.9
Numerous changes to Drupal for Facebook.  Significant updates.  Manual configuration changes required.  http://drupalforfacebook.org/node/1055

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 27 22:10:56 2008 UTC (19 months, 4 weeks ago) by yogadex
Branch: MAIN
CVS Tags: DRUPAL-5--0-0
Changes since 1.8: +8 -6 lines
Diff to previous 1.8
fixed a bug in parameters passed to db_query
#238003

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 18 02:47:55 2008 UTC (20 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.7: +36 -21 lines
Diff to previous 1.7
added some helpful links to fb_app view.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 4 08:18:41 2007 UTC (2 years ago) by yogadex
Branch: MAIN
Changes since 1.6: +1 -9 lines
Diff to previous 1.6
Fixed suggested canvas page and deleted obsolete code

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 30 03:14:21 2007 UTC (2 years ago) by yogadex
Branch: MAIN
Changes since 1.5: +17 -15 lines
Diff to previous 1.5
fix for #187165, invalid argument foreach

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 26 19:59:17 2007 UTC (2 years ago) by yogadex
Branch: MAIN
Changes since 1.4: +10 -6 lines
Diff to previous 1.4
Now using php4 client libraries, even if running php5.  This keeps support for php4, while avoiding uncaught exception problems.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 18:39:09 2007 UTC (2 years, 1 month ago) by yogadex
Branch: MAIN
Changes since 1.3: +7 -4 lines
Diff to previous 1.3
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.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 10 02:56:11 2007 UTC (2 years, 1 month ago) by yogadex
Branch: MAIN
Changes since 1.2: +44 -20 lines
Diff to previous 1.2
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.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 08:17:20 2007 UTC (2 years, 1 month ago) by yogadex
Branch: MAIN
Changes since 1.1: +63 -55 lines
Diff to previous 1.1
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.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 26 17:08:21 2007 UTC (2 years, 1 month ago) by yogadex
Branch: MAIN
Initial checkin of Drupal for Facebook modules.

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