| /[drupal]/contributions/modules/diggthis/diggthis.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Feature request #637288 by jasont28: added permission for administering diggthis module settings
Added HTML comments around the JavaScript variables for the digg this button to avoid them from being indexed by Drupal's search system #356731;
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;
Rolled back the last commit which did not make sense at all. High time for taking a rest
Use hook_view instead of hook_nodeapi to hopefully fix bug #356731
Converted to unix line endings and utf8 where necessary
Call theme function for an individual story to get rid off the foreach loop in the theme function
Use include files for admin settings and page functions
Bugfix: Added quotes around title in JS code of Digg button
Added setting for diggthis stories domain and moved diggthis settings page to /admin/content/diggthis
replaced diggthis_cut with truncate_utf8 and removed the diggthis_cut function
Added some inline documentation
calling url twice to generate the request URL led to a failure because of url encoding twice
Only cache if server response code equals 200. Otherwise save message in watchdog table print error message on screen
Cache response from Digg API request
Added function for doing Digg API request and theming for top stories page
Updated module information for Drupal 6 version
get top stories xml and dump simpexml object
Added stub functions and sample request for diggthis top stories feature
Added a diggthis block for display on all pages except admin area #264328 Removed the diggthis.css file
Added a function to cut down titles and descriptions that are too long.
updated to drupal 6
Added a weight feature for button display above or below the main content.
convert php variable for title to javascript using drupal_to_js
New version of the diggthis module for drupal 5.x
#97989 by nicholasThompson. Updates such as caching, lookup by target & digg URL plus by ID and more
replaced javascript with iframe
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |