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
This commit is contained in:
rvelices 2006-10-19 00:41:07 +00:00
commit af621d40d4
12 changed files with 168 additions and 59 deletions

View file

@ -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"';

View file

@ -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>