/[drupal]/contributions/modules/cdn/README.txt
ViewVC logotype

Log of /contributions/modules/cdn/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 11:53:30 2009 UTC (3 weeks, 1 day ago) by wimleers
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +27 -9 lines
Diff to previous 1.19 , to selected 1.15
Updated project description to match latest version of File Conveyor.

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

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.17 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 20:19:01 2008 UTC (21 months, 1 week ago) by wimleers
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.16: +5 -2 lines
Diff to previous 1.16 , to selected 1.15
Improved docs for applying the theme patch.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 14:21:47 2008 UTC (22 months ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-RC1, DRUPAL-5--1-0-RC2
Changes since 1.15: +4 -10 lines
Diff to previous 1.15
- Minor improvement in the cdn_log() function.
- Updated the example configuration.

Revision 1.15 - (view) (download) (annotate) - [selected]
Tue Jan 22 11:57:28 2008 UTC (22 months, 1 week ago) by wimleers
Branch: MAIN
Changes since 1.14: +11 -4 lines
Diff to previous 1.14
Updated the README.

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.15
- 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.13 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 00:40:08 2008 UTC (22 months, 2 weeks ago) by wimleers
Branch: MAIN
Changes since 1.12: +29 -18 lines
Diff to previous 1.12 , to selected 1.15
Readme updated for improved filter configuration example.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
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 , to selected 1.15
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.15
- 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.10 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 16:19:17 2008 UTC (22 months, 2 weeks ago) by wimleers
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to selected 1.15
Explained why CSS files of themes even should be synchronized when CSS aggregation is enabled.

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 10:29:31 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 , to selected 1.15
Minor rectification.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 10:26:48 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
Changes since 1.6: +11 -2 lines
Diff to previous 1.6 , to selected 1.15
New section in the README: "Aren't CDN's so expensive only big companies can afford them?".

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 10:16:29 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
Changes since 1.5: +92 -10 lines
Diff to previous 1.5 , to selected 1.15
Rewrote the README to its final form.

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.15
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.4 - (view) (download) (annotate) - [select for diffs]
Sun Jan 6 23:39:52 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 , to selected 1.15
Fixed Drupal core patch for includes/theme.inc.

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.15
- 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.2 - (view) (download) (annotate) - [select for diffs]
Sat Jan 5 13:47:08 2008 UTC (22 months, 3 weeks ago) by wimleers
Branch: MAIN
Changes since 1.1: +46 -17 lines
Diff to previous 1.1 , to selected 1.15
Updated the README.

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.15
- 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2