Releasing 3.0.12
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!
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!
- DarkBeing
- Registered User
- Posts: 83
- Joined: Sun Jul 19, 2009 2:32 pm
- Location: Currently Estonia
- Contact:
Re: Releasing 3.0.12
Oh ok, thanks for clearing that up for me.
Re: Releasing 3.0.12
WOW no more bugsMaFeSa wrote:Opss now are 3
Great
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.12
The prep-release-3.0.12 branch has been created. If you want to get something into an 3.0.12 release, you have to target this branch instead of develop-olympus.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.12
Post to translators:
bantu wrote:Hey all,
we are about to release phpBB 3.0.12-RC1. You can find the language changes in MOD format as well as in diff format below. Please update your packages so you can turn them in right after the final 3.0.12 release.
Please do not submit your packages into our Customisation Database right now, only packages for final releases should be submitted to the Customisation Database. As always, you will be notified when submissions are open.
The public release preparation topic for 3.0.12 can be found on area51 at https://area51.phpbb.com/phpBB/viewtopi ... =3&t=43975
Thanks ,
the Development Team
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.12
Shortlog / Contributors:
Diffstat:
Code: Select all
169 Andreas Fischer
101 Oleg Pudeyev
68 Joas Schilling
40 Dhruv
36 Marc Alexander
36 Nils Adermann
19 Patrick Webster
17 Nathaniel Guse
16 Fyorl
13 Nathan Guse
11 erangamapa
9 Senky
5 David King
5 Igor Wiedler
5 Vjacheslav Trushkin
4 Andy Chase
3 Dhruv Goel
3 Gaëtan Muller
2 Callum Macrae
2 Carlo
2 Matt Friedman
2 Vinny
1 Adonais Romero González
1 Bruno Ais
1 Crizz0
1 David Tobin
1 Jordan Rogers
1 Joseph Warner
1 Martin Beckmann
1 Matthew Fonda
1 Oyabun1
1 Sajaki
1 Unknown Bliss
1 Victor Nagy
1 gamerchan
1 hjpotter92
1 marc1706
1 riadhchtara
1 westr
Code: Select all
.gitignore | 2 +-
.travis.yml | 16 +-
README.md | 2 +-
build/build.xml | 75 +-
composer.phar | Bin 0 -> 799883 bytes
git-tools/hooks/pre-commit | 57 +-
git-tools/merge.php | 27 +-
git-tools/setup_github_network.php | 92 +-
phpBB/adm/index.php | 9 +-
phpBB/adm/style/acp_users_overview.html | 3 +-
phpBB/adm/style/install_footer.html | 2 +-
phpBB/common.php | 7 +-
phpBB/composer.json | 8 +
phpBB/composer.lock | 966 +++++++++++++++++++++
phpBB/develop/create_schema_files.php | 2 +-
phpBB/develop/generate_utf_casefold.php | 2 +-
phpBB/develop/generate_utf_confusables.php | 2 +-
phpBB/develop/generate_utf_tables.php | 2 +-
phpBB/develop/utf_normalizer_test.php | 2 +-
phpBB/docs/AUTHORS | 21 +-
phpBB/docs/CHANGELOG.html | 190 +++-
phpBB/docs/FAQ.html | 12 +-
phpBB/docs/INSTALL.html | 159 ++--
phpBB/docs/README.html | 58 +-
phpBB/docs/auth_api.html | 4 +-
phpBB/docs/coding-guidelines.html | 8 +-
phpBB/docs/hook_system.html | 2 +-
phpBB/download/file.php | 41 +-
phpBB/includes/acm/acm_apc.php | 2 +-
phpBB/includes/acm/acm_eaccelerator.php | 4 +-
phpBB/includes/acm/acm_memcache.php | 4 +-
phpBB/includes/acm/acm_redis.php | 4 +-
phpBB/includes/acm/acm_wincache.php | 2 +-
phpBB/includes/acm/acm_xcache.php | 2 +-
phpBB/includes/acp/acp_bbcodes.php | 14 +-
phpBB/includes/acp/acp_board.php | 4 +-
phpBB/includes/acp/acp_captcha.php | 2 +
phpBB/includes/acp/acp_groups.php | 114 ++-
phpBB/includes/acp/acp_main.php | 4 +-
phpBB/includes/acp/acp_send_statistics.php | 2 +-
phpBB/includes/acp/acp_update.php | 2 +-
phpBB/includes/captcha/captcha_non_gd.php | 2 +-
phpBB/includes/constants.php | 3 +-
phpBB/includes/db/db_tools.php | 16 +
phpBB/includes/db/dbal.php | 2 +-
phpBB/includes/db/mssql.php | 66 +-
phpBB/includes/db/mssql_odbc.php | 40 +-
phpBB/includes/db/mssqlnative.php | 55 +-
phpBB/includes/db/mysql.php | 45 +-
phpBB/includes/db/mysqli.php | 32 +-
phpBB/includes/db/oracle.php | 53 +-
phpBB/includes/db/sqlite.php | 41 +-
phpBB/includes/functions.php | 77 +-
phpBB/includes/functions_admin.php | 6 +-
phpBB/includes/functions_database_helper.php | 206 +++++
phpBB/includes/functions_install.php | 11 +-
phpBB/includes/functions_jabber.php | 2 +-
phpBB/includes/functions_messenger.php | 37 +-
phpBB/includes/functions_posting.php | 37 +-
phpBB/includes/functions_user.php | 29 +-
phpBB/includes/mcp/mcp_forum.php | 15 +-
phpBB/includes/mcp/mcp_main.php | 22 +
phpBB/includes/mcp/mcp_pm_reports.php | 1 +
phpBB/includes/mcp/mcp_topic.php | 56 +-
phpBB/includes/questionnaire/questionnaire.php | 2 +-
phpBB/includes/search/fulltext_mysql.php | 13 +-
phpBB/includes/session.php | 7 +-
phpBB/includes/ucp/info/ucp_profile.php | 2 +-
phpBB/includes/ucp/ucp_activate.php | 2 +-
phpBB/includes/ucp/ucp_groups.php | 8 +
phpBB/includes/ucp/ucp_pm_compose.php | 16 +-
phpBB/includes/ucp/ucp_prefs.php | 32 +
phpBB/install/convertors/convert_phpbb20.php | 4 +-
phpBB/install/database_update.php | 174 +++-
phpBB/install/index.php | 2 +-
phpBB/install/install_convert.php | 2 +-
phpBB/install/install_install.php | 21 +-
phpBB/install/install_update.php | 4 +-
phpBB/install/schemas/schema_data.sql | 2 +-
phpBB/language/en/acp/board.php | 2 +-
phpBB/language/en/acp/common.php | 4 +-
phpBB/language/en/acp/permissions.php | 2 +-
phpBB/language/en/acp/posting.php | 3 +-
phpBB/language/en/acp/search.php | 2 +-
phpBB/language/en/common.php | 11 +-
phpBB/language/en/email/forum_notify.txt | 2 +-
phpBB/language/en/email/newtopic_notify.txt | 2 +-
phpBB/language/en/email/topic_notify.txt | 2 +-
phpBB/language/en/help_faq.php | 2 +-
phpBB/language/en/install.php | 16 +-
phpBB/language/en/posting.php | 6 +-
phpBB/language/en/search.php | 1 +
phpBB/language/en/ucp.php | 6 +-
phpBB/posting.php | 8 +-
phpBB/report.php | 152 ++--
phpBB/search.php | 3 +-
phpBB/styles/prosilver/imageset/imageset.cfg | 2 +-
phpBB/styles/prosilver/style.cfg | 2 +-
phpBB/styles/prosilver/template/login_forum.html | 45 +-
phpBB/styles/prosilver/template/mcp_front.html | 2 +-
.../prosilver/template/memberlist_search.html | 4 +
.../styles/prosilver/template/posting_editor.html | 8 +-
phpBB/styles/prosilver/template/report_body.html | 4 +
.../styles/prosilver/template/search_results.html | 1 +
phpBB/styles/prosilver/template/template.cfg | 2 +-
.../prosilver/template/ucp_groups_manage.html | 19 +-
.../styles/prosilver/template/ucp_pm_history.html | 2 +-
.../template/ucp_pm_viewmessage_print.html | 7 +-
.../prosilver/template/ucp_prefs_personal.html | 12 +-
.../styles/prosilver/template/viewtopic_print.html | 2 +-
phpBB/styles/prosilver/theme/stylesheet.css | 2 +-
phpBB/styles/prosilver/theme/theme.cfg | 2 +-
phpBB/styles/subsilver2/imageset/imageset.cfg | 2 +-
phpBB/styles/subsilver2/style.cfg | 2 +-
phpBB/styles/subsilver2/template/captcha_qa.html | 2 +-
phpBB/styles/subsilver2/template/login_forum.html | 8 +
phpBB/styles/subsilver2/template/report_body.html | 8 +
.../styles/subsilver2/template/simple_footer.html | 2 +-
phpBB/styles/subsilver2/template/template.cfg | 2 +-
.../styles/subsilver2/template/ucp_pm_history.html | 2 +-
.../template/ucp_pm_viewmessage_print.html | 2 +-
.../subsilver2/template/ucp_prefs_personal.html | 4 +-
.../styles/subsilver2/template/viewforum_body.html | 2 +-
.../subsilver2/template/viewtopic_print.html | 2 +-
phpBB/styles/subsilver2/theme/stylesheet.css | 2 +-
phpBB/styles/subsilver2/theme/theme.cfg | 2 +-
phpBB/ucp.php | 6 -
phpBB/viewtopic.php | 9 +-
phpunit.xml.all | 4 +
phpunit.xml.dist | 4 +
phpunit.xml.functional | 4 +
tests/RUNNING_TESTS.md | 151 ++++
tests/RUNNING_TESTS.txt | 76 --
tests/bbcode/url_bbcode_test.php | 2 +-
tests/bootstrap.php | 15 +
tests/compress/archive/.gitkeep | 0
tests/compress/compress_test.php | 173 ++++
tests/compress/extract/.gitkeep | 0
tests/compress/fixtures/1.txt | 1 +
tests/compress/fixtures/archive.tar | Bin 0 -> 10240 bytes
tests/compress/fixtures/archive.tar.bz2 | Bin 0 -> 224 bytes
tests/compress/fixtures/archive.tar.gz | Bin 0 -> 239 bytes
tests/compress/fixtures/archive.zip | Bin 0 -> 412 bytes
tests/compress/fixtures/dir/2.txt | 1 +
tests/compress/fixtures/dir/3.txt | 1 +
tests/compress/fixtures/dir/subdir/4.txt | 1 +
tests/dbal/connect_test.php | 43 +
tests/dbal/order_lower_test.php | 9 +-
tests/dbal/select_test.php | 16 +-
tests/dbal/write_sequence_test.php | 55 ++
tests/dbal/write_test.php | 4 +-
tests/fixtures/empty.xml | 9 +
tests/functional/acp_groups_test.php | 21 +
tests/functional/auth_test.php | 14 +-
tests/functional/browse_test.php | 6 +-
tests/functional/common_groups_test.php | 93 ++
tests/functional/forum_style_test.php | 45 +
tests/functional/posting_test.php | 136 +++
tests/functional/report_post_captcha.php | 61 ++
tests/functional/ucp_groups_test.php | 21 +
tests/functions/clean_path_test.php | 44 +
tests/functions/fixtures/language_select.xml | 21 +
tests/functions/fixtures/obtain_online.xml | 121 +++
tests/functions/fixtures/style_select.xml | 23 +
tests/functions/fixtures/validate_email.xml | 23 +
tests/functions/fixtures/validate_username.xml | 38 +
tests/functions/get_formatted_filesize_test.php | 71 ++
tests/functions/get_remote_file_test.php | 75 ++
tests/functions/is_absolute_test.php | 56 ++
tests/functions/language_select_test.php | 39 +
tests/functions/obtain_online_test.php | 238 +++++
tests/functions/style_select_test.php | 41 +
tests/functions/validate_data_helper.php | 36 +
tests/functions/validate_date_test.php | 82 ++
tests/functions/validate_email_test.php | 108 +++
tests/functions/validate_hex_colour_test.php | 121 +++
tests/functions/validate_jabber_test.php | 79 ++
tests/functions/validate_lang_iso_test.php | 60 ++
tests/functions/validate_match_test.php | 49 ++
tests/functions/validate_num_test.php | 59 ++
tests/functions/validate_password_test.php | 96 ++
tests/functions/validate_string_test.php | 70 ++
tests/functions/validate_username_test.php | 190 ++++
.../fixtures/bookmarks_duplicates.xml | 47 +
.../fixtures/topics_watch_duplicates.xml | 80 ++
...rows_avoiding_duplicates_notify_status_test.php | 101 +++
.../update_rows_avoiding_duplicates_test.php | 71 ++
tests/lint_test.php | 74 ++
tests/mock/cache.php | 27 +-
tests/mock/null_cache.php | 42 +
tests/mock/user.php | 49 ++
tests/mock_user.php | 36 -
tests/privmsgs/delete_user_pms_test.php | 2 +-
tests/request/request_var_test.php | 2 +-
tests/security/extract_current_page_test.php | 2 +-
tests/security/redirect_test.php | 2 +-
tests/session/append_sid_test.php | 101 ++-
tests/session/creation_test.php | 57 ++
tests/session/init_test.php | 56 --
tests/template/template_test.php | 49 +-
tests/template/templates/include_define.html | 2 +
.../templates/include_define_variable.html | 2 +
tests/template/templates/include_loop_define.html | 4 +
.../phpbb_database_connection_odbc_pdo_wrapper.php | 37 +
tests/test_framework/phpbb_database_test_case.php | 88 ++
.../phpbb_database_test_connection_manager.php | 300 ++++++-
.../test_framework/phpbb_functional_test_case.php | 515 +++++++++--
tests/test_framework/phpbb_test_case_helpers.php | 4 +-
tests/text_processing/censor_text_test.php | 2 +-
tests/text_processing/make_clickable_test.php | 2 +-
tests/utf/utf8_clean_string_test.php | 2 +-
travis/phpunit-mysql-travis.xml | 4 +-
travis/phpunit-postgres-travis.xml | 4 +-
travis/setup-webserver.sh | 54 ++
vendor/goutte.phar | Bin 267414 -> 0 bytes
215 files changed, 6985 insertions(+), 1012 deletions(-)
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.12
I would like to release an RC2 soon. Developers please make sure to get any remaining changes into prep-release-3.0.12.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.12
We are planning on releasing 3.0.12-RC2 on Friday (August 2nd, 2013).
Re: Releasing 3.0.12
Yay, I can't wait
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.12
Post to translators about RC2:
Hello everyone,
3.0.12-RC2 has been released. There have been some minor changes to the language files. We provide changes against 3.0.11 as well as 3.0.12-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.12.
Thanks.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.12
There may be a regression bug, but we have not been able to reproduce it. See http://tracker.phpbb.com/browse/PHPBB3-11769