diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-10-19 00:41:07 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-10-19 00:41:07 +0000 |
commit | af621d40d460dec6562664b636fc350d1d8fb9c6 (patch) | |
tree | 265f43c6ae9f1f00d9b5472aa9d477d7083c56b2 /language/en_UK.iso-8859-1/help | |
parent | 939cfe5e4bc2cb4a3229d1b3f08f6f86b8f348d1 (diff) |
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
Diffstat (limited to 'language/en_UK.iso-8859-1/help')
-rw-r--r-- | language/en_UK.iso-8859-1/help/configuration.html | 20 |
1 files changed, 14 insertions, 6 deletions
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.</li> <li><strong>Gallery URL</strong>: used for the RSS feed.</li> - <li><strong>History</strong>: visits on pages <span - class="pwgScreen">category.php</span> and <span - class="pwgScreen">picture.php</span> will be registered in - <code>history</code> table. Visits will be shown in <span - class="pwgScreen">Administration, General, History</span>.</li> - <li><strong>Lock gallery</strong>: Lock the entire gallery for maintenance. Only administrator users will be able to reach the gallery.</li> @@ -36,6 +30,20 @@ page.</li> <li><strong>Rating by guests</strong>: Even non registered users can rate images.</li> + <li><strong>History Users</strong>: visits by registrered users on pages <span + class="pwgScreen">category.php</span> and <span + class="pwgScreen">picture.php</span> will be saved in the + <code>history</code> table. Visits will be shown in <span + class="pwgScreen">Administration, General, History</span>.</li> + + <li><strong>History Administrator</strong>: page visits by administrators + will be saved.</li> + + <li><strong>History Guests</strong>: page visits by guests will be saved.</li> + + <li><strong>User login history</strong>: when a user logs in, it will be + logged in the <code>history</code> table.</li> + </ul> |