Completed
Branch 7.x-3.x (9d48fc)
by Devin
04:36
created
modules/commons/commons_social_sharing/commons_social_sharing.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_social_sharing.features.inc
5
- */
3
+   * @file
4
+   * commons_social_sharing.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/commons/commons_social_sharing/commons_social_sharing.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Social Sharing feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Social Sharing feature.
5
+   */
6 6
 
7 7
 include_once 'commons_social_sharing.features.inc';
Please login to merge, or discard this patch.
modules/commons/commons_topics/commons_topics.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_topics.features.inc
5
- */
3
+   * @file
4
+   * commons_topics.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_features_pipe_alter().
Please login to merge, or discard this patch.
modules/commons/commons_topics/commons_topics.features.taxonomy.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_topics.features.taxonomy.inc
5
- */
3
+   * @file
4
+   * commons_topics.features.taxonomy.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_taxonomy_default_vocabularies().
Please login to merge, or discard this patch.
modules/commons/commons_topics/commons_topics.module 2 patches
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
- * Code for the Commons Topics feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Topics feature.
5
+   */
6 6
 
7 7
 include_once 'commons_topics.features.inc';
8 8
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     $commons_topics_entity_types = commons_topics_get_entity_types_with_topics();
20 20
     if (!empty($commons_topics_entity_types)) {
21 21
       foreach ($commons_topics_entity_types as $entity_type => $bundles) {
22
-        foreach(array_keys($bundles) as $bundle) {
22
+        foreach (array_keys($bundles) as $bundle) {
23 23
           $info['features']['field_instance'][] = "$entity_type-$bundle-field_topics";
24 24
         }
25 25
       }
Please login to merge, or discard this patch.
modules/commons/commons_topics/commons_topics.features.field_instance.inc 2 patches
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_topics.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_topics.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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
   $commons_groups_entity_types = commons_topics_get_entity_types_with_topics();
15 15
   if (!empty($commons_groups_entity_types)) {
16 16
     foreach ($commons_groups_entity_types as $entity_type => $bundles) {
17
-      foreach(array_keys($bundles) as $bundle) {
17
+      foreach (array_keys($bundles) as $bundle) {
18 18
         commons_topics_field_definition($field_instances, $entity_type, $bundle);
19 19
       }
20 20
     }
Please login to merge, or discard this patch.
commons/commons_wysiwyg/commons_wysiwyg.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_wysiwyg.features.user_permission.inc
5
- */
3
+   * @file
4
+   * commons_wysiwyg.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_permissions().
Please login to merge, or discard this patch.
commons/commons_wysiwyg/commons_wysiwyg.features.ckeditor_profile.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_wysiwyg.features.ckeditor_profile.inc
5
- */
3
+   * @file
4
+   * commons_wysiwyg.features.ckeditor_profile.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ckeditor_profile_defaults().
Please login to merge, or discard this patch.
modules/commons/commons_site_homepage/commons_site_homepage.module 2 patches
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
- * Code for the Commons Site Homepage feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Site Homepage feature.
5
+   */
6 6
 
7 7
 include_once 'commons_site_homepage.features.inc';
8 8
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     $form['sort_by']['#title'] = t('sorted by');
27 27
     foreach ($form['type']['#options'] as $type => $name) {
28 28
       if ($type != 'All') {
29
-        $form['type']['#options'][$type] = t(strtolower(substr($name, 0, 1)) . substr($name,1) . 's');
29
+        $form['type']['#options'][$type] = t(strtolower(substr($name, 0, 1)) . substr($name, 1) . 's');
30 30
       }
31 31
     }
32 32
   }
Please login to merge, or discard this patch.