| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Moved the call to function phpbb_add_quickmod_option to being under the core
event core.viewtopic_assign_template_vars_before so as to enable the
modification of elements in the BEFORE they are assigned to the
template, so that removed elements don't show up in a non-functional state.
Allows the user to perform additional permissions checks on the items within the
array.
PHPBB3-14395
|
|\
| |
| |
| | |
[ticket/14356] Add template events to viewtopic around back2top link
|
| |
| |
| |
| | |
PHPBB3-14356
|
|\ \
| | |
| | |
| | | |
[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
|
|/ /
| |
| |
| | |
PHPBB3-14386
|
|\ \
| | |
| | |
| | | |
[ticket/14303] Use UTF8 quotes in app.php lang file
|
|/ /
| |
| |
| | |
PHPBB3-14303
|
|\ \
| | |
| | |
| | | |
[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/14374] Update dynamic fallback jquery CDN script tag
|
|/ / /
| | |
| | |
| | | |
PHPBB3-14374
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14353] Complete [list] bbcode documentation/examples
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14353
|
| | | | | |
|
|\ \ \ \ \
| | |/ / /
| |/| | /
| |_|_|/
|/| | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14271] Update sample config
* marc1706/ticket/14271:
[ticket/14271] Properly use try_files in nginx sample config
[ticket/14271] Improve try_files and use split path info
[ticket/14271] Update sample config
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14271
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14271
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14271
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14213] Adding event after users have been added to a group
* marc1706/ticket/14213:
[ticket/14213] Add pending to core.group_add_user_after
[ticket/14213] Mv event group_add_user_after after cache cleaning
[ticket/14213] Fix version number
[ticket/14213] Adding missing reference to event dispatcher
[ticket/14213] Adding event after users have been added to a group
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14213
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In order to match with the rest of the event and to have appropriate info state
PHPBB3-14213
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
for core.group_add_user_after event
PHPBB3-14213
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Required to dispatch event, wasn't included into global
PHPBB3-14213
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow mapping with others CMS by exposing user configuration & changes
PHPBB3-14213
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14346] Do not turn version red if update status is unknown
* marc1706/ticket/14346:
[ticket/14346] Do not turn version red if update status is unknown
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14346
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14339] Properly state PHP version support
* marc1706/ticket/14339:
[ticket/14339] Properly state PHP version support
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14339
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14343] Add event when locking/unlocking posts/topics
* kasimi/ticket/14343:
[ticket/14343] Add event when locking/unlocking posts/topics
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-14343
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14334] Use phpbb_get_avatar() in user_loader
* marc1706/ticket/14334:
[ticket/14334] Use phpbb_get_avatar() in user_loader
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-14334
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14283] Add a Manage Group link on a group page
|