| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This was previously removed without needing to. Adding it back to force
users to not emulate the page for previous versions of IE. The
imagetoolbar http-equiv tag was not restored as IE does not contain that
anymore since IE7. Also, the chome=1 has been removed from the
X-UA-Compatible content as ChromeFrame does not receive any further
updates since 2014 and is potentially broken.
PHPBB3-14136
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14536] Force unix time stamps to be integer
* marc1706/ticket/14536:
[ticket/14536] Force unix time stamps to be integer
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This will ensure to prevent PHP fatal errors in case the passed timestamp
is an empty string or does not evaluate to an integer (i.e. strings like
foobar).
PHPBB3-14536
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before event
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14471
|
| | |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Swapping conditions in the function accept() of the class
\phpbb\recursive_dot_prefix_filter_iterator saves a lot of isDir() calls which
is more expensive than $filename[0] checks.
PHPBB3-14540
|
| | |/ / /
|/| | |
| | | |
| | | | |
PHPBB3-14533
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/14519] Skip query if all unread notifications are retrieved
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14519
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
[ticket/14132] Use transaction for adding notifications to type table
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This will prevent a race condition that might occur by two posts being
submitted at the same time with the notification type IDs not being
cached.
PHPBB3-14132
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
[ticket/14483] Do not send headers by default on access via controller
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14483
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-14514
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14443] Introduce additional parameter to messenger
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14443
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13681] Invalidate and reset opcache where necessary
* marc1706/ticket/13681:
[ticket/13681] Invalidate and reset opcache where necessary
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-13681
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14409] Update session page info before displaying online list
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-14409
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
[ticket/13908] "After" clause in migration not working
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In a migration file, if you try to add a column to a table and specify
the order, by specifying an "after" clause, it is not used at all, even
for databases that support it (like mysql).
This fixes the issue, for mysql databases. Typo fixed.
PHPBB3-13908
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In a migration file, if you try to add a column to a table and specify
the order, by specifying an "after" clause, it is not used at all, even
for databases that support it (like mysql).
This fixes the issue, for mysql databases.
PHPBB3-13908
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14403] Don't expect user_id and user_ip in phpbb\log
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14403
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14407
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/12618] Allow extension author to use SSL for version-check.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12618
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14382] Specify the branch-alias in the composer.json files
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14382
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14396
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
remove empty line as marc1706 guided
PHPBB3-13180
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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/14261] Move the update of session informations to page_footer()
* Zoddo/ticket/14261:
[ticket/14261] Fix tests by removing old code.
[ticket/14261] Move the update of session informations to page_footer()
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This will obselete GH-4007
PHPBB3-14261
PHPBB3-13202
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently, the unique way to disable the update of session_page is to pass
"false" to the parameter of session_begin(). This method is directly
called in app.php, so pages served from the routing system can't disable
the update of session informations.
By moving the update to page_footer, we can allow controllers to tell to
the session manager that we don't want to update the session infos.
PHPBB3-14261
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-14334
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fix typo
PHPBB3-14258
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Update comments regarding variables.
PHPBB3-14258
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a new event in the login method just before the session create,
so extensions can do some additional validation during login.
PHPBB3-14258
|