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

Log of /contributions/modules/cdn/cdn.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]
Wed Jul 1 19:36:50 2009 UTC (4 months, 3 weeks ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, HEAD
Changes since 1.24: +1 -26 lines
Diff to previous 1.24
I forgot to remove the demo code. Pity.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 11:35:31 2009 UTC (4 months, 3 weeks ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.23: +364 -442 lines
Diff to previous 1.23
Initial commit of the the rewritten CDN integration module for Drupal 6.

Revision 1.23
Thu May 21 16:22:26 2009 UTC (6 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.22: +1 -1 lines
FILE REMOVED
Cleaned up HEAD for the upcoming, completely rewritten version of the CDN integration module. This rewrite was part of my bachelor thesis.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 14:32:21 2008 UTC (21 months, 4 weeks ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.21: +30 -3 lines
Diff to previous 1.21
- Improved: permissions added to access per-page statistics. Refactored hook_file_server() implementation and cdn_file_url() to use less memory.
- Improved: added a debug mode, in which only users with a certain permission get served files from the CDN.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 13:09:25 2008 UTC (21 months, 4 weeks ago) by wimleers
Branch: MAIN
Changes since 1.20: +13 -2 lines
Diff to previous 1.20
- Improved the cleanup of temporary files that were created to update the embedded URLs.
- Added a check for PHP's safe mode in hook_requirements().

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 23:20:52 2008 UTC (21 months, 4 weeks ago) by wimleers
Branch: MAIN
Changes since 1.19: +6 -5 lines
Diff to previous 1.19
- Improved: more accurate synced files list (now excludes files scheduled for deletion).
- Improved: list file counts in each of the 3 sections of the site-wide statistics.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 01:24:24 2008 UTC (22 months ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-RC1, DRUPAL-5--1-0-RC2
Changes since 1.18: +2 -4 lines
Diff to previous 1.18
Fix typo in permission check in hook_exit().

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 00:38:30 2008 UTC (22 months ago) by wimleers
Branch: MAIN
Changes since 1.17: +50 -11 lines
Diff to previous 1.17
- Site-wide statistics now also lists files that are queued for deletion.
- Fixed site-wide coverage percentage calculation.
- More consistency in output of site-wide statistics.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:59:05 2008 UTC (22 months ago) by wimleers
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Fixed the default value for the cdn_sync_filters variable.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:50:51 2008 UTC (22 months ago) by wimleers
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Fixed 2 minor interface bugs.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:00:49 2008 UTC (22 months ago) by wimleers
Branch: MAIN
Changes since 1.14: +5 -3 lines
Diff to previous 1.14
Minor improvements to the per-page stats.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 21:48:19 2008 UTC (22 months ago) by wimleers
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
Fixed possible division by zero.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 16:01:11 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
Updated theme_cdn_scheduled_unsynced_files_list() to also show the filesize.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 15:35:13 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Small fix in theme_cdn_scheduled_unsynced_files_list().

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 15:28:12 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.10: +8 -6 lines
Diff to previous 1.10
Make sure only the first instance of a file is added to the statistics in _cdn_devel_page_stats().

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 09:44:17 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.9: +13 -1 lines
Diff to previous 1.9
Added documentation for theme_cdn_page_stats().

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 09:40:11 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.8: +16 -1 lines
Diff to previous 1.8
Added documentation for theme_cdn_numbers().

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 09:25:04 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.7: +38 -3 lines
Diff to previous 1.7
#212376: implemented #3: Ability to choose either Drupal's cron or CDN integration's cron as the cron method.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 00:21:58 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Minor fix for the previous commit.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 00:01:03 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.5: +132 -31 lines
Diff to previous 1.5
Improved the per-page statistics a lot, as well as the side-wide statistics. They are much more helpful now in tracking down files that aren't being picked up by your filters.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 12 15:26:55 2008 UTC (22 months, 2 weeks ago) by wimleers
Branch: MAIN
Changes since 1.4: +2 -4 lines
Diff to previous 1.4
- Updated Drupal core patch.
- Fixed file URLs.
- Removed some leftover code in cdn.module.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 23:58:22 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.3: +47 -3 lines
Diff to previous 1.3
Added new information to the site-wide statistics: scheduled files, size of scheduled files, synchronized files and coverage.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 13:21:28 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
Changes since 1.2: +103 -4 lines
Diff to previous 1.2
- Improvement: per-page stats are now only collected if this feature is enabled.
- Improvement: can now generate unique URLs that do *not* break the URLs in CSS files.
- New: CDN sync filters are *much* more powerful and granular now.
- New: unique level specifier, either 'file' or 'common parent directory'.
- New: 'md5 of mtimes' unique method, for use with the 'common parent directory unique level specifier.
- New: site-wide statistics.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 20:16:48 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
Changes since 1.1: +71 -9 lines
Diff to previous 1.1
- New: README
- New: single, simple function to retrieve the final URL of a file: cdn_file()
- New: CDN integration per-page statistics
- New: theme patch to support CDN integration
- New: Drupal core patch to support CDN integration

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 04:02:46 2008 UTC (22 months, 3 weeks ago) by wimleers
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