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
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
Mario Skouat
077db77259
[ticket/13086] String replaces 50 with 20
...
PHPBB3-13086
2014-09-24 19:03:33 +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
d48e4b680e
[ticket/10729] Fix doc block for user_delete
...
PHPBB3-10729
2014-09-22 00:55:08 +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
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
Joas Schilling
eff07032c0
[ticket/12120] Add nicofuma to the developers
...
PHPBB3-12120
2014-07-02 22:26:32 +02:00
Dhruv
a730c0291f
[ticket/12196] Revert Fix typo "referer" in acp/attachments
...
This reverts commit 9bc1f7924d
.
https://tracker.phpbb.com/browse/PHPBB3-12196
PHPBB3-12196
2014-06-27 00:07:15 +05:30
Joas Schilling
9bc1f7924d
[ticket/12196] Fix typo "referer" in acp/attachments
...
PHPBB3-12196
2014-06-25 23:17:02 +02:00
Marc Alexander
8b3cc9a6c4
[ticket/12755] Apply de morgan to conditional
...
PHPBB3-12755
2014-06-24 19:53:52 +02:00
Marc Alexander
309dbb4ef9
[ticket/12755] Terminate upload loop if upload reaches filesize
...
Terminate the upload loop if the expected filesize has been reached instead
of trying to read more bytes until the timeout has been reached.
PHPBB3-12755
2014-06-24 19:07:49 +02:00
Marc Alexander
5ee1e07e17
[ticket/12755] Change upload in remote_upload() method to fit get_remote_file
...
PHPBB3-12755
2014-06-24 11:53:32 +02:00
Marc Alexander
8817b59377
[ticket/12755] Add language string for timed out remote upload
...
PHPBB3-12755
2014-06-23 20:35:36 +02:00
Marc Alexander
0499655ba4
[ticket/12755] Add timeout to remote upload to prevent infinite loop
...
PHPBB3-12755
2014-06-21 11:55:54 +02:00
Andreas Fischer
a0c442d16e
[ticket/12660] Improve check for when phpinfo() is disabled.
...
PHPBB3-12660
2014-06-09 03:28:57 +02:00
Andreas Fischer
de71837b71
[ticket/12582] Fix coding style.
...
PHPBB3-12582
2014-05-27 20:56:29 +02:00
Andreas Fischer
d7c143da24
[ticket/12582] Remove set -e due to exiftool not liking 0 byte files.
...
PHPBB3-12582
2014-05-27 20:51:48 +02:00
David Prévot
b485318ba9
[ticket/12582] Strip away copyrighted ICC profile
...
This images embed a non free ICC profile that doesn’t allow
modification:
http://web.archive.org/web/20020603153925/srgb.com/usingsrgb.html
Please use the proposed version stripping away this copyrighted binary
profile, probably embedded by an image software at one time:
exiftool -icc_profile"-<=" phpBB/adm/images/phpbb_logo.png
I’ve checked the resulting image and trust it is identical to the
original.
Some more background on the issue:
https://lists.debian.org/debian-devel/2014/05/msg00339.html
PHPBB3-12582
2014-05-27 18:35:44 +02:00
Andreas Fischer
c02fba3f1c
[ticket/12582] Change strip_icc_profiles.sh to only take a single file.
...
PHPBB3-12582
2014-05-27 17:23:54 +02:00
Andreas Fischer
ac3bc45874
[ticket/12582] Overwrite inplace instead of creating _original files.
...
PHPBB3-12582
2014-05-27 17:23:54 +02:00
Andreas Fischer
af05015a69
[ticket/12582] Add script for strippping ICC profiles from images.
...
PHPBB3-12582
2014-05-27 13:13:29 +02:00
Skouat
a0a5c852d5
[ticket/12492] Add support of special chars
...
Add support of special chars during db test in the installation
PHPBB3-12492
2014-05-24 14:33:02 +02:00
Andreas Fischer
b32f91b9c6
[task/sami] Add sami/sami as a composer development dependency.
...
PHPBB3-12495
2014-05-16 17:55:41 +02:00
Tristan Darricau
d53336af06
[ticket/11224] Remove new line in acm_memory.php
...
PHPBB3-11224
2014-05-15 12:36:22 +02:00
Tristan Darricau
7c99e30920
[ticket/11224] Fix coding style
...
PHPBB3-11224
2014-05-15 01:17:02 +02:00
Tristan Darricau
9dd71fa32e
[ticket/11224] Fix the blank line after ?>
...
PHPBB3-11224
2014-05-14 20:23:27 +02:00
Tristan Darricau
0c4b53e2f1
[ticket/11224] Fix returned data
...
PHPBB3-11224
2014-05-14 20:22:36 +02:00
Tristan Darricau
0c109c9d37
[ticket/11224] SQL cache destroy does not destroy queries to tables joined
...
https://tracker.phpbb.com/browse/PHPBB3-11224
PHPBB3-11224
2014-05-14 20:00:04 +02:00
Joas Schilling
dceea23b1f
[ticket/12540] Fix broken placeholders in language files
...
PHPBB3-12540
2014-05-13 21:41:11 +02:00
Nils Adermann
af7ec71967
Merge remote-tracking branch 'github-bantu/ticket/11860' into develop-olympus
...
* github-bantu/ticket/11860:
[ticket/11860] htaccess: Support for Apache 2.4's "Require" syntax.
2014-05-03 00:37:11 +02:00
Andreas Fischer
30dc3afb69
[ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.
...
PHPBB3-12429
2014-05-02 20:19:10 +02:00
Joas Schilling
797cb02f06
[ticket/12120] Add Marc Alexander to AUTHORS
...
PHPBB3-12120
2014-05-02 17:12:44 +02:00
Andreas Fischer
370015c1a5
[ticket/12468] Having mbstring.http_input set to '' is as good as 'pass'.
...
PHPBB3-12468
2014-05-02 14:41:08 +02:00
Nils Adermann
fa230b48ec
Merge remote-tracking branch 'github-marc1706/ticket/8960-olympus' into develop-olympus
...
* github-marc1706/ticket/8960-olympus:
[ticket/8960] Allow changing avatar path if it's not writable
2014-05-02 13:25:29 +02:00
Joas Schilling
06e9d8871c
Merge pull request #2319 from n-aleha/ticket/12186
...
[ticket/12186] Move PM reports below post reports while installing
* n-aleha/ticket/12186:
[ticket/12186] Move PM reports below post reports while installing
2014-04-29 21:28:54 +02:00
Nicofuma
4f6441b411
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
...
https://tracker.phpbb.com/browse/PHPBB3-11480
PHPBB3-11480
2014-04-25 01:04:00 +02:00
n-aleha
5a91399dac
[ticket/12186] Move PM reports below post reports while installing
...
In mcp, move PM reports below post reports while installing.
PHPBB3-12186
2014-04-23 22:43:20 +03:00
Joas Schilling
f9cdec90fc
[ticket/12413] Revert e65a6dd8f4
...
"Merge remote-tracking branch 'dhruvgoel92/ticket/11271' into develop-olympus"
This reverts commit e65a6dd8f4
, reversing
changes made to 214f515e9c
.
PHPBB3-12413
2014-04-22 18:55:17 +02:00
Andreas Fischer
e9807e1741
Merge pull request #2310 from n-aleha/ticket/12397
...
[ticket/12397] Fix sql_unique_index_exists doc block
* n-aleha/ticket/12397:
[ticket/12397] Fix sql_unique_index_exists doc block
2014-04-15 23:59:39 +02:00
n-aleha
bff63be512
[ticket/12397] Fix sql_unique_index_exists doc block
...
db_tools::sql_unique_index_exists() searches for unique indexes but not
primary key indexes.
PHPBB3-12397
2014-04-16 00:55:05 +03:00