Revision 175ce36f
Added by Assos Assos almost 6 years ago
drupal7/CHANGELOG.txt | ||
---|---|---|
1 |
Drupal 7.60, 2018-10-18 |
|
2 |
------------------------ |
|
3 |
- Fixed security issues. See SA-CORE-2018-006. |
|
1 | 4 |
|
2 | 5 |
Drupal 7.59, 2018-04-25 |
3 | 6 |
----------------------- |
drupal7/includes/bootstrap.inc | ||
---|---|---|
8 | 8 |
/** |
9 | 9 |
* The current system version. |
10 | 10 |
*/ |
11 |
define('VERSION', '7.59');
|
|
11 |
define('VERSION', '7.60');
|
|
12 | 12 |
|
13 | 13 |
/** |
14 | 14 |
* Core API compatibility. |
drupal7/includes/common.inc | ||
---|---|---|
2311 | 2311 |
$language = isset($options['language']) && isset($options['language']->language) ? $options['language']->language : ''; |
2312 | 2312 |
$alias = drupal_get_path_alias($original_path, $language); |
2313 | 2313 |
if ($alias != $original_path) { |
2314 |
$path = $alias; |
|
2314 |
// Strip leading slashes from internal path aliases to prevent them |
|
2315 |
// becoming external URLs without protocol. /example.com should not be |
|
2316 |
// turned into //example.com. |
|
2317 |
$path = ltrim($alias, '/'); |
|
2315 | 2318 |
} |
2316 | 2319 |
} |
2317 | 2320 |
|
drupal7/modules/aggregator/aggregator.info | ||
---|---|---|
7 | 7 |
configure = admin/config/services/aggregator/settings |
8 | 8 |
stylesheets[all][] = aggregator.css |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/aggregator/tests/aggregator_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/block/block.info | ||
---|---|---|
6 | 6 |
files[] = block.test |
7 | 7 |
configure = admin/structure/block |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/block/tests/block_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/block/tests/themes/block_test_theme/block_test_theme.info | ||
---|---|---|
13 | 13 |
regions[highlighted] = Highlighted |
14 | 14 |
regions[help] = Help |
15 | 15 |
|
16 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
17 |
version = "7.59"
|
|
16 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
17 |
version = "7.60"
|
|
18 | 18 |
project = "drupal" |
19 |
datestamp = "1524673284" |
|
19 |
datestamp = "1539816636" |
drupal7/modules/blog/blog.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = blog.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/book/book.info | ||
---|---|---|
7 | 7 |
configure = admin/content/book/settings |
8 | 8 |
stylesheets[all][] = book.css |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/color/color.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = color.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/comment/comment.info | ||
---|---|---|
9 | 9 |
configure = admin/content/comment |
10 | 10 |
stylesheets[all][] = comment.css |
11 | 11 |
|
12 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
13 |
version = "7.59"
|
|
12 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
13 |
version = "7.60"
|
|
14 | 14 |
project = "drupal" |
15 |
datestamp = "1524673284" |
|
15 |
datestamp = "1539816636" |
drupal7/modules/contact/contact.info | ||
---|---|---|
6 | 6 |
files[] = contact.test |
7 | 7 |
configure = admin/structure/contact |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/contextual/contextual.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = contextual.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/dashboard/dashboard.info | ||
---|---|---|
7 | 7 |
dependencies[] = block |
8 | 8 |
configure = admin/dashboard/customize |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/dblog/dblog.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = dblog.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/field/field.info | ||
---|---|---|
11 | 11 |
required = TRUE |
12 | 12 |
stylesheets[all][] = theme/field.css |
13 | 13 |
|
14 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
15 |
version = "7.59"
|
|
14 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
15 |
version = "7.60"
|
|
16 | 16 |
project = "drupal" |
17 |
datestamp = "1524673284" |
|
17 |
datestamp = "1539816636" |
drupal7/modules/field/modules/field_sql_storage/field_sql_storage.info | ||
---|---|---|
7 | 7 |
files[] = field_sql_storage.test |
8 | 8 |
required = TRUE |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/field/modules/list/list.info | ||
---|---|---|
7 | 7 |
dependencies[] = options |
8 | 8 |
files[] = tests/list.test |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/field/modules/list/tests/list_test.info | ||
---|---|---|
5 | 5 |
version = VERSION |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/field/modules/number/number.info | ||
---|---|---|
6 | 6 |
dependencies[] = field |
7 | 7 |
files[] = number.test |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/field/modules/options/options.info | ||
---|---|---|
6 | 6 |
dependencies[] = field |
7 | 7 |
files[] = options.test |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/field/modules/text/text.info | ||
---|---|---|
7 | 7 |
files[] = text.test |
8 | 8 |
required = TRUE |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/field/tests/field_test.info | ||
---|---|---|
6 | 6 |
version = VERSION |
7 | 7 |
hidden = TRUE |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/field_ui/field_ui.info | ||
---|---|---|
6 | 6 |
dependencies[] = field |
7 | 7 |
files[] = field_ui.test |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/file/file.info | ||
---|---|---|
6 | 6 |
dependencies[] = field |
7 | 7 |
files[] = tests/file.test |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/file/tests/file_module_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/filter/filter.info | ||
---|---|---|
7 | 7 |
required = TRUE |
8 | 8 |
configure = admin/config/content/formats |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/forum/forum.info | ||
---|---|---|
9 | 9 |
configure = admin/structure/forum |
10 | 10 |
stylesheets[all][] = forum.css |
11 | 11 |
|
12 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
13 |
version = "7.59"
|
|
12 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
13 |
version = "7.60"
|
|
14 | 14 |
project = "drupal" |
15 |
datestamp = "1524673284" |
|
15 |
datestamp = "1539816636" |
drupal7/modules/help/help.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = help.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/image/image.info | ||
---|---|---|
7 | 7 |
files[] = image.test |
8 | 8 |
configure = admin/config/media/image-styles |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/image/tests/image_module_test.info | ||
---|---|---|
6 | 6 |
files[] = image_module_test.module |
7 | 7 |
hidden = TRUE |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/locale/locale.info | ||
---|---|---|
6 | 6 |
files[] = locale.test |
7 | 7 |
configure = admin/config/regional/language |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/locale/tests/locale_test.info | ||
---|---|---|
5 | 5 |
version = VERSION |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/menu/menu.info | ||
---|---|---|
6 | 6 |
files[] = menu.test |
7 | 7 |
configure = admin/structure/menu |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/node/node.info | ||
---|---|---|
9 | 9 |
configure = admin/structure/types |
10 | 10 |
stylesheets[all][] = node.css |
11 | 11 |
|
12 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
13 |
version = "7.59"
|
|
12 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
13 |
version = "7.60"
|
|
14 | 14 |
project = "drupal" |
15 |
datestamp = "1524673284" |
|
15 |
datestamp = "1539816636" |
drupal7/modules/node/tests/node_access_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/node/tests/node_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/node/tests/node_test_exception.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/openid/openid.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = openid.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/openid/tests/openid_test.info | ||
---|---|---|
6 | 6 |
dependencies[] = openid |
7 | 7 |
hidden = TRUE |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/overlay/overlay.info | ||
---|---|---|
4 | 4 |
version = VERSION |
5 | 5 |
core = 7.x |
6 | 6 |
|
7 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
8 |
version = "7.59"
|
|
7 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
8 |
version = "7.60"
|
|
9 | 9 |
project = "drupal" |
10 |
datestamp = "1524673284" |
|
10 |
datestamp = "1539816636" |
drupal7/modules/path/path.info | ||
---|---|---|
6 | 6 |
files[] = path.test |
7 | 7 |
configure = admin/config/search/path |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/path/path.test | ||
---|---|---|
21 | 21 |
parent::setUp('path'); |
22 | 22 |
|
23 | 23 |
// Create test user and login. |
24 |
$web_user = $this->drupalCreateUser(array('create page content', 'edit own page content', 'administer url aliases', 'create url aliases')); |
|
24 |
$web_user = $this->drupalCreateUser(array('create page content', 'edit own page content', 'administer url aliases', 'create url aliases', 'access content overview'));
|
|
25 | 25 |
$this->drupalLogin($web_user); |
26 | 26 |
} |
27 | 27 |
|
... | ... | |
160 | 160 |
$this->drupalGet($edit['path[alias]']); |
161 | 161 |
$this->assertNoText($node1->title, 'Alias was successfully deleted.'); |
162 | 162 |
$this->assertResponse(404); |
163 |
|
|
164 |
// Create third test node. |
|
165 |
$node3 = $this->drupalCreateNode(); |
|
166 |
|
|
167 |
// Create an invalid alias with a leading slash and verify that the slash |
|
168 |
// is removed when the link is generated. This ensures that URL aliases |
|
169 |
// cannot be used to inject external URLs. |
|
170 |
// @todo The user interface should either display an error message or |
|
171 |
// automatically trim these invalid aliases, rather than allowing them to |
|
172 |
// be silently created, at which point the functional aspects of this |
|
173 |
// test will need to be moved elsewhere and switch to using a |
|
174 |
// programmatically-created alias instead. |
|
175 |
$alias = $this->randomName(8); |
|
176 |
$edit = array('path[alias]' => '/' . $alias); |
|
177 |
$this->drupalPost('node/' . $node3->nid . '/edit', $edit, t('Save')); |
|
178 |
$this->drupalGet('admin/content'); |
|
179 |
// This checks the link href before clicking it, rather than using |
|
180 |
// DrupalWebTestCase::assertUrl() after clicking it, because the test |
|
181 |
// browser does not always preserve the correct number of slashes in the |
|
182 |
// URL when it visits internal links; using DrupalWebTestCase::assertUrl() |
|
183 |
// would actually make the test pass unconditionally on the testbot (or |
|
184 |
// anywhere else where Drupal is installed in a subdirectory). |
|
185 |
$link_xpath = $this->xpath('//a[normalize-space(text())=:label]', array(':label' => $node3->title)); |
|
186 |
$link_href = (string) $link_xpath[0]['href']; |
|
187 |
$link_prefix = base_path() . (variable_get('clean_url', 0) ? '' : '?q='); |
|
188 |
$this->assertEqual($link_href, $link_prefix . $alias); |
|
189 |
$this->clickLink($node3->title); |
|
190 |
$this->assertResponse(404); |
|
163 | 191 |
} |
164 | 192 |
|
165 | 193 |
/** |
drupal7/modules/php/php.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = php.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/poll/poll.info | ||
---|---|---|
6 | 6 |
files[] = poll.test |
7 | 7 |
stylesheets[all][] = poll.css |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/profile/profile.info | ||
---|---|---|
11 | 11 |
; See user_system_info_alter(). |
12 | 12 |
hidden = TRUE |
13 | 13 |
|
14 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
15 |
version = "7.59"
|
|
14 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
15 |
version = "7.60"
|
|
16 | 16 |
project = "drupal" |
17 |
datestamp = "1524673284" |
|
17 |
datestamp = "1539816636" |
drupal7/modules/rdf/rdf.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
files[] = rdf.test |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/rdf/tests/rdf_test.info | ||
---|---|---|
6 | 6 |
hidden = TRUE |
7 | 7 |
dependencies[] = blog |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/search/search.info | ||
---|---|---|
8 | 8 |
configure = admin/config/search/settings |
9 | 9 |
stylesheets[all][] = search.css |
10 | 10 |
|
11 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
12 |
version = "7.59"
|
|
11 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
12 |
version = "7.60"
|
|
13 | 13 |
project = "drupal" |
14 |
datestamp = "1524673284" |
|
14 |
datestamp = "1539816636" |
drupal7/modules/search/tests/search_embedded_form.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/search/tests/search_extra_type.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/search/tests/search_node_tags.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/shortcut/shortcut.info | ||
---|---|---|
6 | 6 |
files[] = shortcut.test |
7 | 7 |
configure = admin/config/user-interface/shortcut |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/simpletest.info | ||
---|---|---|
57 | 57 |
files[] = tests/upgrade/update.field.test |
58 | 58 |
files[] = tests/upgrade/update.user.test |
59 | 59 |
|
60 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
61 |
version = "7.59"
|
|
60 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
61 |
version = "7.60"
|
|
62 | 62 |
project = "drupal" |
63 |
datestamp = "1524673284" |
|
63 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/actions_loop_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/ajax_forms_test.info | ||
---|---|---|
5 | 5 |
version = VERSION |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/ajax_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/batch_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/boot_test_1.info | ||
---|---|---|
5 | 5 |
version = VERSION |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/boot_test_2.info | ||
---|---|---|
5 | 5 |
version = VERSION |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/common_test.info | ||
---|---|---|
7 | 7 |
stylesheets[print][] = common_test.print.css |
8 | 8 |
hidden = TRUE |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/common_test_cron_helper.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/database_test.info | ||
---|---|---|
5 | 5 |
version = VERSION |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info | ||
---|---|---|
7 | 7 |
core = 7.x |
8 | 8 |
hidden = TRUE |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/entity_cache_test.info | ||
---|---|---|
6 | 6 |
dependencies[] = entity_cache_test_dependency |
7 | 7 |
hidden = TRUE |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/entity_cache_test_dependency.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/entity_crud_hook_test.info | ||
---|---|---|
5 | 5 |
version = VERSION |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/entity_query_access_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/error_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/file_test.info | ||
---|---|---|
6 | 6 |
files[] = file_test.module |
7 | 7 |
hidden = TRUE |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/filter_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/form_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/image_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/menu_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/module_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/path_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/psr_0_test/psr_0_test.info | ||
---|---|---|
5 | 5 |
hidden = TRUE |
6 | 6 |
package = Testing |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/psr_4_test/psr_4_test.info | ||
---|---|---|
5 | 5 |
hidden = TRUE |
6 | 6 |
package = Testing |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/requirements1_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/requirements2_test.info | ||
---|---|---|
7 | 7 |
core = 7.x |
8 | 8 |
hidden = TRUE |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/session_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/system_dependencies_test.info | ||
---|---|---|
6 | 6 |
hidden = TRUE |
7 | 7 |
dependencies[] = _missing_dependency |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info | ||
---|---|---|
6 | 6 |
hidden = TRUE |
7 | 7 |
dependencies[] = system_incompatible_core_version_test |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/system_incompatible_core_version_test.info | ||
---|---|---|
5 | 5 |
core = 5.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info | ||
---|---|---|
7 | 7 |
; system_incompatible_module_version_test declares version 1.0 |
8 | 8 |
dependencies[] = system_incompatible_module_version_test (>2.0) |
9 | 9 |
|
10 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
11 |
version = "7.59"
|
|
10 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
11 |
version = "7.60"
|
|
12 | 12 |
project = "drupal" |
13 |
datestamp = "1524673284" |
|
13 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/system_incompatible_module_version_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/system_project_namespace_test.info | ||
---|---|---|
6 | 6 |
hidden = TRUE |
7 | 7 |
dependencies[] = drupal:filter |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/system_test.info | ||
---|---|---|
6 | 6 |
files[] = system_test.module |
7 | 7 |
hidden = TRUE |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/taxonomy_test.info | ||
---|---|---|
6 | 6 |
hidden = TRUE |
7 | 7 |
dependencies[] = taxonomy |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/theme_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
9 |
version = "7.59"
|
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
9 |
version = "7.60"
|
|
10 | 10 |
project = "drupal" |
11 |
datestamp = "1524673284" |
|
11 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info | ||
---|---|---|
6 | 6 |
settings[basetheme_only] = base theme value |
7 | 7 |
settings[subtheme_override] = base theme value |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info | ||
---|---|---|
6 | 6 |
|
7 | 7 |
settings[subtheme_override] = subtheme value |
8 | 8 |
|
9 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
10 |
version = "7.59"
|
|
9 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
10 |
version = "7.60"
|
|
11 | 11 |
project = "drupal" |
12 |
datestamp = "1524673284" |
|
12 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/themes/test_theme/test_theme.info | ||
---|---|---|
17 | 17 |
|
18 | 18 |
settings[theme_test_setting] = default value |
19 | 19 |
|
20 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
21 |
version = "7.59"
|
|
20 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
21 |
version = "7.60"
|
|
22 | 22 |
project = "drupal" |
23 |
datestamp = "1524673284" |
|
23 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info | ||
---|---|---|
4 | 4 |
hidden = TRUE |
5 | 5 |
engine = nyan_cat |
6 | 6 |
|
7 |
; Information added by Drupal.org packaging script on 2018-04-25
|
|
8 |
version = "7.59"
|
|
7 |
; Information added by Drupal.org packaging script on 2018-10-17
|
|
8 |
version = "7.60"
|
|
9 | 9 |
project = "drupal" |
10 |
datestamp = "1524673284" |
|
10 |
datestamp = "1539816636" |
drupal7/modules/simpletest/tests/update_script_test.info | ||
---|---|---|
5 | 5 |
core = 7.x |
6 | 6 |
hidden = TRUE |
7 | 7 |
|
8 |
; Information added by Drupal.org packaging script on 2018-04-25 |
|
9 |
version = "7.59" |
|
8 |
; Information added by Drupal.org packaging script on 2018-10-17 |
|
9 |
version = "7.60" |
Also available in: Unified diff
-a