/[drupal]/contributions/modules/diggthis/diggthis.module
ViewVC logotype

Log of /contributions/modules/diggthis/diggthis.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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 21:24:35 2009 UTC (16 hours, 45 minutes ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--2-2-RC1, HEAD
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
Feature request #637288 by jasont28: added permission for administering diggthis module settings

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 20:40:51 2009 UTC (10 months, 2 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--2-1-RC1
Changes since 1.23: +3 -2 lines
Diff to previous 1.23
Added HTML comments around the JavaScript variables for the digg this button to avoid them from being indexed by Drupal's search system #356731;

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 20:29:37 2009 UTC (10 months, 2 weeks ago) by yaph
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC1
Changes since 1.6.2.2: +15 -9 lines
Diff to previous 1.6.2.2 , to branch point 1.6 , to next main 1.25
Added HTML comments around the JavaScript variables for the digg this button to avoid them from being indexed by Drupal's search system #356731;
Fixed bugs that were not yet resolved in the Drupal 5 version:
Limit the legth of the title and the teaser #191746;
Unquoted title variable #292792;
Added the $bg_string to the JS code to let the background color actually have an effect;

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 00:37:33 2009 UTC (10 months, 2 weeks ago) by yaph
Branch: DRUPAL-5--2
Changes since 1.6.2.1: +6 -7 lines
Diff to previous 1.6.2.1 , to branch point 1.6
Rolled back the last commit which did not make sense at all. High time for taking a rest

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 00:04:01 2009 UTC (10 months, 2 weeks ago) by yaph
Branch: DRUPAL-5--2
Changes since 1.6: +6 -4 lines
Diff to previous 1.6
Use hook_view instead of hook_nodeapi to hopefully fix bug #356731

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 10 22:06:08 2008 UTC (14 months, 2 weeks ago) by yaph
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Converted to unix line endings and utf8 where necessary

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 12:54:46 2008 UTC (14 months, 3 weeks ago) by yaph
Branch: MAIN
Branch point for: DRUPAL-6--2
Changes since 1.21: +16 -17 lines
Diff to previous 1.21
Call theme function for an individual story to get rid off the foreach loop in the theme function

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 12:12:47 2008 UTC (14 months, 3 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--2-1-DEV
Changes since 1.20: +5 -116 lines
Diff to previous 1.20
Use include files for admin settings and page functions

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 19:07:16 2008 UTC (15 months, 3 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--2-0
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
Bugfix: Added quotes around title in JS code of Digg button

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 28 18:38:38 2008 UTC (16 months ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.18: +39 -10 lines
Diff to previous 1.18
Added setting for diggthis stories domain and moved diggthis settings page to /admin/content/diggthis

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 21:13:58 2008 UTC (16 months, 2 weeks ago) by yaph
Branch: MAIN
Changes since 1.17: +4 -21 lines
Diff to previous 1.17
replaced diggthis_cut with truncate_utf8 and removed the diggthis_cut function

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 12:40:00 2008 UTC (16 months, 2 weeks ago) by yaph
Branch: MAIN
Changes since 1.16: +15 -9 lines
Diff to previous 1.16
Added some inline documentation

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 18:44:45 2008 UTC (16 months, 3 weeks ago) by yaph
Branch: MAIN
Changes since 1.15: +17 -14 lines
Diff to previous 1.15
calling url twice to generate the request URL led to a failure because of url encoding twice

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 20:18:34 2008 UTC (16 months, 3 weeks ago) by yaph
Branch: MAIN
Changes since 1.14: +26 -9 lines
Diff to previous 1.14
Only cache if server response code equals 200. Otherwise save message in watchdog table print error message on screen

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 18:28:31 2008 UTC (16 months, 3 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-DEV
Changes since 1.13: +16 -17 lines
Diff to previous 1.13
Cache response from Digg API request

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 21:50:46 2008 UTC (17 months ago) by yaph
Branch: MAIN
Changes since 1.12: +62 -13 lines
Diff to previous 1.12
Added function for doing Digg API request and theming for top stories page

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 22:26:28 2008 UTC (17 months ago) by yaph
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Updated module information for Drupal 6 version

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 22:15:08 2008 UTC (17 months ago) by yaph
Branch: MAIN
Changes since 1.10: +23 -6 lines
Diff to previous 1.10
get top stories xml and dump simpexml object

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 21:31:29 2008 UTC (17 months ago) by yaph
Branch: MAIN
Changes since 1.9: +27 -4 lines
Diff to previous 1.9
Added stub functions and sample request for diggthis top stories feature

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 7 14:32:13 2008 UTC (17 months, 3 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--1-4-DEV
Changes since 1.8: +88 -20 lines
Diff to previous 1.8
Added a diggthis block for display on all pages except admin area #264328
Removed the diggthis.css file

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 17:45:27 2008 UTC (21 months, 1 week ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.7: +11 -3 lines
Diff to previous 1.7
Added a function to cut down titles and descriptions that are too long.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 16:19:16 2008 UTC (21 months, 1 week ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.6: +26 -19 lines
Diff to previous 1.6
updated to drupal 6

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 17 13:50:27 2007 UTC (2 years, 6 months ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--2-0
Branch point for: DRUPAL-5, DRUPAL-5--2
Changes since 1.5: +10 -2 lines
Diff to previous 1.5
Added a weight feature for button display above or below the main content.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 22:12:18 2007 UTC (2 years, 8 months ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.4: +4 -3 lines
Diff to previous 1.4
convert php variable for title to javascript using drupal_to_js

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 19:41:32 2007 UTC (2 years, 8 months ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.3: +116 -413 lines
Diff to previous 1.3
New version of the diggthis module for drupal 5.x

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 15:03:49 2006 UTC (3 years ago) by njt1982
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-3, DRUPAL-5--1-0
Changes since 1.2: +322 -65 lines
Diff to previous 1.2
#97989 by nicholasThompson. Updates such as caching, lookup by target & digg URL plus by ID and more

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 12:00:43 2006 UTC (3 years, 1 month ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-2
Branch point for: DRUPAL-4-7
Changes since 1.1: +2 -6 lines
Diff to previous 1.1
replaced javascript with iframe

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 12 17:06:52 2006 UTC (3 years, 1 month ago) by yaph
Branch: MAIN
Initial commit

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