Completed
Push — master ( 8edafe...cb9f87 )
by Charles
08:15
created
protected/messages/en_us/models/InvitationForm.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
   'A user with that email already exists.' => '',
21 21
   'Email Address' => '',
22 22
   'You\'ve Been Invited...' => '',
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
-  'A user with that email already exists.' => '',
21
-  'Email Address' => '',
22
-  'You\'ve Been Invited...' => '',
20
+    'A user with that email already exists.' => '',
21
+    'Email Address' => '',
22
+    'You\'ve Been Invited...' => '',
23 23
 );
Please login to merge, or discard this patch.
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
   'ID' => '',
21 21
   'Password' => '',
22 22
   'Username' => '',
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/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
   'Incorrect username or password.' => '',
21 21
   'Password' => '',
22 22
   'Please enter your two factor authentication code to proceed' => '',
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/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
   'The activation key you provided is invalid' => '',
21 21
   'Your New Password' => '',
22 22
   'Your New Password (again)' => '',
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/ProfileForm.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
   'The password you entered is invalid.' => '',
21 21
   'The request user\'s profile could not be loaded' => '',
22 22
   'You do not have permission to modify this attribute' => '',
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
-  'The password you entered is invalid.' => '',
21
-  'The request user\'s profile could not be loaded' => '',
22
-  'You do not have permission to modify this attribute' => '',
23
-  'Your New Password (again)' => '',
24
-  'Your current password' => '',
20
+    'The password you entered is invalid.' => '',
21
+    'The request user\'s profile could not be loaded' => '',
22
+    'You do not have permission to modify this attribute' => '',
23
+    'Your New Password (again)' => '',
24
+    'Your current password' => '',
25 25
 );
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
   'That email address is already in use' => '',
21 21
   'That username address is already in use' => '',
22 22
   'Your Email Address' => '',
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/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
   'Created' => '',
21 21
   'Entity Type' => '',
22 22
   'ID' => '',
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/Users.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
   'Active' => '',
21 21
   'CiiMS Email Change Notification' => '',
22 22
   'CiiMS Password Change Notification' => '',
Please login to merge, or discard this patch.
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -17,14 +17,14 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Active' => '',
21
-  'CiiMS Email Change Notification' => '',
22
-  'CiiMS Password Change Notification' => '',
23
-  'Created' => '',
24
-  'Email' => '',
25
-  'ID' => '',
26
-  'Password' => '',
27
-  'Updated' => '',
28
-  'User Name' => '',
29
-  'User Role' => '',
20
+    'Active' => '',
21
+    'CiiMS Email Change Notification' => '',
22
+    'CiiMS Password Change Notification' => '',
23
+    'Created' => '',
24
+    'Email' => '',
25
+    'ID' => '',
26
+    'Password' => '',
27
+    'Updated' => '',
28
+    'User Name' => '',
29
+    'User Role' => '',
30 30
 );
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
   'Domain' => '',
21 21
   'DoubleClick' => '',
22 22
   'Enabled' => '',
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.