1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

- added a few missing log variables

- include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now)
- added check to cron.php
- added database_gc config variable
- recalculate binary trees every once a week ;)


git-svn-id: file:///svn/phpbb/trunk@5929 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-05-18 18:18:32 +00:00
parent f15d6862ae
commit 7e25c8d9cc
16 changed files with 125 additions and 78 deletions

View File

@@ -111,26 +111,6 @@ $lang = array_merge($lang, array(
'LOCK_TOPICS' => 'Lock selected topics',
'LOCK_TOPICS_CONFIRM' => 'Are you sure you want to lock all selected topics?',
'LOGS_CURRENT_TOPIC' => 'Currently viewing logs of:',
'LOG_APPROVE_TOPIC' => '<b>Approved topic</b><br />&#187; %s',
'LOG_FORK' => '<b>Copied topic</b><br />&#187; from %s',
'LOG_LOCK' => '<b>Locked topic</b><br />&#187; %s',
'LOG_LOCK_POST' => '<b>Locked post</b><br />&#187; %s',
'LOG_MERGE' => '<b>Merged posts</b> into topic<br />&#187;%s',
'LOG_MOVE' => '<b>Moved topic</b><br />&#187; from %s',
'LOG_TOPIC_DELETED' => '<b>Deleted topic</b><br />&#187; %s',
'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />&#187; %s',
'LOG_TOPIC_TYPE_CHANGED' => '<b>Changed topic type</b><br />&#187; %s',
'LOG_UNLOCK' => '<b>Unlocked topic</b><br />&#187; %s',
'LOG_UNLOCK_POST' => '<b>Unlocked post</b><br />&#187; %s',
'LOG_UNRATE' => '<b>Unrated post</b><br />&#187; %s',
'LOG_USER_ACTIVE_USER' => '<b>User account activated</b>',
'LOG_USER_DEL_AVATAR_USER' => '<b>User avatar removed</b>',
'LOG_USER_DEL_SIG_USER' => '<b>User signature removed</b>',
'LOG_USER_INACTIVE_USER' => '<b>User account de-activated</b>',
'LOG_USER_LOCK' => '<b>User locked own topic</b><br />&#187; %s',
'LOG_USER_MOVE_POSTS_USER' => '<b>Moved all posts to forum "%s"</b>',
'LOG_USER_REACTIVATE_USER' => '<b>Forced user account re-activation</b>',
'LOG_USER_UNLOCK' => '<b>User unlocked own topic</b><br />&#187; %s',
'LOGIN_EXPLAIN_MCP' => 'To moderate this forum you must login.',
'LOGVIEW_VIEWTOPIC' => 'View Topic',
'LOGVIEW_VIEWLOGS' => 'View Topic Log',