Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
d8a61c89
Commit
d8a61c89
authored
Jun 25, 2012
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1085590
follow-up by Rob Loach, tim.plunkett: Add CHANGELOG.txt entry, fix typos.
parent
f618f072
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
core/CHANGELOG.txt
core/CHANGELOG.txt
+1
-0
core/modules/system/system.module
core/modules/system/system.module
+2
-2
No files found.
core/CHANGELOG.txt
View file @
d8a61c89
...
...
@@ -28,6 +28,7 @@ Drupal 8.0, xxxx-xx-xx (development version)
* Support for generating and validating UUIDs.
- JavaScript changes:
* Updated to jQuery 1.7
* Updated to jQuery UI 1.9
- Tremendously improved language support all around.
* Great language improvements for users:
* Improved language selection with user preference detection in the
...
...
core/modules/system/system.module
View file @
d8a61c89
...
...
@@ -1526,7 +1526,7 @@ function system_library_info() {
'website'
=>
'http://jqueryui.com/demos/position/'
,
'version'
=>
$libraries
[
'jquery.ui.core'
][
'version'
],
'js'
=>
array
(
'core/misc/ui/jquery.ui.position.min.js'
=>
array
(),
'core/misc/ui/
ui/
jquery.ui.position.min.js'
=>
array
(),
),
);
$libraries
[
'jquery.ui.progressbar'
]
=
array
(
...
...
@@ -1657,7 +1657,7 @@ function system_library_info() {
'core/misc/ui/ui/jquery.ui.widget.js'
=>
array
(
'group'
=>
JS_LIBRARY
,
'weight'
=>
-
10
),
),
'dependencies'
=>
array
(
array
(
'system'
,
'
ui
'
),
array
(
'system'
,
'
jquery.ui.core
'
),
),
);
$libraries
[
'jquery.effects.core'
]
=
array
(
...
...
Write
Preview
Markdown
is supported
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