Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Erik Frèrejean
Registered User
Posts: 207 Joined: Thu Oct 25, 2007 2:25 pm
Location: surfnet
Contact:
Post
by Erik Frèrejean » Sun Jul 01, 2012 5:48 pm
TheKiller wrote: Will the 3.0.11 final release support 5.2.17 ?
My host doesnt seem to upgrade it too soon.
Yes, phpBB 3.0.x supports php < 5.3, the php 5.3.2 requirement is added in the 3.1.x line.
TheKiller wrote: Does 3.1 have an aproximate date on when it will be released... a year... two.. more?
Will we be able to upgrade a 3.0.x style to 3.1.x ? Will 3.1 look like area51, or there will be great style changes.. or thats just for 4.0
Can we upgrade a 3.0/3.1 style to 4.0 ?
Doesn't really have anything to do with a phpBB 3.0.11 discussion and those questions have been asked and answered various times already
(even by yourself) . No there is no ETA for 3.1, yes there will be an upgrade path from 3.0.x to 3.1.x, area51 already runs the develop branch and 4.0.x is so far away that it really doesn't make sense to keep asking about that for some time in the foreseeable future.
bantu
3.0 Release Manager
Posts: 557 Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:
Post
by bantu » Sun Jul 01, 2012 6:00 pm
TheKiller wrote: Will the 3.0.11 final release support 5.2.17 ?
Yes, phpBB 3.0.x supports PHP 4.3.3 or later.
Dragosvr92
Registered User
Posts: 624 Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:
Post
by Dragosvr92 » Mon Jul 02, 2012 2:13 am
Thank you.
I thought you got an aproximate release date by now. No harm in asking.
nextgen
Registered User
Posts: 128 Joined: Sat Jul 24, 2010 4:59 am
Location: Guatemala
Contact:
Post
by nextgen » Wed Jul 04, 2012 2:51 am
bantu wrote: And yes, there will probably be an RC2 release.
Hopefully know if errors are corrected.
*Imagine a signature super spectacular.*
bantu
3.0 Release Manager
Posts: 557 Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:
Post
by bantu » Thu Jul 05, 2012 12:42 am
nextgen wrote: bantu wrote: And yes, there will probably be an RC2 release.
Hopefully know if errors are corrected.
I have no idea what you are trying to say.
nextgen
Registered User
Posts: 128 Joined: Sat Jul 24, 2010 4:59 am
Location: Guatemala
Contact:
Post
by nextgen » Thu Jul 05, 2012 3:26 am
bantu wrote: nextgen wrote: bantu wrote: And yes, there will probably be an RC2 release.
Hopefully know if errors are corrected.
I have no idea what you are trying to say.
Many language barriers.
Will learn to write in German.
*Imagine a signature super spectacular.*
bantu
3.0 Release Manager
Posts: 557 Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:
Post
by bantu » Tue Jul 24, 2012 12:22 am
The second post in this topic has been updated with instructions for RC2.
I've posted the following in the Translators forum.
bantu wrote: Hello everyone,
we are preparing a second release candiate right now. There have been some minor changes to the language files. We provide changes against 3.0.10 as well as 3.0.11-RC1 below to help you update your language packs. You will be able to submit your language packs as soon as we release the final version of phpBB 3.0.11.
Thanks.
Shortlog (3.0.10 to 3.0.11-RC2):
Code: Select all
136 Andreas Fischer
80 Oleg Pudeyev
31 Nils Adermann
27 Joas Schilling
20 Patrick Webster
15 Hari Sankar R
15 Michael Cullum
15 rxu
14 Dhruv Goel
14 Vjacheslav Trushkin
11 David King
7 Igor Wiedler
7 Richard Foote
5 Senky
4 galaxyAbstractor
3 Unknown
2 Adonais Romero González
2 Fyorl
2 Raimon
1 Bruno Ais
1 Callum Macrae
1 HTF
1 James King
1 Jan Schejbal
1 Oyabun1
1 RMcGirr83
Diffstat (3.0.10 to 3.0.11-RC2):
Code: Select all
.gitignore | 6 +
.travis.yml | 27 +++
README.md | 6 +
build/build.xml | 6 +-
build/build_changelog.php | 2 +-
build/build_diff.php | 5 +-
build/build_helper.php | 3 +-
build/diff_class.php | 3 +-
build/package.php | 3 +-
git-tools/hooks/commit-msg | 114 +++++++--
git-tools/hooks/pre-commit | 65 +++++-
git-tools/merge.php | 2 +-
git-tools/setup_github_network.php | 2 +-
phpBB/adm/images/phpbb_logo.gif | Bin 3883 -> 0 bytes
phpBB/adm/images/phpbb_logo.png | Bin 0 -> 9313 bytes
phpBB/adm/index.php | 1 +
phpBB/adm/style/acp_profile.html | 4 +
phpBB/adm/style/acp_styles.html | 6 +
phpBB/adm/style/acp_users_overview.html | 33 +--
phpBB/adm/style/admin.css | 6 +-
phpBB/adm/style/install_update.html | 5 +
phpBB/adm/style/install_update_diff.html | 26 +--
phpBB/adm/style/overall_footer.html | 2 +-
phpBB/adm/style/simple_footer.html | 2 +-
phpBB/develop/add_permissions.php | 18 +-
phpBB/develop/calc_email_hash.php | 18 +-
phpBB/develop/change_smiley_ref.php | 26 +--
phpBB/develop/check_flash_bbcodes.php | 7 +-
phpBB/develop/create_schema_files.php | 4 +-
phpBB/develop/create_search_index.php | 137 +++++++++++
phpBB/develop/create_variable_overview.php | 24 +-
phpBB/develop/fill.php | 19 +-
phpBB/develop/generate_utf_casefold.php | 3 +-
phpBB/develop/generate_utf_confusables.php | 3 +-
phpBB/develop/generate_utf_tables.php | 3 +-
phpBB/develop/merge_attachment_tables.php | 18 +-
phpBB/develop/merge_post_tables.php | 26 +--
phpBB/develop/mysql_upgrader.php | 4 +-
phpBB/develop/utf_normalizer_test.php | 3 +-
phpBB/docs/AUTHORS | 8 +-
phpBB/docs/CHANGELOG.html | 166 ++++++++++++--
phpBB/docs/FAQ.html | 4 +-
phpBB/docs/INSTALL.html | 18 +-
phpBB/docs/README.html | 82 ++++---
phpBB/docs/auth_api.html | 2 +-
phpBB/docs/coding-guidelines.html | 5 +-
phpBB/docs/hook_system.html | 2 +-
phpBB/download/file.php | 2 +-
phpBB/includes/acp/acp_board.php | 28 ++-
phpBB/includes/acp/acp_captcha.php | 2 +-
phpBB/includes/acp/acp_database.php | 12 +-
phpBB/includes/acp/acp_main.php | 6 +-
phpBB/includes/acp/acp_profile.php | 41 +++-
phpBB/includes/acp/acp_ranks.php | 2 +-
phpBB/includes/acp/acp_styles.php | 33 ++-
phpBB/includes/acp/acp_users.php | 65 ++++--
phpBB/includes/auth/auth_db.php | 2 +-
phpBB/includes/auth/auth_ldap.php | 6 +-
phpBB/includes/constants.php | 2 +-
phpBB/includes/db/db_tools.php | 2 +-
phpBB/includes/db/dbal.php | 95 +++++++-
phpBB/includes/db/firebird.php | 43 ----
phpBB/includes/db/mssql.php | 8 +
phpBB/includes/db/mssql_odbc.php | 51 +----
phpBB/includes/db/mssqlnative.php | 26 +--
phpBB/includes/db/mysql.php | 70 ++++++
phpBB/includes/db/mysqli.php | 70 ++++++
phpBB/includes/functions.php | 55 +++--
phpBB/includes/functions_admin.php | 33 +--
phpBB/includes/functions_convert.php | 12 +-
phpBB/includes/functions_install.php | 81 ++++++-
phpBB/includes/functions_messenger.php | 6 +-
phpBB/includes/functions_posting.php | 69 +++---
phpBB/includes/functions_privmsgs.php | 222 ++++++++++++++++--
phpBB/includes/functions_profile_fields.php | 41 +++-
phpBB/includes/functions_upload.php | 33 ++-
phpBB/includes/functions_user.php | 112 ++++-----
phpBB/includes/mcp/mcp_topic.php | 11 +
phpBB/includes/mcp/mcp_warn.php | 4 +-
phpBB/includes/search/fulltext_mysql.php | 8 +-
phpBB/includes/search/fulltext_native.php | 15 +-
phpBB/includes/search/search.php | 2 +-
phpBB/includes/session.php | 68 +++---
phpBB/includes/startup.php | 18 +-
phpBB/includes/ucp/ucp_pm_options.php | 17 +-
phpBB/includes/ucp/ucp_prefs.php | 9 +-
phpBB/includes/ucp/ucp_register.php | 20 +-
phpBB/index.php | 2 +-
phpBB/install/convertors/convert_phpbb20.php | 2 +-
phpBB/install/database_update.php | 84 ++++++-
phpBB/install/install_install.php | 89 ++++----
phpBB/install/schemas/firebird_schema.sql | 1 +
phpBB/install/schemas/mssql_schema.sql | 1 +
phpBB/install/schemas/mysql_40_schema.sql | 1 +
phpBB/install/schemas/mysql_41_schema.sql | 1 +
phpBB/install/schemas/oracle_schema.sql | 1 +
phpBB/install/schemas/postgres_schema.sql | 1 +
phpBB/install/schemas/schema_data.sql | 8 +-
phpBB/install/schemas/sqlite_schema.sql | 1 +
phpBB/language/en/acp/attachments.php | 2 +-
phpBB/language/en/acp/board.php | 2 +-
phpBB/language/en/acp/common.php | 10 +-
phpBB/language/en/acp/permissions.php | 18 +-
phpBB/language/en/acp/profile.php | 2 +
phpBB/language/en/acp/styles.php | 1 +
phpBB/language/en/acp/users.php | 3 +-
phpBB/language/en/common.php | 4 +-
phpBB/language/en/help_faq.php | 2 +-
phpBB/language/en/install.php | 1 +
phpBB/language/en/memberlist.php | 1 -
phpBB/language/en/posting.php | 1 +
phpBB/language/en/ucp.php | 4 +-
phpBB/memberlist.php | 21 +-
phpBB/search.php | 49 +++-
phpBB/style.php | 10 +-
phpBB/styles/prosilver/imageset/imageset.cfg | 2 +-
phpBB/styles/prosilver/style.cfg | 2 +-
phpBB/styles/prosilver/template/editor.js | 4 +-
phpBB/styles/prosilver/template/mcp_topic.html | 5 +-
.../styles/prosilver/template/memberlist_body.html | 2 +-
.../prosilver/template/memberlist_leaders.html | 4 +-
.../styles/prosilver/template/memberlist_view.html | 2 +-
.../styles/prosilver/template/overall_footer.html | 2 +-
.../styles/prosilver/template/overall_header.html | 4 -
.../styles/prosilver/template/posting_editor.html | 10 +-
phpBB/styles/prosilver/template/search_body.html | 2 +-
phpBB/styles/prosilver/template/simple_footer.html | 2 +-
phpBB/styles/prosilver/template/template.cfg | 7 +-
.../prosilver/template/ucp_groups_membership.html | 2 +-
.../styles/prosilver/template/ucp_main_front.html | 4 +-
.../prosilver/template/ucp_pm_message_header.html | 23 +-
.../prosilver/template/ucp_pm_viewfolder.html | 1 -
.../prosilver/template/ucp_pm_viewmessage.html | 11 +-
.../template/ucp_profile_reg_details.html | 4 +-
.../styles/prosilver/template/viewonline_body.html | 2 +-
phpBB/styles/prosilver/theme/bidi.css | 13 ++
phpBB/styles/prosilver/theme/colours.css | 6 -
phpBB/styles/prosilver/theme/common.css | 14 +-
phpBB/styles/prosilver/theme/cp.css | 44 ++--
phpBB/styles/prosilver/theme/theme.cfg | 2 +-
phpBB/styles/prosilver/theme/tweaks.css | 14 +-
phpBB/styles/subsilver2/imageset/imageset.cfg | 2 +-
phpBB/styles/subsilver2/style.cfg | 2 +-
.../subsilver2/template/captcha_default.html | 2 +-
phpBB/styles/subsilver2/template/captcha_qa.html | 2 +-
phpBB/styles/subsilver2/template/editor.js | 4 +-
phpBB/styles/subsilver2/template/faq_body.html | 2 +-
phpBB/styles/subsilver2/template/login_body.html | 2 +-
phpBB/styles/subsilver2/template/mcp_topic.html | 1 +
.../styles/subsilver2/template/overall_footer.html | 2 +-
phpBB/styles/subsilver2/template/posting_body.html | 3 +-
.../subsilver2/template/posting_buttons.html | 1 +
.../styles/subsilver2/template/simple_footer.html | 2 +-
phpBB/styles/subsilver2/template/template.cfg | 6 +-
phpBB/styles/subsilver2/template/ucp_header.html | 4 +-
.../styles/subsilver2/template/ucp_main_front.html | 4 +-
.../template/ucp_profile_reg_details.html | 2 +-
phpBB/styles/subsilver2/theme/theme.cfg | 2 +-
phpBB/viewforum.php | 2 +-
phpBB/viewtopic.php | 2 +-
phpunit.xml.all | 4 +
phpunit.xml.dist | 5 +
phpunit.xml.functional | 35 +++
tests/RUNNING_TESTS.txt | 28 ++-
tests/bbcode/url_bbcode_test.php | 2 +-
tests/bootstrap.php | 27 +--
tests/dbal/auto_increment_test.php | 100 ++++++++
tests/dbal/cross_join_test.php | 2 +-
tests/dbal/db_tools_test.php | 65 ++----
tests/dbal/fixtures/styles.xml | 39 ++++
tests/dbal/order_lower_test.php | 62 +++++
tests/dbal/select_test.php | 57 ++++-
tests/dbal/write_test.php | 2 +-
tests/error_collector_test.php | 2 +-
tests/functional/auth_test.php | 40 ++++
tests/functional/browse_test.php | 32 +++
tests/functional/lang_test.php | 45 ++++
tests/mock/cache.php | 2 +-
tests/mock/session_testable.php | 2 +-
tests/mock_user.php | 2 +-
tests/network/checkdnsrr_test.php | 2 +-
tests/network/ftp_fsock_pasv_epsv_test.php | 2 +-
tests/privmsgs/delete_user_pms_test.php | 102 +++++++++
tests/privmsgs/fixtures/delete_user_pms.xml | 215 +++++++++++++++++
tests/profile/custom_test.php | 2 +-
tests/random/gen_rand_string_test.php | 2 +-
tests/regex/censor_test.php | 2 +-
tests/regex/email_test.php | 5 +-
tests/regex/ipv4_test.php | 2 +-
tests/regex/ipv6_test.php | 2 +-
tests/regex/password_complexity_test.php | 2 +-
tests/regex/table_prefix_test.php | 2 +-
tests/regex/url_test.php | 2 +-
tests/request/request_var_test.php | 2 +-
tests/security/base.php | 2 +-
tests/security/extract_current_page_test.php | 2 +-
tests/security/hash_test.php | 2 +-
tests/security/redirect_test.php | 2 +-
tests/session/append_sid_test.php | 2 +-
tests/session/continue_test.php | 2 +-
tests/session/init_test.php | 2 +-
tests/session/testable_factory.php | 2 +-
tests/template/template_test.php | 2 +-
tests/test_framework/phpbb_database_test_case.php | 44 +---
.../phpbb_database_test_connection_manager.php | 47 +---
.../test_framework/phpbb_functional_test_case.php | 241 ++++++++++++++++++++
tests/test_framework/phpbb_test_case.php | 2 +-
tests/test_framework/phpbb_test_case_helpers.php | 69 +++++-
tests/text_processing/censor_text_test.php | 2 +-
tests/text_processing/make_clickable_test.php | 2 +-
tests/user/lang_test.php | 2 +-
tests/utf/normalizer_test.php | 2 +-
tests/utf/utf8_clean_string_test.php | 2 +-
tests/utf/utf8_wordwrap_test.php | 2 +-
tests/wrapper/gmgetdate_test.php | 2 +-
tests/wrapper/mt_rand_test.php | 2 +-
tests/wrapper/version_compare_test.php | 2 +-
travis/phpunit-mysql-travis.xml | 38 +++
travis/phpunit-postgres-travis.xml | 40 ++++
vendor/goutte.phar | Bin 0 -> 267414 bytes
220 files changed, 3229 insertions(+), 1074 deletions(-)