aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/forms
AgeCommit message (Collapse)Author
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 ↵Sem
javascript.
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
Moved logic out of view into groups_prepare_form_vars(). Made group tool options sticky.
2012-07-11Fixes #4381. Group edit form made sticky.Sem
2012-07-01Refs #3955 use input/dropdown for group membership since it is not ↵Cash Costello
technically an access and cause issues with removing public access
2011-12-23Fixes #2074 adds group searchCash Costello
2011-08-24Fixes #3612, #3750. Added edit replies back to group plugin with the ↵Brett Profitt
annotation menu.
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
git-svn-id: http://code.elgg.org/elgg/trunk@9167 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-07cleaned up the groups plugin csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8619 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-06Refs #2679 can comment on discussion forums in river nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8610 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-05fixed a bug with invisible groups - saving and display both had a problemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8592 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-05reviewed groups plugin and added todo'scash
git-svn-id: http://code.elgg.org/elgg/trunk@8591 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-04trying to make support for invisible groups a little sanercash
git-svn-id: http://code.elgg.org/elgg/trunk@8575 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-03-02Fixes #3006 restores previous dividerscash
git-svn-id: http://code.elgg.org/elgg/trunk@8569 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01brought back the blue submit buttoncash
git-svn-id: http://code.elgg.org/elgg/trunk@8525 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-26fixed friends picker js includecash
git-svn-id: http://code.elgg.org/elgg/trunk@8489 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-15Fixes #2921: converted internalname => name and internalid => idewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8249 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12pulled delete form out of edit view for groupscash
git-svn-id: http://code.elgg.org/elgg/trunk@8162 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12recommended to use <div> in forms for wrapping content - added css to ↵cash
support that and updated all group forms git-svn-id: http://code.elgg.org/elgg/trunk@8161 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Added border primitives "b<loc><type>" where type is "a" or "b" -- anyone ↵ewinslow
want to choose better names? :) git-svn-id: http://code.elgg.org/elgg/trunk@8100 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2874. Finished removing calls to deprecated plugin mgmt functions in ↵brettp
core and core plugins. git-svn-id: http://code.elgg.org/elgg/trunk@8090 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-08a tiny amount of progress on the css chrome element viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8065 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03changed input/pulldown to input/dropdowncash
git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02moved name out of configurable fields for a groupcash
git-svn-id: http://code.elgg.org/elgg/trunk@7988 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02more clean up of the group edit formcash
git-svn-id: http://code.elgg.org/elgg/trunk@7987 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-13discussion topics using new page handlercash
git-svn-id: http://code.elgg.org/elgg/trunk@7880 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-01updating the sidebar boxes to use the new module classescash
git-svn-id: http://code.elgg.org/elgg/trunk@7809 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-22adding elgg namespace to button css classescash
git-svn-id: http://code.elgg.org/elgg/trunk@7704 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19replacing action-button with elgg-action-buttoncash
git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-15moving friends views into corecash
git-svn-id: http://code.elgg.org/elgg/trunk@7633 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 changed underscores to hyphens for the forms css elementscash
git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7146 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 r6614:6617 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6845 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ↵cash
trunk git-svn-id: http://code.elgg.org/elgg/trunk@6843 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-21Merged [6573],[6574],[6582] from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6841 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-08Updated group forum forms with an idpete
git-svn-id: http://code.elgg.org/elgg/trunk@6663 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-30Added classname to group edit form, divider before edit buttons, and moved ↵pete
the invalid number preceding the classname. git-svn-id: http://code.elgg.org/elgg/trunk@6588 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-19There was no point in group discussions having their own comment ↵dave
annotations, better to use the generic comments so this has been changed and a full group activity stream added. For v1.8, there will need to be an upgrade script which will change 'group_topic_post' -> 'generic_comment' and on all existing topics, take the first annotation of type 'group_topic_post' and populate the topic's description. git-svn-id: http://code.elgg.org/elgg/trunk@6526 36083f99-b078-4883-b0ff-0f9b5a30f544