summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-11 06:29:03 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-11 06:29:03 +0000
commit47f517edbe38837e851da7486983073515bec4ca (patch)
tree1f0efae76ef4e7ab2500dfaed0ef80acb3df12fe
parente4b063e1efb303f8939e5cef06e977b203b64fd2 (diff)
downloadbrdo-47f517edbe38837e851da7486983073515bec4ca.tar.gz
brdo-47f517edbe38837e851da7486983073515bec4ca.tar.bz2
#82831. Rollback and moving the JQuery version number to a suitable place.
-rw-r--r--CHANGELOG.txt2
-rw-r--r--modules/system/system.install14
2 files changed, 1 insertions, 15 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4ec24b18f..a29c393cf 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -11,7 +11,7 @@ Drupal x.x.x, xxxx-xx-xx (development version)
* install pre-made 'install profiles' or distributions
* import the database structure with automatic table prefixing
* be localized
-- included the jQuery JavaScript library and converted all core JavaScript to use it
+- included the jQuery JavaScript library 1.0.1 and converted all core JavaScript to use it
- introduced the ability to alter mail sent from system
- moved core modules to their own directories to allow additional flexibility
- added support for different cache backends
diff --git a/modules/system/system.install b/modules/system/system.install
index 82ef6edc4..fc83907fa 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -21,20 +21,6 @@ function system_requirements($phase) {
'value' => VERSION,
'severity' => REQUIREMENT_INFO
);
-
- drupal_add_js("
- $(document).ready(function() {
- $('.system-jquery').ancestors('.warning').addClass('info').removeClass('warning')
- var version = $().jquery
- $('.system-jquery').html(version.substring(1,version.length-1))
- });
- ", 'inline');
-
- $requirements['jquery'] = array(
- 'title' => $t('jQuery'),
- 'value' => '<span class="system-jquery">'. $t('Javascript is not currently enabled.') .'</span>',
- 'severity' => REQUIREMENT_WARNING
- );
}
// Test web server