From af621d40d460dec6562664b636fc350d1d8fb9c6 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 19 Oct 2006 00:41:07 +0000 Subject: feature 564: logs in the history table each user login feature 562: possibility to log page visits for any combination of administrators/users/guests git-svn-id: http://piwigo.org/svn/trunk@1565 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/admin.lang.php | 1 + language/en_UK.iso-8859-1/help/configuration.html | 20 ++++++++++++++------ language/fr_FR.iso-8859-1/admin.lang.php | 1 + language/fr_FR.iso-8859-1/help/configuration.html | 21 +++++++++++++++------ 4 files changed, 31 insertions(+), 12 deletions(-) (limited to 'language') diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index f81dd9b87..32857e949 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -99,6 +99,7 @@ $lang['Link all category elements to a new category'] = 'Link all category eleme $lang['Link all category elements to some existing categories'] = 'Link all category elements to some existing categories'; $lang['Linked categories'] = 'Linked categories'; $lang['Lock gallery'] = 'Lock gallery'; +$lang['Login history'] = 'User login history'; $lang['Maintenance'] = 'Maintenance'; $lang['Manage permissions for a category'] = 'Manage permissions for a category'; $lang['Manage permissions for group "%s"'] = 'Manage permissions for group "%s"'; diff --git a/language/en_UK.iso-8859-1/help/configuration.html b/language/en_UK.iso-8859-1/help/configuration.html index 3741207e2..cca7f1d8a 100644 --- a/language/en_UK.iso-8859-1/help/configuration.html +++ b/language/en_UK.iso-8859-1/help/configuration.html @@ -21,12 +21,6 @@ page.
  • Gallery URL: used for the RSS feed.
  • -
  • History: visits on pages category.php and picture.php will be registered in - history table. Visits will be shown in Administration, General, History.
  • -
  • Lock gallery: Lock the entire gallery for maintenance. Only administrator users will be able to reach the gallery.
  • @@ -36,6 +30,20 @@ page.
  • Rating by guests: Even non registered users can rate images.
  • +
  • History Users: visits by registrered users on pages category.php and picture.php will be saved in the + history table. Visits will be shown in Administration, General, History.
  • + +
  • History Administrator: page visits by administrators + will be saved.
  • + +
  • History Guests: page visits by guests will be saved.
  • + +
  • User login history: when a user logs in, it will be + logged in the history table.
  • + diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index 56f9ee7a4..2c80ed08a 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -99,6 +99,7 @@ $lang['Link all category elements to a new category'] = 'Associer tous les $lang['Link all category elements to some existing categories'] = 'Associer tous les éléments de la catégorie à des catégories existantes'; $lang['Linked categories'] = 'Catégories associées'; $lang['Lock gallery'] = 'Verrouiller la galerie'; +$lang['Login history'] = 'Historique des connexions'; $lang['Maintenance'] = 'Maintenance'; $lang['Manage permissions for a category'] = 'Gérer les permissions pour une catégorie'; $lang['Manage permissions for group "%s"'] = 'Gérer les permissions pour le groupe "%s"'; diff --git a/language/fr_FR.iso-8859-1/help/configuration.html b/language/fr_FR.iso-8859-1/help/configuration.html index 47559a686..ba9a411f4 100644 --- a/language/fr_FR.iso-8859-1/help/configuration.html +++ b/language/fr_FR.iso-8859-1/help/configuration.html @@ -21,12 +21,6 @@ pages.
  • URL de la galerie: utilisé pour le flux RSS.
  • -
  • Historique: visites des pages category.php et picture.php sont enregistrées dans la table -history. Les visites sont affichées dans l'écran Administration, Général, Historique.
  • -
  • Verrouiller la galerie: Verrouiller l'ensemble de la galerie pour maintenance. Seul les administrateurs pourront accéder à la galerie.
  • @@ -36,6 +30,21 @@ galerie.
  • Notation par les visiteurs: Même les utilisateurs non enregistrés peuvent noter les images.
  • +
  • Historique Utilisateurs: les visites des pages index.php et picture.php par les utilisateurs enregistrés sont +enregistrées dans la table history. Les visites sont affichées +dans l'écran Administration, Général, Historique.
  • + +
  • Historique Administrateur: les visites des pages + par les administrateurs sont enregistrées.
  • + +
  • Historique Invités: les visites des pages + par les invités sont enregistrées.
  • + +
  • Historique des connexions: chaque connexion + utilisateur, est enregistrée dans la table history.
  • + -- cgit v1.2.3