| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is part 2 of the pr.
PHPBB3-13454
|
|
|
|
|
|
| |
This is the first part of the changes. More to come.
PHPBB3-13454
|
|\
| |
| |
| |
| | |
Conflicts:
phpBB/includes/mcp/mcp_main.php
|
| |\
| | |
| | |
| | | |
[ticket/14343] Added missing $phpbb_dispatcher
|
| | |
| | |
| | |
| | | |
PHPBB3-14343
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/14387] Allow extending avatars by extensions in ACP
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14387
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Create a driver method to provide the driver config name, and use it
within the manager method. Default driver config name is the same as now.
But new drivers are able to override the config name with their own.
PHPBB3-14387
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| |/|
| | | |
[ticket/14386] Fix for open_basedir restriction in effect with remote upload avatar
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14386] Fix for open_basedir restriction in effect with remote upload avatar
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14386
|
| |\ \ \
|/ / / /
| | | _
| | |
| | | |
Conflicts:
phpBB/includes/functions_upload.php
|
| |/
| |
| |
| | |
PHPBB3-14386
|
|\ \
| | |
| | | |
[ticket/10628] http:// prepended to "www." urls
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Tests that the textarea's content is preserved, that no "http://"
is added to the text or to the preview's HTML and that the www
URL is linkified
PHPBB3-10628
|
|\ \ \
| |/ /
|/| | |
[ticket/12221] URLs Containing javascript: are Garbled
|
|/ /
| |
| |
| | |
PHPBB3-12221
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
[ticket/14303] Use UTF8 quotes in app.php lang file
|
| |/
| |
| |
| | |
PHPBB3-14303
|
|\ \
| | |
| | |
| | | |
[ticket/14371] Small fix for the quick links alignment
|
|/ /
| |
| |
| | |
PHPBB3-14371
|
|\ \
| | |
| | |
| | | |
[ticket/14377] Allow extensions to register compiler pass
|
| | |
| | |
| | |
| | | |
PHPBB3-14377
|
| | |
| | |
| | |
| | | |
PHPBB3-14377
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
phpBB/styles/subsilver2/template/memberlist_im.html
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/14046] Jabber message incorrect
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When making a Jabber message, the page says the message has been sent
when loading the page for the first time, This message should only be
shown after the message has actually been sent
PHPBB3-14046
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/14380] Maintain consistent template var paths in 3.2 installer
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-14380
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/14378] Use consistent template variable paths
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-14378
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
Conflicts:
phpBB/adm/style/installer_footer.html
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/14374] Update dynamic fallback jquery CDN script tag
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14374
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14373] Do not pass arrays to strpos()
* marc1706/ticket/14373:
[ticket/14373] Do not pass arrays to strpos()
|
|/ / /
| | |
| | |
| | | |
PHPBB3-14373
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14177] Uses Symfony's Debug ErrorHandler in development environment
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14177
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14177
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14368] Fix color of post editor input boxes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
https://tracker.phpbb.com/browse/PHPBB3-14368
PHPBB3-14368
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14362] Missing lang var in install file
* RMcGirr83/ticket_14362:
[ticket/14362] Missing lang var in install file
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14362
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* prep-release-3.2.0-a2:
[prep-release-3.2.0-a2] Add changelog for 3.2.0-a2
[prep-release-3.2.0-a2] Add migration for 3.2.0-a2
[prep-release-3.2.0-a2] Update version to 3.2.0-a2
|