aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/forms
AgeCommit message (Expand)Author
2013-03-12Fixes #5226 passing options through egefrcash
2013-02-27Fixes #4977. Switched to ElggBatch for group ownership transfer.Brett Profitt
2012-12-05Fixes fatal error in groups/add page.Steve Clay
2012-11-19Refs #1854. Using text to warn of the handover, instead the toggle with javas...Sem
2012-11-19Fixes #1854. Group owners can delegate the ownership to another group member.Sem
2012-08-27Refs #4381. Cleanup for group sticky forms.Brett Profitt
2012-07-11Fixes #4381. Group edit form made sticky.Sem
2012-07-01Refs #3955 use input/dropdown for group membership since it is not technicall...Cash Costello
2011-12-23Fixes #2074 adds group searchCash Costello
2011-08-24Fixes #3612, #3750. Added edit replies back to group plugin with the annotati...Brett Profitt
2011-06-28Fixes #3407 added elgg-foot to plugin formsCash Costello
2011-06-27Refs #3407 using elgg-form and elgg-foot in core forms. Plugins nextCash Costello
2011-06-11Refs #3407 adds a footer for formscash
2011-03-07cleaned up the groups plugin csscash
2011-03-06Refs #2679 can comment on discussion forums in river nowcash
2011-03-05fixed a bug with invisible groups - saving and display both had a problemcash
2011-03-05reviewed groups plugin and added todo'scash
2011-03-04trying to make support for invisible groups a little sanercash
2011-03-03Refs #2679 - returning to a separate annotation for discussion forum replies....cash
2011-03-02Fixes #3006 restores previous dividerscash
2011-03-01brought back the blue submit buttoncash
2011-02-26fixed group invite formcash
2011-02-26fixed friends picker js includecash
2011-02-22Touch ups of groups pluginewinslow
2011-02-15Fixes #2921: converted internalname => name and internalid => idewinslow
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
2011-02-12pulled delete form out of edit view for groupscash
2011-02-12recommended to use <div> in forms for wrapping content - added css to support...cash
2011-02-10Added border primitives "b<loc><type>" where type is "a" or "b" -- anyone wan...ewinslow
2011-02-09Refs #2874. Finished removing calls to deprecated plugin mgmt functions in co...brettp
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from previo...brettp
2011-02-08a tiny amount of progress on the css chrome element viewcash
2011-02-03changed input/pulldown to input/dropdowncash
2011-02-02moved name out of configurable fields for a groupcash
2011-02-02more clean up of the group edit formcash
2011-02-02a little clean up of the groups edit formcash
2011-01-13discussion topics using new page handlercash
2011-01-01updating the sidebar boxes to use the new module classescash
2010-12-22adding elgg namespace to button css classescash
2010-12-19replacing action-button with elgg-action-buttoncash
2010-12-15moving friends views into corecash
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken displ...cash
2010-12-02Refs #2700 changed underscores to hyphens for the forms css elementscash
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-08-22Merged r6614:6617 from 1.7 branch into trunkcash
2010-08-22Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ...cash
2010-08-21Merged [6573],[6574],[6582] from 1.7 branch into trunkcash
2010-07-08Updated group forum forms with an idpete