| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-14306
|
| |\ |
|
| | |
| |
| |
| | |
PHPBB3-14397
|
| |\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
|
| | |\
| | |
| | |
| | | |
[ticket/13180] Increase dateformat field size
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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
|
| |\ \ \
| |/ / |
|
| | |\ \
| | |/
| |/|
| | | |
[ticket/14190] Add core.ucp_prefs_view_after event
|
| | | |
| | |
| | |
| | | |
PHPBB3-14190
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
phpBB/includes/mcp/mcp_main.php
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/14343] Added missing $phpbb_dispatcher
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14343
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14387] Allow extending avatars by extensions in ACP
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-14386
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
[ticket/14349] Improve error messages and remove output of suppressed messages
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14349
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-14350
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 3.1.x:
[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
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/14261] Fix tests by removing old code.
[ticket/14261] Move the update of session informations to page_footer()
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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()
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/14343] Add event when locking/unlocking posts/topics
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14343
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14325
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* prep-release-3.2.0-a1:
[prep-release-3.2.0-a1] Add changelog for 3.2.0-a1
[prep-release-3.2.0-a1] Add migration for 3.2.0-a1
[prep-release-3.2.0-a1] Update version to 3.2.0-a1
|
| | | | | | |
|
| |\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14170] Fix mcp_change_poster_after event
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Revert the @since change back to 3.1.6-RC1.
Add @changed line 3.1.7-RC1 and description.
PHPBB3-14170
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move the mcp_change_poster_after event to before renewing $post_info. I
changed the "since" version as this would be fixed in 3.1.7-RC1.
PHPBB3-14170
|
| |\ \ \ \ \ \
| |/ / / / /
| | | / / /
| |_|/ / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14276
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/includes/acp/acp_captcha.php
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/11971] Validate "Spambot countermeasures" settings before saving
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11971
|