Joas Schilling
9653764fb1
[ticket/11201] Move field type depending preparation of the options to class
...
PHPBB3-11201
2014-01-17 09:55:52 +01:00
Joas Schilling
0bdec35cd4
[ticket/11201] Move grabbing the input of the language options to type class
...
PHPBB3-11201
2014-01-16 16:00:52 +01:00
Joas Schilling
78603bb96d
[ticket/11201] Move language option determination into type class
...
PHPBB3-11201
2014-01-15 18:25:28 +01:00
Joas Schilling
bd1425d075
[ticket/11201] Use database type from the type class
...
PHPBB3-11201
2014-01-15 16:39:06 +01:00
Joas Schilling
d601aaad26
[ticket/11201] Remove type related code from build_insert_sql_array()
...
PHPBB3-11201
2014-01-14 13:38:24 +01:00
Joas Schilling
a7e3538e5b
[ticket/11201] Move get_options to type classes
...
PHPBB3-11201
2014-01-13 21:09:07 +01:00
Joas Schilling
c665839636
[ticket/11201] Remove global use from admin class
...
PHPBB3-11201
2014-01-10 23:00:37 +01:00
Joas Schilling
2471b19d73
[ticket/11201] Make profile field classes autoloadable
...
PHPBB3-11201
2014-01-10 16:11:11 +01:00
Cesar G
3ccc8add10
[ticket/12038] Do not rely on stale order value to move items.
...
This makes it possible to move the items more than once with AJAX.
PHPBB3-12038
2013-12-06 13:02:11 -08:00
Cesar G
58a0764759
[ticket/12038] AJAXify move up/down buttons in custom profile fields page.
...
PHPBB3-12038
2013-12-05 23:44:07 -08:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
Nils Adermann
da2752e400
[ticket/11700] Modify all code to use the new interface names
...
PHPBB3-11700
2013-07-14 13:30:52 -04: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
Igor Wiedler
8138103c6b
[feature/ajax] Send correct activate/deactivate JSON response in acp_profile
...
PHPBB3-10270
2012-03-31 02:10:17 +02:00
Oleg Pudeyev
c001bb9c03
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9831] Fix saving unchecked checkbox field value
[ticket/9831] Correctly store checkbox default value for boolean CPF.
2012-03-09 05:55:56 -05:00
rxu
f832f5a4ee
[ticket/9831] Fix saving unchecked checkbox field value
...
PHPBB3-9831
2012-02-05 22:03:02 +08:00
rxu
99164cd20b
[ticket/9831] Correctly store checkbox default value for boolean CPF.
...
PHPBB3-9831
2012-01-18 22:33:51 +08: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
1cc5087c36
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8904] Show default value for numeric custom profile fields when editing
2011-02-13 18:33:27 +01:00
Niklas Schmidtmer
c717e44094
[ticket/8904] Show default value for numeric custom profile fields when editing
...
When displaying the default value for a numeric custom profile field, only use
request_var to obtain the value on creation. When editing, it will always
override the actual value with an empty string, as this is request_var's default
return value.
PHPBB3-8904
2011-02-13 18:32:11 +01: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
Igor Wiedler
c09bdb6c55
[feature/request-class] Remove tricky $_* is_array from acp_profile
...
PHPBB3-9716
2010-09-25 20:35:07 +02:00
Igor Wiedler
fccd7f0ab5
[feature/request-class] Convert any direct access to $_* to use $request
...
PHPBB3-9716
2010-09-25 20:32:15 +02:00
Rob House
171807213f
[ticket/9582] Custom profile fields cannot be created under MSSQL native.
...
PHPBB3-9565
PHPBB3-9582
2010-05-03 19:38:42 +02:00
Chris Smith
457a195797
Properly fix #40925
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10216 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-07 14:54:10 +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
Jim Wigginton
bf062c1cf5
late fix for #44905
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9516 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-14 05:15:27 +00:00
Meik Sievertsen
ab122983f7
Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9492 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-28 11:18:02 +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
Henry Sudhof
e907def5ff
#15111
...
#15119
git-svn-id: file:///svn/phpbb/trunk@8236 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-11-15 19:54:37 +00:00
Meik Sievertsen
7de5bb3498
dumdidum... sorry. ;)
...
git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-05 14:36:34 +00:00
David M
6ea4a146af
misc SQLite bugs
...
git-svn-id: file:///svn/phpbb/trunk@8101 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-09-22 21:58:04 +00:00
Nils Adermann
d104d3d969
- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()
...
- using \r on custom bbcodes to allow line breaks [Bug #10758 ]
git-svn-id: file:///svn/phpbb/trunk@8050 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-08-19 13:40:53 +00:00
Meik Sievertsen
2bbd2fb1f9
some bugs fixed
...
git-svn-id: file:///svn/phpbb/trunk@8033 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-08-15 17:32:48 +00:00
Henry Sudhof
0c948afde2
#14072
...
git-svn-id: file:///svn/phpbb/trunk@8028 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-08-14 12:14:26 +00:00
Henry Sudhof
ecc8adf347
#11515
...
git-svn-id: file:///svn/phpbb/trunk@7957 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-27 13:36:48 +00:00
Henry Sudhof
2213c23817
#13567
...
git-svn-id: file:///svn/phpbb/trunk@7944 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-25 13:11:02 +00:00
Henry Sudhof
88250b0857
More fixes for CPFs. I believe the wizard should now work for all types, even with several languages. Testing is encouraged.
...
git-svn-id: file:///svn/phpbb/trunk@7941 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-24 17:18:05 +00:00
Henry Sudhof
690d2996ea
#13751
...
Fixing date CPFs for multilanguage boards.
git-svn-id: file:///svn/phpbb/trunk@7934 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-24 11:18:08 +00:00
Meik Sievertsen
ec1da5b1fd
try to normalize everything...
...
git-svn-id: file:///svn/phpbb/trunk@7920 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-22 20:11:45 +00:00
Meik Sievertsen
3b5b2f9695
changes
...
git-svn-id: file:///svn/phpbb/trunk@7881 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-13 15:47:45 +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
Henry Sudhof
7a5bb1c074
Inserting lots of ugly to code to introduce CFPs to the new dimension-aware request_var. I hope I got all of the nasty critters spawned by it.
...
#11803
git-svn-id: file:///svn/phpbb/trunk@7730 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-08 15:12:03 +00:00
Henry Sudhof
fb89a2d85e
Let's try this again :|
...
git-svn-id: file:///svn/phpbb/trunk@7729 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-08 13:46:56 +00:00
Henry Sudhof
151f230cfd
reverting earlier changes
...
git-svn-id: file:///svn/phpbb/trunk@7728 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-08 12:27:23 +00:00
Henry Sudhof
b3554f02c5
#12237
...
git-svn-id: file:///svn/phpbb/trunk@7727 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-08 08:51:47 +00:00
David M
dd9c236e6a
- Oracle, woe is you... I will say this much, this fixes Oracle's handling of empty strings... We also fix custom profiles and now provide database size for Oracle...
...
git-svn-id: file:///svn/phpbb/trunk@7721 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-07 05:58:45 +00:00
Meik Sievertsen
3a8c3971da
- use var_export instead of our format_array function [Bug #6748 ]
...
- fix dumb error in column naming [Bug #6750 ]
- Make sure to catch some special conditions for cpf translation as well as correctly removing/adding default values on language installation/removing [Bug #6752 ]
git-svn-id: file:///svn/phpbb/trunk@6839 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-01-04 16:07:38 +00:00