| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|\
| |
| | |
[ticket/12183] Update user_newpasswd column in users table for passwords manager
|
| |
| |
| |
| | |
PHPBB3-12183
|
|\ \
| | |
| | | |
[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
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/12167] Allow users to change style via style parameter by default
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This change will enable users that don't have the a_styles permission to
preview styles using the style parameter. Using this, they will be able to
use extensions that are or incorporate stylechangers.
PHPBB3-12167
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12192
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/12180:
[ticket/12180] Add "Each file MUST end with exactly one newline character" rule
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12180
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12184
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12169
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12169
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We can not sort by profile field values atm. And also I'm not sure
whether this is possible at all.
PHPBB3-12169
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Missing changes on memberlist view due to missing functionality
PHPBB3-12169
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Marc/ticket/12170:
[ticket/12170] Test for 12170
[ticket/12170] Assign schema keys in migration helper with data_depth 1
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The migration helper currently drops any keys with schema changes that have
the data_depth 1. This change will correctly assign the keys to the steps
array without dropping the keys that might contain important info like the
actual table that should be created.
PHPBB3-12170
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12115
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12115
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12115
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
With this we avoid missing to copy one, when the admin already created
a phpbb_* profile field.
PHPBB3-12115
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12115
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12115
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12115
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-12115
|
|\ \ \ \
| |/ / /
|/| | | |
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Schema changes can take too long and cause a timeout
|
| | |
| | |
| | |
| | | |
PHPBB3-11880
|
| | |
| | |
| | |
| | | |
PHPBB3-11880
|
| |/
| |
| |
| | |
PHPBB3-11880
|
|/
|
|
|
|
|
| |
The two PRs regarding profilefields and passwords manager that were recently
merged caused a few codesniffer complaints that are fixed by these changes.
PHPBB3-12159
|
|
|
|
| |
PHPBB3-12156
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* github-nickvergessen/ticket/11201: (50 commits)
[ticket/11201] Remove empty calls section from .yml
[ticket/11201] Split template file into multiple files
[ticket/11201] Remove dependency from types on the manager
[ticket/11201] Rename profilefields class to manager
[ticket/11201] Fix parameter description
[ticket/11201] Use !== null, its faster
[ticket/11201] Also translate profile fields in UCP and ACP
[ticket/11201] Add parameters and variables to profile field class
[ticket/11201] Add commas on last array entry
[ticket/11201] Allow translation of profile field name and explanation
[ticket/11201] Fix some variable names
[ticket/11201] Add tables to constructor in tests
[ticket/11201] Add a method to return the translated full name of the type
[ticket/11201] Remove db depending code from field class
[ticket/11201] Add variables to classes and add constructor doc blocks
[ticket/11201] Update copyright in class file
[ticket/11201] Add visibility and remove unused variable
[ticket/11201] Add some commas at the last array entry
[ticket/11201] Cast some variables to integer
[ticket/11201] Inject table names rather then using constants
...
Conflicts:
phpBB/config/services.yml
|
| |
| |
| |
| | |
PHPBB3-11201
|
| |
| |
| |
| | |
PHPBB3-11201
|
| |
| |
| |
| | |
PHPBB3-11201
|
| |
| |
| |
| | |
PHPBB3-11201
|
| |
| |
| |
| | |
PHPBB3-11201
|
| |
| |
| |
| | |
PHPBB3-11201
|
| |
| |
| |
| | |
PHPBB3-11201
|
| |
| |
| |
| | |
PHPBB3-11201
|