Joas Schilling
23069a13e2
[ticket/13526] Correctly validate the ucp_pm_options form key.
...
PHPBB3-13526
2015-01-20 22:16:24 +01:00
Joas Schilling
03e3ee7f16
Merge pull request #3310 from bantu/ticket/13523
...
[ticket/13523] Install PHPUnit manually instead of from PEAR.
2015-01-20 20:47:36 +01:00
Andreas Fischer
0beb9128f9
[ticket/13523] Install PHPUnit manually instead of from PEAR.
...
The pear.phpunit.de channel has been shut down in 2014.
PHPBB3-13523
2015-01-20 20:31:08 +01:00
Nils Adermann
ebbe6a7791
Merge pull request #2990 from Senky/ticket/10985
...
[ticket/10985] Error bbcode.html not found when updating with custom style inheriting from prosilver
2015-01-19 22:27:14 +01:00
Tristan Darricau
b54dbe0df6
Merge pull request #3188 from marc1706/ticket/11613
...
[ticket/11613] Allow cookies for domains without dots
* marc1706/ticket/11613:
[ticket/11613] Allow cookies to work on netbios domains
2014-11-27 10:38:45 +01:00
Jakub Senko
b67b67f2df
[ticket/11613] Allow cookies to work on netbios domains
...
PHPBB3-11613
2014-11-26 14:58:33 +01:00
Joas Schilling
ff9b541070
Merge pull request #3180 from naderman/ticket/13376
...
[ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3
2014-11-25 16:36:18 +01:00
Nils Adermann
965042d015
[ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3
...
Also introduce a clear cookie message hardcoded just in case.
PHPBB3-13376
2014-11-25 15:57:12 +01:00
Joas Schilling
a415b8e37b
Merge pull request #3164 from Crizz0/ticket/10442
...
[ticket/10442] Adds <dd> </dd> to <dl> for xhtml correctness
2014-11-22 11:31:31 +01:00
Crizzo
867bfa3f9e
[ticket/10442] Adds <dd> </dd> to <dl> for xhtml correctness
...
PHPBB3-10442
2014-11-22 01:08:14 +01:00
Joas Schilling
d4fd5e3365
Merge pull request #3146 from bantu/ticket/13341
...
[ticket/13341] Change coverage to whitelist to prevent errors with temp ...
2014-11-17 22:47:17 +01:00
Andreas Fischer
c40d7f0896
[ticket/13341] Change coverage to whitelist to prevent errors with temp files.
...
b4f95deefc9d456c5a2d0f6338f6dcecc0829652 suggests that this can lead to issues
with classes having the same name. However, this does not seem to be a problem
with the current version of PHPUnit we are using.
Despite https://phpunit.de/manual/4.1/en/code-coverage-analysis.html saying
that addUncoveredFilesFromWhitelist="true" is optional, this seems to be on by
default in PHPUnit 4.1.0. As a result, all files are considered for code
coverage; which is what we want.
processUncoveredFilesFromWhitelist is however false (by default) and as such
even files that are considered for code coverage are not processed through PHP
when not used in actual tests. Since it is already impossible to test multiple
classes with the same name in the same test run (without process isolation),
because that would already lead to "cannot redeclare class" errors, it is also
impossible for "cannot redeclare class" errors to happen in test coverage.
PHPBB3-13341
2014-11-14 13:44:42 +01:00
Joas Schilling
b99fbd0be0
Merge pull request #3142 from bantu/ticket/13331
...
[ticket/13331] Use docs target for this branch, add docs-all for all branches
2014-11-12 22:55:30 +01:00
Andreas Fischer
b55d744e77
[ticket/13331] Use docs target for this branch, add docs-all for dev branches.
...
PHPBB3-13331
2014-11-12 21:40:26 +01:00
Tristan Darricau
6949f64d28
Merge pull request #3133 from bantu/ticket/13324
...
[ticket/13324] Update sami/sami and fabpot/goutte for new zipball location
* bantu/ticket/13324:
[ticket/13324] Update sami/sami and fabpot/goutte for new zipball location.
2014-11-11 15:27:53 +01:00
Andreas Fischer
9bd24e2efb
[ticket/13324] Update sami/sami and fabpot/goutte for new zipball location.
...
PHPBB3-13324
2014-11-11 12:23:02 +01:00
Joas Schilling
d2cd24e875
Merge pull request #3090 from Nicofuma/ticket/13234
...
Ticket/13234
2014-10-28 12:56:15 +01:00
Tristan Darricau
fcc320e385
[ticket/13234] Fix conditions and CS
...
PHPBB3-13234
2014-10-28 12:19:53 +01:00
Nils Adermann
64d97d0787
[ticket/13234] Never allow autologin/remember me to modify the userid
...
This prevents admin relogin with forced user id from overwriting
remember me cookies
PHPBB3-13234
2014-10-27 19:55:56 -07:00
Marc Alexander
d51c1707e3
Merge pull request #3051 from nickvergessen/ticket/12120
...
[ticket/12120] Remove EXreaction from active authors
2014-10-21 19:22:11 -05:00
Joas Schilling
9cf81ac7f5
[ticket/12120] Remove EXreaction from active authors
...
PHPBB3-12120
2014-10-21 18:17:59 +02:00
Andreas Fischer
b71cf56bda
Merge pull request #3047 from Elsensee/ticket/13168
...
[ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
* Elsensee/ticket/13168:
[ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
2014-10-20 23:20:42 +02:00
Nils Adermann
d4faeb064b
Merge pull request #3039 from nickvergessen/ticket/13138
...
[ticket/13138] Only use cookie data when we do not force a user_id
2014-10-20 14:49:29 -04:00
Oliver Schramm
53f166274a
[ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
...
PHPBB3-13168
2014-10-20 16:47:52 +02:00
Joas Schilling
e7e016637b
[ticket/13138] Do not use cookie data and autologin while forcing a user_id
...
PHPBB3-13138
2014-10-16 12:32:48 +02:00
Joas Schilling
a12a7d0b90
Merge pull request #2460 from Nicofuma/ticket/11224
...
[ticket/11224] SQL cache destroy does not destroy queries to tables joined
2014-10-06 23:20:50 +02:00
Andreas Fischer
ce0c33f62a
Merge pull request #2994 from Skouat/ticket/13086-olympus
...
[ticket/13086] Update ACP_MASS_EMAIL_EXPLAIN language key
* Skouat/ticket/13086-olympus:
[ticket/13086] String replaces 50 with 20
2014-09-24 21:21:53 +02:00
Mario Skouat
077db77259
[ticket/13086] String replaces 50 with 20
...
PHPBB3-13086
2014-09-24 19:03:33 +02:00
Tristan Darricau
74a96bf7c2
[ticket/11224] Adds a test case
...
PHPBB3-11224
2014-09-24 16:16:47 +02:00
Jakub Senko
ca7f4fb531
[ticket/10985] Add fix to properly inherit style during update process
...
PHPBB3-10985
2014-09-23 23:03:07 +02:00
Andreas Fischer
2f773fca18
Merge pull request #2989 from Senky/ticket/13096
...
[ticket/13096] ldap_escape() added to PHP 5.6.0
* Senky/ticket/13096:
[ticket/13096] Add phpbb_ prefix to ldap_escape()
2014-09-23 22:54:27 +02:00
Jakub Senko
ba464ec93a
[ticket/13096] Add phpbb_ prefix to ldap_escape()
...
PHPBB3-13096
2014-09-23 22:43:52 +02:00
Marc Alexander
8bd1853b56
Merge pull request #2981 from nickvergessen/ticket/10729
...
Ticket/10729 Update editor information when user being deleted
2014-09-23 11:08:56 +02:00
Joas Schilling
bea5f94de6
[ticket/10729] Use mocked null cache for phpunit 3.6 on travis with php 5.2
...
PHPBB3-10729
2014-09-23 09:03:44 +02:00
Joas Schilling
e28b93e0cc
[ticket/10729] Ensure that no bans exist before testing create_session
...
PHPBB3-10729
2014-09-22 23:56:31 +02:00
Joas Schilling
7fca351e05
[ticket/10729] Add assert messages and finish up tests
...
PHPBB3-10729
2014-09-22 02:01:54 +02:00
Joas Schilling
d7c12ccd60
[ticket/10729] Add tests for some special tables with unique conditions
...
PHPBB3-10729
2014-09-22 01:42:36 +02:00
Joas Schilling
74854ac65d
[ticket/10729] Add tests for user posts, reports and attachments
...
PHPBB3-10729
2014-09-22 00:55:34 +02:00
Joas Schilling
d48e4b680e
[ticket/10729] Fix doc block for user_delete
...
PHPBB3-10729
2014-09-22 00:55:08 +02:00
Andreas Fischer
f01b602e9f
Merge pull request #2808 from nickvergessen/ticket/12917
...
[ticket/12917] Check commit message and image ICC profile on 5.3.3
* nickvergessen/ticket/12917:
[ticket/12917] Check commit message and image ICC profile on 5.3.3
2014-08-07 14:30:41 +02:00
Joas Schilling
b700e871cf
[ticket/12917] Check commit message and image ICC profile on 5.3.3
...
PHPBB3-12917
2014-08-07 13:40:31 +02:00
Joas Schilling
122898d221
Merge pull request #2350 from Nicofuma/ticket/11480
...
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
* Nicofuma/ticket/11480:
[ticket/11480] Move the test into get_folder()
[ticket/11480] Fix the double spaces in phpbb_functional_test_case
[ticket/11480] Fix typos
[ticket/11480] Add functionnal test
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
2014-08-01 22:17:17 +02:00
Tristan Darricau
8bdfda723c
[ticket/11480] Move the test into get_folder()
...
PHPBB3-11480
2014-07-30 15:28:02 +02:00
Joas Schilling
9a3af2a052
Merge pull request #2425 from Zoddo/ticket/12492
...
[ticket/12492] Add support of special chars
* Zoddo/ticket/12492:
[ticket/12492] Add support of special chars
2014-07-30 15:00:32 +02:00
Oliver Schramm
da6b378e64
[ticket/10729] Update message_edit_user when user being deleted
...
PHPBB3-10729
2014-07-18 00:11:51 +02:00
Oliver Schramm
53f597b6d0
[ticket/10729] Update post_edit_user when user being deleted
...
PHPBB3-10729
2014-07-17 16:28:32 +02:00
Andreas Fischer
a58cc394bc
Merge pull request #2716 from marc1706/ticket/12120
...
[ticket/12120] Remove imkingdavid from active authors
* marc1706/ticket/12120:
[ticket/12120] Remove imkingdavid from active authors
2014-07-11 12:00:02 +02:00
Tristan Darricau
3a11fec5de
Merge pull request #2722 from marc1706/ticket/12695
...
[ticket/12695] Add viewtopic language file for parse_attachments in mcp_...
* marc1706/ticket/12695:
[ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
2014-07-10 15:25:00 +02:00
Marc Alexander
83f4bd9ee7
[ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
...
PHPBB3-12695
2014-07-10 14:39:53 +02:00
Marc Alexander
e68094679e
[ticket/12120] Remove imkingdavid from active authors
...
PHPBB3-12120
2014-07-08 21:20:51 +02:00