| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Confirmation boxes are handled by confirm_body.html.
PHPBB3-12238
|
|
|
|
|
|
| |
The field was not created on boards that were 3.1-dev before 3.0.11 was relesed
PHPBB3-12194
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ticket/12205-develop
* nickvergessen/ticket/12205:
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
Conflicts:
phpBB/includes/functions_profile_fields.php
|
| |
| |
| |
| | |
PHPBB3-12205
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12220] Fix division by zero in search page with no results.
* prototech/ticket/12220:
[ticket/12220] Fix division by zero in search page with no results.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The page url parameter no longer exists in the pagination.on_page() method,
therefore the page url passed is being divided by 0 - the total number of
items. Since PAGE_NUMBER is assigned in generate_template_pagination(), this
separate assignment is no longer needed.
PHPBB3-12220
|
|\ \ \
| | | |
| | | | |
[ticket/12138] Include file time limit when generating attachment management pagination and stats.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12138
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12138
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/12078] Check for f_delete when a user attempts to permanently delete a post.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12078
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ticket/12080] Fix color palettes when responsive.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12080
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12080
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-12080
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ticket/12183] Update user_newpasswd column in users table for passwords manager
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12183
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12183
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12183
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Ticket/12171 Attachments from soft-deleted posts are still downloadable
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12171
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12171
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12171
PHPBB3-12172
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12171
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12139
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/12217] Add more template events to viewtopic_body.html
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add viewtopic template events before/after the posts,
after the sorting options to allow adding contents to
respective places (like advertisement and so on).
PHPBB3-12217
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/12212] Encode the attachment file name before presenting to user.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The uploader inserts the file name directly into the page at the moment without
handling any HTML special chars that may be in the name. This results in HTML
that may be present getting rendered in error messages and the attachments
list. This simply causes layout breakage for the user, since the backend takes
care of sanitizing the name. Once phpBB returns the file data for the uploaded
file, the name in the attachment list gets replaced by the one that phpBB
provides.
PHPBB3-12212
|
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12200
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12153
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add core event "core.modify_submit_post_data"
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add core event - core.modify_submit_post_data
to submit_post() function. This allows extensions to modify the
whole post data before the post submitting, or even provide
its own post submit procedure.
PHPBB3-12190
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[ticket/12213] Add MCP events for custom quick moderation options
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add core events to mcp.php and mcp_main.php. This allows
extensions to add and to handle custom quick moderation options.
PHPBB3-12213
|
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* develop-olympus:
[ticket/12093] Check that document.selection is supported.
Conflicts:
phpBB/adm/style/editor.js
phpBB/assets/javascript/editor.js
phpBB/styles/prosilver/template/editor.js
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
develop-olympus
* remotes/prototech/ticket/12093:
[ticket/12093] Check that document.selection is supported.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-12093
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[ticket/12158] The pagination start value should be 0 when there are no items.
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-12158
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
PHPBB3-12153
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
PHPBB3-12153
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
PHPBB3-12153
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
PHPBB3-12153
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
[ticket/12177] Add ucp_friend_list_before/after
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Add events before and after list of friends in UCP template
Change Since part from a3 to a4
PHPBB3-12177
|
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Add events before and after list of friends in UCP template
PHPBB3-12177
|
|\ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / /
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* develop-olympus:
[ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
related to auto-increment length on non auto-increment fields
PHPBB3-12210
|