From a220b267d4a443788ed40d2f5619213399e35a6f Mon Sep 17 00:00:00 2001 From: ElgarL Date: Sat, 3 Sep 2011 11:33:14 +0100 Subject: - Fixed users being able to use 'manuadd' to add users to higher groups than their own. - Added SuperPerms support so GM will update adn provide the permissions to plugins which only support Bukkit Perms. - Added more helpful output to errors on argument lengths. --- EssentialsGroupManager/src/Changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 EssentialsGroupManager/src/Changelog.txt (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt new file mode 100644 index 000000000..716242e3b --- /dev/null +++ b/EssentialsGroupManager/src/Changelog.txt @@ -0,0 +1,6 @@ +Changelog + +v 1.1: + - Fixed users being able to use 'manuadd' to add users to higher groups than their own. + - Added SuperPerms support so GM will update adn provide the permissions to plugins which only support Bukkit Perms. + - Added more helpful output to errors on argument lengths. \ No newline at end of file -- cgit v1.2.3 From 16e19a77759585118e97f3f1d4ca7bc7041e800f Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 3 Sep 2011 14:24:32 +0100 Subject: - GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect '. --- EssentialsGroupManager/src/Changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 716242e3b..86f6e521f 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -2,5 +2,6 @@ Changelog v 1.1: - Fixed users being able to use 'manuadd' to add users to higher groups than their own. - - Added SuperPerms support so GM will update adn provide the permissions to plugins which only support Bukkit Perms. - - Added more helpful output to errors on argument lengths. \ No newline at end of file + - Added SuperPerms support so GM will update and provide the permissions to plugins which only support Bukkit Perms. + - Added more helpful output to errors on argument lengths. + - GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect '. \ No newline at end of file -- cgit v1.2.3 From e2024ca2b63112cbb343812e4d4354c98245e03b Mon Sep 17 00:00:00 2001 From: ElgarL Date: Sat, 3 Sep 2011 15:29:44 +0100 Subject: - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead. --- EssentialsGroupManager/src/Changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 86f6e521f..401d762f1 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -4,4 +4,5 @@ v 1.1: - Fixed users being able to use 'manuadd' to add users to higher groups than their own. - Added SuperPerms support so GM will update and provide the permissions to plugins which only support Bukkit Perms. - Added more helpful output to errors on argument lengths. - - GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect '. \ No newline at end of file + - GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect '. + - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead. \ No newline at end of file -- cgit v1.2.3 From e3756623a1531241b40084c0aa9a8e4b4e8cda31 Mon Sep 17 00:00:00 2001 From: ElgarL Date: Sat, 3 Sep 2011 16:13:43 +0100 Subject: - Fix for Users.yml containing only 'users:' causing a crash. - GroupManager will now generate a fresh Users and Groups yml if either file is empty. --- EssentialsGroupManager/src/Changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 401d762f1..2879a9d33 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -5,4 +5,6 @@ v 1.1: - Added SuperPerms support so GM will update and provide the permissions to plugins which only support Bukkit Perms. - Added more helpful output to errors on argument lengths. - GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect '. - - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead. \ No newline at end of file + - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead. + - Fix for Users.yml containing only 'users:' causing a crash. + - GroupManager will now generate a fresh Users and Groups yml if either file is empty. \ No newline at end of file -- cgit v1.2.3 From 2e1c88050222c0be59a290a0b796677483daf066 Mon Sep 17 00:00:00 2001 From: ElgarL Date: Sat, 3 Sep 2011 17:53:34 +0100 Subject: - Fix for an infinite loop bug with the new Bukkit Perms during a new user creation. --- EssentialsGroupManager/src/Changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 2879a9d33..7005c8cc1 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -7,4 +7,5 @@ v 1.1: - GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect '. - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead. - Fix for Users.yml containing only 'users:' causing a crash. - - GroupManager will now generate a fresh Users and Groups yml if either file is empty. \ No newline at end of file + - GroupManager will now generate a fresh Users and Groups yml if either file is empty. + - Fix for an infinite loop bug with the new Bukkit Perms during a new user creation. \ No newline at end of file -- cgit v1.2.3 From 0654a76ccc64b62549ef8f9389b145a2e9a602a4 Mon Sep 17 00:00:00 2001 From: ElgarL Date: Tue, 6 Sep 2011 10:11:21 +0100 Subject: - Fixed BukkitPerms population. Wasn't correctly setting superperms. --- EssentialsGroupManager/src/Changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 7005c8cc1..56f52a998 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -8,4 +8,6 @@ v 1.1: - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead. - Fix for Users.yml containing only 'users:' causing a crash. - GroupManager will now generate a fresh Users and Groups yml if either file is empty. - - Fix for an infinite loop bug with the new Bukkit Perms during a new user creation. \ No newline at end of file + - Fix for an infinite loop bug with the new Bukkit Perms during a new user creation. +v 1.2: + - Fixed BukkitPerms population. Wasn't correctly setting superperms. \ No newline at end of file -- cgit v1.2.3