Log of /contributions/modules/cdn/cdn.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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
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.