| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-8041
|
|
|
|
| |
PHPBB3-8041
|
|
|
|
| |
PHPBB3-12236
|
|
|
|
| |
PHPBB3-12237
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| | |
Removing the mode switch that wraps the content of the method
PHPBB3-12187
|
| |
| |
| |
| | |
PHPBB3-12187
|
| |
| |
| |
| | |
PHPBB3-12234
|
|/
|
|
| |
PHPBB3-12226
|
|\
| |
| | |
Ticket/12171 Attachments from soft-deleted posts are still downloadable
|
| |
| |
| |
| |
| | |
PHPBB3-12171
PHPBB3-12172
|
|\ \
| | |
| | | |
[ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
|
| |/
| |
| |
| | |
PHPBB3-12153
|
| |
| |
| |
| |
| |
| | |
Missing changes on memberlist view due to missing functionality
PHPBB3-12169
|
| |
| |
| |
| | |
PHPBB3-12115
|
|/
|
|
| |
PHPBB3-12115
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|\ \
| |/
|/| |
[feature/passwords] Add password hashing manager with support for newer hashing algorithms
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
phpBB/config/services.yml
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The old functions phpbb_hash() and phpbb_check_hash() have been replaced with
the passwords manager service in all front-end related files. The phpBB2
converter and the release_3_0_5_rc1 migration file have not been changed.
The same applies to the security/hash_test that still tests the function
phpbb_check_hash(). This will however make sure that the old function
still works.
PHPBB3-11610
|
| |/
|/|
| |
| | |
PHPBB3-12034
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/feature/pagination-class:
[ticket/11849] Fix more function calls
[ticket/11849] Update more MCP calls to pagination class
[ticket/11849] Update some ACP modules with new pagination
[ticket/11849] Update rest of the UCP modules
[ticket/11849] Update UCP notifications and pm folder
[ticket/11849] Update search and memberlist
[ticket/11849] Update pagination in viewonline.php
[ticket/11849] Remove old pagination test
[ticket/11849] Update pagination code in viewtopic.php
[ticket/11849] Replace pagination in viewforum.php with class
[ticket/11849] Add service definition
[ticket/11849] Remove pagination functions
[ticket/11849] Test validate_start and on_page
[ticket/11849] Move pagination code to class
|
| | |
| | |
| | |
| | | |
PHPBB3-11849
|
| | |
| | |
| | |
| | | |
PHPBB3-11849
|
|/ /
| |
| |
| | |
PHPBB3-11842
|
|\ \
| | |
| | | |
[ticket/12005] Remove code responsible for PM popup completely
|
| | |
| | |
| | |
| | | |
PHPBB3-12005
|
|\ \ \
| | | |
| | | | |
[ticket/10810] Move color swatches from popup windows to inline blocks.
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10810
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Marc/ticket/11896:
[ticket/11896] Use $form_time and fix out of bounds $form_time
[ticket/11896] Correctly document return of null in docblocks
[ticket/11896] Minor code improvements in phpbb_functional_test_case
[ticket/11896] Add functional tests for marking all notifications read
[ticket/11896] Add ability to define expected message after posting
[ŧicket/11896] Set form_time with time() when marking all notifications read
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11896
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
form_time is only set if is passed via the form. Since the mark notifications
read link does not use the form, it will default to 0 causing the mark
notifications logic to only mark notifications read if their time is smaller
or equal to 0. This patch will change ucp_notifications to correctly set
form_time for the confirm_box.
PHPBB3-11896
|
|\ \ \
| |/ /
|/| | |
[ticket/11525] Only remove group or user prefix from given avatar data
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Until now, the user data had both user_id and group_id keys in the avatar
data. As both group_ and user_ prefixes were removed the group_id was
collapsed onto the user_id and therefore all users in the same group had
the same prefix for their uploaded avatars. This patch will make sure
that the correct id is used depending on whether it's a group's or user's
avatar data.
PHPBB3-11525
|
|\ \ \
| | | |
| | | | |
[ticket/11746] Add "admin activation required" notification.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11746
|
| |/ /
| | |
| | |
| | | |
PHPBB3-11746
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The argument $subscriptions was not documented in the docblock of the method
output_notification_types() until now.
PHPBB3-11983
|
| | |
| | |
| | |
| | | |
PHPBB3-11980
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* marc1706/ticket/11981:
[ticket/11981] Fix code sniffer complaints
|
| |/ /
| | |
| | |
| | | |
PHPBB3-11981
|
|\ \ \
| |/ /
|/| | |
[Ticket/11924] Add a script to export the events in wiki format
|
| | |
| | |
| | |
| | | |
PHPBB3-11924
|
| | |
| | |
| | |
| | | |
PHPBB3-11923
|
|/ /
| |
| |
| | |
PHPBB3-11921
|
| |
| |
| |
| |
| |
| |
| |
| | |
This commit is a highly-refactored and up-to-date version of Fyorl's work
which was part of his Google Summer of Code 2012 project "Attachment
Improvements".
PHPBB3-10929
|