1e3175cca3
[ticket/10748] Fix class type hinting
...
PHPBB3-10748
2015-02-15 17:01:20 +01:00
069738a1f2
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
2015-02-11 16:53:25 +01:00
3df25babce
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
...
PHPBB3-13597
2015-02-11 12:03:54 +01:00
abcb2680ee
[ticket/13455] Remove unnecessary calls to utf8_normalize_nfc()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
51f534c82e
[ticket/12765] Execute query directly from db tools
...
PHPBB3-12765
2014-08-10 14:26:12 +02:00
03040de75a
[ticket/12765] Use db_tools instead of generating queries at moment
...
PHPBB3-12765
2014-08-10 14:26:10 +02:00
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
04164affe6
[ticket/12747] Drop support for Firebird
...
PHPBB3-12747
2014-06-20 12:35:42 +02:00
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
b39b0369aa
[feature/sqlite3] Add support for SQLite 3
...
Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0
when support for SQLite 3 was added.
PHPBB3-9728
2014-05-02 15:45:20 +02:00
89391dec08
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
...
* There MUST NOT be trailing whitespace at the end of lines.
* There MUST NOT be whitespace before the first content of a file.
* There MUST NOT be whitespace after the last content of a file.
* Functions MUST NOT contain multiple empty lines in a row.
PHPBB3-12458
2014-04-29 17:51:21 +02: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
995019a992
[ticket/12169] Add new option to display profile fields on memberlist
...
PHPBB3-12169
2014-02-10 16:28:21 +01:00
7bcbdfc1b1
[ticket/11201] Rename profilefields class to manager
...
PHPBB3-11201
2014-02-02 12:53:29 +01:00
12932e8113
[ticket/11201] Use !== null, its faster
...
PHPBB3-11201
2014-01-20 00:15:06 +01:00
f40f774b2e
[ticket/11201] Fix some variable names
...
PHPBB3-11201
2014-01-18 13:28:17 +01:00
197e026699
[ticket/11201] Add a method to return the translated full name of the type
...
PHPBB3-11201
2014-01-18 13:16:18 +01:00
aa2f0a652f
[ticket/11201] Change type from integer to service name
...
PHPBB3-11201
2014-01-17 21:13:59 +01:00
74d36591e1
[ticket/11201] Move custom template variable assignment to type class
...
PHPBB3-11201
2014-01-17 21:13:56 +01:00
af5c747f6f
[ticket/11201] Move preparation of hidden fields to type class
...
PHPBB3-11201
2014-01-17 21:13:46 +01:00
67f477fc8f
[ticket/11201] Allow manipulating the intended variables with the type class
...
PHPBB3-11201
2014-01-17 13:59:07 +01:00
ae38cfaa70
[ticket/11201] Move type specific error messages to type class
...
PHPBB3-11201
2014-01-17 10:20:00 +01:00
9653764fb1
[ticket/11201] Move field type depending preparation of the options to class
...
PHPBB3-11201
2014-01-17 09:55:52 +01:00
0bdec35cd4
[ticket/11201] Move grabbing the input of the language options to type class
...
PHPBB3-11201
2014-01-16 16:00:52 +01:00
78603bb96d
[ticket/11201] Move language option determination into type class
...
PHPBB3-11201
2014-01-15 18:25:28 +01:00
bd1425d075
[ticket/11201] Use database type from the type class
...
PHPBB3-11201
2014-01-15 16:39:06 +01:00
d601aaad26
[ticket/11201] Remove type related code from build_insert_sql_array()
...
PHPBB3-11201
2014-01-14 13:38:24 +01:00
a7e3538e5b
[ticket/11201] Move get_options to type classes
...
PHPBB3-11201
2014-01-13 21:09:07 +01:00
c665839636
[ticket/11201] Remove global use from admin class
...
PHPBB3-11201
2014-01-10 23:00:37 +01:00
2471b19d73
[ticket/11201] Make profile field classes autoloadable
...
PHPBB3-11201
2014-01-10 16:11:11 +01:00
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
58a0764759
[ticket/12038] AJAXify move up/down buttons in custom profile fields page.
...
PHPBB3-12038
2013-12-05 23:44:07 -08:00
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
da2752e400
[ticket/11700] Modify all code to use the new interface names
...
PHPBB3-11700
2013-07-14 13:30:52 -04:00
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
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
8138103c6b
[feature/ajax] Send correct activate/deactivate JSON response in acp_profile
...
PHPBB3-10270
2012-03-31 02:10:17 +02:00
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
f832f5a4ee
[ticket/9831] Fix saving unchecked checkbox field value
...
PHPBB3-9831
2012-02-05 22:03:02 +08:00
99164cd20b
[ticket/9831] Correctly store checkbox default value for boolean CPF.
...
PHPBB3-9831
2012-01-18 22:33:51 +08:00
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
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
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
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
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
c09bdb6c55
[feature/request-class] Remove tricky $_* is_array from acp_profile
...
PHPBB3-9716
2010-09-25 20:35:07 +02:00
fccd7f0ab5
[feature/request-class] Convert any direct access to $_* to use $request
...
PHPBB3-9716
2010-09-25 20:32:15 +02:00