Completed
Push — master ( 2a7b74...14dab9 )
by Charles
13:24 queued 10:36
created
protected/messages/en_us/models/InviteForm.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'ID' => '',
21
-  'Password' => '',
22
-  'Username' => '',
20
+    'ID' => '',
21
+    'Password' => '',
22
+    'Username' => '',
23 23
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/UserMetadata.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -17,11 +17,11 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Created' => '',
21
-  'Entity Type' => '',
22
-  'ID' => '',
23
-  'Key' => '',
24
-  'Updated' => '',
25
-  'User' => '',
26
-  'Value' => '',
20
+    'Created' => '',
21
+    'Entity Type' => '',
22
+    'ID' => '',
23
+    'Key' => '',
24
+    'Updated' => '',
25
+    'User' => '',
26
+    'Value' => '',
27 27
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/CategoriesMetadata.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Category ID' => '',
21
-  'Created' => '',
22
-  'Key' => '',
23
-  'Updated' => '',
24
-  'Value' => '',
20
+    'Category ID' => '',
21
+    'Created' => '',
22
+    'Key' => '',
23
+    'Updated' => '',
24
+    'Value' => '',
25 25
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/PasswordResetForm.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'The activation key you provided is invalid' => '',
21
-  'Your New Password' => '',
22
-  'Your New Password (again)' => '',
23
-  'Your Password Reset Token' => '',
20
+    'The activation key you provided is invalid' => '',
21
+    'Your New Password' => '',
22
+    'Your New Password (again)' => '',
23
+    'Your Password Reset Token' => '',
24 24
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/RegisterForm.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'That email address is already in use' => '',
21
-  'That username address is already in use' => '',
22
-  'Your Email Address' => '',
23
-  'Your Password' => '',
24
-  'Your Password (again)' => '',
25
-  'Your Username on the Site' => '',
20
+    'That email address is already in use' => '',
21
+    'That username address is already in use' => '',
22
+    'Your Email Address' => '',
23
+    'Your Password' => '',
24
+    'Your Password (again)' => '',
25
+    'Your Username on the Site' => '',
26 26
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/Content.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -17,25 +17,25 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Author' => '',
21
-  'Category' => '',
22
-  'Commentable' => '',
23
-  'Content' => '',
24
-  'Created' => '',
25
-  'Draft' => '',
26
-  'ID' => '',
27
-  'Likes' => '',
28
-  'Password' => '',
29
-  'Published' => '',
30
-  'Ready for Review' => '',
31
-  'Slug' => '',
32
-  'Status' => '',
33
-  'Tags' => '',
34
-  'The content ID provided was invalid.' => '',
35
-  'Title' => '',
36
-  'Type' => '',
37
-  'Updated' => '',
38
-  'Use of property "extract" is deprecated in favor of "excerpt"' => '',
39
-  'Version' => '',
40
-  'excerpt' => '',
20
+    'Author' => '',
21
+    'Category' => '',
22
+    'Commentable' => '',
23
+    'Content' => '',
24
+    'Created' => '',
25
+    'Draft' => '',
26
+    'ID' => '',
27
+    'Likes' => '',
28
+    'Password' => '',
29
+    'Published' => '',
30
+    'Ready for Review' => '',
31
+    'Slug' => '',
32
+    'Status' => '',
33
+    'Tags' => '',
34
+    'The content ID provided was invalid.' => '',
35
+    'Title' => '',
36
+    'Type' => '',
37
+    'Updated' => '',
38
+    'Use of property "extract" is deprecated in favor of "excerpt"' => '',
39
+    'Version' => '',
40
+    'excerpt' => '',
41 41
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/Categories.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -17,12 +17,12 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Created' => '',
21
-  'Description' => '',
22
-  'ID' => '',
23
-  'Name' => '',
24
-  'Parent' => '',
25
-  'Slug' => '',
26
-  'This category cannot be deleted' => '',
27
-  'Updated' => '',
20
+    'Created' => '',
21
+    'Description' => '',
22
+    'ID' => '',
23
+    'Name' => '',
24
+    'Parent' => '',
25
+    'Slug' => '',
26
+    'This category cannot be deleted' => '',
27
+    'Updated' => '',
28 28
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/analytics.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   '< Previous' => '',
21 21
   '<< First' => '',
22 22
   'CApcCache requires PHP apc extension to be loaded.' => '',
Please login to merge, or discard this patch.
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -17,13 +17,13 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Domain' => '',
21
-  'DoubleClick' => '',
22
-  'Enabled' => '',
23
-  'Enhanced Link Attribution' => '',
24
-  'Piwik Host URL' => '',
25
-  'Site ID' => '',
26
-  'UA Tracking ID' => '',
27
-  'Use Universal Client?' => '',
28
-  'id' => '',
20
+    'Domain' => '',
21
+    'DoubleClick' => '',
22
+    'Enabled' => '',
23
+    'Enhanced Link Attribution' => '',
24
+    'Piwik Host URL' => '',
25
+    'Site ID' => '',
26
+    'UA Tracking ID' => '',
27
+    'Use Universal Client?' => '',
28
+    'id' => '',
29 29
 );
Please login to merge, or discard this patch.
protected/config/classmap.php 1 patch
Spacing   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,34 +1,34 @@
 block discarded – undo
1 1
 <?php
2
-$basePath = dirname(__FILE__) . '/..';
2
+$basePath = dirname (__FILE__).'/..';
3 3
 Yii::$classMap = array(
4
-    'YiinfiniteScroller' => $basePath . '/extensions/yiinfinite-scroll/YiinfiniteScroller.php',
5
-    'ContentMetadata' => $basePath . '/models/ContentMetadata.php',
6
-    'UserRoles' => $basePath . '/models/UserRoles.php',
7
-    'UserMetadata' => $basePath . '/models/UserMetadata.php',
8
-    'ContentTypes' => $basePath . '/models/ContentTypes.php',
9
-    'Events' => $basePath . '/models/Events.php',
10
-    'Comments' => $basePath . '/models/Comments.php',
11
-    'Content' => $basePath . '/models/Content.php',
12
-    'Configuration' => $basePath . '/models/Configuration.php',
13
-    'CategoriesMetadata' => $basePath . '/models/CategoriesMetadata.php',
14
-    'Users' => $basePath . '/models/Users.php',
15
-    'ActivationForm' => $basePath . '/models/forms/ActivationForm.php',
16
-    'LoginForm' => $basePath . '/models/forms/LoginForm.php',
17
-    'RegisterForm' => $basePath . '/models/forms/RegisterForm.php',
18
-    'InviteForm' => $basePath . '/models/forms/InviteForm.php',
19
-    'InvitationForm' => $basePath . '/models/forms/InvitationForm.php',
20
-    'ProfileForm' => $basePath . '/models/forms/ProfileForm.php',
21
-    'PasswordResetForm' => $basePath . '/models/forms/PasswordResetForm.php',
22
-    'EmailChangeForm' => $basePath . '/models/forms/EmailChangeForm.php',
23
-    'ForgotForm' => $basePath . '/models/forms/ForgotForm.php',
24
-    'SocialSettings' => $basePath . '/models/settings/SocialSettings.php',
25
-    'AnalyticsSettings' => $basePath . '/models/settings/AnalyticsSettings.php',
26
-    'GeneralSettings' => $basePath . '/models/settings/GeneralSettings.php',
27
-    'ThemeSettings' => $basePath . '/models/settings/ThemeSettings.php',
28
-    'EmailSettings' => $basePath . '/models/settings/EmailSettings.php',
29
-    'Categories' => $basePath . '/models/Categories.php',
30
-    'CategoriesController' => $basePath . '/controllers/CategoriesController.php',
31
-    'ProfileController' => $basePath . '/controllers/ProfileController.php',
32
-    'ContentController' => $basePath . '/controllers/ContentController.php',
33
-    'SiteController' => $basePath . '/controllers/SiteController.php',
4
+    'YiinfiniteScroller' => $basePath.'/extensions/yiinfinite-scroll/YiinfiniteScroller.php',
5
+    'ContentMetadata' => $basePath.'/models/ContentMetadata.php',
6
+    'UserRoles' => $basePath.'/models/UserRoles.php',
7
+    'UserMetadata' => $basePath.'/models/UserMetadata.php',
8
+    'ContentTypes' => $basePath.'/models/ContentTypes.php',
9
+    'Events' => $basePath.'/models/Events.php',
10
+    'Comments' => $basePath.'/models/Comments.php',
11
+    'Content' => $basePath.'/models/Content.php',
12
+    'Configuration' => $basePath.'/models/Configuration.php',
13
+    'CategoriesMetadata' => $basePath.'/models/CategoriesMetadata.php',
14
+    'Users' => $basePath.'/models/Users.php',
15
+    'ActivationForm' => $basePath.'/models/forms/ActivationForm.php',
16
+    'LoginForm' => $basePath.'/models/forms/LoginForm.php',
17
+    'RegisterForm' => $basePath.'/models/forms/RegisterForm.php',
18
+    'InviteForm' => $basePath.'/models/forms/InviteForm.php',
19
+    'InvitationForm' => $basePath.'/models/forms/InvitationForm.php',
20
+    'ProfileForm' => $basePath.'/models/forms/ProfileForm.php',
21
+    'PasswordResetForm' => $basePath.'/models/forms/PasswordResetForm.php',
22
+    'EmailChangeForm' => $basePath.'/models/forms/EmailChangeForm.php',
23
+    'ForgotForm' => $basePath.'/models/forms/ForgotForm.php',
24
+    'SocialSettings' => $basePath.'/models/settings/SocialSettings.php',
25
+    'AnalyticsSettings' => $basePath.'/models/settings/AnalyticsSettings.php',
26
+    'GeneralSettings' => $basePath.'/models/settings/GeneralSettings.php',
27
+    'ThemeSettings' => $basePath.'/models/settings/ThemeSettings.php',
28
+    'EmailSettings' => $basePath.'/models/settings/EmailSettings.php',
29
+    'Categories' => $basePath.'/models/Categories.php',
30
+    'CategoriesController' => $basePath.'/controllers/CategoriesController.php',
31
+    'ProfileController' => $basePath.'/controllers/ProfileController.php',
32
+    'ContentController' => $basePath.'/controllers/ContentController.php',
33
+    'SiteController' => $basePath.'/controllers/SiteController.php',
34 34
 );
Please login to merge, or discard this patch.