| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-15995
|
| |\
| |
| |
| | |
[ticket/15992] Fix breadcrumb structured data
|
| | |
| |
| |
| |
| |
| | |
Based on: https://developers.google.com/search/docs/data-types/breadcrumb
PHPBB3-15992
|
| |\ \
| |/
|/|
| | |
[ticket/15950] Add SQL transactions to mcp_main.php
|
| | |
| |
| |
| |
| |
| | |
PHPBB3-15950
And simultaneously remove a duplicated UPDATE query.
|
| |\ \
| | |
| | |
| | | |
[ticket/15869] Allow multibyte characters in hostname during installation
|
| | | |
| | |
| | |
| | | |
PHPBB3-15869
|
| | | |
| | |
| | |
| | | |
PHPBB3-15869
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/15986] Add missing language key for posting.php
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-15986
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/15939] Fix Pagination docblocks
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15939
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15941] Replace MAX to speed up query in update_post_information
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15941
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15965] Fix hardcoded directory [3.2.x only]
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15965
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15975] Remove user notification data upon user deletion
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-15975
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
[ticket/15884] Add memberlist_body_* events
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
update events.md (version)
update events.md (new events)
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
update description (typo)
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
update events.md
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
update events name
update events.md
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
update events name
update events.md
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
add new events for group
update events name
update events.md
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
update events.md
PHPBB3-15884
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15884
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15918] Fix addslashes in mcp_ban.html
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15918
|
| | | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
In mcp_ban.html and coherently use twig syntax
PHPBB3-15918
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15954] Add safeguards to include() calls
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15954
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15954
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
[ticket/15960] Add SQL transactions to functions_admin.php
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15960
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15931] Fix PM report emails
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-15931
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/15899] Add core.modify_attachment_sql_ary_on_* events
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15899
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15926
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15926
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15926
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-15926
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15883] New error message for when users try adding invalid usernames to a group
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15883
|