aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/actions/addtogroup.php
AgeCommit message (Collapse)Author
2010-11-02Using REFERER shorthand throughout coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7193 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6849 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-19Refs #2294 - groups_write_acl_plugin_hook depends on page owner since [5782] ↵cash
and group actions seem to end up with the group owner as the page owner. This is a temporary fix for this issue. All group activity since [5782] on installs now have corrupted group access lists. I have a script to fix this that I can share. git-svn-id: http://code.elgg.org/elgg/trunk@6523 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-06removed all main plugins from core - they now live in the plugins svndave
git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-11Closes #944: Changed owner check to a canEdit check on the group.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3280 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-18Closes #893: Using ->join() method instead to ensure that event is triggered.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3164 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-28Removed email force from notification emailsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2993 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27Join request management added.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2980 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-26Closes #801, Refs #277: Group join/request logic altered.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2965 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-20Closes #784: Action now checks that the user is the logged in user's friend ↵marcus
before invite. git-svn-id: https://code.elgg.org/elgg/trunk@2860 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-23Refs #706marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-15Closes #234: Please use brackets defensively; The statement:marcus
if ($user = get_entity($foo) && $group = get_entity($bar)) Will not do what you expect it to do! git-svn-id: https://code.elgg.org/elgg/trunk@1954 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-08Adjusted contributors file.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1806 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-18Moved container_guid to entities, modified a bunch of functions.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1473 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-15Fixes #144marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1426 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-11Using register_error on errors rather than system_messagemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@1398 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-04Refs #109: Invite support addedmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@1298 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-04Refs #109 : Private group membership full exchange.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1286 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-04Join requests on closed groups, full loop. Refs #109marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1284 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-03End of day commit of first (semi working) code. marcus
Working: - Join/leave on public groups - Create / edit groups Not working: - Private groups - the skin/display of the group - profile main page - widgets Refs #109 Closes #115 git-svn-id: https://code.elgg.org/elgg/trunk@1279 36083f99-b078-4883-b0ff-0f9b5a30f544