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

Log of /contributions/modules/download_count/download_count.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.13.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 04:57:42 2008 UTC (17 months, 4 weeks ago) by chill35
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.13.2.4: +6 -5 lines
Diff to previous 1.13.2.4 , to branch point 1.13
Fixed this issue: http://drupal.org/node/262659

Revision 1.13.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 24 05:13:15 2008 UTC (18 months ago) by chill35
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.13.2.3: +26 -67 lines
Diff to previous 1.13.2.3 , to branch point 1.13
Fixed the following issues:
http://drupal.org/node/256938
http://drupal.org/node/243291
Now I no longer assume that the file description is the same as its filename.
Now I use the function t() properly.
Now I use the human-readable name for the node type on the Download Counter Page.

Revision 1.13.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 4 16:58:44 2008 UTC (18 months, 3 weeks ago) by chill35
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.13.2.2: +5 -3 lines
Diff to previous 1.13.2.2 , to branch point 1.13
Fixed bug in menu to account for a change in 'access rules' in menu from 6.1 to 6.2. Node #248536. I also improved the admin page.

Revision 1.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 20:43:32 2008 UTC (21 months, 1 week ago) by chill35
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.13.2.1: +2 -2 lines
Diff to previous 1.13.2.1 , to branch point 1.13
Fixed this bug: http://drupal.org/node/217959

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 01:43:40 2008 UTC (22 months, 2 weeks ago) by chill35
Branch: DRUPAL-6--1
Changes since 1.13: +150 -143 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 27 03:53:35 2007 UTC (2 years, 7 months ago) by chill35
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-6--0-1
Changes since 1.4.2.9: +5 -4 lines
Diff to previous 1.4.2.9 , to branch point 1.4 , to next main 1.13
New attachment table is no longer appended to content (while the old is ditched), it is put in place of the old. Order is preserved.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 27 03:51:04 2007 UTC (2 years, 7 months ago) by chill35
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
New attachment table no longer appended to content (while the old is ditched) : it actually is put in place of the old.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 03:25:45 2007 UTC (2 years, 7 months ago) by chill35
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
Now, files that have dots in their names are excluded if their extension is excluded. For example, image.preview.jpg won't be counted if 'jpg' is an excluded extension.

Revision 1.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 03:14:33 2007 UTC (2 years, 7 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.8: +2 -1 lines
Diff to previous 1.4.2.8 , to branch point 1.4
Now files with dots in their names get excluded if they end with an extension that's excluded. Ex : image.preview.jpg will be excluded if 'jpg' is excluded. No need to exclude 'preview.jpg' in other words.

Revision 1.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 6 20:21:32 2007 UTC (2 years, 8 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.7: +8 -4 lines
Diff to previous 1.4.2.7 , to branch point 1.4
Fixed a big where 2 files can share the same filename in {files} but have different filepaths.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 6 20:18:07 2007 UTC (2 years, 8 months ago) by chill35
Branch: MAIN
Changes since 1.10: +8 -4 lines
Diff to previous 1.10
Solved a bug where 2 files can share the same filename in {files} but have different filepaths.

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 18:30:39 2007 UTC (2 years, 9 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.6: +24 -2 lines
Diff to previous 1.4.2.6 , to branch point 1.4
Added file type exclusion -- these file types can be set in the admin settings

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 18:28:51 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.9: +23 -1 lines
Diff to previous 1.9
Added file type exclusion -- these file types can be set in the admin settings

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 11:15:58 2007 UTC (2 years, 9 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.5: +82 -15 lines
Diff to previous 1.4.2.5 , to branch point 1.4
Added admin settings and a new view node column in the download counter page.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 11:13:28 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.8: +82 -18 lines
Diff to previous 1.8
Added admin settings and a 'view node' column to the dounload counter table

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 10:12:55 2007 UTC (2 years, 9 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.4: +20 -18 lines
Diff to previous 1.4.2.4 , to branch point 1.4
More robust in how it displays download count in nodes (string operation)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 10:10:39 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.7: +20 -19 lines
Diff to previous 1.7
More robust in how it displays download count in nodes (string operation)

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 08:21:30 2007 UTC (2 years, 9 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.3: +4 -7 lines
Diff to previous 1.4.2.3 , to branch point 1.4
Check for "view download' perm before showing download count IN nodes (will need to change that again.)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 08:08:47 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.6: +3 -6 lines
Diff to previous 1.6
Only those who have 'view uploaded files' permission can see download count IN nodes

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 15:15:54 2007 UTC (2 years, 9 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.2: +12 -43 lines
Diff to previous 1.4.2.2 , to branch point 1.4
Added download count in nodes using hook_nodeapi($op = 'alter')

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 14:29:02 2007 UTC (2 years, 9 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4.2.1: +95 -1 lines
Diff to previous 1.4.2.1 , to branch point 1.4
*** empty log message ***

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 14:20:43 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.5: +68 -1 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 23:59:49 2007 UTC (2 years, 9 months ago) by chill35
Branch: DRUPAL-5
Changes since 1.4: +6 -5 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 22:31:36 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Minor change in module description

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 19:09:23 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.3: +24 -3 lines
Diff to previous 1.3
I added  an admin settings page to inform the admin about the download method selected. That page also shows the table of download count.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 15:12:10 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.2: +14 -4 lines
Diff to previous 1.2
Added more access control granularity. With a new 'perm', users can or cannot access download count of files attached to nodes they have not authored.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 12 11:07:30 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
drupal_set_title(t('Download center')); // added the t() function

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 12 07:15:27 2007 UTC (2 years, 9 months ago) by chill35
Branch: MAIN
Initial Release for Drupal 4.7

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