Completed
Push — 7.x-3.x ( 00546f...21089d )
by Devin
04:13 queued 01:28
created
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.
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.
modules/commons/commons_site_homepage/commons_site_homepage.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_site_homepage.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_site_homepage.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons/commons_site_homepage/commons_site_homepage.pages_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_site_homepage.pages_default.inc
5
- */
3
+   * @file
4
+   * commons_site_homepage.pages_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_default_page_manager_pages().
Please login to merge, or discard this patch.
modules/commons/commons_posts/commons_posts.commons.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 module integration for the Commons Posts module.
5
- */
3
+   * @file
4
+   * Commons module integration for the Commons Posts module.
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_commons_entity_integration().
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
  */
40 40
 function commons_posts_commons_bw_create_all_widget($group) {
41 41
   if (og_user_access('node', $group->nid, 'create post content')) {
42
-    $link = l(t('Create a post'),'node/add/post',
42
+    $link = l(t('Create a post'), 'node/add/post',
43 43
       array('attributes' => array('class' => 'commons-posts-create'), 'query' => array('og_group_ref' => $group->nid))
44 44
     );
45 45
     return array(
Please login to merge, or discard this patch.
modules/commons/commons_posts/commons_posts.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_posts.features.user_permission.inc
5
- */
3
+   * @file
4
+   * commons_posts.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_permissions().
Please login to merge, or discard this patch.