38f184ad6b
[ticket/13385] Remove unneeded $result in \phpbb\config\db::set_atomic()
...
PHPBB3-13385
2015-01-09 13:41:36 +01:00
b0f1a0f4bb
Merge pull request #3229 from n-aleha/ticket/13098
...
[ticket/13098] Repair Yahoo contact field
2014-12-27 14:16:55 +01:00
3ba62628dc
Merge pull request #3205 from rxu/ticket/13406
...
[ticket/13406] Add a space between the index name and columns list
2014-12-27 13:51:24 +01:00
5b1c9831c2
Merge pull request #3099 from Senky/ticket/13266
...
[ticket/13266] Enabling twig dump function if DEBUG is defined
2014-12-27 13:31:01 +01:00
6463354a39
[ticket/13098] Repair Yahoo contact field
...
Update the Yahoo link of the yahoo profile field.
PHPBB3-13098
2014-12-12 13:54:35 +02:00
589394e80b
[ticket/13396] Normalize multibyte characters in attachment file names.
...
PHPBB3-13396
2014-12-02 16:23:40 -08:00
2f92bc38e6
[ticket/13406] Add a space between the index name and columns list
...
Currently there's no space between the index name and columns list
when generating ADD INDEX sql query for MySQL DBMSes. This may cause errors
on earlier MySQL versions like 3.23.
PHPBB3-13406
2014-11-30 16:52:36 +07:00
499c1467df
[ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php
...
PHPBB3-13405
2014-11-30 11:27:47 +07:00
893e4b3067
[ticket/13393] Call user->lang function directly
...
PHPBB3-13393
2014-11-27 00:55:01 +01:00
6ac088ea2f
Merge pull request #3075 from Senky/ticket/11613
...
[ticket/11613] Cookies do not work for netbios domain
2014-11-26 13:20:36 +01:00
eb83bd5797
[ticket/13381] Fix header intendation of v312.php
...
PHPBB3-13381
2014-11-25 22:42:52 +01:00
0fbe8e8e69
[prep-release-3.1.2] Add migration to update version to 3.1.2
2014-11-24 21:32:17 +01:00
dcd0f200d6
[prep-release-3.1.2] Add migration for 3.1.2-RC1
2014-11-22 19:27:34 +01:00
5c3b6a8559
Merge pull request #10 from phpbb/ticket/security-171
...
[ticket/security-171] Use type cast helper for json data
2014-11-22 17:48:37 +01:00
a3b18d87dd
Merge pull request #8 from phpbb/ticket/security-169
...
[ticket/security-169] Stop loop through referer dir in top directory
2014-11-22 15:51:48 +01:00
fd993cbaf2
Merge pull request #3157 from marc1706/ticket/13358
...
[ticket/13358] Add class for retrieving remote file data
2014-11-22 15:42:37 +01:00
ab69c79d07
Merge branch 'ticket/13358' into ticket/security-171
2014-11-22 15:24:27 +01:00
f3ae5e4cb2
[ticket/13358] Correctly create version_helper in acp_extensions
...
The full namespace for the file_downloader is now also being used in
version_helper.
PHPBB3-13358
2014-11-22 15:23:26 +01:00
30f292f5a2
[ticket/11613] Allow cookies to work on netbios domains
...
PHPBB3-11613
2014-11-22 11:29:57 +01:00
9649d78fa4
Merge branch 'ticket/13358' into ticket/security-171
2014-11-21 23:37:17 +01:00
6d3ac29aee
[ticket/13358] Use protected and public keywords where applicable
...
PHPBB3-13358
2014-11-21 23:30:47 +01:00
171837eefe
[ticket/13358] Do not pass variables by reference
...
PHPBB3-13358
2014-11-21 23:16:22 +01:00
0017fad554
Merge pull request #3108 from Elsensee/ticket/13284
...
[ticket/13284] Message body not included in email
2014-11-21 23:10:00 +01:00
c98cceaf22
Merge pull request #3068 from marc1706/ticket/13204
...
[ticket/13204] Tell user that password was incorrect when exceeding attempts
2014-11-21 22:52:24 +01:00
dd7e09d092
Merge pull request #3064 from marc1706/ticket/13197
...
[ticket/13197] Also delete group avatar from users that have it set
2014-11-21 22:41:17 +01:00
4ee05b1c17
[ticket/security-171] Add tests for retrieved remote data in version_helper
...
SECURITY-171
2014-11-21 22:32:28 +01:00
34004612ac
[ticket/security-171] Sanitize data from composer.json
...
SECURITY-171
2014-11-21 22:32:28 +01:00
da1888a7fa
[ticket/security-171] Use type cast helper for json data
...
SECURITY-171
2014-11-21 22:32:28 +01:00
352648f173
[ticket/13358] Fix tests and use exceptions instead of user object
...
PHPBB3-13358
2014-11-21 21:37:43 +01:00
2793f9c078
[ticket/13358] Add file_downloader to version_helper
...
PHPBB3-13358
2014-11-21 21:37:43 +01:00
a080173010
[ticket/13358] Add file_downloader as replacement for get_remote_file
...
PHPBB3-13358
2014-11-21 21:37:43 +01:00
f3373e1e32
[ticket/13316] Ensure Recaptcha image uses https when necessary.
...
PHPBB3-13316
2014-11-21 12:17:04 -08:00
f719803fdc
Merge pull request #3144 from marc1706/ticket/13337
...
[ticket/13337] Do not use SQL IN comparison with empty array
2014-11-21 21:04:11 +01:00
1689191f29
Merge pull request #3023 from Nicofuma/ticket/13133
...
[ticket/13133] Allow @vendor_name for includecss
2014-11-21 20:36:41 +01:00
acfe6dd37d
Merge pull request #3149 from prototech/ticket/13342
...
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha
* prototech/ticket/13342:
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
2014-11-18 16:28:59 +01:00
7c68964153
[ticket/13315] Check for the includes/captcha/plugins/ directory instead.
...
PHPBB3-13315
2014-11-18 00:37:07 -08:00
7b33018ade
[ticket/13315] Fix loss of CAPTCHA plugin config value.
...
The plugins were moved to phpbb/captcha/plugins/ after this migration was
created, thus the check is no longer valid and ends up resetting the value
prematurely.
PHPBB3-13315
2014-11-16 17:01:38 -08:00
fb34cbf7cd
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
...
The Recaptcha plugin class name does not follow the phpbb_captcha_ prefix
convention as all others. Instead it simply uses phpbb_, hence the check
for its existence under phpbb/captcha/plugins/ fails.
PHPBB3-13342
2014-11-16 17:01:03 -08:00
4ffdb12938
Merge remote-tracking branch 'github-nicofuma/ticket/13280' into develop-ascraeus
...
* github-nicofuma/ticket/13280:
[ticket/13280] Output escaping for the symfony request object
[ticket/13280] Add new tests
[ticket/13280] Make the tests failing
[ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"
2014-11-16 16:50:15 +01:00
0dfe1d0d8b
[ticket/13280] Output escaping for the symfony request object
...
PHPBB3-13280
2014-11-16 16:45:19 +01:00
e27b69f42a
Merge pull request #3136 from marc1706/ticket/13332
...
[ticket/13332] Pass user row to passwords manager check method
* marc1706/ticket/13332:
[ticket/13332] Fix auth provider tests
[ticket/13332] Remove useless $result assignment
[ticket/13332] Pass user row to passwords manager check method
2014-11-16 12:22:51 +01:00
556565d072
[ticket/13337] Allow empty array passed to sql_in_set()
...
is_array() will evaluate to true even if the array is just an empty array.
Make sure we also expect an empty array passed to sql_in_set().
PHPBB3-13337
2014-11-14 11:08:35 +01:00
2f54ab0a24
Merge pull request #3137 from prototech/ticket/13209
...
[ticket/13209] Fix loss of CPF language field values when switching steps
2014-11-13 00:14:54 +01:00
6d533d2f86
[ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"
...
This reverts commit a1b58d05d1
, reversing
changes made to 0e772afb9d
.
PHPBB3-13280
2014-11-12 15:42:23 +01:00
ec220d6494
[ticket/13209] Gather language field values for boolean CPF's in all steps.
...
The user can move back and forth between all three steps and as such the lang
field data should be expected in all steps.
PHPBB3-13209
2014-11-11 16:32:04 -08:00
3108d0b060
[ticket/13209] Fix expected request value of CPF language fields.
...
Multiple languages can be edited, thus the expected value is an array.
PHPBB3-13209
2014-11-11 16:28:06 -08:00
91f7d53d8e
[ticket/13332] Remove useless $result assignment
...
PHPBB3-13332
2014-11-11 19:02:20 +01:00
040fc6dd0f
[ticket/13332] Pass user row to passwords manager check method
...
PHPBB3-13332
2014-11-11 19:02:01 +01:00
9bb302b92c
[ticket/security-169] Stop loop through referer dir in top directory
...
SECURITY-169
2014-11-09 23:00:39 +01:00
6a4cb42565
Merge pull request #3113 from prototech/ticket/13251
...
[ticket/13251] Escape container parameters defined from config.php.
2014-11-09 20:01:20 +01:00