Oleg Pudeyev
6f7e39996c
[ticket/11238] Set goutte version to 0.1.0.
...
PHPBB3-11238
2012-12-02 23:44:49 -05:00
Oleg Pudeyev
ae14ac7ba9
Merge PR #893 branch 'nickvergessen/ticket/10184' into develop-olympus
...
* nickvergessen/ticket/10184:
[ticket/10184] Query bots table to get the user_ids of the bots
[ticket/10184] Disable receiving pms for bots by default
2012-12-01 04:55:00 -05:00
Joas Schilling
ad2d560f3f
[ticket/10184] Query bots table to get the user_ids of the bots
...
PHPBB3-10184
2012-12-01 10:54:26 +01:00
Joas Schilling
314462d835
[ticket/10184] Disable receiving pms for bots by default
...
PHPBB3-10184
2012-12-01 10:54:16 +01:00
Oleg Pudeyev
65253a3023
[ticket/11227] @return void -> @return null in develop-olympus.
...
PHPBB3-11227
2012-11-29 15:37:12 -05:00
Oleg Pudeyev
af5d8b502e
Merge PR #1074 branch 'bantu/ticket/11192' into develop-olympus
...
* bantu/ticket/11192:
[ticket/11192] Merge dataProvider arrays because the test is the same now.
[ticket/11192] Update $value parameter description to support other types.
[ticket/11192] Mark negative byte numbers as unsupported.
[ticket/11192] Test strings not converted to int/float before.
[ticket/11192] Also test strings, e.g. sums returned by the database.
[ticket/11192] Also test powers of 10 / 1000.
[ticket/11192] Add tests.
[ticket/11192] Add Tebibyte to get_formatted_filesize().
2012-11-16 10:25:06 -05:00
Andreas Fischer
efd6f1df63
[ticket/11192] Update $value parameter description to support other types.
...
PHPBB3-11192
2012-11-16 14:56:15 +01:00
Andreas Fischer
7cbd440e7a
[ticket/11192] Mark negative byte numbers as unsupported.
...
PHPBB3-11192
2012-11-16 14:56:15 +01:00
Marc Alexander
170967c48a
[ticket/10879] Remove arrow icon from attachment link in editor
...
If you upload a file with a long filename the filename will partially
cover the arrow icon background image. Remove the icon as it's not needed
anyways.
PHPBB3-10879
2012-11-13 20:26:49 +01:00
Andreas Fischer
c699b88bc5
[ticket/11192] Add Tebibyte to get_formatted_filesize().
...
PHPBB3-11192
2012-11-11 14:35:31 +01:00
Oleg Pudeyev
3ebabc8da2
Merge PR #1052 branch 'p/ticket/10865' into develop-olympus
...
* p/ticket/10865:
[ticket/10865] Use code tags for install/database_update.php.
[ticket/10865] Should have been a slash.
[ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode files
[ticket/10865] Phrase change for visiting with browser
[ticket/10865] Grammar corrections for the entire document
[ticket/10865] Typo and phrasing change
[ticket/10865] Updates and additions to /docs/INSTALL.html
2012-11-09 20:14:52 -05:00
Oleg Pudeyev
7c4318c033
[ticket/10865] Use code tags for install/database_update.php.
...
PHPBB3-10865
2012-11-09 20:13:06 -05:00
Oleg Pudeyev
6e6cc28b76
[ticket/10865] Should have been a slash.
...
PHPBB3-10865
2012-11-09 20:10:43 -05:00
Nils Adermann
0209431e4f
Merge remote-tracking branch 'github-igorw/ticket/11181-olympus' into develop-olympus
...
* github-igorw/ticket/11181-olympus:
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
2012-11-09 23:46:51 +01:00
Igor Wiedler
923137cf31
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
...
PHPBB3-11181
2012-11-09 23:22:02 +01:00
Oleg Pudeyev
a16b9d17da
Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympus
...
* bantu/ticket/11178:
[ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
2012-11-09 09:57:33 -05:00
Andreas Fischer
ed74c9c487
[ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
...
Take whatever startup.php sets instead.
This especially takes care of E_STRICT messages that are generated because of
PHP4 compatibility.
PHPBB3-11178
2012-11-09 14:30:44 +01:00
Andreas Fischer
60ea1c10ef
[ticket/10897] Combine bot updates and bot delete.
...
PHPBB3-10897
2012-11-09 13:40:48 +01:00
Andreas Fischer
54700f5ba2
[ticket/10897] Use same code/query for deleting.
...
PHPBB3-10897
2012-11-09 12:53:33 +01:00
Andreas Fischer
520ffdf368
[ticket/10897] Make sure the user we're fetching is a bot.
...
PHPBB3-10897
2012-11-09 12:47:50 +01:00
Andreas Fischer
c054757f3c
[ticket/10897] Do not handle IP address. There is no need.
...
PHPBB3-10897
2012-11-09 12:46:21 +01:00
Andreas Fischer
63c64694bc
[ticket/10897] Update by user_id instead of bot_name.
...
PHPBB3-10897
2012-11-09 12:41:59 +01:00
Andreas Fischer
935bc33268
[ticket/10897] Move bot delete data to the relevant foreach loop.
...
PHPBB3-10897
2012-11-09 12:19:58 +01:00
Andreas Fischer
de6d741d96
[ticket/10897] Add comment about what's going on.
...
PHPBB3-10897
2012-11-09 12:19:18 +01:00
Andreas Fischer
b2183c9b70
[ticket/10897] Remove unnecessary string casting.
...
PHPBB3-10897
2012-11-09 12:16:38 +01:00
Andreas Fischer
07e7c475d5
[ticket/10897] Add space after foreach.
...
PHPBB3-10897
2012-11-09 12:16:38 +01:00
Carlo
53e9bab237
[ticket/10897] Update bots during phpBB update
...
PHPBB3-10897
2012-11-09 12:10:53 +01:00
Carlo
399662d2af
[ticket/10897] Bot list updated
...
'Baidu [Spider]' updated.
'Bing [Bot]' fixed only identation.
'Exabot [Bot]' changed because there is used also 'Exabot-Thumbnails'
user agent.
'NG-Search [Bot]' no longer exists.
'Nutch/CVS [Bot]' is the same of 'Nutch [Bot]'.
'OmniExplorer [Bot]' no longer exists.
'Seekport [Bot]' no longer exists.
'Synoo [Bot]' no longer exists.
'Voyager [Bot]' updated.
'W3C [Validator]' corrected (there was a *).
'WiseNut [Bot]' no longer exists.
PHPBB3-10897
2012-11-09 12:05:34 +01:00
Andreas Fischer
02df59f1fe
Merge remote-tracking branch 'p/ticket/11081' into develop-olympus
...
* p/ticket/11081:
[ticket/11081] Drop duplicated </td> in subsilver captcha qa template.
2012-11-07 22:56:25 +01:00
Oleg Pudeyev
c08b7385c2
Merge PR #717 branch 'NeoAdonis/ticket/10661' into develop-olympus
...
* NeoAdonis/ticket/10661:
[ticket/10661] Added to enumerated recipients (prosilver)
2012-11-06 20:33:48 -05:00
Oleg Pudeyev
87a80e70da
[ticket/11081] Drop duplicated </td> in subsilver captcha qa template.
...
PHPBB3-11081
2012-11-06 17:46:54 -05:00
Oleg Pudeyev
5f5d395c62
[ticket/11158] Require acl_u_sig for ucp signature module.
...
PHPBB3-11158
2012-10-29 14:58:25 -04:00
Oleg Pudeyev
88bd7292f1
[ticket/11158] Revert old fix in PHPBB3-10186.
...
Revert "[ticket/10186] UCP signature panel displays when not authed
for signatures"
This reverts commit f6fa52540c0fb20d79b4d59cb08c49484d9f3116.
PHPBB3-10186
PHPBB3-11158
2012-10-29 14:58:19 -04:00
Andreas Fischer
c84268d2f9
Merge remote-tracking branch 'p/ticket/10848' into develop-olympus
...
* p/ticket/10848:
[ticket/10848] Move include up.
[ticket/10848] Add phpbb_ prefix.
[ticket/10848] Redirect from adm to installer correctly.
2012-10-18 16:26:54 +02:00
Oleg Pudeyev
b283df8241
[ticket/10848] Move include up.
...
PHPBB3-10848
2012-10-17 22:35:36 -04:00
Oleg Pudeyev
bd44088757
Merge PR #918 branch 'Senky/ticket/10568' into develop-olympus
...
* Senky/ticket/10568:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
2012-10-17 22:10:49 -04:00
Oleg Pudeyev
bb09cd9c8e
[ticket/10848] Add phpbb_ prefix.
...
PHPBB3-10848
2012-10-17 15:13:35 -04:00
Oleg Pudeyev
c630480ca1
[ticket/10848] Redirect from adm to installer correctly.
...
PHPBB3-10848
2012-10-17 15:08:09 -04:00
Oleg Pudeyev
f0544c884f
Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympus
...
* nickvergessen/ticket/8743:
[ticket/8743] Include poster´s name in mail notifications
2012-10-16 21:20:58 -04:00
Oleg Pudeyev
bef3f9c7e7
Merge PR #917 branch 'Senky/ticket/10967' into develop-olympus
...
* Senky/ticket/10967:
[ticket/10967] adding $root_path to posting_get_topic_icons
2012-10-16 20:30:45 -04:00
westr
d376348acf
[ticket/11093] acp_users_overview.html has a wrongly placed </dd>
...
Amended the closing dd tag to the appropriate line: line 145 instead of 141
PHPBB3-11093
2012-10-16 14:39:32 +02:00
Senky
d434672dde
[ticket/10967] adding $root_path to posting_get_topic_icons
...
PHPBB3-10967
2012-10-11 20:38:24 +02:00
Oleg Pudeyev
68641aab93
Merge PR #973 branch 'bantu/ticket/11069' into develop-olympus
...
* bantu/ticket/11069:
[ticket/11069] Add closing span back to credit line in subsilver2 simple footer
2012-10-10 00:22:17 -04:00
Oleg Pudeyev
a7893ab299
Merge PR #1004 branch 'bantu/ticket/11131' into develop-olympus
...
* bantu/ticket/11131:
[ticket/11131] Correctly use indefinite article for "warning".
2012-10-09 17:42:23 -04:00
Vinny
95d02d74ac
[ticket/11135] Full replacement of credit link to https
...
PHPBB3-11135
2012-10-05 21:18:59 -03:00
Andreas Fischer
dbeace22c8
[ticket/11131] Correctly use indefinite article for "warning".
...
PHPBB3-11131
2012-10-02 14:58:20 +02:00
Senky
1f89fc9cb6
[ticket/11112] updating links to phpbb.com to use SSL
...
PHPBB3-11112
2012-10-01 15:38:16 +02:00
Joas Schilling
f7a6169184
[ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributors
...
PHPBB3-11122
2012-09-27 13:22:43 +02:00
Nils Adermann
3bd19077dc
Merge remote-tracking branch 'github-imkingdavid/task/functional' into develop-olympus
...
* github-imkingdavid/task/functional:
[task/functional] Fixed DEBUG_TEST related issues
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
[task/functional] Added posting tests (reply and new topic)
2012-09-01 17:06:41 +02:00
David King
4dd1bbc587
[task/functional] Fixed DEBUG_TEST related issues
...
PHPBB3-10758
2012-09-01 10:53:01 -04:00