Skip to content

Commit

Permalink
fixed: using new cache functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed May 6, 2013
1 parent 288657b commit 6f85941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
19 changes: 1 addition & 18 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
= Version History =
x.x:

- added: option to hide the My Status sidebar
- fixed: using new cache functions
- changed: index groups widget now optionally respects group ordering

2.5 (2013-04-05):

- added: auto join groups based on email invitation when joining the site
- added: different group ACL fixes
- fixed: problem with email invites from hidden groups
Expand All @@ -16,7 +15,6 @@ x.x:
- removed: group creation limited to admins (Elgg core now offers this option)

2.4 (2012-11-06):

- added: filter groups based on a tag field in index_group widget
- fixed: problem with group invite autocomplete on subfolder Elgg installations (thanks to Bruno Grossmann http://community.elgg.org/profile/bruno)
- fixed: unable to edit a group as a normal user when limiting group creation (thanks to buraddo http://community.elgg.org/profile/buraddo)
Expand All @@ -26,7 +24,6 @@ x.x:
- changed: layout of start.php to be more inline with Elgg

2.3 (2012-07-31):

- added: discussion widget from widget manager
- added: group_forum_topics widget from widget manager
- added: group_news widget from widget manager
Expand All @@ -46,7 +43,6 @@ x.x:
- changed: plugin settings layout

2.2 (2012-05-07):

- added: featured group widget
- added: a index widget (for Widget Manager) to show the latest discussions
- added: widget title link for group membership (in combination with Widget Manager)
Expand All @@ -62,60 +58,50 @@ x.x:
- changed: restored limited functionality of group activity river

2.1 (2012-04-16):

- added: option to limit group creation to site administrators
- fixed: language error in group sorting (thanks to LeeUK)
- fixed: depricated notice getOwner() => getOwnerGUID()

2.0 BETA 1 (2012-01-17):

- changed: migrated the plugin to Elgg 1.8

1.9 (2011-12-05):

- added: option for group admins to show group widgets to non members in case of a closed group
- 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):

- added: activity filter in group river widget
- added: group listing filter: open and closed
- added: group status (open/closed) in owner_block and group stats
- changed: group search listing

1.7 (2011-10-17):

- added: option to make all site users a member of an auto join group
- changed: moved some functions
- changed: transfer group ownership now show members alphabeticly
- changed: group edit now has tabs

1.6 (2011-10-05):

- added: option to resend invites to already invited users
- changed: name of robots view to be less generic

1.5.1 (2011-09-28):

- changed: group mail form to support member selection

1.5 (2011-09-23):

- added: admin option to manage if closed groups are indexed by search engines (default no)
- added: admin option to automaticly enable group notifications on group join
- added: option to mark a group for auto join (on registration of a new user)

1.4 (2011-07-27):

- added: notification on group transfer to the new owner
- fixed: transfer pulldown showing up empty in some cases
- fixed: transfer pulldown not showing for admins in some cases

1.3 (2011-07-11):

- added: dutch translation
- added: option to invite users by CVS upload
- fixed: some errors in engish translation
Expand All @@ -126,18 +112,15 @@ x.x:
- changed: moved some code from action to functions for reusability

1.2 (2011-06-27):

- added: alfabetical group sorting
- added: plugin setting which group listing is default (admin option)
- added: option to invite users to a group by e-mail address (admin option)
- changed: banned users no longer show in in group invite

1.1 (2011-06-17):

- added: group activity widget: support for more groups
- fixed: accept membership request link
- fixed: manage membership approval always visible

1.0 (2011-06-10):

- initial version
2 changes: 1 addition & 1 deletion actions/admin/fix_auto_join.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

// cleanup cache, to be sure
invalidate_cache_for_entity($user_guid);
_elgg_invalidate_cache_for_entity($user_guid);
}
}

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<requires>
<type>elgg_release</type>
<version>1.8.13</version>
<version>1.8.15</version>
</requires>

<requires>
Expand Down

0 comments on commit 6f85941

Please sign in to comment.