Completed
Branch master (4f76a2)
by Andreas
22:32
created
lib/org/openpsa/relatedto/style/relatedto_list_item_invoice.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     </div>
36 36
 
37 37
   <?php
38
-  //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH
39
-  org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
40
-  ?>
38
+    //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH
39
+    org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
40
+    ?>
41 41
 </li>
Please login to merge, or discard this patch.
lib/org/openpsa/relatedto/style/relatedto_list_item_salesproject.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
   <div id="org_openpsa_relatedto_details_&(salesproject.guid);" class="details hidden" style="display: none;">
28 28
   </div>
29 29
   <?php
30
-  //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH
31
-  org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
32
-  ?>
30
+    //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH
31
+    org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
32
+    ?>
33 33
 </li>
Please login to merge, or discard this patch.
lib/org/openpsa/relatedto/style/relatedto_list_item_document.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
   <div id="org_openpsa_relatedto_details_&(document.guid);" class="details hidden" style="display: none;">
32 32
   </div>
33 33
   <?php
34
-  //TODO: get correct node and via it then handle details trough AHAH (and when we have node we can use proper link in document_url as well
35
-  org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
36
-  ?>
34
+    //TODO: get correct node and via it then handle details trough AHAH (and when we have node we can use proper link in document_url as well
35
+    org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
36
+    ?>
37 37
 </li>
Please login to merge, or discard this patch.
lib/org/openpsa/relatedto/style/relatedto_list_item_event.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
     </div>
26 26
 <?php
27 27
 //TODO: necessary JS stuff to load details (which should in turn include the events own relatedtos) via AHAH
28
-  org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
29
-  ?>
28
+    org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']);
29
+    ?>
30 30
 </li>
Please login to merge, or discard this patch.
lib/midcom/services/i18n/l10n.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -474,7 +474,7 @@
 block discarded – undo
474 474
     {
475 475
         return
476 476
         (
477
-               $this->string_exists($string, $this->_language)
477
+                $this->string_exists($string, $this->_language)
478 478
             || $this->string_exists($string, $this->_fallback_language)
479 479
         );
480 480
     }
Please login to merge, or discard this patch.
lib/midcom/core/user.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -407,7 +407,7 @@
 block discarded – undo
407 407
 
408 408
                 $parent = $parent->get_parent_group();
409 409
             }
410
-            */
410
+             */
411 411
             $this->_inheritance_chains[$id] = $inheritance_chain;
412 412
         }
413 413
     }
Please login to merge, or discard this patch.
lib/midcom/config/test.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
             $this->add('Setting: upload_max_filesize', self::OK, ini_get('upload_max_filesize'));
105 105
         } else {
106 106
             $this->add('Setting: upload_max_filesize',
107
-                             self::WARNING, "To make bulk uploads (for exampe in the Image Gallery) useful, you should increase the Upload limit to something above 50 MB. (Current setting: {$upload_limit})");
107
+                                self::WARNING, "To make bulk uploads (for exampe in the Image Gallery) useful, you should increase the Upload limit to something above 50 MB. (Current setting: {$upload_limit})");
108 108
         }
109 109
 
110 110
         $post_limit = $this->ini_get_filesize('post_max_size');
Please login to merge, or discard this patch.
lib/midgard/admin/asgard/stylehelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
                 'midcom' => [
95 95
                     'style-init' => '',
96 96
                     'style-finish' => '',
97
-                 ]
97
+                    ]
98 98
             ],
99 99
             'nodes' => [],
100 100
         ];
Please login to merge, or discard this patch.
lib/org/openpsa/invoices/midcom/indexer.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
 use midcom\datamanager\indexer\client;
10 10
 use midcom\datamanager\datamanager;
11 11
 
12
- /**
13
- * Indexer client class
14
- *
15
- * @package org.openpsa.invoices
16
- */
12
+    /**
13
+     * Indexer client class
14
+     *
15
+     * @package org.openpsa.invoices
16
+     */
17 17
 class org_openpsa_invoices_midcom_indexer extends client
18 18
 {
19 19
     public function prepare_document(midcom_services_indexer_document &$document, datamanager $dm)
Please login to merge, or discard this patch.