aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/14638] New UCP hooks for subscriptionsWesley Fok2016-08-031-15/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds various event hooks to the Manage subscriptions page of the User Control Panel. core.ucp_subscribed_post_data allows us to handle additional post data from the form that unwatches subscriptions. core.ucp_main_subscribed_forums_modify_query, core.ucp_main_topiclist_count_modify_query and core.ucp_main_topiclist_modify_query all modify the queries used to get the list of subscribed forums and subscribed/bookmarked topics. core.ucp_main_subscribed_forum_modify_template_vars and core.ucp_main_topiclist_topic_modify_template_vars modify the template variable array associated with each subscribed forum and topic row. This is a backport to 3.1.x of the code in PR #4318. PHPBB3-14638
* | | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-017-0/+14
| | | | | | | | | | | | PHPBB3-10961
* | | [ticket/14660] Remove redundant empty line in ucp_profile.phprxu2016-06-201-1/+0
| | | | | | | | | | | | PHPBB3-14660
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+11
|\ \ \ | | |/ | |/| | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php
| * | Merge pull request #4331 from Senky/ticket/13978Marc Alexander2016-06-191-0/+10
| |\ \ | | | | | | | | | | | | [ticket/13978] Add core.ucp_profile_modify_signature_sql_ary
| | * | [ticket/13978] Add core.ucp_profile_modify_signature_sql_aryJakub Senko2016-05-241-0/+10
| | | | | | | | | | | | | | | | PHPBB3-13978
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+28
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/includes/ucp/ucp_pm_compose.php
| * | | Merge pull request #4316 from rmcgirr83/ticket_14630Marc Alexander2016-06-191-0/+28
| |\ \ \ | | |/ / | |/| | | | | | [ticket/14630] Add event to modify pm message
| | * | [ticket/14630] Rename core eventRichard McGirr2016-06-021-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14630
| | * | [ticket/14630] Change event name and fix capitalizationRichard McGirr2016-05-161-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14630
| | * | [ticket/14630] Add event to modify pm messageRichard McGirr2016-05-061-0/+28
| | |/ | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14630 PHPBB3-14630
* | | [ticket/14649] Add preview variable back to ucp_profile for eventRichard McGirr2016-05-261-1/+3
| | | | | | | | | | | | PHPBB3-14649
* | | [ticket/14624] Remove no longer existing event argumemtMarc Alexander2016-05-161-1/+0
| | | | | | | | | | | | PHPBB3-14624
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-05-151-0/+26
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php
| * | [ticket/14624] Remove whitespaceRichard McGirr2016-05-051-2/+2
| | | | | | | | | | | | PHPBB3-14624
| * | [ticket/14624] Fix typo and phpBB versionRichard McGirr2016-05-051-2/+2
| | | | | | | | | | | | PHPBB3-14624
| * | [ticket/14624] Move event so it actually worksRichard McGirr2016-05-051-13/+13
| | | | | | | | | | | | PHPBB3-14624
| * | [ticket/14624] Add event to ucp_profile in signature sectionRichard McGirr2016-05-051-0/+26
| |/ | | | | | | PHPBB3-14624
| * Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-272-1/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14272] Use html5 valid input elements * marc1706/ticket/14272: [ticket/14272] Allow input of floats for filesize [ticket/14272] Use input type number instead of text in avatars [ticket/14272] Assign min and max values for avatar driver settings [ticket/14272] Define min and max values for avatar width and height [ticket/14272] Disable not toggled form elements [ticket/14272] Make sure phpbb_avatar_manager was defined [ticket/14272] Remove useless check [ticket/14272] Fix invalid or missing min/max settings [ticket/14272] Assign min/max for all allowed types [ticket/14272] Only use maxlength and size for allowed input elements
* | \ Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-272-2/+18
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * | [ticket/14272] Assign min and max values for avatar driver settingsMarc Alexander2016-01-011-0/+8
| | | | | | | | | | | | PHPBB3-14272
| * | [ticket/14272] Define min and max values for avatar width and heightMarc Alexander2015-12-271-0/+7
| | | | | | | | | | | | PHPBB3-14272
| * | [ticket/14272] Make sure phpbb_avatar_manager was definedMarc Alexander2015-12-031-1/+3
| | | | | | | | | | | | PHPBB3-14272
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-1/+1
|\ \ \ | | |/ | |/| | | | | | | * 3.1.x: [ticket/13630] Prevent empty parameter select_single
| * | [ticket/13630] Prevent empty parameter select_singleJakub Senko2016-03-201-1/+1
| | | | | | | | | | | | PHPBB3-13630
* | | [ticket/14530] Only generate text again if sig was parsed for storageMarc Alexander2016-03-241-1/+4
| | | | | | | | | | | | PHPBB3-14530
* | | Merge pull request #4058 from marc1706/ticket/13454Tristan Darricau2016-01-0915-46/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13454] Remove unused variables, globals, and parameters * marc1706/ticket/13454: [ticket/13454] Add excessively removed code back [ticket/13454] Remove more unused variables [ticket/13454] Remove double semi-colons [ticket/13454] Remove unused variables [ticket/13454] Fix code sniffer complaints [ticket/13454] Fix a few issues introduced by overdeleting stuff [ticket/13454] Remove unused variables [ticket/13454] Remove unused variables [ticket/13454] Remove unused variables [ticket/13454] Remove unused variables
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-062-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-064-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | Part 4 PHPBB3-13454
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Part 3 should fix tests up a little bit again. PHPBB3-13454
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-064-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-0613-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | | | Merge branch '3.1.x'Marc Alexander2016-01-081-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'Oliver Schramm2016-01-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14397
* | | | Merge branch '3.1.x'Marc Alexander2016-01-081-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | | Merge pull request #4112 from marc1706/ticket/13180Marc Alexander2016-01-081-1/+1
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size
| | * | | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+1
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180
* | | | Merge branch '3.1.x'Oliver Schramm2016-01-081-0/+43
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge pull request #3924 from Senky/ticket/14190Oliver Schramm2016-01-081-0/+43
| |\ \ | | |/ | |/| | | | [ticket/14190] Add core.ucp_prefs_view_after event
| | * [ticket/14190] Add core.ucp_prefs_view_after eventJakub Senko2015-10-121-0/+43
| | | | | | | | | | | | PHPBB3-14190
* | | Merge branch '3.1.x'Marc Alexander2015-10-171-31/+6
|\ \ \ | |/ /
| * | [ticket/13945] Send reactivation requests to admins using notifications system.Cesar G2015-10-151-31/+6
| | | | | | | | | | | | PHPBB3-13945
* | | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+1
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/9153] Allow users without u_sendpm permission to delete existing PM's.
| * | [ticket/9153] Allow users without u_sendpm permission to delete existing PM's.Cesar G2015-10-141-1/+1
| |/ | | | | | | | | | | | | | | | | The u_sendpm check in ucp_pm.php is merely for the purpose of displaying the error message within the UCP template. Otherwise it could be removed as compose_pm() will check the appropriate permission pertaining to the attempted action. PHPBB3-9153
* | Merge pull request #3965 from marc1706/ticket/14234Tristan Darricau2015-10-141-12/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14234] Use replacement variables instead of references in events * marc1706/ticket/14234: [ticket/14234] Fix event doc blocks [ticket/14234] Get rid of undefined variables [ticket/14234] Fix change version and remove more references [ticket/14234] Replace more references with variables [ticket/14234] Use replacement variables instead of references in events
| * | [ticket/14234] Fix event doc blocksMarc Alexander2015-10-121-1/+0
| | | | | | | | | | | | PHPBB3-14234
| * | [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-121-11/+2
| | | | | | | | | | | | PHPBB3-14234
* | | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-141-6/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14168] Refactor attachment management functions into classes * marc1706/ticket/14168: (36 commits) [ticket/14168] Correctly state return type of upload and upload_attachment [ticket/14168] Use attachment manager instead of separate classes [ticket/14168] Fix docblock in manager [ticket/14168] Add more test cases for attachment manager [ticket/14168] Add new test method and more tests [ticket/14168] Fix tabs in manager and add test file [ticket/14168] Fix tests after rebase [ticket/14168] Add attachment manager service [ticket/14168] Use correct docblock [ticket/14168] Add services_attachment.yml to services.yml [ticket/14168] Minor coding style fixes [ticket/14168] Move attachment service definitions to services_attachment [ticket/14168] Improve code coverage in upload class [ticket/14168] Move image check and don't use trigger_error() [ticket/14168] Add tests for init_error() during upload [ticket/14168] Add basic test file for attachments upload [ticket/14168] Fix CS issue [ticket/14168] No longer use deprecated functions in core files [ticket/14168] Move phpbb_unlink() into attachment delete class [ticket/14168] Reset sequence before tests in delete tests ...
| * | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-4/+4
| | | | | | | | | | | | PHPBB3-14168
| * | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-6/+4
| | | | | | | | | | | | PHPBB3-14168