aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups
AgeCommit message (Collapse)Author
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-20added the core river to the tabbed profile plugin and fixed some deprecated ↵cash
function warnings git-svn-id: http://code.elgg.org/elgg/trunk@7697 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19using elgg-user-icon instead of usericon and moving the css into corecash
git-svn-id: http://code.elgg.org/elgg/trunk@7689 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-03Refs #2700 completed the _ to - conversion for screen.css (leaves admin.css ↵cash
and plugin css) git-svn-id: http://code.elgg.org/elgg/trunk@7506 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-11-23Fixes #2638 - specifying the full url on the urls so we don't have this ↵cash
problem anymore git-svn-id: http://code.elgg.org/elgg/trunk@7429 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Fixes #2638 fixes group action url problemcash
git-svn-id: http://code.elgg.org/elgg/trunk@7293 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Refs #2582. Merged [7224] to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7225 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloatewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: Removed gratuitous references to $CONFIG->url, etc. in blog - ↵ewinslow
groups plugins git-svn-id: http://code.elgg.org/elgg/trunk@7204 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted the rest of the $vars['url'] references to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7150 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 #1439: Using new page_owner functions in all of coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7140 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], ↵ewinslow
$_SESSION['user'], etc. git-svn-id: http://code.elgg.org/elgg/trunk@7139 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-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-21Merged r6534-6559 from 1.7 branch to trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6840 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-14Admin users can join groups. Don't request to join a closed group if admin.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6702 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-28Updated the layout of a topic post within group discussionspete
git-svn-id: http://code.elgg.org/elgg/trunk@6575 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-22Added a 'view all' link to group tools widgets.pete
git-svn-id: http://code.elgg.org/elgg/trunk@6537 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-22Updated groups/forums topic csspete
git-svn-id: http://code.elgg.org/elgg/trunk@6536 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
2010-06-18Merged group featuring fixes to trunk [6493] brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6513 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-10if there is no group discussion, provide a link to create a topicdave
git-svn-id: http://code.elgg.org/elgg/trunk@6434 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-10Updated Groups tabs so you land on newest groups tab rather than discussion.pete
git-svn-id: http://code.elgg.org/elgg/trunk@6431 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-08Cleaning up groups navigation.nickw
Action buttons have replaced the submenu links, helping to standardize user experience. Added a membership-dependent breadcrumb trail. git-svn-id: http://code.elgg.org/elgg/trunk@6407 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-07featuring and unfeaturing groups now worksdave
git-svn-id: http://code.elgg.org/elgg/trunk@6377 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-19Small UI update to Group activity widget.pete
git-svn-id: http://code.elgg.org/elgg/trunk@6095 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-22Updated groups to 1.7 api.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5851 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-15Activity view added for Groups profile page, based on code by Jon Maul.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5753 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-13Groups profile page tool widget boxes updated.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5716 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-30Added the beginnings of a bookmark view for group profile pages.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5556 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-30Added the beginnings of a new method for displaying the latest content from ↵pete
each tool on a groups profile page. git-svn-id: http://code.elgg.org/elgg/trunk@5554 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5471 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-12Updated and simplified generic entity listings metadata block (edit, delete, ↵pete
access) to not use tables. git-svn-id: http://code.elgg.org/elgg/trunk@5375 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-12Removed unneeded div from around submenu lists.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5373 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Updates: longtext editor default size added (and overridden in ↵pete
group/forums), more updates to lists of members, remaining/previously-missed generic input classes renamed to lowercase. git-svn-id: http://code.elgg.org/elgg/trunk@5365 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-10Minor ui updates to group formspete
git-svn-id: http://code.elgg.org/elgg/trunk@5350 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-10Updated Groups to the new interface. Some view clean-up & simplification done.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5348 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-08Removed the superfluous groups contentwrapperpete
git-svn-id: http://code.elgg.org/elgg/trunk@5308 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-08Beginnings of the refreshed groups interfacepete
git-svn-id: http://code.elgg.org/elgg/trunk@5307 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-06-25tweak to input box sizepete
git-svn-id: https://code.elgg.org/elgg/trunk@3354 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-10missing lang strings fixeddave
git-svn-id: https://code.elgg.org/elgg/trunk@3150 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-10missing strings addeddave
git-svn-id: https://code.elgg.org/elgg/trunk@3149 36083f99-b078-4883-b0ff-0f9b5a30f544