i had these changes sitting... must've been a merge not committed (and because we do not use svn 1.5 as the client version i am not able to say which they were)

git-svn-id: file:///svn/phpbb/trunk@9042 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2008-11-02 11:22:30 +00:00
parent 1b10cb9c37
commit c903b453fa
7 changed files with 22 additions and 10 deletions

View file

@ -295,7 +295,7 @@
<p>{L_UPDATE_METHOD_EXPLAIN}</p> <p>{L_UPDATE_METHOD_EXPLAIN}</p>
<fieldset class="submit-buttons"> <fieldset class="submit-buttons">
<input class="button1" type="submit" name="ftp_upload" value="{L_FTP_UPDATE_METHOD}" />&nbsp; &nbsp;<input class="button1" type="submit" name="download" value="{L_DOWNLOAD_UPDATE_METHOD}" /> <input class="button1" type="submit" name="ftp_upload" value="{L_FTP_UPDATE_METHOD}" />&nbsp; &nbsp;<input class="button1" type="submit" name="download" value="{L_DOWNLOAD_UPDATE_METHOD_BUTTON}" />
</fieldset> </fieldset>
</form> </form>
@ -360,9 +360,18 @@
<p>{L_CONNECTION_SUCCESS}</p> <p>{L_CONNECTION_SUCCESS}</p>
</div> </div>
<!-- ELSEIF S_CONNECTION_FAILED --> <!-- ELSEIF S_CONNECTION_FAILED -->
<div class="successbox">
<p>{L_TRY_DOWNLOAD_METHOD}</p>
<fieldset class="quick">
<input class="button1" type="submit" name="download" value="{L_TRY_DOWNLOAD_METHOD_BUTTON}" />
</fieldset>
</div>
<div class="errorbox"> <div class="errorbox">
<p>{L_CONNECTION_FAILED}<br />{ERROR_MSG}</p> <p>{L_CONNECTION_FAILED}<br />{ERROR_MSG}</p>
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<fieldset> <fieldset>

View file

@ -329,7 +329,7 @@ function mcp_topic_view($id, $mode, $action)
*/ */
function split_topic($action, $topic_id, $to_forum_id, $subject) function split_topic($action, $topic_id, $to_forum_id, $subject)
{ {
global $db, $template, $user, $auth; global $db, $template, $user, $auth, $config;
$post_id_list = request_var('post_id_list', array(0)); $post_id_list = request_var('post_id_list', array(0));
$forum_id = request_var('forum_id', 0); $forum_id = request_var('forum_id', 0);

View file

@ -1168,7 +1168,6 @@ class session
} }
$dnsbl_check = array( $dnsbl_check = array(
'list.dsbl.org' => 'http://dsbl.org/listing?',
'sbl-xbl.spamhaus.org' => 'http://www.spamhaus.org/query/bl?ip=', 'sbl-xbl.spamhaus.org' => 'http://www.spamhaus.org/query/bl?ip=',
); );

View file

@ -8,7 +8,7 @@
* *
*/ */
$updates_to_version = '3.0.2-RC2'; $updates_to_version = '3.0.3-RC1';
// Return if we "just include it" to find out for which version the database update is responsuble for // Return if we "just include it" to find out for which version the database update is responsuble for
if (defined('IN_PHPBB') && defined('IN_INSTALL')) if (defined('IN_PHPBB') && defined('IN_INSTALL'))

View file

@ -893,8 +893,9 @@ class install_update extends module
'S_FTP_UPLOAD' => true, 'S_FTP_UPLOAD' => true,
'UPLOAD_METHOD' => $method, 'UPLOAD_METHOD' => $method,
'U_ACTION' => append_sid($this->p_master->module_url, "mode=$mode&amp;sub=update_files"), 'U_ACTION' => append_sid($this->p_master->module_url, "mode=$mode&amp;sub=update_files"),
'S_HIDDEN_FIELDS' => $s_hidden_fields) 'U_DOWNLOAD_METHOD' => append_sid($this->p_master->module_url, "mode=$mode&amp;sub=update_files&amp;download=1"),
); 'S_HIDDEN_FIELDS' => $s_hidden_fields,
));
return; return;
} }

View file

@ -381,7 +381,7 @@ $lang = array_merge($lang, array(
'BROWSER_VALID' => 'Validate browser', 'BROWSER_VALID' => 'Validate browser',
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.', 'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
'CHECK_DNSBL' => 'Check IP against DNS Blackhole List', 'CHECK_DNSBL' => 'Check IP against DNS Blackhole List',
'CHECK_DNSBL_EXPLAIN' => 'If enabled the users IP address is checked against the following DNSBL services on registration and posting: <a href="http://spamcop.net">spamcop.net</a>, <a href="http://dsbl.org">dsbl.org</a> and <a href="http://www.spamhaus.org">www.spamhaus.org</a>. This lookup may take a while, depending on the servers configuration. If slowdowns are experienced or too many false positives reported it is recommended to disable this check.', 'CHECK_DNSBL_EXPLAIN' => 'If enabled the users IP address is checked against the following DNSBL services on registration and posting: <a href="http://spamcop.net">spamcop.net</a> and <a href="http://www.spamhaus.org">www.spamhaus.org</a>. This lookup may take a while, depending on the servers configuration. If slowdowns are experienced or too many false positives reported it is recommended to disable this check.',
'CLASS_B' => 'A.B', 'CLASS_B' => 'A.B',
'CLASS_C' => 'A.B.C', 'CLASS_C' => 'A.B.C',
'EMAIL_CHECK_MX' => 'Check e-mail domain for valid MX record', 'EMAIL_CHECK_MX' => 'Check e-mail domain for valid MX record',

View file

@ -404,6 +404,7 @@ $lang = array_merge($lang, array(
'DONE' => 'Done', 'DONE' => 'Done',
'DOWNLOAD' => 'Download', 'DOWNLOAD' => 'Download',
'DOWNLOAD_AS' => 'Download as', 'DOWNLOAD_AS' => 'Download as',
'DOWNLOAD_UPDATE_METHOD_BUTTON' => 'Download modified files archive (recommended)',
'DOWNLOAD_UPDATE_METHOD' => 'Download modified files archive', 'DOWNLOAD_UPDATE_METHOD' => 'Download modified files archive',
'DOWNLOAD_UPDATE_METHOD_EXPLAIN' => 'Once downloaded you should unpack the archive. You will find the modified files you need to upload to your phpBB root directory within it. Please upload the files to their respective locations then. After you have uploaded all files, please check the files again with the other button below.', 'DOWNLOAD_UPDATE_METHOD_EXPLAIN' => 'Once downloaded you should unpack the archive. You will find the modified files you need to upload to your phpBB root directory within it. Please upload the files to their respective locations then. After you have uploaded all files, please check the files again with the other button below.',
@ -504,6 +505,8 @@ $lang = array_merge($lang, array(
'STATUS_UP_TO_DATE' => 'Already updated file', 'STATUS_UP_TO_DATE' => 'Already updated file',
'TOGGLE_DISPLAY' => 'View/Hide file list', 'TOGGLE_DISPLAY' => 'View/Hide file list',
'TRY_DOWNLOAD_METHOD' => 'You may want to try the download modified files method.<br />This method always works and is also the recommended update path.',
'TRY_DOWNLOAD_METHOD_BUTTON'=> 'Try this method now',
'UPDATE_COMPLETED' => 'Update completed', 'UPDATE_COMPLETED' => 'Update completed',
'UPDATE_DATABASE' => 'Update database', 'UPDATE_DATABASE' => 'Update database',