fedora-accounts admin-groups.cgi,1.9,1.10 groupbox.cgi,1.19,1.20

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Jul 5 15:25:03 UTC 2007


Author: mmcgrath

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30701

Modified Files:
	admin-groups.cgi groupbox.cgi 
Log Message:
added a few changes


Index: admin-groups.cgi
===================================================================
RCS file: /cvs/fedora/fedora-accounts/admin-groups.cgi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- admin-groups.cgi	14 Dec 2005 17:36:37 -0000	1.9
+++ admin-groups.cgi	5 Jul 2007 15:25:01 -0000	1.10
@@ -32,7 +32,7 @@
               }
 
 def do_list(dbh, form):
-    rows_per_page = 25
+    rows_per_page = 100
 
     li = list_types.get(listtype)
     if not li:


Index: groupbox.cgi
===================================================================
RCS file: /cvs/fedora/fedora-accounts/groupbox.cgi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- groupbox.cgi	14 Dec 2005 17:36:37 -0000	1.19
+++ groupbox.cgi	5 Jul 2007 15:25:01 -0000	1.20
@@ -58,7 +58,7 @@
         return 0
 
 fields = (
-    {'desc':'Group name', 'name':'name', 'maxlen':16, 'check':check_groupname,
+    {'desc':'Group name', 'name':'name', 'maxlen':64, 'check':check_groupname,
      'can_edit':0},
     {'desc':'Group owner', 'name':'owner_id', 'maxlen':80, 'check':check_user,
      'to_entry':website.get_user_name, 'from_entry':website.get_user_id},




More information about the fedora-extras-commits mailing list