| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13930
|
|\
| |
| |
| |
| | |
Conflicts:
phpBB/includes/acp/acp_database.php
|
| |
| |
| |
| | |
PHPBB3-13930
|
| |
| |
| |
| | |
PHPBB3-13930
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13902] Increased CSS margin around quotes
* s9e/ticket/13902:
[ticket/13902] Increased CSS margin around quotes
|
| | |
| | |
| | |
| | | |
PHPBB3-13902
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/13888] Fix sql_freeresult() error on author searches
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
[ticket/13888] Fix sql_freeresult() error on author searches
* CHItA/ticket/13888:
[ticket/13888] Fix sql_freeresult() error on author searches
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13888
|
|\ \ \ \
| |/ / / |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
This changes the line with non-whitespace changes, so the packaging script
should correctly detect them as changed and put the file into the update.
PHPBB3-13823
|
|\ \ \
| |/ /
| | /
| |/
|/|
| | |
Conflicts:
phpBB/includes/acp/acp_board.php
phpBB/includes/acp/acp_jabber.php
|
| |\
| | |
| | |
| | | |
[ticket/sec-184] Do not output passwords to HTML
|
| | |
| | |
| | |
| | | |
SECURITY-184
|
| | |
| | |
| | |
| | | |
SECURITY-184
|
| | |
| | |
| | |
| | | |
SECURITY-184
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/13913] Correctly check the forum_password and read permissions
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
We need to check them on the forum the post is in, rather than the forum row
we are displaying.
PHPBB3-13913
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/9563] Do not show empty categories on index
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9563
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13917] Use hash_equals() if possible in password driver helper
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13917
|
| | | |/
| | |/|
| | | |
| | | | |
PHPBB3-13917
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/styles/subsilver2/template/index_body.html
phpBB/styles/subsilver2/template/login_body.html
phpBB/styles/subsilver2/template/login_forum.html
phpBB/styles/subsilver2/template/ucp_login_link.html
phpBB/styles/subsilver2/template/ucp_profile_reg_details.html
phpBB/styles/subsilver2/template/ucp_register.html
phpBB/styles/subsilver2/template/viewforum_body.html
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13200] Disable autocomplete for sensitive input fields
|
| | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13200
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13841
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Ticket/13841
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Event added for the function move_topics() in
includes/functions_admin.php, so that you can insert any extension's table(s)
to be updated when topics are moved between forums
Added parameters topic_ids, forum_id, forum_ids and auto_sync
PHPBB3-13841
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13795] Modify core event in posting to include poll data
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored. Added correct @change tags to both events.
PHPBB3-13795
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored.
PHPBB3-13795
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
PHPBB3-13795
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/styles/subsilver2/template/mcp_post.html
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13786] Add events to add MCP post options
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Remove extra template variable around the new event.
PHPBB3-13786
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix another typo.
PHPBB3-13786
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix typo.
PHPBB3-13786
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
PHPBB3-13786
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | | |
[ticket/13564] Unlink user accounts upon deleting user
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13564
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13564
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13564
|