Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{php,js,css,json,html,txt,md,yml}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

[*.{html,txt,md,yml}]
trim_trailing_whitespace = false

[*.yml]
indent_style = space
87 changes: 0 additions & 87 deletions .github/workflows/tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright (c) 2024 St.Frank
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*
*
*/

namespace wintstar\hideprofilelink;
Expand Down
2 changes: 1 addition & 1 deletion language/de/hideprofilelink.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

$lang = array_merge($lang, array(
'NO_VIEW_USERSPROFILE' => 'Du bist nicht berechtigt Profile anzusehen.',
));
));
4 changes: 2 additions & 2 deletions language/de/permissions_hpl_ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
$lang = array_merge($lang, array(
'ACL_A_HPL_VIEW_PROFILELINK' => 'Kann Link zu Profile und das Profile sehen',
'ACL_M_HPL_VIEW_PROFILELINK' => 'Kann Link zu Profile und das Profile sehen',
'ACL_U_HPL_VIEW_PROFILELINK' => 'Kann Link zu Profile und das Profile sehen',
));
'ACL_U_HPL_VIEW_PROFILELINK' => 'Kann Link zu Profile und das Profile sehen',
));
2 changes: 1 addition & 1 deletion language/en/hideprofilelink.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

$lang = array_merge($lang, array(
'NO_VIEW_USERSPROFILE' => 'You are not authorised to view profiles.',
));
));
2 changes: 1 addition & 1 deletion language/en/permissions_hpl_ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
'ACL_A_HPL_VIEW_PROFILELINK' => 'Can see link to profile and profile',
'ACL_M_HPL_VIEW_PROFILELINK' => 'Can see link to profile and profile',
'ACL_U_HPL_VIEW_PROFILELINK' => 'Can see link to profile and profile',
));
));
2 changes: 1 addition & 1 deletion migrations/v10x/release_0_0_1.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function update_data()
['permission.permission_set', ['ROLE_ADMIN_FULL', 'a_hpl_view_profilelink']]
);
}
}
}