mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
* Add an action filter and a date filter. * Additional filters on a specific object (photo/album/group) are available from their dedicated administration page. * Performances of the page was improved : instead of loading 100k lines in activity table, we loop on 500 activity lines until 100 aggregated lines are found for the current page.
This commit is contained in:
@@ -811,7 +811,7 @@ $conf['dashboard_activity_nb_weeks'] = 4;
|
||||
// 'all' = do not filter, display all
|
||||
// 'admins_only' = only display connections of admin users
|
||||
// 'none' = don't even display connections of admin users
|
||||
$conf['activity_display_connections'] = 'admins_only';
|
||||
$conf['activity_display_connections'] = 'all';
|
||||
|
||||
// On album mover page, number of seconds before auto openning album when
|
||||
// dragging an album. In milliseconds. 3 seconds by default.
|
||||
|
||||
Reference in New Issue
Block a user