Skip to content

Commit

Permalink
changed: plugin information to README.txt in preperation for Elgg 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Dec 5, 2011
1 parent 968fe89 commit 5a7c803
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 55 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ x.x:
- changed: activity filter in group river widget (now more advanced)
- changed: group status (open/closed) CSS
- changed: moved changelog to CHANGES.txt in preperation for Elgg 1.8
- changed: plugin information to README.txt in preperation for Elgg 1.8

1.8 (2011-11-11):

Expand Down
49 changes: 49 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
= Group Tools =
Combines different group additions into one plugin

== Contents ==
1. Features
2. Replaces
3. ToDo

== 1. Features ==
- group admin transfer
- group multiple admin
- group kick
- group activity (profile,dashboard,index,group widget)
- can show more than one group activity
- has support for river_comments and like
- group members widget (group only)
- group invitations widget (index, dashboard)
- group mail
- group invite
- better error messages
- free text with invite
- listing of outstanding invitations
- personal invitation revoke
- add users to group
- all users (admin option)
- import users from csv
- group listing
- alfabetical

== 2. Replaces ==
- group_admin_transfer
- group_multiple_admin
- group_mail
- group_kick
- groupriver

== 3. ToDo ==
- group listing
- latest activity in my groups
- my groups (and remove menu item)
- group icon cron tool
- group invite
- preview message
- preview csv sample
- invitation report
- per user what happend
- better description of options
- group widgets
- group listing on popular
56 changes: 1 addition & 55 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,58 +7,4 @@
<field key="copyright" value="(C) ColdTrick IT Solutions 2011" />
<field key="licence" value="GNU Public License version 2" />
<field key="elgg_version" value="2010071002" />
</plugin_manifest>
<!--
====================
Features
====================
Combines different group additions into one plugin
- group admin transfer
- group multiple admin
- group kick
- group activity (profile,dashboard,index,group widget)
- can show more than one group activity
- has support for river_comments and like
- group members widget (group only)
- group invitations widget (index, dashboard)
- group mail
- group invite
- better error messages
- free text with invite
- listing of outstanding invitations
- personal invitation revoke
- add users to group
- all users (admin option)
- import users from csv
- group listing
- alfabetical
====================
Replaces
====================
- group_admin_transfer
- group_multiple_admin
- group_mail
- group_kick
- groupriver
====================
ToDo
====================
- group listing
- latest activity in my groups
- my groups (and remove menu item)
- group icon cron tool
- group invite
- preview message
- preview csv sample
- invitation report
- per user what happend
- better description of options
- group widgets
- group listing on popular
-->
</plugin_manifest>

0 comments on commit 5a7c803

Please sign in to comment.