| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9255
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9255
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Crizz0/ticket/12126:
[ticket/12126] deleted left:0 and right:0 in responsive.css .phpbb_alert
[ticket/12126] left:0 and right: 0; admin.css --> width: auto
[ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px"
[ticket/12126] Fixed position of alert box in IE
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12126
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12126
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12126
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-12126
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ticket/12232] Remove excessive calls to sizeof() in assign_block_vars() method.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12232
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The size of the template block array is calculated within a foreach loop
iterating through the array, which is unnecessary. It only needs to be done
once. In a block of 1000 rows, this results in
500,500 calls to sizeof() in this location. With this change, that's reduced to
1000.
PHPBB3-12232
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* rxu3/ticket/12222:
[ticket/12222] Replace hardoded comma with translatable separator
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replace hardoded comma with translatable separator
in forumlist_body.html.
PHPBB3-12222
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* prototech/ticket/12238:
[ticket/12238] Remove defunct confirmation box template code.
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Confirmation boxes are handled by confirm_body.html.
PHPBB3-12238
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/11509] Exit with the expected (non-zero) exit status on failure.
[ticket/11509] Output which commit is being inspected.
[ticket/11509] Three dots means sym. difference, but we only want new commits.
Conflicts:
.travis.yml
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* bantu/ticket/11509:
[ticket/11509] Exit with the expected (non-zero) exit status on failure.
[ticket/11509] Output which commit is being inspected.
[ticket/11509] Three dots means sym. difference, but we only want new commits.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11509
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11509
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11509
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | / / / /
| |_|/ / / /
|/| | | | | |
* develop-olympus:
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
[ticket/12194] Ensure that field_show_novalue is present
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The field was not created on boards that were 3.1-dev before 3.0.11 was relesed
PHPBB3-12194
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
[ticket/12205-Develop] Do not display 0 for empty integers when show_novalue is off
|
| |\ \ \ \ \
|/ / / / / /
| | | _ / /
| | | / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12183
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The forgot_password_test disables the password reset functionalty but doesn't
enable it again afterwards.
PHPBB3-12183
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12183
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12183
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12183
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Ticket/12171 Attachments from soft-deleted posts are still downloadable
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12171
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12171
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12171
|