f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
897b9f333b
[ticket/14037] Minor coding style improvements to event
...
PHPBB3-14037
2015-08-20 10:14:07 +02:00
cf0170d5e3
[ticket/14037] Allows adapting memberlist profile fields headline
...
Adds an event to allow modifying the profile fields headline in line
with modifications to profile fields data.
PHPBB3-14037
2015-08-20 10:12:59 +02:00
fcd2a2f186
[ticket/12734] Remove unnecessary error supressing
...
PHPBB3-12734
2014-09-10 18:37:16 +02:00
27f15c0d5b
[ticket/12791] Changed the if check
...
Removed unneeded variable
PHPBB3-12791
2014-07-10 11:43:52 +03:00
690de21134
[ticket/12791] String profile fields do not use links ...
...
smilies and line breaks in memberlist
The value is overwritten with the contact value
Added aditional check if the field is a contact so we don't overwrite it.
PHPBB3-12791
2014-07-10 11:42:31 +03:00
29a07404d3
Merge pull request #2672 from Nicofuma/ticket/12782
...
[ticket/12782] Use an interface for the phpbb event_dispatcher
* Nicofuma/ticket/12782:
[ticket/12782] Add doc block
[ticket/12782] Use an interface for the phpbb event_dispatcher
2014-07-07 20:23:10 +02:00
eb13b4ae28
[ticket/12782] Use an interface for the phpbb event_dispatcher
...
PHPBB3-12782
2014-06-28 13:19:55 +02:00
2b451a174b
[ticket/12334] Changed from valueid to value_raw
...
PHPBB3-12334
2014-06-24 21:47:29 +05:30
507eca319d
[ticket/12334] Implemented get_profile_valueid method
...
PHPBB3-12334
2014-06-24 21:47:29 +05:30
4169fd65f0
[ticket/12334] Added field_novalue fall-back as requested
...
PHPBB3-12334
2014-06-24 21:47:29 +05:30
08e2c07f0b
[ticket/12334] Add PROFILE_FIELD_VALUEID template var
...
PHPBB3-12334
2014-06-24 21:47:29 +05:30
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
5b5b61c6c9
[ticket/12335] Remove $ from desc
...
Come on travis, play nice this time
PHPBB3-12335
2014-05-03 17:54:38 +02:00
42dfd1aa3c
[ticket/12335] Added generate_profile_fields _ before
...
PHPBB3-12335
2014-05-03 17:54:38 +02:00
2343d9f8d4
[ticket/12335] Documentation fix and added use_contact_fields
...
PHPBB3-12335
2014-05-03 17:54:37 +02:00
1fd1803a3b
[ticket/12335] Fix phpBB version number
...
PHPBB3-12335
2014-05-03 17:54:37 +02:00
b3b0e5ccf2
[ticket/12335] Add Events to phpbb\profilefields\manager
...
PHPBB3-12335
2014-05-03 17:54:36 +02:00
0ad9833668
Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into develop-ascraeus
...
* github-nickvergessen/ticket/12331:
[ticket/12331] Add functional test for saving custom profile fields
[ticket/12331] Fix SQL error when inserting a new entry to profile field data
2014-04-10 14:14:30 -07:00
11a9104b8a
[ticket/12282] Use interface for type hinting
...
PHPBB3-12282
2014-04-01 19:17:41 +02:00
86c4d24a8a
[ticket/12331] Fix SQL error when inserting a new entry to profile field data
...
There was a "Field 'pf_phpbb_interests' doesn't have a default value" error,
because we didn't specify values for the disabled fields.
We can not disable the sql_return_on_error() thou, because it otherwise we run
into "Duplicate entry '2' for key 'PRIMARY'" errors when the user submits the
form again but didn't change any values.
PHPBB3-12331
2014-03-30 15:59:51 +02:00
03ef39c1f1
[ticket/12187] Do not make clickable when using as contact field
...
PHPBB3-12187
2014-03-04 09:10:57 +01:00
c650078904
[ticket/12187] Split generate_profile_fields_template() into 2 methods
...
Removing the mode switch that wraps the content of the method
PHPBB3-12187
2014-03-04 08:47:47 +01:00
a823205403
[ticket/12233] Allow profile fields to be contact fields
...
Contact fields are displayed with in the contact section of the user profile
and are displayed differently in the mini profile next to posts and private
messages
PHPBB3-12233
2014-02-28 14:38:03 +01:00
30fbaab8de
[ticket/12184] Fix undefined variable tpl_fields in profile field manager
...
PHPBB3-12184
2014-02-11 19:17:24 +01:00
5550f0fa87
[ticket/12169] Split mode==headline into it's own function
...
PHPBB3-12169
2014-02-10 19:04:10 +01:00
3c46aeb005
[ticket/12169] Allow displaying profile fields on memberlist
...
We can not sort by profile field values atm. And also I'm not sure
whether this is possible at all.
PHPBB3-12169
2014-02-10 15:58:55 +01:00
6f92996d98
[ticket/12159] Fix codesniffer complaints due to profilefields and passwords
...
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
2014-02-03 22:25:43 +01:00
cacd43bfbd
[ticket/11201] Remove dependency from types on the manager
...
PHPBB3-11201
2014-02-02 16:13:04 +01:00
7bcbdfc1b1
[ticket/11201] Rename profilefields class to manager
...
PHPBB3-11201
2014-02-02 12:53:29 +01:00