Completed
Push — master ( 2a7b74...14dab9 )
by Charles
13:24 queued 10:36
created
protected/messages/en_us/controllers/Site.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   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -17,27 +17,27 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'A password reset link has been sent to your email address' => '',
21
-  'Accept Invitation' => '',
22
-  'Activate Your Account' => '',
23
-  'An email has been sent to {{email}} with further instructions on how to reset your password' => '',
24
-  'Change Your Email Address' => '',
25
-  'Error' => '',
26
-  'Error {{code}}' => '',
27
-  'Forgot Your Password?' => '',
28
-  'Login to your account' => '',
29
-  'Reset Your password' => '',
30
-  'Search' => '',
31
-  'Sign Up' => '',
32
-  'The password reset key provided is invalid' => '',
33
-  'The verification key provided is invalid.' => '',
34
-  'There was an error fulfilling your request.' => '',
35
-  'Unable to re-authenticated user' => '',
36
-  'Unable to re-authenticated user.' => '',
37
-  'You have successfully registered an account. Before you can login, please check your email for activation instructions' => '',
38
-  'Your account has successfully been activated. You may now login' => '',
39
-  'Your new email address has been verified.' => '',
40
-  'Your password has been reset, and you may now login with your new password' => '',
41
-  '{{app_name}} | {{label}}' => '',
42
-  '{{app_name}} | {{label}} {{code}}' => '',
20
+    'A password reset link has been sent to your email address' => '',
21
+    'Accept Invitation' => '',
22
+    'Activate Your Account' => '',
23
+    'An email has been sent to {{email}} with further instructions on how to reset your password' => '',
24
+    'Change Your Email Address' => '',
25
+    'Error' => '',
26
+    'Error {{code}}' => '',
27
+    'Forgot Your Password?' => '',
28
+    'Login to your account' => '',
29
+    'Reset Your password' => '',
30
+    'Search' => '',
31
+    'Sign Up' => '',
32
+    'The password reset key provided is invalid' => '',
33
+    'The verification key provided is invalid.' => '',
34
+    'There was an error fulfilling your request.' => '',
35
+    'Unable to re-authenticated user' => '',
36
+    'Unable to re-authenticated user.' => '',
37
+    'You have successfully registered an account. Before you can login, please check your email for activation instructions' => '',
38
+    'Your account has successfully been activated. You may now login' => '',
39
+    'Your new email address has been verified.' => '',
40
+    'Your password has been reset, and you may now login with your new password' => '',
41
+    '{{app_name}} | {{label}}' => '',
42
+    '{{app_name}} | {{label}} {{code}}' => '',
43 43
 );
Please login to merge, or discard this patch.
protected/messages/en_us/controllers/Cii.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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,5 +17,5 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'This site is currently disabled. Please check back later.' => '',
20
+    'This site is currently disabled. Please check back later.' => '',
21 21
 );
Please login to merge, or discard this patch.
protected/messages/en_us/controllers/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   +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
-  'All Content' => '',
21
-  'Incorrect password' => '',
22
-  'Password Required' => '',
23
-  'The article you specified does not exist. If you bookmarked this page, please delete it.' => '',
24
-  'Too many password attempts. Please try again in 5 minutes' => '',
25
-  '{{app_name}} | {{label}}' => '',
20
+    'All Content' => '',
21
+    'Incorrect password' => '',
22
+    'Password Required' => '',
23
+    'The article you specified does not exist. If you bookmarked this page, please delete it.' => '',
24
+    'Too many password attempts. Please try again in 5 minutes' => '',
25
+    '{{app_name}} | {{label}}' => '',
26 26
 );
Please login to merge, or discard this patch.
protected/messages/en_us/controllers/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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,6 +17,6 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Invalid routing' => '',
21
-  '{{app_name}} | {{label}}' => '',
20
+    'Invalid routing' => '',
21
+    '{{app_name}} | {{label}}' => '',
22 22
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/social.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   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -17,21 +17,21 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Access Token' => '',
21
-  'Access Token Secret' => '',
22
-  'AddThis' => '',
23
-  'AddThis Publisher ID' => '',
24
-  'App ID' => '',
25
-  'App Secret' => '',
26
-  'Client ID' => '',
27
-  'Client Secret' => '',
28
-  'Consumer Key' => '',
29
-  'Consumer Secret' => '',
30
-  'Facebook' => '',
31
-  'Google+' => '',
32
-  'LinkedIn' => '',
33
-  'Public Server API Key' => '',
34
-  'Scope' => '',
35
-  'Social Auth' => '',
36
-  'Twitter' => '',
20
+    'Access Token' => '',
21
+    'Access Token Secret' => '',
22
+    'AddThis' => '',
23
+    'AddThis Publisher ID' => '',
24
+    'App ID' => '',
25
+    'App Secret' => '',
26
+    'Client ID' => '',
27
+    'Client Secret' => '',
28
+    'Consumer Key' => '',
29
+    'Consumer Secret' => '',
30
+    'Facebook' => '',
31
+    'Google+' => '',
32
+    'LinkedIn' => '',
33
+    'Public Server API Key' => '',
34
+    'Scope' => '',
35
+    'Social Auth' => '',
36
+    'Twitter' => '',
37 37
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/ContentMetadata.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
-  'Content ID' => '',
21
-  'Created' => '',
22
-  'Key' => '',
23
-  'Updated' => '',
24
-  'Value' => '',
20
+    'Content ID' => '',
21
+    'Created' => '',
22
+    'Key' => '',
23
+    'Updated' => '',
24
+    'Value' => '',
25 25
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/ForgotForm.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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,6 +17,6 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Email Address' => '',
21
-  'The email address you entered is either invalid, or does not belong to a user in our system.' => '',
20
+    'Email Address' => '',
21
+    'The email address you entered is either invalid, or does not belong to a user in our system.' => '',
22 22
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/LoginForm.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
-  'Incorrect username or password.' => '',
21
-  'Password' => '',
22
-  'Please enter your two factor authentication code to proceed' => '',
23
-  'Two Factor Authentication Code' => '',
24
-  'Two factor code was not valid. Please try again.' => '',
25
-  'Username' => '',
20
+    'Incorrect username or password.' => '',
21
+    'Password' => '',
22
+    'Please enter your two factor authentication code to proceed' => '',
23
+    'Two Factor Authentication Code' => '',
24
+    'Two factor code was not valid. Please try again.' => '',
25
+    'Username' => '',
26 26
 );
Please login to merge, or discard this patch.
protected/messages/en_us/models/UserRoles.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
-  'Created' => '',
21
-  'ID' => '',
22
-  'Name' => '',
23
-  'Updated' => '',
20
+    'Created' => '',
21
+    'ID' => '',
22
+    'Name' => '',
23
+    'Updated' => '',
24 24
 );
Please login to merge, or discard this patch.