| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
Ticket/13421 Introduce an interface for db\tools.php
|
| | |
| |
| |
| | |
PHPBB3-13421
|
| | |
| |
| |
| | |
PHPBB3-13421
|
| | |
| |
| |
| | |
PHPBB3-13421
|
| | |
| |
| |
| | |
PHPBB3-13421
|
| |\ \
| |/
|/|
| |
| | |
* develop-ascraeus:
[ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php
|
| | |
| |
| |
| | |
PHPBB3-13405
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-13381
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | | |
|
| | | |
|
| |\ \
| |/
| |
| |
| | |
* develop-ascraeus:
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha
* prototech/ticket/13342:
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The Recaptcha plugin class name does not follow the phpbb_captcha_ prefix
convention as all others. Instead it simply uses phpbb_, hence the check
for its existence under phpbb/captcha/plugins/ fails.
PHPBB3-13342
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-ascraeus:
[ticket/13315] Check for the includes/captcha/plugins/ directory instead.
[ticket/13315] Fix loss of CAPTCHA plugin config value.
|
| | | |
| | |
| | |
| | | |
PHPBB3-13315
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
The plugins were moved to phpbb/captcha/plugins/ after this migration was
created, thus the check is no longer valid and ends up resetting the value
prematurely.
PHPBB3-13315
|
| | | |
|
| |\ \
| |/
| |
| |
| | |
* develop-ascraeus:
[ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.
* prototech/ticket/13270:
[ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.
|
| | | |
| | |
| | |
| | | |
PHPBB3-13270
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-ascraeus:
[ticket/13303] Speed up migration dependency calculation.
|
| | |/
| |
| |
| | |
PHPBB3-13303
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/13271] Disable CC sender feature for anonymous users
[prep-release-3.1.1] Add 3.1.1 CHANGELOG
[prep-release-3.1.1] Add 3.1.1 migration file
[ticket/13263] Make sure default style exists and clean up code
[ticket/13263] Only install/set prosilver if no style available
[ticket/13263] Use prosilver as default style if user's style doesn't exist
[ticket/security-164] Correctly format page_name
[ticket/security-164] Sanitize all global variables in symfony_request class
[ticket/13248] Use functional framework login method in tests
[ticket/13248] Correctly pass provider name
[ticket/13248] Always use provider collection for getting provider
[ticket/13248] Allow specifying different auth provider in provider collection
[ticket/13248] Use auth provider collection for getting provider
[ticket/13262] Mention htaccess file when updating from 3.0 to 3.1
[ticket/13267] Update Automatic Update instructions to include vendor directory
[ticket/13268] Properly append ternary result in get_existing_indexes()
[prep-release-3.1.1] Update version number to 3.1.1
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
phpBB/styles/subsilver2/template/memberlist_email.html
|
| | | |
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
prep-release-3.1.1
* github-marc1706/ticket/13263:
[ticket/13263] Make sure default style exists and clean up code
[ticket/13263] Only install/set prosilver if no style available
[ticket/13263] Use prosilver as default style if user's style doesn't exist
|
| | | |
| | |
| | |
| | | |
PHPBB3-13263
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Users that have a nonexistent style selectd will revert back to the default
style.
PHPBB3-13263
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
If prosilver is not installed for whatever reason, it will be installed by
the newly added migration.
PHPBB3-13263
|
| | |/
| |
| |
| | |
PHPBB3-13268
|
| |\ \
| |/
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/13227] Properly handle curlwrapper headers in remote avatars
[ticket/13231] Update the dependencies of the migration contact_admin_form
|
| | |\
| | |
| | | |
[ticket/13231] Update the dependencies of the migration contact_admin_form
|
| | | |
| | |
| | |
| | | |
PHPBB3-13231
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-13225
|
| | |/
| |
| |
| | |
PHPBB3-13225
|
| |\ \
| |/
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/13221] Add bot_update as a dependency to gold
[ticket/13221] Perform bot updates after user table changes
|
| | |
| |
| |
| | |
PHPBB3-13221
|
| | |
| |
| |
| | |
PHPBB3-13221
|
| |\ \
| |/
| |
| |
| | |
* develop-ascraeus:
[prep-release-3.1.0] Add 3.1.0 gold release migration
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/13211] Move console migrator output handler back to console folder
[ticket/13211] Also use log wrapper output handler for console migrations
[ticket/13211] Move console migrator output handler to db folder
[ticket/13211] Add log wrapper for writing database updater to log file
[ticket/13126] Add missing use statement
[ticket/13126] Fix tests
[ticket/13126] Change messages verbosity levels
[ticket/13126] Move migrator_output_handler to an interface
[ticket/13126] Extends migrator_output_handler instead of using a closure
[ticket/13126] Improve the feedback when running the migrations
|
| | |
| |
| |
| | |
PHPBB3-13211
|
| | |
| |
| |
| | |
PHPBB3-13211
|
| | |
| |
| |
| | |
PHPBB3-13211
|
| | |
| |
| |
| | |
PHPBB3-13211
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
PHPBB3-13126
|
| | | |
| | |
| | |
| | | |
PHPBB3-13126
|