aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4671 from senky/ticket/13605Marc Alexander2017-04-261-0/+11
|\ | | | | | | [ticket/13605] Add core.ucp_pm_compose_predefined_message event
| * [ticket/13605] Add core.ucp_pm_compose_predefined_message eventJakub Senko2017-01-231-0/+11
| | | | | | | | PHPBB3-13605
* | [ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql queryMarc Alexander2017-01-021-1/+1
|/ | | | PHPBB3-14953
* Merge pull request #4536 from senky/ticket/13845Marc Alexander2016-12-181-1/+10
|\ | | | | | | [ticket/13845] Add core.ucp_profile_avatar_sql
| * [ticket/13845] Add core.ucp_profile_avatar_sqlJakub Senko2016-11-211-1/+10
| | | | | | | | PHPBB3-13845
* | Merge pull request #4533 from senky/ticket/14524Marc Alexander2016-12-181-0/+22
|\ \ | | | | | | | | | [ticket/14524] Add core.ucp_register_requests_after
| * | [ticket/14524] Add core.ucp_register_requests_afterJakub Senko2016-11-211-0/+22
| |/ | | | | | | PHPBB3-14524
* | Merge pull request #4526 from senky/ticket/14239Marc Alexander2016-12-171-5/+25
|\ \ | | | | | | | | | [ticket/14239] Add core.ucp_remind_modify_select_sql
| * | [ticket/14239] Add core.ucp_remind_modify_select_sqlJakub Senko2016-12-131-5/+25
| |/ | | | | | | PHPBB3-14239
* | [ticket/14870] Add events to ucp_pm_viewfolder:get_pm_fromJakub Senko2016-12-161-9/+58
|/ | | | PHPBB3-14870
* [ticket/14638] Rollback changes from 3.2.x versionWesley Fok2016-08-031-10/+9
| | | | | | | | Mistakenly brought in the modified 3.2.x version verbatim instead of diffing against the 3.1.x version of ucp_main.php. Removed any changes I didn't explicitly make. PHPBB3-14638
* Merge remote-tracking branch 'upstream/3.1.x' into ticket/14638-3.1.xWesley Fok2016-08-032-0/+64
|\
| * 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 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/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
* | [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
* 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
| * [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
* | [ticket/13630] Prevent empty parameter select_singleJakub Senko2016-03-201-1/+1
| | | | | | | | PHPBB3-13630
* | [ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'Oliver Schramm2016-01-081-1/+1
| | | | | | | | PHPBB3-14397
* | 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 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
* | [ticket/13945] Send reactivation requests to admins using notifications system.Cesar G2015-10-151-31/+6
| | | | | | | | PHPBB3-13945
* | [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
* [ticket/14087] Add an event to ucp_activate.php.lavigor2015-08-091-1/+12
| | | | PHPBB3-14087
* Merge pull request #3757 from Zoddo/ticket/14006Marc Alexander2015-08-081-0/+10
|\ | | | | | | [ticket/14006] Add core.ucp_register_agreement event
| * [ticket/14006] Add core.ucp_register_agreement eventZoddo2015-07-121-0/+10
| | | | | | | | | | | | It allows to execute code before the agreements are displayed. PHPBB3-14006
* | [ticket/14004] Add user_info to core eventRichard McGirr2015-07-121-0/+3
|/ | | | PHPBB3-14004
* Merge pull request #3694 from marc1706/ticket/13930Andreas Fischer2015-06-091-7/+7
|\ | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930: [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-7/+7
| | | | | | | | PHPBB3-13930
* | Merge branch 'ticket/13833-30x' into ticket/13833Oliver Schramm2015-06-081-1/+1
|\ \ | |/ |/| | | | | | | | | Conflicts: phpBB/posting.php PHPBB3-13833
| * [ticket/13833] Prevent flooding if type=submit doesn't existOliver Schramm2015-06-081-1/+1
| | | | | | | | PHPBB3-13833
| * [ticket/13526] Correctly validate the ucp_pm_options form key.Joas Schilling2015-01-201-1/+5
| | | | | | | | PHPBB3-13526
* | [ticket/13807] Fix "changed version" to match our version numberingJoas Schilling2015-05-021-1/+1
| | | | | | | | PHPBB3-13807
* | Merge pull request #3445 from RMcGirr83/ticket/13650Marc Alexander2015-03-101-3/+15
|\ \ | | | | | | | | | [ticket/13650] Move core event
| * | [ticket/13650] Move core eventRMcGirr832015-02-251-3/+15
| | | | | | | | | | | | PHPBB3-13650
* | | Merge pull request #3426 from kinerity/ticket/13637Marc Alexander2015-03-061-0/+26
|\ \ \ | |/ / |/| | | | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
| * | [ticket/13637] Update msg_id docblockKailey Truscott2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | Change topic_id to post_id PHPBB3-13637
| * | [ticket/13637] Update event name and docblockKailey Truscott2015-02-201-4/+4
| | | | | | | | | | | | | | | | | | | | | Update the event name to core.ucp_pm_compose_modify_data Change description of to_group_id and submit dockblock PHPBB3-13637