| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14508
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14508
|
| |\ \ \ \
| |/ / / |
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14499
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-14499
|
| |/ /
| |
| |
| | |
PHPBB3-14495
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14462] Try to prevent timeouts in the installer
* CHItA/ticket/14462:
[ticket/14462] Not show timeout messages in convertors
[ticket/14462] Make timeout error translateable
[ticket/14462] Update ordering in install db config
[ticket/14462] Fix comments
[ticket/14462] Fix tests
[ticket/14462] Fix CS and typo
[ticket/14462] Set instance of db driver for database access using global
[ticket/14462] Fix installation in tests
[ticket/14462] Refactor tasks to be more modular
[ticket/14462] Further speed improvements
|
| | | |
| | |
| | |
| | | |
PHPBB3-14462
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Cache the secondary container
- Only initialize tasks/modules that are being used
- Add timeout error message in the AJAX UI
PHPBB3-14462
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14448] Use guzzle for remote files uploading
* marc1706/ticket/14448:
[ticket/14448] Correctly pass verify setting if available
[ticket/14448] Let user decide if remote upload certs should be checked
[ticket/14448] Add new vendor files and dirs to clean task
[ticket/14448] Do not try to test remote upload timeout
[ticket/14448] Remove no longer needed guzzle 3.9.3
[ticket/14448] Use GuzzleHttp and try to verify certs
[ticket/14448] Update composer.json and lock file for guzzlehttp
[ticket/14431] Remote avatar uploading
[ticket/14431] Remote avatar uploading
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also fixed some minor issues like coding style.
PHPBB3-14448
|
| | |/ /
|/| |
| | |
| | | |
PHPBB3-14307
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14262] Move convertor to controller
* CHItA/ticket/14262:
[ticket/14262] Add error handling and small CS fixes
[ticket/14262] Remove converter template duplicate
[ticket/14262] Fix stage navigation
[ticket/14262] Move convertor to controller
|
| | | |
| | |
| | |
| | | |
PHPBB3-14262
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currenty, you need to open each existing group in ACP to know if there
are pending group requests or not. Doing so is really boring and
annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
|
| | |
| |
| |
| | |
PHPBB3-14306
|
| | |
| |
| |
| | |
PHPBB3-14306
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-14303
|
| | |
| |
| |
| | |
PHPBB3-14362
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-14353
|
| | |
| |
| |
| | |
PHPBB3-14349
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14269] Use http_exceptions in the installer instead of die()
* CHItA/ticket/14269:
[ticket/14269] Change HTTP status codes to 403
[ticket/14269] Fix comments and language var names
[ticket/14269] Use http_exceptions in the installer instead of die()
|
| | | |
| | |
| | |
| | | |
PHPBB3-14269
|
| | | |
| | |
| | |
| | | |
PHPBB3-14269
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14257] Reparse after update
* Elsensee/ticket/14257:
[ticket/14257] Add tests for reparser manager
[ticket/14257] Fix CLI reparser and set cron interval
[ticket/14257] Fix CLI error message
[ticket/14257] Fix phpdoc in CLI command
[ticket/14257] Add text_reparser manager
[ticket/14257] Use migrations instead of cron job for some reparsers
[ticket/14257] Fix lock acquire in CLI command
[ticket/14257] Fix if condition
[ticket/14257] Add reparse_lock to CLI command
[ticket/14257] Add cron tasks for reparsing text
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | |/ /
|/| |
| | |
| | | |
PHPBB3-14317
|
| |\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
phpBB/styles/subsilver2/template/memberlist_group.html
|
| | | |
| | |
| | |
| | | |
PHPBB3-14283
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/12649] Change sort & display options in footers to dropdown menu
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12649
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14281] Fix installer CLI after recent changes
* marc1706/ticket/14281:
[ticket/14281] Add install/phpbbcli.php to executable files list
[ticket/14281] Correctly pass parameters to add_error_message
[ticket/14281] Fix installer CLI after recent changes
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14281
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-14280
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | |/
|/|
| |
| | |
PHPBB3-14044
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14039] Refactoring the updater
* CHItA/ticket/14039:
[ticket/14039] Use update helper to include files in container factory
[ticket/14039] Fix inclusion logic in update helper
[ticket/14039] Fix folder creation and deleted binary file issue
[ticket/14039] Fix file check for deleted files
[ticket/14039] Fix acp link
[ticket/14039] Fix ACP link generation
[ticket/14039] Fix constants for the updater
[ticket/14039] Include phpBB constants on startup
[ticket/14039] Fix migrator's language calls
[ticket/14039] Fix misunderstandable comment in the archive file updater
[ticket/14039] Use shared language service in the container factory
[ticket/14039] Fix filesystem file updater's mkdir usage
[ticket/14039] Only show log container when it has content
[ticket/14039] Use compatibility globals from the update package
[ticket/14039] Use http_exception instead of die()
[ticket/14039] Fix T_TEMPLATE_PATH constant
[ticket/14039] Fix language constants and comments
[ticket/14039] Revamp updater
|
| | | |
| | |
| | |
| | | |
PHPBB3-14039
|
| | | |
| | |
| | |
| | | |
PHPBB3-14039
|
| |\ \ \
| | |/
| |/|
| | |
| | |
| | | |
Conflicts:
phpBB/styles/subsilver2/template/memberlist_body.html
phpBB/styles/subsilver2/template/memberlist_team.html
|
| | | |
| | |
| | |
| | | |
PHPBB3-10343
|
| | |/
|/|
| |
| | |
PHPBB3-14174
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-13945
|
| | |
| |
| |
| | |
PHPBB3-13789
|
| |\ \
| |/ |
|