Log of /contributions/modules/cdn/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.18
Thu May 21 16:22:26 2009 UTC
(6 months, 1 week ago)
by
wimleers
Branch:
MAIN
Changes since
1.17: +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.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 21 21:45:31 2008 UTC
(22 months, 1 week ago)
by
wimleers
Branch:
MAIN
Changes since
1.13: +4 -1 lines
Diff to
previous 1.13
,
to
selected 1.12
- Abstracted the cdn_file() function to an "URL rewrite function" for core usage. This will allow you to have any number of backends to serve files from. Updated the core patches, the documentation and the code accordingly.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[selected]
Sat Jan 12 17:18:42 2008 UTC
(22 months, 2 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.11: +8 -9 lines
Diff to
previous 1.11
Added the ability to not have unique filenames. This is useful for e.g. the files directory, since those files typically don't change over time, and unique filenames would also result in ugly filenames.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 12 16:32:25 2008 UTC
(22 months, 2 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.10: +15 -13 lines
Diff to
previous 1.10
,
to
selected 1.12
- Standardized on using drupal_get_path(). This was done differently previously, because initially no full Drupal bootstrap was required.
- Minor fixes to ftp_cdn_cron_perform_sync() and _ftp_cdn_parse_filesizes_recursive_rawlist().
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 8 02:45:40 2008 UTC
(22 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.4: +5 -1 lines
Diff to
previous 1.4
,
to
selected 1.12
Added a patch that adds both CDN integration to Drupal core and JS aggregation (backport from Drupal 6). When you apply this patch, you get the monsterscore of 98/100 on YSlow. Yay\!
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 6 23:26:39 2008 UTC
(22 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.2: +15 -5 lines
Diff to
previous 1.2
,
to
selected 1.12
- Changed: a full Drupal bootstrap is now performed. This was necessary to use variable_get().
- Improved: ignored_dirs settings have been cleaned up, thanks to the fact that all files/directories with a leading period are automatically ignored.
- New: the ability to update a file's embedded URLs. This allows us to use the CSS cache (aggregated CSS files) from the CDN, since all URLs are replaced properly.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 4 20:16:48 2008 UTC
(22 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
Diff
to
selected 1.12
- 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.