nextgen wrote:This is the latest version of the 3.0.10 branch?, As wise but hey so was seen as a tracker for version 3.0.11

bantu wrote:Sorry, I have no idea what you are trying to say there.
nextgen wrote:bantu wrote:Sorry, I have no idea what you are trying to say there.
There will be a next version 3.0.11 or 3.0.10 is the latest in this field?

bantu wrote:I am pretty sure there will be a 3.0.11 release.
nextgen wrote:bantu wrote:I am pretty sure there will be a 3.0.11 release.
I guess between 3.0.10 and 3.0.11 version there will be a fairly large difference in the time of launch?
bantu wrote:Hello everyone,
we are preparing a third release candiate right now. There has been some minor changes to the language files: We fixed the INST_ERR_DB_INVALID_PREFIX and TABLE_PREFIX_EXPLAIN strings as per http://tracker.phpbb.com/browse/PHPBB3-10501
If you have not translated the changes from 3.0.9 to 3.0.10-RC2 yet, you might want to use the 3.0.9-to-3.0.10-RC3 change files below.
Thanks.
MOD format
- Code: Select all
##############################################################
## Title: phpBB 3.0.10-RC2 to phpBB 3.0.10-RC3 Language Pack Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com
## Description:
##
##
## These are the phpBB 3.0.10-RC2 to phpBB 3.0.10-RC3 Language Pack Changes summed
## up into a little Mod. These changes are only partial and do not include any code
## changes, therefore not meant for updating phpBB.
##
##
##
##
## Files To Edit:
## language/en/install.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
#
#-----[ OPEN ]---------------------------------------------
#
language/en/install.php
#
#-----[ FIND ]---------------------------------------------
# Around Line 230
'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with an alphanumeric character and must only contain alphanumeric characters, numbers and underscores.',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with a letter and must only contain letters, numbers and underscores.',
#
#-----[ FIND ]---------------------------------------------
# Around Line 351
'TABLE_PREFIX_EXPLAIN' => 'The prefix must start with an alphanumeric character and must only contain alphanumeric characters, numbers and underscores.',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'TABLE_PREFIX_EXPLAIN' => 'The prefix must start with a letter and must only contain letters, numbers and underscores.',
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Diff/Patch format
- Code: Select all
diff -crNEBwd old_versions/release-3.0.10-RC2/language/en/install.php new_version/phpBB3/language/en/install.php
*** old_versions/release-3.0.10-RC2/language/en/install.php 2011-11-27 16:23:15.000000000 +0100
--- new_version/phpBB3/language/en/install.php 2011-12-16 18:03:46.000000000 +0100
***************
*** 232,238 ****
'INST_ERR' => 'Installation error',
'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below.',
'INST_ERR_DB_FORUM_PATH' => 'The database file specified is within your board directory tree. You should put this file in a non web-accessible location.',
! 'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with an alphanumeric character and must only contain alphanumeric characters, numbers and underscores.',
'INST_ERR_DB_NO_ERROR' => 'No error message given.',
'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the “MySQL with MySQLi Extension” option you have selected. Please try the “MySQL” option instead.',
'INST_ERR_DB_NO_SQLITE' => 'The version of the SQLite extension you have installed is too old, it must be upgraded to at least 2.8.2.',
--- 232,238 ----
'INST_ERR' => 'Installation error',
'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below.',
'INST_ERR_DB_FORUM_PATH' => 'The database file specified is within your board directory tree. You should put this file in a non web-accessible location.',
! 'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with a letter and must only contain letters, numbers and underscores.',
'INST_ERR_DB_NO_ERROR' => 'No error message given.',
'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the “MySQL with MySQLi Extension” option you have selected. Please try the “MySQL” option instead.',
'INST_ERR_DB_NO_SQLITE' => 'The version of the SQLite extension you have installed is too old, it must be upgraded to at least 2.8.2.',
***************
*** 353,359 ****
'TABLES_MISSING' => 'Could not find these tables<br />» <strong>%s</strong>.',
'TABLE_PREFIX' => 'Prefix for tables in database',
! 'TABLE_PREFIX_EXPLAIN' => 'The prefix must start with an alphanumeric character and must only contain alphanumeric characters, numbers and underscores.',
'TABLE_PREFIX_SAME' => 'The table prefix needs to be the one used by the software you are converting from.<br />» Specified table prefix was %s.',
'TESTS_PASSED' => 'Tests passed',
'TESTS_FAILED' => 'Tests failed',
--- 353,359 ----
'TABLES_MISSING' => 'Could not find these tables<br />» <strong>%s</strong>.',
'TABLE_PREFIX' => 'Prefix for tables in database',
! 'TABLE_PREFIX_EXPLAIN' => 'The prefix must start with a letter and must only contain letters, numbers and underscores.',
'TABLE_PREFIX_SAME' => 'The table prefix needs to be the one used by the software you are converting from.<br />» Specified table prefix was %s.',
'TESTS_PASSED' => 'Tests passed',
'TESTS_FAILED' => 'Tests failed',


Return to [3.0/Olympus] Discussion
Users browsing this forum: No registered users and 12 guests