- Unit Test provided
- Does this require a behat test?
- Deprecated code removed
- Is all markup and styles accessible?
- Syntax & Formatting is correct (Code Climate should take care of this)
- Is the approach to the problem appropriate?
- Can anything be simplified?
- Is the code too specific to _ and needs generalization:
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
#!/bin/bash | |
# Start up all webserver resources | |
if [ "$1" = "71" ]; then | |
echo "Starting with PHP 7.1" | |
sudo apachectl -k start -f /etc/apache2/httpd-php71.conf | |
fi | |
if [ "$1" = "70" ]; then |
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/modules/stanford_jsa_layouts/stanford_jsa_layouts.info b/modules/stanford_jsa_layouts/stanford_jsa_layouts.info | |
index 329b14a..5ff5f14 100644 | |
--- a/modules/stanford_jsa_layouts/stanford_jsa_layouts.info | |
+++ b/modules/stanford_jsa_layouts/stanford_jsa_layouts.info | |
@@ -15,7 +15,6 @@ dependencies[] = search | |
dependencies[] = stanford_events_importer | |
dependencies[] = stanford_publication | |
dependencies[] = views | |
-dependencies[] = webauth | |
features[context][] = 9-col-banner-fsb-homepage |
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/modules/stanford_jumpstart_wysiwyg/stanford_jumpstart_wysiwyg.module b/modules/stanford_jumpstart_wysiwyg/stanford_jumpstart_wysiwyg.module | |
index 6e1303c..fcdf43d 100644 | |
--- a/modules/stanford_jumpstart_wysiwyg/stanford_jumpstart_wysiwyg.module | |
+++ b/modules/stanford_jumpstart_wysiwyg/stanford_jumpstart_wysiwyg.module | |
@@ -23,7 +23,7 @@ function stanford_jumpstart_wysiwyg_wysiwyg_editor_settings_alter(&$settings, $c | |
$theme_default = variable_get('theme_default'); | |
switch ($theme_default) { | |
case 'open_framework' : | |
- $settings['contentsCss'][] = url(drupal_get_path('theme', 'open_framework') . '/bootstrap/css/bootstrap.css'); | |
+ $settings['contentsCss'][] = url(drupal_get_path('theme', 'open_framework') . '/packages/bootstrap-2.3.1/css/bootstrap.css'); |
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
# | |
# Virtual Hosts | |
# | |
# If you want to maintain multiple domains/hostnames on your | |
# machine you can setup VirtualHost containers for them. Most configurations | |
# use only name-based virtual hosts so the server doesn't need to worry about | |
# IP addresses. This is indicated by the asterisks in the directives below. | |
# | |
# Please see the documentation at | |
# <URL:http://httpd.apache.org/docs/2.2/vhosts/> |
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
# The MySQL server | |
[mysqld] | |
key_buffer_size = 384M | |
max_allowed_packet = 32M | |
sort_buffer_size = 8M | |
read_buffer_size = 8M | |
read_rnd_buffer_size = 64M | |
myisam_sort_buffer_size = 64M | |
query_cache_size = 32M |
by Stanford Web Services
Version: 1.0.0
Date: October 30, 2015
This document is meant to be a comprehensive guide to web development standards for Stanford Web Services around Drupal web development. This document is our canonical source and guide.
- Abide by Drupal coding standards.
- Never hack core.
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
# OSX path: /Library/Ruby/Gems/2.0.0/gems/wraith-2.6.0/lib/wraith/save_images.rb | |
require "wraith" | |
require "parallel" | |
require "shellwords" | |
class Wraith::SaveImages | |
attr_reader :wraith, :history, :meta | |
def initialize(config, history = false) |
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
Github cleanup. Anyone object to deleting these repositories: | |
https://github.com/SU-SWS/stanford_baseline_roles | |
https://github.com/SU-SWS/stanford_ownership | |
https://github.com/SU-SWS/stanford_spotlight | |
https://github.com/SU-SWS/stanford_document | |
https://github.com/SU-SWS/stanford_display_categories | |
https://github.com/SU-SWS/stanford_article | |
https://github.com/SU-SWS/stanford_thesis_importer | |
https://github.com/SU-SWS/stanford_thesis_views | |
https://github.com/SU-SWS/stanford_person_views_english |
Maintainers: jbickar, sherakama Changelog.txt
The Stanford Module feature is used to ...
Sub Modules