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

Log of /contributions/modules/fb/fb_feed.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.22
Tue Nov 24 23:04:32 2009 UTC (3 days, 1 hour ago) by yogadex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +0 -0 lines
FILE REMOVED
re-organized admin/build/module groupings.  Moved some modules into contrib directory.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 23:09:49 2009 UTC (8 days, 1 hour ago) by yogadex
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
warning fix

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 20:39:52 2009 UTC (4 weeks, 3 days ago) by yogadex
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
avoid use of dprint_r()

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 14:00:36 2009 UTC (5 weeks, 1 day ago) by yogadex
Branch: MAIN
Changes since 1.18: +56 -1 lines
Diff to previous 1.18
Now supporting Action Links in template.
Also function for retrieving feed dialog data, enabling feed dialogs via ajax.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 20 20:24:40 2009 UTC (3 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.17: +10 -8 lines
Diff to previous 1.17
eliminate debug output

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

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 14 22:34:03 2009 UTC (3 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.15: +167 -94 lines
Diff to previous 1.15
Now supporting showFeedDialog on canvas pages, as well as connect.
Changes and updates to template forms, bringing in sync with changes to facebook apis.

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 19:18:17 2009 UTC (4 months, 2 weeks ago) by yogadex
Branch: DRUPAL-5--2
Changes since 1.10: +242 -52 lines
Diff to previous 1.10 , to next main 1.22
now adding showFeedDialog calls to canvas pages.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 22:56:44 2009 UTC (6 months ago) by yogadex
Branch: MAIN
Changes since 1.14: +45 -33 lines
Diff to previous 1.14
check that template is found before showing dialog

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 18:25:28 2009 UTC (6 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.13: +142 -5 lines
Diff to previous 1.13
Implemented an action to show a feed dialog.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 18:12:12 2009 UTC (6 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.12: +5 -4 lines
Diff to previous 1.12
apply check_plain to template markup

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 22:11:12 2009 UTC (7 months ago) by yogadex
Branch: MAIN
Changes since 1.11: +63 -27 lines
Diff to previous 1.11
Added a label column to make feed templates easier to access programatically.  Change fb_feed_show_dialog API to take template label instead of nid.

Revision 1.11 - (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.10: +46 -46 lines
Diff to previous 1.10
#235457 by Dave Cohen; initial upgrade to Drupal 6

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 01:48:35 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.9: +41 -11 lines
Diff to previous 1.9
Misc fixes

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 19:35:37 2009 UTC (9 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.8: +82 -18 lines
Diff to previous 1.8
add try..catch clause to catch some problems.
Also a new method to publish feeds via showFeedDialog.  This currently requires fbconnect.  Later can be made to work with canvas pages, too.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 22:48:20 2009 UTC (10 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
#296266 by NigelC: use %f rather than %d for bundle_id.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 18:16:29 2009 UTC (10 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
#355532 by NigelC: got the body_general token name right.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 17:39:36 2009 UTC (10 months, 3 weeks ago) by yogadex
Branch: MAIN
Changes since 1.5: +6 -4 lines
Diff to previous 1.5
avoid escaping markup too many times.  Allows feed links to display properly when HTML excapes are included.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 23:09:47 2008 UTC (11 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.4: +12 -11 lines
Diff to previous 1.4
Support for custom triggers, because Drupal's trigger mechanism is hard for third-party modules to customize.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 19:36:55 2008 UTC (11 months, 1 week ago) by yogadex
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
Fixed typo in permission name.
Infinite session no longer required to register a feed template.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 18:29:09 2008 UTC (15 months, 1 week ago) by yogadex
Branch: MAIN
CVS Tags: DRUPAL-5--0-1
Changes since 1.2: +7 -6 lines
Diff to previous 1.2
Added is_array test

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 17:19:50 2008 UTC (15 months, 2 weeks ago) by yogadex
Branch: MAIN
Changes since 1.1: +263 -79 lines
Diff to previous 1.1
Advanced bundle management and misc fixes.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 20:26:37 2008 UTC (15 months, 3 weeks ago) by yogadex
Branch: MAIN
fb_feed module defines a content type, action, and other functions for facebook's feed api.

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