This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #408 from NuCivic/1.13.6.0
DKAN upgrade to 7.x-1.13.6
- Loading branch information
Showing
111 changed files
with
567 additions
and
357 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
ahoy/site/.cache/36/3674690d5e19e1d8d05b6039946e83542eb483bc7196a4097da1c7ddb6227dcc.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?php | ||
|
||
/* config.php.twig */ | ||
class __TwigTemplate_828f08b45229f756082e9d8f8d5c2cad54c1ad1caac76416b248e7d033591e6a extends Twig_Template | ||
{ | ||
public function __construct(Twig_Environment $env) | ||
{ | ||
parent::__construct($env); | ||
|
||
$this->parent = false; | ||
|
||
$this->blocks = array( | ||
); | ||
} | ||
|
||
protected function doDisplay(array $context, array $blocks = array()) | ||
{ | ||
// line 1 | ||
echo "<?php | ||
/** | ||
* @file | ||
* Contents generated automatically by `ahoy site config` command. | ||
* DO NOT EDIT. | ||
*/ | ||
\$conf = "; | ||
// line 7 | ||
echo twig_escape_filter($this->env, var_export((isset($context["config"]) ? $context["config"] : null)), "html", null, true); | ||
echo ";"; | ||
} | ||
|
||
public function getTemplateName() | ||
{ | ||
return "config.php.twig"; | ||
} | ||
|
||
public function isTraitable() | ||
{ | ||
return false; | ||
} | ||
|
||
public function getDebugInfo() | ||
{ | ||
return array ( 27 => 7, 19 => 1,); | ||
} | ||
|
||
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ | ||
public function getSource() | ||
{ | ||
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); | ||
|
||
return $this->getSourceContext()->getCode(); | ||
} | ||
|
||
public function getSourceContext() | ||
{ | ||
return new Twig_Source("", "config.php.twig", "/Users/msolv/Projects/nucivic/dkan_starter/.ahoy/site/.templates/config.php.twig"); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# DKAN 1.13.6 | ||
|
||
This is a "patch" release of DKAN, containing bug fixes and minor | ||
updates, but adding no new functionality. | ||
|
||
## Improvements in this release | ||
|
||
- Add file_resup to the list of up to date projects ([#2036](https://github.com/NuCivic/dkan/pull/2036)) | ||
- Change the 'Datasets' field on the Resource form to use autocomplete ([#2035](https://github.com/NuCivic/dkan/pull/2035)) | ||
- Include language selectors in the 'chosen_jquery_selector' config ([#2034](https://github.com/NuCivic/dkan/pull/2034)) | ||
- Module upgrades: fieldable_panels_panes, media, and search_api ([#2020](https://github.com/NuCivic/dkan/pull/2020)) | ||
|
||
**Testing Improvements** | ||
- Additional test/devops improvements needed for deployment. See ([#2012](https://github.com/NuCivic/dkan/pull/2012), [#2014](https://github.com/NuCivic/dkan/pull/2014), [#2015](https://github.com/NuCivic/dkan/pull/2015), [#2016](https://github.com/NuCivic/dkan/pull/2016), [#2018](https://github.com/NuCivic/dkan/pull/2018)) for specifics. | ||
- Add configurable arguments via Behat Contexts. ([#2025](https://github.com/NuCivic/dkan/pull/2025)) | ||
- Add unique tags to more test scenarios ([#2021](https://github.com/NuCivic/dkan/pull/2021)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- https://www.drupal.org/files/issues/allow_ordering_of_the-2441283-5.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- https://www.drupal.org/files/issues/autocomplete-deluxe-2833824-4.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- http://drupal.org/files/include-excanvas-via-libraries-api-d7-849232-13.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- https://www.drupal.org/files/issues/chosen-accesibility_problem_with_input-0.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- https://www.drupal.org/files/issues/color_field-requirements-2696505-v2.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- https://www.drupal.org/files/issues/entity-path-mysql-5-7_3.diff | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- cross-site-scripting-facets-156778.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- https://www.drupal.org/files/issues/1127696-137.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following patches have been applied to this project: | ||
- https://www.drupal.org/files/issues/added_missing_isset_calls-2887897-2.patch | ||
|
||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). | ||
This file was automatically generated by Drush Make (http://drupal.org/project/drush). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.