Richard McGirr
c0f3463819
[ticket/14624] Remove whitespace
...
PHPBB3-14624
2016-05-05 06:42:28 -04:00
Richard McGirr
c3b30144e3
[ticket/14624] Fix typo and phpBB version
...
PHPBB3-14624
2016-05-05 06:10:56 -04:00
Richard McGirr
aa3c5286cd
[ticket/14624] Move event so it actually works
...
PHPBB3-14624
2016-05-05 06:09:11 -04:00
Richard McGirr
8e1102b1da
[ticket/14624] Add event to ucp_profile in signature section
...
PHPBB3-14624
2016-05-05 05:26:19 -04:00
Tristan Darricau
2bfbc07b7d
Merge pull request #4021 from marc1706/ticket/14272
...
[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
2016-03-27 13:34:17 +02:00
Jakub Senko
f77142c0b6
[ticket/13630] Prevent empty parameter select_single
...
PHPBB3-13630
2016-03-20 16:58:35 +01:00
Oliver Schramm
a7648b0eaa
[ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'
...
PHPBB3-14397
2016-01-08 17:04:18 +01:00
Marc Alexander
2ab7b12419
Merge pull request #4112 from marc1706/ticket/13180
...
[ticket/13180] Increase dateformat field size
2016-01-08 16:39:03 +01:00
Oliver Schramm
ae18f8b27c
Merge pull request #3924 from Senky/ticket/14190
...
[ticket/14190] Add core.ucp_prefs_view_after event
2016-01-08 15:51:53 +01:00
Saeed Hubaishan
678ca5dcdc
[ticket/13180] Increase dateformat field size
...
[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
2016-01-07 17:36:02 +01:00
Marc Alexander
f3c2c497d8
[ticket/14272] Assign min and max values for avatar driver settings
...
PHPBB3-14272
2016-01-01 17:26:14 +01:00
Marc Alexander
805b084607
[ticket/14272] Define min and max values for avatar width and height
...
PHPBB3-14272
2015-12-27 08:39:07 +01:00
Marc Alexander
7705017f63
[ticket/14272] Make sure phpbb_avatar_manager was defined
...
PHPBB3-14272
2015-12-03 11:58:53 +01:00
Cesar G
c7d7967a91
[ticket/13945] Send reactivation requests to admins using notifications system.
...
PHPBB3-13945
2015-10-15 22:26:14 -07:00
Cesar G
fb3073029f
[ticket/9153] Allow users without u_sendpm permission to delete existing PM's.
...
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
2015-10-14 03:09:06 -07:00
Jakub Senko
7799bffc65
[ticket/14190] Add core.ucp_prefs_view_after event
...
PHPBB3-14190
2015-10-12 16:23:53 +02:00
lavigor
1b1fc6ed24
[ticket/14087] Add an event to ucp_activate.php.
...
PHPBB3-14087
2015-08-09 23:35:06 +03:00
Marc Alexander
3dcba7000b
Merge pull request #3757 from Zoddo/ticket/14006
...
[ticket/14006] Add core.ucp_register_agreement event
2015-08-08 22:17:21 +02:00
Zoddo
e69d23dc88
[ticket/14006] Add core.ucp_register_agreement event
...
It allows to execute code before the agreements are displayed.
PHPBB3-14006
2015-07-12 19:25:05 +02:00
Richard McGirr
629a826f5b
[ticket/14004] Add user_info to core event
...
PHPBB3-14004
2015-07-12 08:30:49 -04:00
Andreas Fischer
c952622fa0
Merge pull request #3694 from marc1706/ticket/13930
...
[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
2015-06-09 21:27:07 +02:00
Oliver Schramm
c2d254ea41
Merge branch 'ticket/13833-30x' into ticket/13833
...
Conflicts:
phpBB/posting.php
PHPBB3-13833
2015-06-08 17:19:11 +02:00
Oliver Schramm
2c6369c5d9
[ticket/13833] Prevent flooding if type=submit doesn't exist
...
PHPBB3-13833
2015-06-08 17:01:52 +02:00
Marc Alexander
f9389995e7
[ticket/13930] Add missing spaces to code
...
PHPBB3-13930
2015-06-08 13:54:50 +02:00
Joas Schilling
2226043325
[ticket/13807] Fix "changed version" to match our version numbering
...
PHPBB3-13807
2015-05-02 14:41:59 +02:00
Marc Alexander
3cb1907e76
Merge pull request #3445 from RMcGirr83/ticket/13650
...
[ticket/13650] Move core event
2015-03-10 15:20:26 +01:00
Marc Alexander
d087d85618
Merge pull request #3426 from kinerity/ticket/13637
...
[ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
2015-03-06 13:50:18 +01:00
Kailey Truscott
0f13635fb8
[ticket/13637] Update msg_id docblock
...
Change topic_id to post_id
PHPBB3-13637
2015-03-05 13:28:19 -05:00
RMcGirr83
0442957420
[ticket/13650] Move core event
...
PHPBB3-13650
2015-02-25 11:28:00 -05:00
Richard McGirr
03ded5853b
[ticket/13650] Validate ucp profile data changes
...
PHPBB3-13650
2015-02-23 21:19:10 -05:00
Joas Schilling
269dee4189
Merge pull request #3415 from RMcGirr83/ticket/13578
...
[ticket/13578] Add ucp_register.php core events
2015-02-22 22:27:41 +01:00
RMcGirr83
7bfb8686d9
[ticket/13578] Add ucp_register.php core events
...
PHPBB3-13578
2015-02-22 08:52:19 -05:00
Kailey Truscott
b8c388f184
[ticket/13637] Update event name and docblock
...
Update the event name to core.ucp_pm_compose_modify_data
Change description of to_group_id and submit dockblock
PHPBB3-13637
2015-02-20 20:36:17 -05:00
Joas Schilling
e6e7d7040a
Merge pull request #3423 from RMcGirr83/ticket/13635
...
[ticket/13635] Add sql_ary to ucp profile event
2015-02-20 21:00:39 +01:00
Kailey Truscott
d28d90bd90
[ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
...
Add a new PHP event to ucp_pm_compose to alter the default vars
PHPBB3-13637
2015-02-19 20:50:51 -05:00
RMcGirr83
1f345a8cf9
[ticket/13635] Add sql_ary to ucp profile event
...
PHPBB3-13635
2015-02-19 05:45:10 -05:00
JoshyPHP
4559aca723
[ticket/13595] Removed unused code
...
PHPBB3-13595
2015-02-13 22:55:04 +01:00
Joas Schilling
7330c0afd3
Merge pull request #3325 from rxu/ticket/13536
...
[ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing
2015-02-02 23:22:23 +01:00
Joas Schilling
e9eafece3f
Merge pull request #3323 from rxu/ticket/13535
...
[ticket/13535] Add core event to allow modifying account settings on editing
2015-02-02 23:18:15 +01:00
paulsohier
0cfa977953
[ticket/13542] Added sentenence of what is changed in the event
...
PHPBB3-13542
2015-01-24 20:26:51 +01:00
paulsohier
c86e5e8514
[ticket/13542] Merge result of validation into existing $error
...
Because extensions can set a entry in $error, the result of the validate
needs to be merged into it.
PHPBB3-13542
2015-01-24 19:04:26 +01:00
paulsohier
b0383a90e1
[ticket/13542] Update core.ucp_prefs_personal_data to include $error
...
Update the event so extensions will be able to validate (and deny) changes.
PHPBB3-13542
2015-01-24 18:53:33 +01:00
rxu
be1b114114
[ticket/13536] Add core events to allow modifying user profile data on editing
...
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744
PHPBB3-13536
2015-01-23 00:35:02 +07:00
rxu
e08cd70a89
[ticket/13535] Add core event to allow modifying account settings on editing
...
Add ucp_profile.php core event to allow modifying account settings on editing.
PHPBB3-13535
2015-01-22 23:10:05 +07:00
Joas Schilling
23069a13e2
[ticket/13526] Correctly validate the ucp_pm_options form key.
...
PHPBB3-13526
2015-01-20 22:16:24 +01:00
Joas Schilling
973c2a9a3a
Merge pull request #2765 from Elsensee/ticket/11863
...
[ticket/11863] Set require_activation to none if emails are disabled
2014-11-21 20:18:15 +01:00
lavigor
8171087cfb
[ticket/13318] login_username needs to have the multibyte parameter set to true
...
This is needed for usernames with UTF-8 characters.
PHPBB3-13318
2014-11-10 20:12:10 +03:00
Oliver Schramm
ced316d88c
[ticket/13300] Don't show jabber in profile if jabber is disabled
...
PHPBB3-13300
2014-11-09 02:22:39 +01:00
Nils Adermann
0e772afb9d
Merge branch 'prep-release-3.1.1' into develop-ascraeus
...
* prep-release-3.1.1:
[ticket/13271] Disable CC sender feature for anonymous users
[prep-release-3.1.1] Add 3.1.1 CHANGELOG
[prep-release-3.1.1] Add 3.1.1 migration file
[ticket/13263] Make sure default style exists and clean up code
[ticket/13263] Only install/set prosilver if no style available
[ticket/13263] Use prosilver as default style if user's style doesn't exist
[ticket/security-164] Correctly format page_name
[ticket/security-164] Sanitize all global variables in symfony_request class
[ticket/13248] Use functional framework login method in tests
[ticket/13248] Correctly pass provider name
[ticket/13248] Always use provider collection for getting provider
[ticket/13248] Allow specifying different auth provider in provider collection
[ticket/13248] Use auth provider collection for getting provider
[ticket/13262] Mention htaccess file when updating from 3.0 to 3.1
[ticket/13267] Update Automatic Update instructions to include vendor directory
[ticket/13268] Properly append ternary result in get_existing_indexes()
[prep-release-3.1.1] Update version number to 3.1.1
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
2014-11-02 01:25:51 +01:00
Marc Alexander
a9249bce5e
[ticket/13248] Always use provider collection for getting provider
...
PHPBB3-13248
2014-11-01 21:54:21 +01:00