| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/14759] Add core.mcp_main_modify_shadow_sql event
|
| |
| |
| |
| | |
PHPBB3-14759
|
|\ \
| | |
| | |
| | | |
[ticket/14760] Add core.mcp_main_modify_fork_sql event
|
| |/
| |
| |
| | |
PHPBB3-14760
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14888] Missing check for disabled profile field types
* javiexin/ticket/14888:
[ticket/14888] Missing check for disabled profile field types
|
| | |
| | |
| | |
| | |
| | |
| | | |
Checks if a profile field type is enabled before using it.
PHPBB3-14888
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/9590] Submit permissions form in chunks
* marc1706/ticket/9590:
[ticket/9590] Correctly update submit size and replace all forum_id[]
[ticket/9590] Further deduplicate code for form data
[ticket/9590] Preserve selected forums after previous page redirect
[ticket/9590] Support ajax submit of permissions for specific forums
[ticket/9590] Correctly set roles and refresh page using POST
[ticket/9590] Submit permissions form in chunks when using "Apply all"
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will add an AJAX call that will submit the permissions form in chunks
of 5 fieldsets when clicking on "Apply all permissions".
PHPBB3-9590
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The fix from PR #4548 doesn't work as expected because
in phpBB the sql_affectedrows() method always returns
a count of matched rows instead of affected rows.
This commit fixes bug properly.
PHPBB3-13757
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Sometimes the user_unread_privmsg flag in users table can become negative.
It happens when the unread message is requested by simultaneous concurrent
requests. Both requests will decrement the value of the flag.
This commit prevents updating the flag if the message already marked as read.
PHPBB3-13757
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14853] Add core event to allow modifying PM attachments download auth
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14853
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
[ticket/14863] Properly treat plural rules in confirmation box title
|
| | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-14863
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14852] Add core event to modify email headers
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-14852
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14842] Don't display filesize limit if there is none
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14842
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14849] Add core.acp_extensions_run_action
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14849
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/14864] Set maxlength=64 to dateformat in ACP
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14864
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14847] Add core.acp_attachments_config_edit_add
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14847
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14819] Hide soft-deleted posts in topic review
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14819
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14804] Add core event to MCP after merging topics
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14804
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14804
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14804
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity
and to stop overwriting a variable.
PHPBB3-14804
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14795] Use maximum topic views instead of adding up views in merge
* github.com:phpbb/phpbb:
[ticket/14795] Use maximum topic views instead of adding up views in merge
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merging topics should not result in topic views being added up but rather in
the highest topic view showing up for the merged topic.
PHPBB3-14795
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/11483] Generate user act key if database entry is empty
* github.com:phpbb/phpbb:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The force reactivation action in the ACP will no longer overwrite the
generated activation key in case the key stored in the database is empty.
It will also save the generated key back to the database to actually allow
the activation by the user.
PHPBB3-11483
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
[ticket/14830] Fix FORM_INVALID error during some ACP setting operations
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14823
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14830
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14830
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14830
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14830
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14830
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14818] Optimize generate_board_url function
* gmixo/patch-2:
[ticket/14818] Optimize generate_board_url function
|
| | | | |
| | | | |
| | | | |
| | | | | |
if $config['force_server_vars'] no need to calculate $request
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
[ticket/14827] Fix adding multiple form keys
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-14827
|
|\ \ \ \
| |_|/ /
|/| | | |
|
| | | | |
|