| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/security/231] Disable remote avatar functionality & add warning
|
| | | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
SECURITY-231
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/security/234] Add URL validation for input fields & main site URL
|
| | | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
SECURITY-234
|
| |/ / / / / |
|
| | |/ / /
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/16007] Show ban message for OAuth login
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-16007
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-16007
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
[ticket/15942] Allow array in confirm_box title
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15942
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15942
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15942
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15942
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15942
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15948] Add core.mcp_change_topic_type_after/before
|
| | |\ \ \ \ \ |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15948
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15948
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15972] Add core.markread_after
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Removes old coding which is there just to save a few iterations.
PHPBB3-15972
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15972
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15928] Remove support for downloading backups
|
| | | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15928
|
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | | |
[ticket/16004] Add check-in for Emojis in Username
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-16004
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-16004
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-16004
|
| | | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-16004
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | | |
[ticket/15953] add reported pm message borders
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15953
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15950] Add SQL transactions to mcp_main.php
|
| | | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15950
And simultaneously remove a duplicated UPDATE query.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[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/15975] Remove user notification data upon user deletion
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-15975
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15954] Add safeguards to include() calls
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15954
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15954
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
[ticket/15960] Add SQL transactions to functions_admin.php
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15960
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
[ticket/15899] Add core.modify_attachment_sql_ary_on_* events
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15899
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15883] New error message for when users try adding invalid usernames to a group
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15883
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15883
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Using the new ->lang() format. Made the username
comparison case insensitive. Also fixed a bug where the return to
previous page link in the UCP was going back to the list of
groups rather than the specific manage group page when an error
occurred.
PHPBB3-15883
|