This file contains hidden or 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 | |
function dhs_migrate_menu_alter(&$items) { | |
dpm($items); | |
} | |
function dhs_migrate_page_alter(&$page) { | |
menu_router_build(); | |
} |
This file contains hidden or 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
a927c11 Issue 179 add Event to filters | |
b958fdc issue 179 added filters and got them working on data export view. | |
4fdc252 Issue 179 data export view | |
e83cf44 issue 179 new filters | |
275410a Issue 178 Correct data export | |
2c7830f Issue 178 Cleaned up Critical Writing main page display | |
42be5c9 Revert "Issue 178 Cleaned up Critical Writing main page display" | |
d2edd40 Issue 178 Cleaned up Critical Writing main page display | |
1410f0e Issue 124 Uninstall getid3 module | |
a927c11 Issue 179 add Event to filters |
This file contains hidden or 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/composer.lock b/composer.lock | |
index af5a5bd..17ce756 100644 | |
--- a/composer.lock | |
+++ b/composer.lock | |
@@ -1,7 +1,7 @@ | |
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
This file contains hidden or 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
Homebrew build logs for php on macOS 10.13.6 | |
Build date: 2019-07-26 16:57:43 |
This file contains hidden or 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 | |
final class CleanUp | |
{ | |
private $entityType; | |
private $storage; | |
public function __construct(string $entityType) | |
{ | |
$this->entityType = $entityType; |
This file contains hidden or 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
<iframe src='https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1-mA7dDlsUzhdLfs_TIpnXA4DWU_i61F3PSCcd-osSxA&font=Default&lang=en&initial_zoom=2&height=650' width='100%' height='650' webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder='0'></iframe> |
OlderNewer