gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/admin/trove trove_cat_add.php, 1.7, 1.8 trov


From: tperdue
Subject: [Gforge-commits] gforge/www/admin/trove trove_cat_add.php, 1.7, 1.8 trove_cat_edit.php, 1.19, 1.20 trove_cat_list.php, 1.8, 1.9
Date: Fri, 27 Aug 2004 14:02:21 -0500

Update of /cvsroot/gforge/gforge/www/admin/trove
In directory db.perdue.net:/home/tperdue/share/dev.gforge.org/www/admin/trove

Modified Files:
        trove_cat_add.php trove_cat_edit.php trove_cat_list.php 
Log Message:
fixing titles, licenses, exit_assert calls

Index: trove_cat_add.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/admin/trove/trove_cat_add.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- trove_cat_add.php   18 Feb 2004 09:18:22 -0000      1.7
+++ trove_cat_add.php   27 Aug 2004 19:02:18 -0000      1.8
@@ -1,15 +1,27 @@
 <?php
 /**
-  *
-  * Site Admin: Trove Admin: add new leaf category
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Site Admin: Trove Admin: add new leaf category
+ *
+ * Copyright 1999-2001 (c) VA Linux Systems
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * GForge is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 require_once('pre.php');
 require_once('www/include/trove.php');

Index: trove_cat_edit.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/admin/trove/trove_cat_edit.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- trove_cat_edit.php  17 Jun 2004 02:47:28 -0000      1.19
+++ trove_cat_edit.php  27 Aug 2004 19:02:18 -0000      1.20
@@ -1,18 +1,30 @@
 <?php
 /**
-  *
-  * Site Admin: Trove Admin: edit category
-  *
-  * This page is linked from trove_cat_list.php, page to browse full
-  * Trove tree.
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Site Admin: Trove Admin: edit category
+ *
+ * This page is linked from trove_cat_list.php, page to browse full
+ * Trove tree.
+ *
+ * Copyright 1999-2001 (c) VA Linux Systems
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * GForge is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 require_once('pre.php');

Index: trove_cat_list.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/admin/trove/trove_cat_list.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- trove_cat_list.php  18 Feb 2004 09:18:22 -0000      1.8
+++ trove_cat_list.php  27 Aug 2004 19:02:18 -0000      1.9
@@ -1,25 +1,33 @@
 <?php
 /**
-  *
-  * Site Admin: Trove Admin: browse entire Trove tree
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Site Admin: Trove Admin: browse entire Trove tree
+ *
+ * Copyright 1999-2001 (c) VA Linux Systems
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * GForge is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 require_once('pre.php');
 require_once('www/include/trove.php');
 require_once('www/admin/admin_utils.php');
 
-session_require(array('group'=>'1','admin_flags'=>'A'));
-
-// #######################################################
-
 // print current node, then all subnodes
 function printnode ($nodeid,$text) {
        global $Language;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]