Skip to content

Instantly share code, notes, and snippets.

@nickvergessen
Created May 3, 2015 15:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nickvergessen/fa166ba6da21e0b74244 to your computer and use it in GitHub Desktop.
$ git shortlog -sn release-3.1.3...release-3.1.4
77 Marc Alexander
59 Joas Schilling
45 Andreas Fischer
24 brunoais
17 Cesar G
11 Nicofuma
10 Oliver Schramm
10 RMcGirr83
9 rxu
7 Dhruv
7 Jakub Senko
7 Wolfsblvt
7 cyberalien
6 kasimi
4 Nils Adermann
4 Tristan Darricau
3 Dragos-Valentin Radulescu
3 Kailey Truscott
3 paulsohier
2 Crizzo
2 JoshyPHP
2 Kevin Roy
2 Matt Friedman
2 Richard McGirr
2 n-aleha
1 Dhruv Goel
1 Raphaël M
1 Robert Heim
1 RobertHeim
1 Scout4all
1 kamijoutouma
$ git diff --stat release-3.1.3...release-3.1.4
.travis.yml | 3 +
CONTRIBUTING.md | 6 +
README.md | 6 +-
build/build.xml | 6 +-
build/sami-all.conf.php | 10 +-
composer.phar | Bin 960311 -> 1075150 bytes
phpBB/adm/style/acp_users_profile.html | 4 +-
phpBB/adm/style/install_header.html | 2 +-
phpBB/adm/style/install_update_diff.html | 2 +-
phpBB/adm/style/overall_header.html | 2 +-
phpBB/adm/style/simple_header.html | 1 +
phpBB/assets/javascript/core.js | 4 +-
phpBB/develop/add_permissions.php | 4 +-
phpBB/docs/CHANGELOG.html | 176 ++++++++-
phpBB/docs/CREDITS.txt | 3 +-
phpBB/docs/FAQ.html | 71 ++--
phpBB/docs/INSTALL.html | 60 +--
phpBB/docs/README.html | 50 +--
phpBB/docs/assets/css/stylesheet.css | 326 ++++++++++++++++
phpBB/docs/assets/images/bg_header.gif | Bin 0 -> 690 bytes
phpBB/docs/assets/images/icon_back_top.gif | Bin 0 -> 204 bytes
phpBB/docs/assets/images/site_logo.gif | Bin 0 -> 5070 bytes
phpBB/docs/auth_api.html | 62 ++--
phpBB/docs/bg_header.gif | Bin 690 -> 0 bytes
phpBB/docs/coding-guidelines.html | 411 +++++++++++----------
phpBB/docs/corners_left.gif | Bin 55 -> 0 bytes
phpBB/docs/corners_left.png | Bin 195 -> 0 bytes
phpBB/docs/corners_right.gif | Bin 56 -> 0 bytes
phpBB/docs/corners_right.png | Bin 201 -> 0 bytes
phpBB/docs/events.md | 162 ++++++++
phpBB/docs/site_logo.gif | Bin 3430 -> 0 bytes
phpBB/docs/stylesheet.css | 352 ------------------
phpBB/faq.php | 26 +-
phpBB/includes/acp/acp_attachments.php | 2 +-
phpBB/includes/acp/acp_email.php | 18 +-
phpBB/includes/acp/acp_extensions.php | 5 -
phpBB/includes/acp/acp_profile.php | 2 +-
phpBB/includes/acp/acp_prune.php | 4 +-
phpBB/includes/acp/acp_search.php | 1 -
phpBB/includes/acp/acp_users.php | 39 ++
phpBB/includes/constants.php | 2 +-
phpBB/includes/functions.php | 152 ++++++--
phpBB/includes/functions_acp.php | 13 +-
phpBB/includes/functions_admin.php | 28 +-
phpBB/includes/functions_content.php | 6 +-
phpBB/includes/functions_display.php | 22 ++
phpBB/includes/functions_download.php | 10 +-
phpBB/includes/functions_mcp.php | 54 ++-
phpBB/includes/functions_messenger.php | 2 +-
phpBB/includes/functions_posting.php | 45 ++-
phpBB/includes/functions_privmsgs.php | 18 +-
phpBB/includes/functions_user.php | 45 ++-
phpBB/includes/mcp/mcp_front.php | 2 +
phpBB/includes/mcp/mcp_main.php | 26 ++
phpBB/includes/mcp/mcp_queue.php | 92 ++++-
phpBB/includes/mcp/mcp_topic.php | 48 ++-
phpBB/includes/message_parser.php | 13 +
phpBB/includes/ucp/ucp_pm_compose.php | 26 ++
phpBB/includes/ucp/ucp_pm_viewmessage.php | 9 -
phpBB/includes/ucp/ucp_prefs.php | 8 +-
phpBB/includes/ucp/ucp_profile.php | 71 +++-
phpBB/includes/ucp/ucp_register.php | 42 ++-
phpBB/install/convertors/convert_phpbb20.php | 2 +-
phpBB/install/install_convert.php | 2 +-
phpBB/install/install_install.php | 12 +-
phpBB/install/schemas/schema_data.sql | 2 +-
phpBB/language/en/email/short/newtopic_notify.txt | 2 +-
phpBB/language/en/email/short/topic_notify.txt | 2 +-
phpBB/language/en/help_faq.php | 2 +-
phpBB/phpbb/auth/provider/ldap.php | 2 +-
phpBB/phpbb/avatar/driver/local.php | 4 +-
phpBB/phpbb/avatar/driver/upload.php | 4 +-
phpBB/phpbb/cache/driver/file.php | 14 +
phpBB/phpbb/captcha/plugins/qa.php | 62 ++--
phpBB/phpbb/config/db_text.php | 2 +-
phpBB/phpbb/content_visibility.php | 51 ++-
phpBB/phpbb/controller/helper.php | 6 +
phpBB/phpbb/db/driver/mysqli.php | 3 +-
.../db/migration/data/v30x/release_3_0_14.php | 37 ++
.../db/migration/data/v30x/release_3_0_14_rc1.php | 37 ++
phpBB/phpbb/db/migration/data/v310/avatars.php | 24 +-
phpBB/phpbb/db/migration/data/v31x/v314.php | 32 ++
phpBB/phpbb/db/migration/data/v31x/v314rc1.php | 31 ++
phpBB/phpbb/db/migration/data/v31x/v314rc2.php | 32 ++
phpBB/phpbb/event/kernel_terminate_subscriber.php | 2 +-
phpBB/phpbb/feed/base.php | 11 +-
phpBB/phpbb/file_downloader.php | 2 +-
phpBB/phpbb/notification/manager.php | 6 +-
phpBB/phpbb/notification/type/post.php | 1 +
phpBB/phpbb/notification/type/topic.php | 1 +
phpBB/phpbb/plupload/plupload.php | 2 +-
phpBB/phpbb/search/fulltext_native.php | 19 +-
phpBB/phpbb/session.php | 6 +-
phpBB/posting.php | 19 +-
phpBB/search.php | 10 +-
phpBB/styles/prosilver/style.cfg | 4 +-
phpBB/styles/prosilver/template/forum_fn.js | 21 +-
.../styles/prosilver/template/forumlist_body.html | 2 +-
phpBB/styles/prosilver/template/mcp_logs.html | 12 +-
.../styles/prosilver/template/mcp_notes_user.html | 12 +-
.../prosilver/template/memberlist_email.html | 8 +-
phpBB/styles/prosilver/template/navbar_footer.html | 2 +-
.../styles/prosilver/template/overall_footer.html | 2 +-
.../styles/prosilver/template/overall_header.html | 11 +-
.../styles/prosilver/template/posting_editor.html | 4 +-
.../prosilver/template/posting_pm_layout.html | 2 +
.../prosilver/template/posting_poll_body.html | 4 +-
.../styles/prosilver/template/search_results.html | 12 +-
phpBB/styles/prosilver/template/simple_footer.html | 2 +-
phpBB/styles/prosilver/template/simple_header.html | 4 +-
.../template/ucp_profile_autologin_keys.html | 14 +-
.../template/ucp_profile_profile_info.html | 2 +
.../template/ucp_profile_reg_details.html | 2 +
.../styles/prosilver/template/viewforum_body.html | 2 +-
.../styles/prosilver/template/viewtopic_body.html | 6 +-
phpBB/styles/prosilver/theme/bidi.css | 17 +-
phpBB/styles/prosilver/theme/buttons.css | 4 +-
phpBB/styles/prosilver/theme/colours.css | 15 +-
phpBB/styles/prosilver/theme/common.css | 8 +-
phpBB/styles/prosilver/theme/content.css | 3 -
phpBB/styles/subsilver2/style.cfg | 4 +-
.../styles/subsilver2/template/forumlist_body.html | 2 +-
.../subsilver2/template/memberlist_body.html | 12 +-
.../styles/subsilver2/template/overall_header.html | 2 +-
phpBB/styles/subsilver2/template/posting_body.html | 3 +
.../subsilver2/template/posting_poll_body.html | 1 +
.../styles/subsilver2/template/search_results.html | 6 +-
.../template/ucp_avatar_options_local.html | 6 +-
.../template/ucp_profile_autologin_keys.html | 6 +-
.../template/ucp_profile_profile_info.html | 2 +
.../template/ucp_profile_reg_details.html | 2 +
.../styles/subsilver2/template/viewtopic_body.html | 4 +-
phpBB/styles/subsilver2/theme/stylesheet.css | 4 +
phpBB/viewforum.php | 14 +
phpBB/viewtopic.php | 16 -
phpBB/web.config | 12 +
tests/captcha/qa_test.php | 94 +++++
tests/controller/common_helper_route.php | 7 +-
tests/controller/helper_route_slash_test.php | 43 +++
tests/functional/acp_attachments_test.php | 78 ++++
tests/functional/common_avatar_test_case.php | 2 +-
tests/functional/download_test.php | 15 +
tests/functional/visibility_softdelete_test.php | 133 +++++--
tests/functions/make_clickable_email_test.php | 222 +++++++++++
tests/functions_acp/validate_config_vars_test.php | 96 +++++
tests/pagination/pagination_test.php | 36 ++
.../templates/pagination_double_nested.html | 19 +
tests/pagination/templates/pagination_sub.html | 17 +
tests/search/fixtures/posts.xml | 10 +
tests/search/native_test.php | 50 +++
tests/security/redirect_test.php | 11 +-
.../test_framework/phpbb_functional_test_case.php | 12 +
tests/upload/filespec_test.php | 5 +
153 files changed, 3061 insertions(+), 1058 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment