Completed
Branch 7.x-3.x (9d48fc)
by Devin
04:36
created
commons_wikis/modules/commons_wikis_pages/commons_wikis_pages.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis_pages.features.inc
5
- */
3
+   * @file
4
+   * commons_wikis_pages.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
commons_wikis/modules/commons_wikis_pages/commons_wikis_pages.panelizer.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis_pages.panelizer.inc
5
- */
3
+   * @file
4
+   * commons_wikis_pages.panelizer.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_panelizer_defaults().
Please login to merge, or discard this patch.
commons/commons_wikis/commons_wikis.features.og_features_permission.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis.features.og_features_permission.inc
5
- */
3
+   * @file
4
+   * commons_wikis.features.og_features_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_og_features_default_permissions().
Please login to merge, or discard this patch.
modules/commons/commons_wikis/commons_wikis.commons.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Commons module integration for the Commons Wikis module.
5
- */
3
+   * @file
4
+   * Commons module integration for the Commons Wikis module.
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_commons_entity_integration().
Please login to merge, or discard this patch.
modules/commons/commons_wikis/commons_wikis.views_default.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis.views_default.inc
5
- */
3
+   * @file
4
+   * commons_wikis.views_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_views_default_views().
Please login to merge, or discard this patch.
modules/commons/commons_wikis/commons_wikis.features.user_permission.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis.features.user_permission.inc
5
- */
3
+   * @file
4
+   * commons_wikis.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_permissions().
Please login to merge, or discard this patch.
modules/commons/commons_wikis/commons_wikis.features.field_instance.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_wikis.features.field_instance.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_instances().
Please login to merge, or discard this patch.
modules/commons/commons_wikis/commons_wikis.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_wikis.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/commons/commons_wikis/commons_wikis.module 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Wikis feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Wikis feature.
5
+   */
6 6
 
7 7
 include_once 'commons_wikis.features.inc';
8 8
 
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
 /**
135 135
  * Implements hook_strongarm_alter().
136 136
  */
137
- function commons_wikis_strongarm_alter(&$items) {
137
+  function commons_wikis_strongarm_alter(&$items) {
138 138
   // Expose the wiki content type for integration with Commons Radioactivity
139 139
   // and Commons Groups.
140 140
   foreach (array('commons_radioactivity_entity_types', 'commons_groups_entity_types') as $key) {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 function commons_wikis_form_node_form_alter(&$form, &$form_state, $form_id) {
84 84
   $node = $form['#node'];
85 85
 
86
-  list(, , $bundle) = entity_extract_ids('node', $node);
86
+  list(,, $bundle) = entity_extract_ids('node', $node);
87 87
 
88 88
   if ($bundle == 'wiki' && empty($node->nid)) {
89 89
     drupal_set_title(t('Create a wiki'));
Please login to merge, or discard this patch.