[vhffs-dev] [435] Added a link to project history in general menu.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 435
Author:   beuss
Date:     2007-02-03 22:36:44 +0000 (Sat, 03 Feb 2007)

Log Message:
-----------
Added a link to project history in general menu.
Added titles to various lists.
Minor fixes in french translation.

Modified Paths:
--------------
    branches/vhffs_4.1/vhffs-api/src/Vhffs/Panel/Group.pm
    branches/vhffs_4.1/vhffs-intl/result/fr_FR/vhffs.mo
    branches/vhffs_4.1/vhffs-intl/src/fr.po
    branches/vhffs_4.1/vhffs-panel/admin/cvs/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/dns/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/group/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/mail/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/mailing/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/mysql/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/object/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/pgsql/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/repository/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/user/list.pl
    branches/vhffs_4.1/vhffs-panel/admin/web/list.pl
    branches/vhffs_4.1/vhffs-panel/templates/admin/misc/list.tmpl
    branches/vhffs_4.1/vhffs-panel/templates/admin/user/part.tmpl
    branches/vhffs_4.1/vhffs-panel/templates/group/menu_sub.tmpl


Modified: branches/vhffs_4.1/vhffs-api/src/Vhffs/Panel/Group.pm
===================================================================
--- branches/vhffs_4.1/vhffs-api/src/Vhffs/Panel/Group.pm	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-api/src/Vhffs/Panel/Group.pm	2007-02-03 22:36:44 UTC (rev 435)
@@ -175,6 +175,8 @@
 		{
 			$subtemplate = new HTML::Template( filename => $templatedir."/group/menu_sub.tmpl" );
 			$subtemplate->param( PROJECTNAME => $obj->get_groupname );
+            $subtemplate->param( OID => $obj->get_oid );
+            $subtemplate->param( HISTORY_TEXT => gettext('History') );
 			$output .= $subtemplate->output;
 		}
 		else

Modified: branches/vhffs_4.1/vhffs-intl/result/fr_FR/vhffs.mo
===================================================================
(Binary files differ)

Modified: branches/vhffs_4.1/vhffs-intl/src/fr.po
===================================================================
--- branches/vhffs_4.1/vhffs-intl/src/fr.po	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-intl/src/fr.po	2007-02-03 22:36:44 UTC (rev 435)
@@ -1215,7 +1215,7 @@
 #: ../vhffs-api/src/Vhffs/Panel/Mysql.pm:142
 #: ../vhffs-api/src/Vhffs/Panel/Pgsql.pm:116
 msgid "Database Access"
-msgstr "Accès à la base de données"
+msgstr "Accès aux bases de données"
 
 #: ../vhffs-panel/admin/pgsql/edit.pl:94 ../vhffs-panel/admin/pgsql/show.pl:93
 msgid "Database Name"
@@ -3967,7 +3967,7 @@
 
 #: ../vhffs-api/src/Vhffs/Panel/Admin.pm:99
 msgid "User Admin"
-msgstr "Utilisateur administrateur"
+msgstr "Administration des Utilisateurs"
 
 #: ../vhffs-panel/user/prefs.pl:75 ../vhffs-api/src/Vhffs/Panel/Menu.pm:88
 msgid "User Preferences"

Modified: branches/vhffs_4.1/vhffs-panel/admin/cvs/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/cvs/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/cvs/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,10 @@
 		$template->param( TITLE => gettext("List of all CVS repositories") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('CVS Root') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
 	use Vhffs::Services::Cvs;
 
 	my $cvs = Vhffs::Services::Cvs::getall( $vhffs , undef , $name , undef );

Modified: branches/vhffs_4.1/vhffs-panel/admin/dns/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/dns/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/dns/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,10 @@
 		$template->param( TITLE => gettext("List of all domains") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('Domain Name') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
 	use Vhffs::Panel::Web;
 
 	my $domains = Vhffs::Panel::DNS::getall_domains( $vhffs , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/group/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/group/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/group/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -84,6 +84,11 @@
 		
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('Groupname') );
+    $template->param( TEXT_TITLE2 => gettext('Owner name') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+            
+
 	use Vhffs::Panel::Group;
 
 	my $groups = Vhffs::Group::getall( $vhffs , undef , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/mail/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/mail/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/mail/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,10 @@
 	$template->param( TITLE => gettext("List of all mail-domain") );
     }
 
+    $template->param( TEXT_TITLE1 => gettext('Domain Name') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
     use Vhffs::Panel::Mail;
 
     my $mails = Vhffs::Panel::Mail::getall_mails( $vhffs , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/mailing/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/mailing/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/mailing/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -84,6 +84,9 @@
 	$template->param( TITLE => gettext("List of all mailing-list") );
     }
 
+    $template->param( TEXT_TITLE1 => gettext('Mailing List') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
 
 
     my $lists = Vhffs::Services::Mailing::getall( $vhffs , undef , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/mysql/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/mysql/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/mysql/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,10 @@
 		$template->param( TITLE => gettext("List of all MySQL databases") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('DB Name') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
 	use Vhffs::Panel::Web;
 
 	my $dbs = Vhffs::Panel::Mysql::getall_mysql( $vhffs , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/object/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/object/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/object/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -82,6 +82,11 @@
 		$template->param( TITLE => gettext("All objects List") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('Object ID') );
+    $template->param( TEXT_TITLE2 => gettext('Owner') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+    $template->param( TEXT_TITLE4 => gettext('History') );
+
 	use Vhffs::Object;
 
 	my $objs = Vhffs::Object::getall( $vhffs , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/pgsql/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/pgsql/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/pgsql/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,11 @@
 		$template->param( TITLE => gettext("List of all PostgreSQL databases") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('DB Name') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
+
 	use Vhffs::Panel::Web;
 
 	my $dbs = Vhffs::Panel::Pgsql::getall_pgsql( $vhffs , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/repository/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/repository/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/repository/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,10 @@
 		$template->param( TITLE => gettext("List of all Download repositories") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('Repository Name') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
 	use Vhffs::Services::Repository;
 
 	my $repos = Vhffs::Services::Repository::getall( $vhffs , undef , $name , undef );

Modified: branches/vhffs_4.1/vhffs-panel/admin/user/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/user/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/user/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,11 @@
 		$template->param( TITLE => gettext("List of all users") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('Username') );
+    $template->param( TEXT_TITLE2 => gettext('Real Name') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
+
 	use Vhffs::Panel::User;
 
 #	my $users = Vhffs::Panel::User::getall_users( $vhffs , $name );

Modified: branches/vhffs_4.1/vhffs-panel/admin/web/list.pl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/web/list.pl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/admin/web/list.pl	2007-02-03 22:36:44 UTC (rev 435)
@@ -83,6 +83,11 @@
 		$template->param( TITLE => gettext("List of all websites") );
 	}
 
+    $template->param( TEXT_TITLE1 => gettext('Servername') );
+    $template->param( TEXT_TITLE2 => gettext('Group') );
+    $template->param( TEXT_TITLE3 => gettext('State') );
+
+
 	use Vhffs::Panel::Web;
 	use Vhffs::Services::Httpd;
 	my $webs = Vhffs::Services::Httpd::getall( $vhffs , undef , $name );

Modified: branches/vhffs_4.1/vhffs-panel/templates/admin/misc/list.tmpl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/templates/admin/misc/list.tmpl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/templates/admin/misc/list.tmpl	2007-02-03 22:36:44 UTC (rev 435)
@@ -2,10 +2,10 @@
 		
 <table>
 		<tr>
-			<td><TMPL_VAR NAME="TEXT_NAME"></td>
-			<td><TMPL_VAR NAME="TEXT_GROUP"></td>
-			<td><TMPL_VAR NAME="TEXT_STATUS"></td>
-			<td></td>
+			<th><TMPL_VAR NAME="TEXT_TITLE1"></th>
+			<th><TMPL_VAR NAME="TEXT_TITLE2"></th>
+			<th><TMPL_VAR NAME="TEXT_TITLE3"></th>
+			<th><TMPL_VAR NAME="TEXT_TITLE4"></th>
 		</tr>
 		<TMPL_VAR NAME="LIST">
 </table>

Modified: branches/vhffs_4.1/vhffs-panel/templates/admin/user/part.tmpl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/templates/admin/user/part.tmpl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/templates/admin/user/part.tmpl	2007-02-03 22:36:44 UTC (rev 435)
@@ -4,12 +4,9 @@
 	<TMPL_VAR NAME="NAME">
 	</td>
 	<td>
-	<TMPL_VAR NAME="FIRSTNAME"> 
+	<TMPL_VAR NAME="FIRSTNAME"> <TMPL_VAR NAME="LASTNAME">
 	</td>
 	<td>
-	<TMPL_VAR NAME="LASTNAME">
-	</td>
-	<td>
 	<TMPL_VAR NAME="STATE"> 
 	</td>
 	<td>

Modified: branches/vhffs_4.1/vhffs-panel/templates/group/menu_sub.tmpl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/templates/group/menu_sub.tmpl	2007-02-03 18:48:45 UTC (rev 434)
+++ branches/vhffs_4.1/vhffs-panel/templates/group/menu_sub.tmpl	2007-02-03 22:36:44 UTC (rev 435)
@@ -2,4 +2,9 @@
 							<a href="/panel.pl?project=<tmpl_var name="PROJECTNAME">" title="<tmpl_var name="PROJECTNAME">">
 								<tmpl_var name="PROJECTNAME">
 							</a>
+                            <ul>
+                                <a href="/history.pl?OID=<tmpl_var name="OID">" title="<tmpl_var name="HISTORY_TEXT">">
+                                    <tmpl_var name="HISTORY_TEXT">
+                                </a>
+                            </ul>
 						</li>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/