rxu
24c3bc3f1f
[ticket/16413] Add an option to define CPF FontAwesome contact icon
...
PHPBB3-16413
2025-05-20 10:40:58 +07:00
Alfredo Ramos
43e3b3e328
[ticket/16315] Remove Google+ profile field
...
PHPBB3-16315
2020-03-24 22:16:51 -06:00
3D-I
170dc2a63b
[ticket/16109] Fix Custom Profile Field visibility's explain
...
PHPBB3-16109
2019-08-06 02:39:02 +02:00
Jakub Senko
f671022a6d
[ticket/15674] Improve CPF lang descriptions
...
PHPBB3-15674
2018-06-19 14:40:21 +02:00
Joas Schilling
61601a052c
Merge pull request #2942 from Senky/ticket/12489
...
[ticket/12489] Description for Contact link in custom profile fields
2014-10-07 11:41:47 +02:00
Jakub Senko
0c0024497d
[ticket/12489] Language correction
...
PHPBB3-12489
2014-10-07 10:24:30 +02:00
Joas Schilling
f3fef8934e
Merge pull request #2954 from rxu/ticket/13055
...
[ticket/13055] Fix string profile fields validation to support unicode
2014-09-24 12:25:57 +02:00
Jakub Senko
31e43ce124
[ticket/12489] Add notice about %s wildcard in FIELD_IS_CONTACT_EXPLAIN
...
PHPBB3-12489
2014-09-18 12:13:17 +02:00
Giampaolo Falqui
a2b5ec7e1b
[ticket/13068] Language correction in FIELD_IS_CONTACT_EXPLAIN
...
PHPBB3-13068
2014-09-18 02:25:39 +02:00
rxu
dc65058c20
[ticket/13055] Add string profile fields validation options to support unicode
...
PHPBB3-13055
2014-09-18 08:19:08 +08:00
Shitiz Garg
ab83995f44
[ticket/12730] Add a Google+ field by default
...
PHPBB3-12730
2014-06-21 03:31:23 +05:30
Joas Schilling
3c38fcce40
Merge pull request #2621 from Dragooon/ticket/12732
...
[ticket/12732] Add Skype custom profile field
* Dragooon/ticket/12732:
[ticket/12732] Update schema.json for Skype
[ticket/12732] Add functional test for Skype profile field
[ticket/12732] Values shouldn't be escaped for schema_data.sql
[ticket/12732] Set field_active to 1 for Skype's field
[ticket/12732] Add unit tests for ALPHA_PUNCTUATION
[ticket/12732] Missing comma after validation definition
[ticket/12732] Improve ALPHA_PUNCTUATION description
[ticket/12732] Use user info instead of chat as default Skype action
[ticket/12732] Add Skype custom profile field
Conflicts:
phpBB/install/schemas/schema.json
phpBB/install/schemas/schema_data.sql
phpBB/language/en/memberlist.php
tests/functional/ucp_profile_test.php
tests/profilefields/type_string_test.php
2014-06-20 23:39:54 +02:00
Shitiz Garg
310b8af148
[ticket/12729] Add Facebook custom profile field
...
PHPBB3-12729
2014-06-20 18:10:08 +05:30
Shitiz Garg
9d3f437149
[ticket/12732] Improve ALPHA_PUNCTUATION description
...
PHPBB3-12732
2014-06-20 16:37:42 +05:30
Shitiz Garg
28012dc9e1
[ticket/12732] Add Skype custom profile field
...
PHPBB3-12732
2014-06-20 16:37:42 +05:30
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Gaëtan Muller
eccdc74478
[ticket/12415] Use private message instead of "pm" accronym
...
https://tracker.phpbb.com/browse/PHPBB3-12415
PHPBB3-12415
2014-05-04 17:35:06 +02:00
Joas Schilling
600e5f6c11
[ticket/12251] Add string validation for a-zA-Z0-9 and underscore
...
PHPBB3-12251
2014-03-06 12:28:36 +01:00
Joas Schilling
a2f2629e2a
[ticket/12187] Add URL type for profile fields
...
PHPBB3-12187
2014-03-03 12:30:07 +01:00
Joas Schilling
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
Joas Schilling
995019a992
[ticket/12169] Add new option to display profile fields on memberlist
...
PHPBB3-12169
2014-02-10 16:28:21 +01:00
Andreas Fischer
9480a5e512
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
Conflicts:
phpBB/includes/acp/acp_profile.php
2012-07-23 15:50:54 +02:00
Nils Adermann
10172887fd
[ticket/10965] Introduce a new profile field option to display no value
...
By default the 3.0.10 behaviour is kept, profile fields will not show up
if they have either not yet been selected or in case of an optional
dropdown field if the novalue option was selected.
PHPBB3-10965
2012-07-23 15:45:57 +02:00
Unknown
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
Joas Schilling
8fa44cc3b9
[ticket/8542] Display custom profile fields in private messages
...
Introduce an option to display the cpf in the PM view.
PHPBB3-8542
2011-05-20 16:45:29 +02:00
Igor Wiedler
af5b9a9640
[ticket/9556] Drop php closing tags, add trailing newline
...
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
2010-11-11 19:10:55 +01:00
Meik Sievertsen
2e17e448de
Copy 3.0.x branch to trunk
...
git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:14:59 +00:00
Meik Sievertsen
bf8ac19eaa
Move trunk/phpBB to old_trunk/phpBB
...
git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:13:59 +00:00
Henry Sudhof
1f871950d8
#48985
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9916 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-03 15:46:56 +00:00
Meik Sievertsen
4cbf6bc703
Merge most changes from 3.0.x branch since the 25th december.
...
(Captcha changes for refreshing captcha image not included)
git-svn-id: file:///svn/phpbb/trunk@9404 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-22 16:34:26 +00:00
Jim Wigginton
2e50df9e1a
Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9342 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-26 23:46:46 +00:00
Meik Sievertsen
ee2fd4610d
no newline
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9128 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-26 20:10:29 +00:00
Meik Sievertsen
fb77cdd051
Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9127 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-26 19:58:35 +00:00
Meik Sievertsen
7d84cac202
#14621
...
#14596
info file changes
git-svn-id: file:///svn/phpbb/trunk@8135 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-04 15:08:22 +00:00
Henry Sudhof
3829c40b57
#13816
...
git-svn-id: file:///svn/phpbb/trunk@7959 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-27 15:00:10 +00:00
Meik Sievertsen
f813c7ad0d
two fixes
...
git-svn-id: file:///svn/phpbb/trunk@7940 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-24 16:16:39 +00:00
Meik Sievertsen
455536773f
ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)
...
git-svn-id: file:///svn/phpbb/trunk@7736 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-09 11:11:20 +00:00
Meik Sievertsen
c04a69c67c
tiny fixes which do not need to be listed within the changelog... (falls under tiny stylistic and language changes)
...
git-svn-id: file:///svn/phpbb/trunk@7709 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-03 16:12:00 +00:00
Meik Sievertsen
d5477a53da
language change and reset locked status for link forum type.
...
git-svn-id: file:///svn/phpbb/trunk@7652 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-20 10:07:05 +00:00
Meik Sievertsen
08a45760b4
#11229 , #11233
...
git-svn-id: file:///svn/phpbb/trunk@7650 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-19 23:39:45 +00:00
Meik Sievertsen
26cf5c195d
some language fixes reported.
...
git-svn-id: file:///svn/phpbb/trunk@7570 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-14 15:05:32 +00:00
Meik Sievertsen
c1a738ce5f
punctuation changes in language files
...
git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-10 15:31:35 +00:00
Meik Sievertsen
f7b51337c5
some language-specific adjustements
...
fix prune users (adding the list of users to the confirmation page)
tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)
git-svn-id: file:///svn/phpbb/trunk@7455 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-03 14:29:22 +00:00
Meik Sievertsen
15aee89200
fixes for search button in header - #10389 , #10225 , #9548
...
added missing colour swatch to prosilver - #8657
language changes - #10387 , #10375 , #10373 , #10353 , #10279
line-height for font size (still not ideal) - #10317
Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load - #10383
Fix editing issues - #9660
git-svn-id: file:///svn/phpbb/trunk@7451 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-02 16:19:35 +00:00
Meik Sievertsen
1d1b5e6446
some fixes...
...
git-svn-id: file:///svn/phpbb/trunk@7266 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-02 15:47:23 +00:00
Meik Sievertsen
a841fe70a8
ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o
...
git-svn-id: file:///svn/phpbb/trunk@6894 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-01-17 18:41:49 +00:00
Jonathan Stanley
803f64c724
Bertiezilla make Bertie-smash on language files!
...
#6244
#6278
#6284
#6286
#6336
#6340
#6342
#6344
#6346
#6352
#6358
#6364
#6376
#6382
#6386
#6388
#6418
#6420
#6426
#6428
#6430
#6434
#6452
#6454
#6458
git-svn-id: file:///svn/phpbb/trunk@6790 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-12-22 22:51:33 +00:00
Jonathan Stanley
f26918b4e5
#5562
...
git-svn-id: file:///svn/phpbb/trunk@6644 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-11-23 20:56:19 +00:00
Meik Sievertsen
a3bf1ed63e
some updates; and hopefully not completely breaking redirects (again). :D You know, i like breaking things.
...
git-svn-id: file:///svn/phpbb/trunk@6544 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-11-02 15:23:33 +00:00
David M
9a0ca3d334
- typo in functions.php
...
- #4826
git-svn-id: file:///svn/phpbb/trunk@6510 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-10-18 23:58:31 +00:00