Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
jquery_ui
Commits
a51a5ab2
Commit
a51a5ab2
authored
Sep 09, 2010
by
sun
Browse files
#559582
by sun, drupal-id.com: Fixed installation instructions.
parent
b6009339
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
a51a5ab2
...
...
@@ -6,6 +6,11 @@ jQuery UI x.x-x.x, xxxx-xx-xx
jQuery UI 6.x-1.x, xxxx-xx-xx
-----------------------------
jQuery UI 6.x-1.4, 2010-09-08
-----------------------------
#559582 by sun, drupal-id.com: Fixed installation instructions.
#325831 by sun: Fixed url() in hook_requirements() breaks install profiles.
#879446 by Jolidog, Itangalo, webchick: Updated link for jQuery 1.6.
#325831 by hanoii: Fixed drupal_get_path() in hook_requirements() breaks install
...
...
README.txt
View file @
a51a5ab2
...
...
@@ -23,13 +23,22 @@ To submit bug reports and feature suggestions, or to track changes:
-- INSTALLATION --
* Copy the jquery_ui module directory to your sites/all/modules directory.
* Copy the jquery_ui module directory to your sites/all/modules directory, so it
is located in sites/all/modules/jquery_ui/.
* Download the jQuery UI 1.6 release from:
http://code.google.com/p/jquery-ui/downloads/list?q=1.6
* Extract it as a sub-directory called 'jquery.ui' in the jquery_ui folder:
* Put the downloaded archive into the module directory:
/sites/all/modules/jquery_ui/jquery.ui-1.6.zip
* Extract the archive. This will create the following sub-directory:
/sites/all/modules/jquery_ui/jquery.ui-1.6/
* Rename the sub-directory into "jquery.ui" within the jquery_ui module folder:
/sites/all/modules/jquery_ui/jquery.ui/
...
...
@@ -46,7 +55,7 @@ The jQuery UI module uses jQuery UI 1.6 because jQuery UI 1.7 requires at least
jQuery 1.3, which is not shipped with Drupal 6. If you absolutely need to move
to jQuery UI 1.7, you can get around this by doing the following:
*
Install the
jQuery Update module
appropriately
from:
*
Download and install the corresponding
jQuery Update module from:
http://drupal.org/project/jquery_update
...
...
@@ -54,7 +63,15 @@ to jQuery UI 1.7, you can get around this by doing the following:
http://code.google.com/p/jquery-ui/downloads/list?q=1.7
* Replace the old jQuery UI folder with the 1.7 package at:
* Put the downloaded archive into the module directory:
/sites/all/modules/jquery_ui/jquery.ui-1.7.zip
* Extract the archive. This will create the following sub-directory:
/sites/all/modules/jquery_ui/jquery.ui-1.7/
* Rename the sub-directory into "jquery.ui" within the jquery_ui module folder:
/sites/all/modules/jquery_ui/jquery.ui/
...
...
@@ -62,6 +79,8 @@ to jQuery UI 1.7, you can get around this by doing the following:
/sites/all/modules/jquery_ui/jquery.ui/ui/*.js
* Enable the module at Administer >> Site building >> Modules.
-- API --
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment