Completed
Push — develop ( 9a7a0e...9848a2 )
by greg
03:03
created
src/PlaygroundCore/Analytics/CustomVar.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package     PlaygroundCore
4
- */
3
+     * @package     PlaygroundCore
4
+     */
5 5
 
6 6
 namespace PlaygroundCore\Analytics;
7 7
 
Please login to merge, or discard this patch.
src/PlaygroundCore/Analytics/Tracker.php 1 patch
Indentation   +38 added lines, -38 removed lines patch added patch discarded remove patch
@@ -1,43 +1,43 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2012 Jurian Sluiman.
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions
8
- * are met:
9
- *
10
- *   * Redistributions of source code must retain the above copyright
11
- *     notice, this list of conditions and the following disclaimer.
12
- *
13
- *   * Redistributions in binary form must reproduce the above copyright
14
- *     notice, this list of conditions and the following disclaimer in
15
- *     the documentation and/or other materials provided with the
16
- *     distribution.
17
- *
18
- *   * Neither the names of the copyright holders nor the names of the
19
- *     contributors may be used to endorse or promote products derived
20
- *     from this software without specific prior written permission.
21
- *
22
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33
- * POSSIBILITY OF SUCH DAMAGE.
34
- *
35
- * @package     PlaygroundCore
36
- * @author      Jurian Sluiman <[email protected]>
37
- * @copyright   2012 Jurian Sluiman.
38
- * @license     http://www.opensource.org/licenses/bsd-license.php  BSD License
39
- * @link        http://juriansluiman.nl
40
- */
3
+     * Copyright (c) 2012 Jurian Sluiman.
4
+     * All rights reserved.
5
+     *
6
+     * Redistribution and use in source and binary forms, with or without
7
+     * modification, are permitted provided that the following conditions
8
+     * are met:
9
+     *
10
+     *   * Redistributions of source code must retain the above copyright
11
+     *     notice, this list of conditions and the following disclaimer.
12
+     *
13
+     *   * Redistributions in binary form must reproduce the above copyright
14
+     *     notice, this list of conditions and the following disclaimer in
15
+     *     the documentation and/or other materials provided with the
16
+     *     distribution.
17
+     *
18
+     *   * Neither the names of the copyright holders nor the names of the
19
+     *     contributors may be used to endorse or promote products derived
20
+     *     from this software without specific prior written permission.
21
+     *
22
+     * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23
+     * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24
+     * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25
+     * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26
+     * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27
+     * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28
+     * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29
+     * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30
+     * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31
+     * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32
+     * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33
+     * POSSIBILITY OF SUCH DAMAGE.
34
+     *
35
+     * @package     PlaygroundCore
36
+     * @author      Jurian Sluiman <[email protected]>
37
+     * @copyright   2012 Jurian Sluiman.
38
+     * @license     http://www.opensource.org/licenses/bsd-license.php  BSD License
39
+     * @link        http://juriansluiman.nl
40
+     */
41 41
 namespace PlaygroundCore\Analytics;
42 42
 
43 43
 use PlaygroundCore\Analytics\Ecommerce\Transaction;
Please login to merge, or discard this patch.
src/PlaygroundCore/Controller/Admin/WebsiteAdminController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link      http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
6
- * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license   http://framework.zend.com/license/new-bsd New BSD License
8
- */
3
+     * Zend Framework (http://framework.zend.com/)
4
+     *
5
+     * @link      http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
7
+     * @license   http://framework.zend.com/license/new-bsd New BSD License
8
+     */
9 9
 
10 10
 namespace PlaygroundCore\Controller\Admin;
11 11
 
Please login to merge, or discard this patch.
src/PlaygroundCore/Controller/FormgenController.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,8 @@
 block discarded – undo
57 57
 
58 58
         $websites = $this->getWebsiteService()->getWebsiteMapper()->findAll();
59 59
         return new ViewModel(array(
60
-           'websites' => $websites,
61
-           'form' => $formgen,
60
+            'websites' => $websites,
61
+            'form' => $formgen,
62 62
         ));
63 63
     }
64 64
 
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     {
77 77
         $renderer = $this->serviceLocator->get('Zend\View\Renderer\RendererInterface');
78 78
         $headScript = $this->getServiceLocator()->get('viewhelpermanager')->get('HeadScript');
79
-        $headScript->appendFile($renderer->adminAssetPath() . '/js/form/parse.form.js');
79
+        $headScript->appendFile($renderer->adminAssetPath().'/js/form/parse.form.js');
80 80
 
81 81
         $formId = $this->params('form');
82 82
 
@@ -87,11 +87,11 @@  discard block
 block discarded – undo
87 87
     {
88 88
         $renderer = $this->serviceLocator->get('Zend\View\Renderer\RendererInterface');
89 89
         $headScript = $this->getServiceLocator()->get('viewhelpermanager')->get('HeadScript');
90
-        $headScript->appendFile($renderer->adminAssetPath() . '/js/form/create.form.js');
91
-        $headScript->appendFile($renderer->adminAssetPath() . '/js/form/line.text.js');
92
-        $headScript->appendFile($renderer->adminAssetPath() . '/js/form/add.form.js');
93
-        $headScript->appendFile($renderer->adminAssetPath() . '/js/form/json.form.js');
94
-        $headScript->appendFile($renderer->adminAssetPath() . '/js/form/edit.form.js');
90
+        $headScript->appendFile($renderer->adminAssetPath().'/js/form/create.form.js');
91
+        $headScript->appendFile($renderer->adminAssetPath().'/js/form/line.text.js');
92
+        $headScript->appendFile($renderer->adminAssetPath().'/js/form/add.form.js');
93
+        $headScript->appendFile($renderer->adminAssetPath().'/js/form/json.form.js');
94
+        $headScript->appendFile($renderer->adminAssetPath().'/js/form/edit.form.js');
95 95
 
96 96
         return array();
97 97
     }
Please login to merge, or discard this patch.
src/PlaygroundCore/Filter/Slugify.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -51,12 +51,12 @@
 block discarded – undo
51 51
                             'è'=>'e', 'é'=>'e', 'ê'=>'e', 'ë'=>'e', 'ì'=>'i', 'í'=>'i', 'î'=>'i', 'ï'=>'i', 'ð'=>'o', 'ñ'=>'n', 'ò'=>'o', 'ó'=>'o', 'ô'=>'o', 'õ'=>'o',
52 52
                             'ö'=>'o', 'ø'=>'o', 'ù'=>'u', 'ú'=>'u', 'û'=>'u', 'ý'=>'y', 'ý'=>'y', 'þ'=>'b', 'ÿ'=>'y', 'Ğ'=>'G', 'İ'=>'I', 'Ş'=>'S', 'ğ'=>'g', 'ı'=>'i',
53 53
                             'ş'=>'s', 'ü'=>'u', 'ă'=>'a', 'Ă'=>'A', 'ș'=>'s', 'Ș'=>'S', 'ț'=>'t', 'Ț'=>'T', 'Α' => 'A', 'Β' => 'B', 'Γ' => 'G', 'Δ' => 'D', 'Ε' => 'E',
54
-                            'Ζ' => 'Z', 'Η' => 'H', 'Θ' => '8','Ι' => 'I', 'Κ' => 'K', 'Λ' => 'L', 'Μ' => 'M', 'Ν' => 'N', 'Ξ' => '3', 'Ο' => 'O', 'Π' => 'P','Ρ' => 'R',
55
-                            'Σ' => 'S', 'Τ' => 'T', 'Υ' => 'Y', 'Φ' => 'F', 'Χ' => 'X', 'Ψ' => 'PS', 'Ω' => 'W','Ά' => 'A', 'Έ' => 'E', 'Ί' => 'I', 'Ό' => 'O', 'Ύ' => 'Y',
56
-                            'Ή' => 'H', 'Ώ' => 'W', 'Ϊ' => 'I','Ϋ' => 'Y','α' => 'a', 'β' => 'b', 'γ' => 'g', 'δ' => 'd', 'ε' => 'e', 'ζ' => 'z', 'η' => 'h', 'θ' => '8',
57
-                            'ι' => 'i', 'κ' => 'k', 'λ' => 'l', 'μ' => 'm', 'ν' => 'n', 'ξ' => '3', 'ο' => 'o', 'π' => 'p','ρ' => 'r', 'σ' => 's', 'τ' => 't', 'υ' => 'y',
58
-                            'φ' => 'f', 'χ' => 'x', 'ψ' => 'ps', 'ω' => 'w','ά' => 'a', 'έ' => 'e', 'ί' => 'i', 'ό' => 'o', 'ύ' => 'y', 'ή' => 'h', 'ώ' => 'w', 'ς' => 's',
59
-                            'ϊ' => 'i', 'ΰ' => 'y', 'ϋ' => 'y', 'ΐ' => 'i', );
54
+                            'Ζ' => 'Z', 'Η' => 'H', 'Θ' => '8', 'Ι' => 'I', 'Κ' => 'K', 'Λ' => 'L', 'Μ' => 'M', 'Ν' => 'N', 'Ξ' => '3', 'Ο' => 'O', 'Π' => 'P', 'Ρ' => 'R',
55
+                            'Σ' => 'S', 'Τ' => 'T', 'Υ' => 'Y', 'Φ' => 'F', 'Χ' => 'X', 'Ψ' => 'PS', 'Ω' => 'W', 'Ά' => 'A', 'Έ' => 'E', 'Ί' => 'I', 'Ό' => 'O', 'Ύ' => 'Y',
56
+                            'Ή' => 'H', 'Ώ' => 'W', 'Ϊ' => 'I', 'Ϋ' => 'Y', 'α' => 'a', 'β' => 'b', 'γ' => 'g', 'δ' => 'd', 'ε' => 'e', 'ζ' => 'z', 'η' => 'h', 'θ' => '8',
57
+                            'ι' => 'i', 'κ' => 'k', 'λ' => 'l', 'μ' => 'm', 'ν' => 'n', 'ξ' => '3', 'ο' => 'o', 'π' => 'p', 'ρ' => 'r', 'σ' => 's', 'τ' => 't', 'υ' => 'y',
58
+                            'φ' => 'f', 'χ' => 'x', 'ψ' => 'ps', 'ω' => 'w', 'ά' => 'a', 'έ' => 'e', 'ί' => 'i', 'ό' => 'o', 'ύ' => 'y', 'ή' => 'h', 'ώ' => 'w', 'ς' => 's',
59
+                            'ϊ' => 'i', 'ΰ' => 'y', 'ϋ' => 'y', 'ΐ' => 'i',);
60 60
 
61 61
         $value = strtr($value, $unwanted_array);
62 62
 
Please login to merge, or discard this patch.
src/PlaygroundCore/Filter/Transliteration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
             'ů' => 'u',
175 175
             'ý' => 'y',
176 176
             'ž' => 'z',
177
-             'Á' => 'A',
177
+                'Á' => 'A',
178 178
             'Č' => 'C',
179 179
             'Ď' => 'D',
180 180
             'É' => 'E',
Please login to merge, or discard this patch.
src/PlaygroundCore/Mapper/Formgen.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,10 @@
 block discarded – undo
7 7
 class Formgen extends AbstractMapper
8 8
 {
9 9
     /**
10
-    * getEntityRepository : recupere l'entite formgen
11
-    *
12
-    * @return PlaygroundCore\Entity\Formgen $formgen
13
-    */
10
+     * getEntityRepository : recupere l'entite formgen
11
+     *
12
+     * @return PlaygroundCore\Entity\Formgen $formgen
13
+     */
14 14
     public function getEntityRepository()
15 15
     {
16 16
         if (null === $this->er) {
Please login to merge, or discard this patch.
src/PlaygroundCore/Mapper/Locale.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,10 @@
 block discarded – undo
7 7
 class Locale extends AbstractMapper
8 8
 {
9 9
     /**
10
-    * getEntityRepository : recupere l'entite locale
11
-    *
12
-    * @return PlaygroundCore\Entity\Locale $locale
13
-    */
10
+     * getEntityRepository : recupere l'entite locale
11
+     *
12
+     * @return PlaygroundCore\Entity\Locale $locale
13
+     */
14 14
     public function getEntityRepository()
15 15
     {
16 16
         if (null === $this->er) {
Please login to merge, or discard this patch.
src/PlaygroundCore/Mapper/Website.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,10 @@
 block discarded – undo
7 7
 class Website extends AbstractMapper
8 8
 {
9 9
     /**
10
-    * getEntityRepository : recupere l'entite website
11
-    *
12
-    * @return PlaygroundCore\Entity\Website $website
13
-    */
10
+     * getEntityRepository : recupere l'entite website
11
+     *
12
+     * @return PlaygroundCore\Entity\Website $website
13
+     */
14 14
     public function getEntityRepository()
15 15
     {
16 16
         if (null === $this->er) {
Please login to merge, or discard this patch.