Skip to content

Commit d4c5487

Browse files
authored
Webspark 1.70 (Texas)
Webspark 1.70 (Texas)
2 parents 55e3a57 + a2ed3bb commit d4c5487

File tree

265 files changed

+5199
-1786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+5199
-1786
lines changed

.travis.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ language: php
22

33
addons:
44
artifacts: true
5+
chrome: stable
56

67
# PHP 7
78
php:
8-
- 7.0
9+
- 7.2
910

10-
# make sure we test on latest trusty environment
11+
# make sure we test on latest xenial environment
1112
sudo: required
12-
dist: trusty
13+
dist: xenial
14+
15+
services:
16+
- mysql
1317

1418
# Cache Composer & Drush directories.
1519
cache:
@@ -27,14 +31,7 @@ branches:
2731
only:
2832
- master
2933
- travis-ci
30-
31-
# Firefox 47.0 is currently breaking Selenium Server
32-
# TODO - Update from Selenium Server Standalone to alternative Marionette
33-
# https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver
34-
# Addons not working with Firefox. SeleniumHQ issue? Manually adding proper FF version.
35-
addons:
36-
chrome: stable
37-
34+
3835
# Cut down on git depth from default of 50
3936
git:
4037
depth: 3

profiles/openasu/CHANGELOG.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
Webspark 1.70 (Texas), 2019-07-02
2+
---------------------------------
3+
- Webspark core
4+
5+
* Panopoly - v1.70
6+
* Multiple Panopoly releases (1.68-1.70) rolled into one update; Includes updates to contrib modules.
7+
See https://www.drupal.org/project/panopoly/releases/7.x-1.70 for more info.
8+
9+
- Web standards components in webspark
10+
11+
* ASU Local iSearch Directory (asu_isearch) - v1.12
12+
* Fixed bug where local rank weight for an affiliation couldn't be removed using the node edit form
13+
* Added error handling to better detect field_collection-related failures
14+
* Fixed bug where absolute URLs imported from iSearch were being rewritten
15+
* ASU Directory Integration Reinvented (asu_dir) - v1.10.1
16+
* Added helpful description for the 'Use local iSearch view' option in the ASU Directory panel configs
17+
* ASU Webspark Carousel (uto_carousel) - v1.8
18+
* Fixed bug where field settings summary was being returned as array instead of string
19+
* Added flexslider dependency
20+
21+
- Contrib module updates
22+
23+
- Managed by Webspark
24+
25+
* Views (views) - v3.23
26+
* Webform (webform) - v4.19
27+
* SMTP (smtp) - v1.7+patch (https://www.drupal.org/project/smtp/issues/2979682)
28+
29+
- Managed by Panopoly
30+
31+
* Chaos Tool Suite (ctools) - v1.15
32+
* Universally Unique Identifier (uuid) - v1.3
33+
* Devel (devel) - v1.7
34+
* Search API (search_api) - v1.26
35+
* Tablefield (tablefield) - v3.5
36+
* Media: Youtube (media_youtube) - v3.8
37+
138
Webspark 1.67 (Iowa), 2019-05-20
239
--------------------------------
340
- Webspark core

profiles/openasu/modules/contrib/ctools/bulk_export/bulk_export.info

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ description = Performs bulk exporting of data objects known about by Chaos tools
33
core = 7.x
44
dependencies[] = ctools
55
package = Chaos tool suite
6-
version = CTOOLS_MODULE_VERSION
76

8-
; Information added by Drupal.org packaging script on 2018-02-24
9-
version = "7.x-1.14"
7+
; Information added by Drupal.org packaging script on 2019-02-08
8+
version = "7.x-1.15"
109
core = "7.x"
1110
project = "ctools"
12-
datestamp = "1519455788"
13-
11+
datestamp = "1549603691"

profiles/openasu/modules/contrib/ctools/css/dropbutton.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
height: auto;
2020
position: absolute;
2121
right: 0;
22-
text-indent: -9999px; /* LTR */
2322
top: 0;
2423
width: 17px;
2524
}
@@ -50,6 +49,7 @@
5049
right: 6px;
5150
position: absolute;
5251
top: 0.75em;
52+
white-space: nowrap;
5353
}
5454

5555
.ctools-dropbutton-processed.open .ctools-twisty {

profiles/openasu/modules/contrib/ctools/ctools.info

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ files[] = tests/object_cache.test
1919
files[] = tests/object_cache_unit.test
2020
files[] = tests/page_tokens.test
2121

22-
; Information added by Drupal.org packaging script on 2018-02-24
23-
version = "7.x-1.14"
22+
; Information added by Drupal.org packaging script on 2019-02-08
23+
version = "7.x-1.15"
2424
core = "7.x"
2525
project = "ctools"
26-
datestamp = "1519455788"
27-
26+
datestamp = "1549603691"

profiles/openasu/modules/contrib/ctools/ctools.module

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ define('CTOOLS_API_VERSION', '2.0.9');
2222
* simply include a dependency line in that module's info file, e.g.:
2323
* ; Requires CTools v7.x-1.4 or newer.
2424
* dependencies[] = ctools (>=1.4)
25+
*
26+
* @deprecated in CTools 1.15 and will be removed before CTools 2.0.0.
27+
* Use the version provided by the drupal.org packaging system.
2528
*/
2629
define('CTOOLS_MODULE_VERSION', '7.x-1.13');
2730

profiles/openasu/modules/contrib/ctools/ctools_access_ruleset/ctools_access_ruleset.info

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name = Custom rulesets
22
description = Create custom, exportable, reusable access rulesets for applications like Panels.
33
core = 7.x
44
package = Chaos tool suite
5-
version = CTOOLS_MODULE_VERSION
65
dependencies[] = ctools
76

8-
; Information added by Drupal.org packaging script on 2018-02-24
9-
version = "7.x-1.14"
7+
; Information added by Drupal.org packaging script on 2019-02-08
8+
version = "7.x-1.15"
109
core = "7.x"
1110
project = "ctools"
12-
datestamp = "1519455788"
13-
11+
datestamp = "1549603691"
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name = Chaos Tools (CTools) AJAX Example
22
description = Shows how to use the power of Chaos AJAX.
33
package = Chaos tool suite
4-
version = CTOOLS_MODULE_VERSION
54
dependencies[] = ctools
65
core = 7.x
76

8-
; Information added by Drupal.org packaging script on 2018-02-24
9-
version = "7.x-1.14"
7+
; Information added by Drupal.org packaging script on 2019-02-08
8+
version = "7.x-1.15"
109
core = "7.x"
1110
project = "ctools"
12-
datestamp = "1519455788"
13-
11+
datestamp = "1549603691"

profiles/openasu/modules/contrib/ctools/ctools_custom_content/ctools_custom_content.info

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name = Custom content panes
22
description = Create custom, exportable, reusable content panes for applications like Panels.
33
core = 7.x
44
package = Chaos tool suite
5-
version = CTOOLS_MODULE_VERSION
65
dependencies[] = ctools
76

8-
; Information added by Drupal.org packaging script on 2018-02-24
9-
version = "7.x-1.14"
7+
; Information added by Drupal.org packaging script on 2019-02-08
8+
version = "7.x-1.15"
109
core = "7.x"
1110
project = "ctools"
12-
datestamp = "1519455788"
13-
11+
datestamp = "1549603691"
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name = Chaos Tools (CTools) Plugin Example
22
description = Shows how an external module can provide ctools plugins (for Panels, etc.).
33
package = Chaos tool suite
4-
version = CTOOLS_MODULE_VERSION
54
dependencies[] = ctools
65
dependencies[] = panels
76
dependencies[] = page_manager
87
dependencies[] = advanced_help
98
core = 7.x
109

11-
; Information added by Drupal.org packaging script on 2018-02-24
12-
version = "7.x-1.14"
10+
; Information added by Drupal.org packaging script on 2019-02-08
11+
version = "7.x-1.15"
1312
core = "7.x"
1413
project = "ctools"
15-
datestamp = "1519455788"
16-
14+
datestamp = "1549603691"

0 commit comments

Comments
 (0)