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

Log of /contributions/modules/javascript_aggregator/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.7.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 21:03:31 2009 UTC (8 months, 1 week ago) by robloach
Branch: DRUPAL-5
Changes since 1.7.2.5: +6 -5 lines
Diff to previous 1.7.2.5 , to branch point 1.7 , to next main 1.10
#290280 by mikeytown2: GZip compression fixes for the Drupal 5 branch.

Revision 1.7.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 20:50:42 2008 UTC (11 months, 1 week ago) by robloach
Branch: DRUPAL-5
Changes since 1.7.2.4: +1 -1 lines
Diff to previous 1.7.2.4 , to branch point 1.7
#290280 by Grugnog2 and Rob Loach: Add GZip Compression

Revision 1.9.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 20:13:59 2008 UTC (11 months, 1 week ago) by robloach
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-3
Changes since 1.9.2.1: +5 -2 lines
Diff to previous 1.9.2.1 , to branch point 1.9 , to next main 1.10
#290280 by Grugnog2 and Rob Loach: Add GZip Compression

Revision 1.7.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 07:47:25 2008 UTC (11 months, 3 weeks ago) by robloach
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.7.2.3: +2 -4 lines
Diff to previous 1.7.2.3 , to branch point 1.7
#329119: Clean up and various bug fixes. Addition of JSMin with permission from author.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 07:23:03 2008 UTC (12 months ago) by robloach
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +7 -18 lines
Diff to previous 1.9
Please switch over to either DRUPAL-5 or DRUPAL-6--1.

Revision 1.9.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 23:39:37 2008 UTC (12 months ago) by robloach
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.9: +12 -0 lines
Diff to previous 1.9
#339606: Added "upgrade" documentation.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 23:21:38 2008 UTC (12 months ago) by robloach
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.8: +15 -37 lines
Diff to previous 1.8
#339606: Drupal 6 version of the JavaScript Aggregator module to minify the aggregated JavaScript file.

Revision 1.7.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 00:36:10 2008 UTC (12 months, 2 weeks ago) by robloach
Branch: DRUPAL-5
Changes since 1.7.2.2: +14 -4 lines
Diff to previous 1.7.2.2 , to branch point 1.7
#268390: Document that it requires a specific files directory per site.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 03:08:18 2008 UTC (12 months, 3 weeks ago) by robloach
Branch: MAIN
Changes since 1.7: +8 -0 lines
Diff to previous 1.7
Moved to the DRUPAL-5 branch.

Revision 1.7.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 02:21:57 2008 UTC (12 months, 3 weeks ago) by robloach
Branch: DRUPAL-5
Changes since 1.7.2.1: +0 -1 lines
Diff to previous 1.7.2.1 , to branch point 1.7
#327717 by christefano: Switch from "administer javascript aggregator" permission to "administer site configuration".

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 21:09:15 2008 UTC (12 months, 4 weeks ago) by robloach
Branch: DRUPAL-5
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
#298801 by inactivist and Rob Loach: Improve js compression by using JSMIN library

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 19:09:35 2008 UTC (12 months, 4 weeks ago) by robloach
Branch: MAIN
CVS Tags: DRUPAL-5--1-4
Branch point for: DRUPAL-5
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
#327717: Administer JavaScript Aggregator permission

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 20:26:43 2008 UTC (22 months, 1 week ago) by derjochenmeyer
Branch: MAIN
CVS Tags: DRUPAL-5--0-6, DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.5: +14 -13 lines
Diff to previous 1.5
sync with module page text

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 17:44:50 2008 UTC (22 months, 1 week ago) by derjochenmeyer
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Corrected some mistakes.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 00:41:11 2008 UTC (22 months, 1 week ago) by derjochenmeyer
Branch: MAIN
CVS Tags: DRUPAL-5--0-3, DRUPAL-5--0-4, DRUPAL-5--0-5
Changes since 1.3: +20 -8 lines
Diff to previous 1.3
211676: Added a basic .js file optimization by removing all /* */ comments to decrease filesize.

211743: updated README.txt with new function name.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 17:48:19 2008 UTC (22 months, 1 week ago) by derjochenmeyer
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 17:03:09 2008 UTC (22 months, 1 week ago) by derjochenmeyer
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 01:22:45 2008 UTC (22 months, 1 week ago) by derjochenmeyer
Branch: MAIN
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-2
*** empty log message ***

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