<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [2211] trunk: Removing deprecated group listing in admin area.</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>2211</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2009-12-27 10:59:44 +0000 (Sun, 27 Dec 2009)</dd>
</dl>
<h3>Log Message</h3>
<pre>Removing deprecated group listing in admin area.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpgroupsphp">trunk/bp-groups.php</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkbpgroupsbpgroupsadminphp">trunk/bp-groups/bp-groups-admin.php</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpgroupsbpgroupsadminphp"></a>
<div class="delfile"><h4>Deleted: trunk/bp-groups/bp-groups-admin.php (2210 => 2211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-groups/bp-groups-admin.php        2009-12-27 10:47:04 UTC (rev 2210)
+++ trunk/bp-groups/bp-groups-admin.php        2009-12-27 10:59:44 UTC (rev 2211)
</span><span class="lines">@@ -1,129 +0,0 @@
</span><del>-<?php
-
-function groups_admin_settings() {
-
-        if ( isset( $_POST['groups_admin_delete']) && isset( $_POST['allgroups'] ) ) {
-                if ( !check_admin_referer('bp-groups-admin') )
-                        return false;
-
-                $errors = false;
-                foreach ( $_POST['allgroups'] as $group_id ) {
-                        $group = new BP_Groups_Group( $group_id );
-                        if ( !$group->delete() ) {
-                                $errors = true;
-                        }
-                }
-
-                if ( $errors ) {
-                        $message = __( 'There were errors when deleting groups, please try again', 'buddypress' );
-                        $type = 'error';
-                } else {
-                        $message = __( 'Groups deleted successfully', 'buddypress' );
-                        $type = 'updated';
-                }
-        }
-?>
-        <?php if ( isset( $message ) ) { ?>
-                <div id="message" class="<?php echo $type ?> fade">
-                        <p><?php echo $message ?></p>
-                </div>
-        <?php } ?>
-
-        <div class="wrap" style="position: relative">
-                <h2><?php _e( 'Groups', 'buddypress' ) ?></h2>
-
-                <form id="wpmu-search" method="post" action="">
-                        <input type="text" size="17" value="<?php echo attribute_escape( stripslashes( $_REQUEST['s'] ) ); ?>" name="s" />
-                        <input id="post-query-submit" class="button" type="submit" value="<?php _e( 'Search Groups', 'buddypress' ) ?>" />
-                </form>
-
-                <?php if ( bp_has_site_groups( 'type=active&per_page=10' ) ) : ?>
-                        <form id="bp-group-admin-list" method="post" action="">
-                                <div class="tablenav">
-                                        <div class="tablenav-pages">
-                                                <?php bp_site_groups_pagination_count() ?> <?php bp_site_groups_pagination_links() ?>
-                                        </div>
-                                        <div class="alignleft">
-                                                <input class="button-secondary delete" type="submit" name="groups_admin_delete" value="<?php _e( 'Delete', 'buddypress' ) ?>" onclick="if ( !confirm('<?php _e( 'Are you sure?', 'buddypress' ) ?>') ) return false"/>
-                                                <?php wp_nonce_field('bp-groups-admin') ?>
-                                                <br class="clear"/>
-                                        </div>
-                                </div>
-
-                                <br class="clear"/>
-
-                                <?php if ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] != '' ) { ?>
-                                        <p><?php echo sprintf( __( 'Groups matching: "%s"', 'buddypress' ), $_REQUEST['s'] ) ?></p>
-                                <?php } ?>
-
-
-                                <table class="widefat" cellspacing="3" cellpadding="3">
-                                        <thead>
-                                                <tr>
-                                                        <th class="check-column" scope="col">
-                                                                <input id="group_check_all" type="checkbox" value="0" name="group_check_all" onclick="if ( jQuery(this).attr('checked') ) { jQuery('#group-list input[@type=checkbox]').attr('checked', 'checked'); } else { jQuery('#group-list input[@type=checkbox]').attr('checked', ''); }" />
-                                                        </th>
-                                                        <th scope="col">
-                                                        </th>
-                                                        <th scope="col">
-                                                                        ID
-                                                        </th>
-                                                        <th scope="col">
-                                                                        <?php _e( 'Name', 'buddypress' ) ?>
-                                                        </th>
-                                                        <th scope="col">
-                                                                        <?php _e( 'Description', 'buddypress' ) ?>
-                                                        </th>
-                                                        <th scope="col">
-                                                                        <?php _e( 'Type', 'buddypress' ) ?>
-                                                        </th>
-                                                        <th scope="col">
-                                                                        <?php _e( 'Members', 'buddypress' ) ?>
-                                                        </th>
-                                                        <th scope="col">
-                                                                        <?php _e( 'Created', 'buddypress' ) ?>
-                                                        </th>
-                                                        <th scope="col">
-                                                                        <?php _e( 'Last Active', 'buddypress' ) ?>
-                                                        </th>
-                                                        <th scope="col">
-                                                        </th>
-                                                </tr>
-                                        </thead>
-                                        <tbody id="group-list" class="list:groups group-list">
-                                        <?php $counter = 0 ?>
-                                        <?php while ( bp_site_groups() ) : bp_the_site_group(); ?>
-                                                <tr<?php if ( 1 == $counter % 2 ) { ?> class="alternate"<?php }?>>
-                                                        <th class="check-column" scope="row">
-                                                                <input id="group_<?php bp_the_site_group_id() ?>" type="checkbox" value="<?php bp_the_site_group_id() ?>" name="allgroups[<?php bp_the_site_group_id() ?>]" />
-                                                        </th>
-                                                        <td><?php bp_the_site_group_avatar_mini() ?></td>
-                                                        <td><?php bp_the_site_group_id() ?></td>
-                                                        <td><a href="<?php bp_the_site_group_link() ?>"><?php bp_the_site_group_name() ?></a></td>
-                                                        <td><?php bp_the_site_group_description_excerpt() ?></td>
-                                                        <td><?php bp_the_site_group_type() ?></td>
-                                                        <td><?php bp_the_site_group_member_count() ?></td>
-                                                        <td><?php bp_the_site_group_date_created() ?></td>
-                                                        <td><?php bp_the_site_group_last_active() ?></td>
-                                                        <td><a href="<?php bp_the_site_group_link() ?>/admin"><?php _e( 'Edit', 'buddypress') ?></a></td>
-                                                </tr>
-                                                <?php $counter++ ?>
-                                        <?php endwhile; ?>
-                                        </tbody>
-                                </table>
-
-                <?php else: ?>
-
-                        <div id="message" class="info">
-                                <p><?php _e( 'No groups found.', 'buddypress' ) ?></p>
-                        </div>
-
-                <?php endif; ?>
-
-                <?php bp_the_site_group_hidden_fields() ?>
-                </form>
-        </div>
-<?php
-}
-
-?>
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkbpgroupsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-groups.php (2210 => 2211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-groups.php        2009-12-27 10:47:04 UTC (rev 2210)
+++ trunk/bp-groups.php        2009-12-27 10:59:44 UTC (rev 2211)
</span><span class="lines">@@ -160,8 +160,6 @@
</span><span class="cx"> function groups_check_installed() {
</span><span class="cx">         global $wpdb, $bp;
</span><span class="cx">
</span><del>-        require ( BP_PLUGIN_DIR . '/bp-groups/bp-groups-admin.php' );
-
</del><span class="cx">         /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */
</span><span class="cx">         if ( get_site_option('bp-groups-db-version') < BP_GROUPS_DB_VERSION )
</span><span class="cx">                 groups_install();
</span></span></pre>
</div>
</div>
</body>
</html>