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
name = VoxPelli OAuth Test | |
core = 7.x | |
dependencies[] = oauth_common | |
dependencies[] = http_client |
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
<?php | |
class MyMigration extends Migration { | |
public $base_dir; | |
/** | |
* Constructor. | |
*/ | |
public function __construct() { | |
parent::__construct(); |
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
Link to <a href="http://www.google.com">google</a>. | |
Link with <a href="http://www.google.ca/?q=some space">space in it</a>. | |
Another link with <a href="/your link">space in it</a>. | |
Link with <a href="javascript:alert('inline!');">inline JavaScript.</a> | |
An image as a link: <br /> | |
<a href="http://drupal.org"><img src="http://drupal.org/files/druplicon.small_.png"></a> |
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
diff --git a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
index 37100ae..baa3f33 100644 | |
--- a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
+++ b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
@@ -262,13 +262,15 @@ function testUpdateShowDisabledThemes() { | |
} | |
} | |
- /** | |
- * Tests that hidden base themes do not report a specified undefined |
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
diff --git a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
index baa3f33..1fdd0b3 100644 | |
--- a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
+++ b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
@@ -293,36 +293,6 @@ function testUpdateHiddenBaseTheme() { | |
} | |
/** | |
- * Tests updates with a hidden base theme. | |
- */ |
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
#!/bin/sh | |
# Proper function of this script on Mac requires: | |
# install tiff 3.6.1 or newer http://www.libtiff.org/ | |
# brew install ghostscript | |
# brew install imagemagick | |
timer() | |
{ | |
if [[ $# -eq 0 ]]; then |
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
<?php | |
// notify that settings-global is in use | |
// if (!drupal_is_cli()) { | |
// drupal_set_message(t('Additional configuration added via "%file".', array('%file' => str_replace('bdone', '...', __FILE__))), 'warning'); | |
// } | |
// ************************************ | |
// SYSTEM | |
// ************************************ |
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
# brewstack install | |
### Install steps: | |
* Install Homebrew | |
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
$ brew install git | |
$ brew install homebrew/php/php56 | |
$ brew install mariadb |
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
<!-- THEME DEBUG --> | |
<!-- CALL: theme('html') --> | |
<!-- FILE NAME SUGGESTIONS: | |
* html--front.tpl.php | |
* html--node.tpl.php | |
x html.tpl.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
# Remove existing database | |
drush sql-drop -y | |
# Remove existing install | |
sudo rm -rf sites/default | |
# Restore the sites/default/default.settings.php file | |
sudo git checkout -- sites/default | |
# Temporarily make the sites/default writable by anyone |
OlderNewer