aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/lib/groups.php
AgeCommit message (Collapse)Author
2014-01-01Merged in csrf_fix (pull request #7) Paweł Sroka
Added function for escaping query strings and fixed several XSRF vulnerabilities.
2013-12-11Makes sure all group pages respect the limited_groups settingJuho Jaakkola
2013-09-12Added function for escaping query strings and fixed several XSRF ↵Paweł Sroka
vulnerabilities.
2013-07-05Fixes #5613 group member list alphabeticalcash
2013-07-05Fixes #5745 serve 404 pages when someone requests content of a user that ↵cash
does not exist
2013-02-26Fixes #5142 - Displays correct group visibility access on group edit pagePaweł Sroka
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
#4880 - incorrect usage of elgg_get_entities_* parameters
2013-01-25Fixes #5005 correct pagination for my groupscash
2012-12-27Fixes #1747. Added "My status" sidebar menu for groups.Brett Profitt
2012-10-03correct singual usage of type in elgg_get_entities_* functionsJerome Bakker
2012-08-27Refs #4381. Cleanup for group sticky forms.Brett Profitt
Moved logic out of view into groups_prepare_form_vars(). Made group tool options sticky.
2012-07-08Fixes #1792. Added pluggin setting in groups to set who can create groups, ↵Sem
logged in users or only admins.
2012-07-05Fixes #4522 fixes titles on group list pagesCash Costello
2012-07-05Fixes #4362 better solution to registering menu items for group pagesCash Costello
2012-06-19Merge pull request #183 from hypeJunction/group_title_buttonCash Costello
Fixes #4395: Register group profile title buttons earlier - registering menu items before rendering the layout
2012-04-05Fixes #4395: Register group profile title buttons earlierIsmayil Khayredinov
2012-02-09Fixes #4362 extra context was breaking group sidebar menu logicCash Costello
2011-12-23Fixes #2074 adds group searchCash Costello
2011-11-05Fixes #4024 fixed a lot of notices - enough for this release - found a few bugscash
2011-11-03Fixes #4042 made sure empty content pages had a message about no contentCash Costello
2011-10-27Refs #3296 displaying all group membership requests on one pagecash
2011-10-04Fixes #3841 not displaying leave group button to group ownerscash
2011-10-04Fixes #3898 checking whether the viewer is logged in before adding ↵cash
join/requet buttons
2011-09-04Fixes #3720. Using correctly filters for tabs on group landing page.Brett Profitt
2011-08-21Fixes #3701. Removed early call to elgg_echo() for group action button menu.Brett Profitt
2011-07-06changed new convenience function from elgg_register_add_button() to ↵Cash Costello
elgg_register_title_button()
2011-06-27Refs #3407 using elgg-form and elgg-foot in core forms. Plugins nextCash Costello
2011-06-26this should update all the core pages and plugins using 'buttons'cash
2011-06-24fixed breadcrumb on groups members pagecash
2011-04-02moved group profile layout out of page handler so that plugins can override itcash
git-svn-id: http://code.elgg.org/elgg/trunk@8905 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-29Fixes #3243 pulled in anirupdutta's patch with some modifications (moved tag ↵cash
search to its own page handler function) git-svn-id: http://code.elgg.org/elgg/trunk@8874 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-27Fixes #3086 using full_view instead of full cash
git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-21Fixes #3113 pulled group profile fields out of top profile areacash
git-svn-id: http://code.elgg.org/elgg/trunk@8800 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13displaying a no activity message on the activity page for new groupscash
git-svn-id: http://code.elgg.org/elgg/trunk@8683 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #3069. Added group activity content.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8648 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-05fixed some group page titlescash
git-svn-id: http://code.elgg.org/elgg/trunk@8600 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-04preventing crashes when user does not have access to the group on group ↵cash
profile page git-svn-id: http://code.elgg.org/elgg/trunk@8580 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-03Refs #2679 - returning to a separate annotation for discussion forum ↵cash
replies. For those using the latest out of svn you can update with this script: https://gist.github.com/852092 git-svn-id: http://code.elgg.org/elgg/trunk@8570 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26fixed group invite formcash
git-svn-id: http://code.elgg.org/elgg/trunk@8493 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Touch ups of groups pluginewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8426 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from ↵brettp
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02a little clean up of the groups edit formcash
git-svn-id: http://code.elgg.org/elgg/trunk@7986 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-26changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more ↵cash
consistent git-svn-id: http://code.elgg.org/elgg/trunk@7943 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-22Fixes #2295 added a group member list pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@7906 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-10finished moving the group pages to library - forum pages nextcash
git-svn-id: http://code.elgg.org/elgg/trunk@7868 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-10moved most of the groups pages into its librarycash
git-svn-id: http://code.elgg.org/elgg/trunk@7867 36083f99-b078-4883-b0ff-0f9b5a30f544