| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12297
|
|
|
|
|
|
| |
or the module has already been moved to that category
PHPBB3-11169
|
|
|
|
| |
PHPBB3-11169
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* dhruv/ticket/11040:
[ticket/11040] Topic is deleted if test is skipped
[ticket/11040] Use unique text for the test post added
[ticket/11040] Use hard delete in delete_topic
[ticket/11040] Add migration to drop postgres search indexes
[ticket/11040] Delete the functional test topic to avoid conflicts
[ticket/11040] Add methods to delete post and topic in functional tests
[ticket/11040] Swap post_text and post_subject for post_content index
[ticket/11040] Add test cases for searching subject and post content together
[ticket/11040] Remove postgres extra indexes
[ticket/11040] Add post_content index
[ticket/11040] Search subject and text together
|
| |
| |
| |
| | |
PHPBB3-11040
|
| |
| |
| |
| | |
PHPBB3-12263
|
| |
| |
| |
| | |
PHPBB3-12263
|
| |
| |
| |
| | |
PHPBB3-12263
|
| |
| |
| |
| | |
PHPBB3-12263
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* EXreaction/ticket/11716:
[ticket/11716] Correct license URL
[ticket/11716] Fix dependencies in migration files
[ticket/11716] Rename migration files and add note that it's converting a MOD
[ticket/11716] Convert Soft Delete Mod to post/topic visibility
|
| | |
| | |
| | |
| | | |
PHPBB3-11716
|
| | |
| | |
| | |
| | | |
PHPBB3-11716
|
| | |
| | |
| | |
| | | |
PHPBB3-11716
|
| | |
| | |
| | |
| | | |
PHPBB3-11716
|
| | |
| | |
| | |
| | | |
PHPBB3-12251
|
| |/
|/|
| |
| | |
PHPBB3-12251
|
|\ \
| | |
| | | |
Ticket/12236 Convert AOL and Yahoo to custom profile fields
|
| | |
| | |
| | |
| | | |
PHPBB3-12236
|
| | |
| | |
| | |
| | | |
PHPBB3-12237
|
|\ \ \
| |/ /
|/| | |
[ticket/11693] Change sql_build_array to support DELETE
|
| | |
| | |
| | |
| | | |
PHPBB3-11693
|
| | |
| | |
| | |
| | | |
PHPBB3-12235
|
| | |
| | |
| | |
| | | |
PHPBB3-12187
|
| | |
| | |
| | |
| | | |
PHPBB3-12187
|
| | |
| | |
| | |
| | | |
PHPBB3-12234
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
The field was not created on boards that were 3.1-dev before 3.0.11 was relesed
PHPBB3-12194
|
|\ \
| | |
| | | |
[ticket/12183] Update user_newpasswd column in users table for passwords manager
|
| | |
| | |
| | |
| | | |
PHPBB3-12183
|
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields
|
| | |
| | |
| | |
| | | |
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-11880
|
| |
| |
| |
| | |
PHPBB3-11880
|
|/
|
|
| |
PHPBB3-11880
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|