How do i use this for drupal 6?

expatme - February 12, 2009 - 04:42
Project:jQuery Update
Version:6.x-1.1
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Just exactly how do i use this for drupal 6 ?

All i got in the settings is the compression settings

#1

aikiken - March 5, 2009 - 21:08

Would it really hurt so much to give some instruction on how this is used? do I just assume libs are loaded (bad assumption it seems)... Talk to us please...We are not all people who know everything you do...

#2

mfer - March 21, 2009 - 15:32
Status:active» postponed (maintainer needs more info)

Why information are you looking for? Something more than what is in the README.txt file included with the module?

#3

dddave - April 3, 2009 - 19:35

Well, the only question for non techies is: Packed or minified? The explanaition tells me that minified should be used on production however packed is the default setting. So I ask myself: Should I change it to minified although the read me only tells me to enable the module. A clarification on this would be super-duper. :)

#4

dddave - April 15, 2009 - 12:20

I am still curious. So if anyone could spare some lines of explanation? Thx!

#5

expatme - April 17, 2009 - 07:29

packed files are smaller in size, BUT they are actually slower in execution !! trying decompress packed files

minified files are slightly larger in size BUT when used in conjunction with gzip, is actually smaller in bandwidth usage AND faster !!

#6

expatme - April 17, 2009 - 07:33

i would like to know who the module works? is it replacing files or is it replacing cache in the database and in the folder?

#7

mfer - April 23, 2009 - 17:43

This module doesn't replace files or cache. In the theme layer it detects when files, like jquery.js, are called and replaces the call to that file with it's own.

The packed version is no longer distributed by the jquery or jquery ui teams. Drupal 7 core now uses the minified version. I plan on removing the packed option and rewording the menu to be more clear.

#8

mfer - April 23, 2009 - 18:22

In the drupal 6 2.x version of this module I've removed the packed option and renamed the options you can select from as production and development (with more technical info still there).

Is there anything else I can do here?

#9

expatme - May 12, 2009 - 01:17

are called and replaces the call to that file with it's own.

sure, can you tell us where the new files are.....for instance can i add data to the new files, can i piggie back onto this system and add a another javascript? etc

#10

Flying Drupalist - May 19, 2009 - 20:53

If you want to add additional files, do it in a theme or a new module. There are also other script managing modules for 6.x, I'm not sure if they're stable though.

 
 

Drupal is a registered trademark of Dries Buytaert.