aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * Merge branch 'develop-olympus' into developJoas Schilling2013-07-311-0/+3
| |\ | | | | | | | | | | | | | | | * develop-olympus: [ticket/10037] Fix table in subsilver2 [ticket/10037] Apply attached patch with a few changes
| | * [ticket/10037] Apply attached patch with a few changesOliver Schramm2013-07-251-0/+3
| | | | | | | | | | | | PHPBB3-10037
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
| | | | | | | | | | | | PHPBB3-11700
* | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-3/+3
|/ / | | | | | | PHPBB3-11700
* | [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-2/+1
| | | | | | | | | | | | | | | | This should fix some other bugs that may not have yet been recognized--some areas only set to(), but sent according to user_notify_type, which is not necessarily email. PHPBB3-11454
* | [feature/avatars] Remove trailing whitespace from avatar codeMarc Alexander2013-02-191-3/+3
| | | | | | | | PHPBB3-10018
* | [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2
| | | | | | | | | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018
* | [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-2/+2
| | | | | | | | | | | | | | | | Remove the $request property from the phpbb_avatar_driver class and rather pass it as function argument if it's needed in a function. Currently this is only the case for the class methods prepare_form() and process_form(). PHPBB3-10018
* | [feature/avatars] Add function for localizing errorsMarc Alexander2013-01-061-13/+2
| | | | | | | | PHPBB3-10018
* | [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-041-2/+2
| | | | | | | | | | | | | | | | Although get_user_avatar() is not new, the phpbb prefix was prepended. This is due to the fact that it was entirely rewritten and is therefore more or less a completely new function. PHPBB3-10018
* | [feature/avatars] Some more miscellaneous changesMarc Alexander2012-12-271-1/+1
| | | | | | | | PHPBB3-10018
* | [feature/avatars] Add more consistency to codebaseMarc Alexander2012-12-111-2/+2
| | | | | | | | PHPBB3-10018
* | Merge branch 'develop' into feature/avatarsMarc Alexander2012-12-091-0/+5
|\ \ | | | | | | | | | | | | Conflicts: phpBB/install/database_update.php
| * | [ticket/10679] Add new permission for changing profile field informationJoas Schilling2012-12-061-0/+5
| | | | | | | | | | | | | | | | | | The setting is copied from "Can use signature" PHPBB3-10679
* | | [feature/avatars] Minor variable naming fixesMarc Alexander2012-12-041-2/+2
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Fix docblocks and minor cosmetic issuesMarc Alexander2012-12-011-1/+1
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Fix variable namesMarc Alexander2012-11-301-16/+14
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-301-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | This shouldn't be done in the avatar drivers. We need to force the display all avatar drivers in the ACP or it won't be possible to enable avatars after they have been disabled. PHPBB3-10018
* | | [feature/avatars] Check for existing functions rather than using _onceMarc Alexander2012-11-261-1/+4
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Implement better treatment of avatar errorsMarc Alexander2012-11-251-7/+5
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Small cosmetic changesMarc Alexander2012-11-251-2/+2
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Add static methods for handling driver namesMarc Alexander2012-11-251-3/+3
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Only create avatar objects if necessaryMarc Alexander2012-11-251-1/+2
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Miscellaneous fixesMarc Alexander2012-11-251-1/+1
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-8/+8
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Handle deletion of avatarsMarc Alexander2012-11-181-2/+2
| | | | | | | | | | | | | | | | | | Previously this wasn't handled correctly if at all. PHPBB3-10018
* | | [feature/avatars] Fix acp front-end of user and group avatarsMarc Alexander2012-11-171-1/+1
| | | | | | | | | | | | | | | | | | Due to the changes to the avatar manager etc. these had to be updated. PHPBB3-10018
* | | [feature/avatars] Use correct names of input fieldsMarc Alexander2012-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name of the avatar input fields seem to have been copied from the local avatar (gallery avatar). Since the input fields have different names in the template files of the remote and gravatar avatars this will not properly default to the entered values. Additionally, the focused driver wasn't correctly filtered causing use to always default to no avatar. PHPBB3-10018
* | | [feature/avatars] Shorten avatar driver's class nameMarc Alexander2012-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The addition of "core_" that was used until now would require additional avatar drivers (e.g. in extensions) to also include that in their class name which would be incorrect. PHPBB3-10018
* | | [feature/avatars] Shorten needed language variable for avatar titleMarc Alexander2012-11-161-4/+5
| | | | | | | | | | | | PHPBB3-10018
* | | [feature/avatars] Add service containers for avatarsMarc Alexander2012-11-151-3/+4
| | | | | | | | | | | | PHPBB3-10018
* | | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into ↵Marc Alexander2012-11-121-51/+115
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/avatars Conflicts: phpBB/adm/style/acp_groups.html phpBB/adm/style/acp_users_avatar.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_display.php phpBB/install/database_update.php phpBB/install/schemas/mssql_schema.sql phpBB/styles/prosilver/template/ucp_avatar_options.html
| * | [feature/avatars] Rewrite drivers to use full class nameIgor Wiedler2012-06-271-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Use full driver class name as avatar_type value * Move avatar drivers to core namespace * Make avatars installable through extensions PHPBB3-10018
| * | Merge remote-tracking branch 'upstream/develop' into feature/avatarsIgor Wiedler2012-06-271-0/+54
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (255 commits) [ticket/10935] Limit number of PM rules per user to 5000 [ticket/10801] Fixed quickmod tools. [ticket/9551] uncomment line and change length to 255 [ticket/10925] Clarify installation requirements for SQLite [ticket/10938] Serve subforum listing on forumlist from template loop [ticket/10640] Change subject length in mcp in subsilver [ticket/10640] Change subject length in MCP [ticket/10640] Do not change default value of truncate_string() [ticket/10640] Change maximum subject length [ticket/10936] remove PCRE and mbstring support check [ticket/10936] fix language key [ticket/10829] Delete T_STYLESHEET_NAME - no longer used. [ticket/10829] $style_name -> $style_path in style class. [ticket/10743] Renaming user->theme [ticket/10743] Changing obtain_cfg_items [ticket/10882] Fix test name - oops. [ticket/10931] Apply strtolower() correctly, i.e. not on false. [ticket/10931] Also test get_bytes() and get_string() with false. [ticket/10931] Make to_numeric function globally available. [ticket/10932] Use included composer.phar in build process ... Conflicts: phpBB/includes/mcp/mcp_warn.php phpBB/install/database_update.php phpBB/styles/prosilver/template/ucp_avatar_options.html
| * | | [feature/avatars] Simplify clean_row, move it to avatar managerIgor Wiedler2012-04-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10018
| * | | [feature/avatars] Introduce an avatar driver interfaceIgor Wiedler2012-04-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10018
| * | | [feature/avatars] Introduce global phpbb_avatar_managerIgor Wiedler2012-04-081-7/+6
| | | | | | | | | | | | | | | | PHPBB3-10018
| * | | [feature/avatars] Use request object in avatar driversIgor Wiedler2012-04-071-2/+2
| | | | | | | | | | | | | | | | PHPBB3-10018
| * | | [feature/avatars] Make avatars genericCullen Walsh2012-03-181-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a cleaning function for data coming from the users/groups tables so drivers only deal with clean data (ideally). Refactored get_user_avatar() and get_group_avatar() to use an underlying get_avatar() function. PHPBB3-10018
| * | | [feature/avatars] Update ACP manage users, fix gallery focus issueCullen Walsh2012-03-181-28/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated ACP to match UCP with dropdown. Correctly determe which avatar to focus on by checking if the form was submitted and avatar_driver is set. PHPBB3-10018
| * | | [feature/avatars] Rework UCP to be simpler/more consistentCullen Walsh2012-03-181-21/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redesigning the UCP avatar page to use javascript to make use less confusing. This design is also more easily transfered to the ACP for group avatars, which will give better consistency in the long run. PHPBB3-10018
| * | | [feature/avatars] Dynamically list the avatar types in UCP and ACPCullen Walsh2012-03-181-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | List the avatar types more nicely, adding UCP modify user support PHPBB3-10018
| * | | [feature/avatars] Support proper avatar deletion, stub ACPCullen Walsh2012-03-181-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing avatar deletion in the UCP and ACP, and stubbing the ACP configuration page. I'll admit I kind of got caught carried away, so this really should be a couple separate commits. PHPBB3-10018
| * | | [feature/avatars] Refactor avatar's handle_formCullen Walsh2012-03-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since it was performing two distinct operations, refactor handle_form to separate functions that prepare and process forms. PHPBB3-10018
| * | | [feature/avatars] Implement avatar uploads for ucpCullen Walsh2012-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As above, implement avatar uploads from local and remote sources in the UCP. PHPBB3-10018
| * | | [feature/avatars] Implement UCP remote/local avatarsCullen Walsh2012-03-181-34/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementing selection logic for gallery and remote avatars. Modified some of the driver interfaces to make things work nicer also. Upload functionality will be in the next commit. PHPBB3-10018
| * | | [feature/avatars] Various cosmetic changesCullen Walsh2012-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various small changes based on feedback from nn- * Renaming $php_ext to $phpEx * Fixing copyright years * Explain $ignore_config * Explain Regex * Copypasta package error * rename get_singleton PHPBB3-10018
| * | | [feature/avatars] UCP Avatar InterfaceCullen Walsh2012-03-181-39/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This stubs out the avatar form fields and how form processing will occur. Form processing is not yet implemented, but shouldn't be too hard. After this I will refactor/duplicate some of the logic for the ACP. PHPBB3-10018
| * | | [feature/avatars] Modularized AvatarsCullen Walsh2012-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A modularized avatar system that easily allows plugins to be created for various avatar services, such as Gravatar. This inital commit includes module support and is backwards compatible with 3.0 avatars, but does notcontain ACP or UCP modules for manipulating new avatars. PHPBB3-10018