| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12236
|
|
|
|
| |
PHPBB3-12236
|
|
|
|
| |
PHPBB3-12237
|
|
|
|
| |
PHPBB3-12237
|
|
|
|
| |
PHPBB3-12235
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* github-nickvergessen/ticket/12235:
[ticket/12235] Convert WLM to custom profile field
[ticket/12187] Do not make clickable when using as contact field
[ticket/12187] Split generate_profile_fields_template() into 2 methods
[ticket/12187] Remove user_website field
[ticket/12187] Remove user_website functionality
[ticket/12187] Convert website field data to custom profile field
[ticket/12187] Add URL type for profile fields
[ticket/12234] Replace ICQ with custom profile field
[ticket/12233] Update schema file
[ticket/12233] Add images back to subsilver2
[ticket/12233] Allow profile fields to be contact fields
Conflicts:
phpBB/adm/style/acp_prune_users.html
|
| |
| |
| |
| | |
PHPBB3-12235
|
| |
| |
| |
| | |
PHPBB3-12187
|
| |
| |
| |
| |
| |
| | |
Removing the mode switch that wraps the content of the method
PHPBB3-12187
|
| |
| |
| |
| | |
PHPBB3-12187
|
| |
| |
| |
| | |
PHPBB3-12187
|
| |
| |
| |
| | |
PHPBB3-12187
|
| |
| |
| |
| | |
PHPBB3-12187
|
| |
| |
| |
| | |
PHPBB3-12234
|
| |
| |
| |
| | |
PHPBB3-12233
|
| |
| |
| |
| | |
PHPBB3-12233
|
| |
| |
| |
| |
| |
| |
| |
| | |
Contact fields are displayed with in the contact section of the user profile
and are displayed differently in the mini profile next to posts and private
messages
PHPBB3-12233
|
|\ \
| | |
| | | |
Ticket/12226 Split language strings to correctly allow multiple plural rules
|
| | |
| | |
| | |
| | | |
PHPBB3-12227
|
| | |
| | |
| | |
| | | |
PHPBB3-12226
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12245] Fix id attributes in acp_prune_users.html
* hjpotter92/ticket/12245:
[ticket/12245] Fix id attributes in acp_prune_users.html
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The following labels had invalid id references:
1. joined (renamed to link to joined_after)
2. group_id (create teh id attribute on select box)
PHPBB3-12245
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* vsephpbb/ticket/11645:
[ticket/11645] Rename .MODs tab in ACP to Extensions
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
http://tracker.phpbb.com/browse/PHPBB3-11645
PHPBB3-11645
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Crizz0/ticket/9255:
[ticket/9255] Changed overflow-x to overflow-y
[ticket/9255] Added max-height and overflow-x to cp-mini in cp.css
|
| | | | |
| | | | |
| | | | |
| | | | | |
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
|