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 | |
| // tableau_sitewide_tweaks.install | |
| /** | |
| * Utility function to hide ANY newly created extra_fields. | |
| * | |
| * @param $entity_type string | |
| * @param $bundle string | |
| * @param $field_name string | |
| */ |
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
| /** | |
| * Swap recommender blocks for effectiveness testing. | |
| */ | |
| (function ($) { | |
| $(document).ready(function() { | |
| // Show at all? Consistent by user. (TEMPORARY)... | |
| var should_show = $.cookie('recommend'); |
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 | |
| // Add entity data item for component and modifier. | |
| function componentize_fields_entity_info_alter(&$entity_info) { | |
| dsm($entity_info); | |
| } | |
| /** | |
| * Implements hook_form_alter(). |
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
| /** | |
| * Application URL router. | |
| */ | |
| define(function (require) { | |
| function Router() { | |
| this.parser = {}; | |
| this.routes = []; |
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
| (find . -type d -name ".git") | xargs rm -rf |
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
| ~/Documents/clones/assembla2github | |
| coffee ./assembla2github.coffee copyLabels -s tableau-mkt/www7 -d "tableau-mkt/groucho" |
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 | |
| /** | |
| * ADMIN... | |
| */ | |
| // Render tracking script setting area. | |
| $form['demandbase_tracking'] = array( | |
| '#type' => 'fieldset', | |
| '#title' => t('Tracking'), |
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
| var loadedPromise, | |
| paths = [ | |
| '//code.jquery.com/jquery-1.11.3.min.js', | |
| '//cdnjs.cloudflare.com/ajax/libs/jStorage/0.4.12/jstorage.min.js' | |
| ]; | |
| function simpleInclude(path) { | |
| return new Promise(function (resolve, reject) { | |
| var script = document.createElement('script'); | |
| script.src = path; |
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
| --- | |
| name: Steven | |
| email: steven@example.com | |
| favSkills: | |
| - photos | |
| - slides | |
| - booths | |
| - merch | |
| intSkills: | |
| - posters |
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
| --- | |
| name: Mr Neato | |
| email: Neato@example.com | |
| favSkills: | |
| - fonts | |
| - posters | |
| - merch | |
| intSkills: | |
| - video | |
| - vectors |