RC2 timeline (#1186)

* Disallow downloading of frozen status attachments

* Don't show info-hash, magnet link for frozen attachments

* Direct torrent downloads & post html view in Atom feeds
This commit is contained in:
Cønstantine Kovalensky 2023-12-05 14:19:09 +04:00 committed by GitHub
commit 6911b6099b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 25 deletions

View file

@ -68,7 +68,7 @@ $lang['SHORT_PAGE'] = 'page';
$lang['GOTO_PAGE'] = 'Go to page';
$lang['GOTO_SHORT'] = 'Page';
$lang['JOINED'] = 'Joined';
$lang['LONGEVITY'] = 'Longevity';
$lang['LONGEVITY'] = 'Registered';
$lang['IP_ADDRESS'] = 'IP Address';
$lang['POSTED_AFTER'] = 'after';
@ -1106,25 +1106,26 @@ $lang['TOR_STATUS'] = 'Status';
$lang['TOR_STATUS_SELECT_ACTION'] = 'Select status';
$lang['TOR_STATUS_NOT_SELECT'] = 'You have not selected status.';
$lang['TOR_STATUS_SELECT_ALL'] = 'All statuses';
$lang['TOR_STATUS_FORBIDDEN'] = 'This topic\'s status is: ';
$lang['TOR_STATUS_NAME'] = [
TOR_NOT_APPROVED => 'not checked',
TOR_CLOSED => 'closed',
TOR_APPROVED => 'checked',
TOR_NEED_EDIT => 'not formalized until',
TOR_NO_DESC => 'not formalized',
TOR_DUP => 'repeat',
TOR_CLOSED_CPHOLD => 'closed right',
TOR_DUP => 'duplicate',
TOR_CLOSED_CPHOLD => 'closed (copyright)',
TOR_CONSUMED => 'absorbed',
TOR_DOUBTFUL => 'doubtful',
TOR_CHECKING => 'verified',
TOR_CHECKING => 'being checked',
TOR_TMP => 'temporary',
TOR_PREMOD => 'pre-moderation',
TOR_REPLENISH => 'replenish',
TOR_REPLENISH => 'replenishing',
];
$lang['TOR_STATUS_FAILED'] = 'Such status does not exist!';
$lang['TORRENT_FAILED'] = 'Distribution was not found!';
$lang['TOR_STATUS_DUB'] = 'Distribution has the same status';
$lang['TOR_DONT_CHANGE'] = 'Change of status can not be!';
$lang['TOR_DONT_CHANGE'] = 'Change of status can not be performed!';
$lang['TOR_STATUS_OF'] = 'Distribution has the status of:';
$lang['TOR_STATUS_CHANGED'] = 'Status changed: ';
$lang['TOR_BACK'] = ' back';