4c529c4bbb
Merge branch '3.3.x'
2020-04-21 20:46:23 +02:00
99dbea1469
[ticket/16338] Add DuckDuckGo bot
...
PHPBB3-16338
2020-04-06 16:02:20 -05:00
a0e2fa9a45
Merge branch '3.3.x'
2020-01-01 16:35:46 +01:00
80de9f6a68
[ticket/16277] Move from each() function
...
PHPBB3-16277
2019-12-29 18:56:36 +07:00
b6ec8c8a94
Merge branch '3.3.x'
2019-11-21 14:55:37 +01:00
c628cd7e15
[ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash()
...
The latter one has been deprecated for 10 years now.
PHPBB3-16167
2019-11-19 21:15:21 +01:00
60da203301
Merge branch '3.3.x'
2019-10-13 12:32:20 +02:00
bd02c5bd08
[ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
...
PHPBB3-16051
2019-10-06 12:07:35 +02:00
ef43dbdcca
[ticket/15286] Update use storage in avatars
...
PHPBB3-15286
2018-05-01 10:47:11 +02:00
1b4bad6583
Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2
2018-01-07 11:02:31 +01:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
bf5f11e11a
Merge branch 'ticket/security/211' into ticket/security/211-rhea
2018-01-01 11:54:37 +01:00
882a3c3831
[ticket/security/211] Make sure website URL only uses http & https schemes
...
SECURITY-211
2017-07-22 17:38:04 +02:00
e974f338af
[ticket/14739] Remove SQLite 2.8.x database driver
...
PHPBB3-14739
2016-11-16 17:59:28 +01:00
c64b8102b7
[ticket/10809] Remove MSSQL support
...
PHPBB3-10809
2016-08-02 12:06:06 +02:00
2653b98e09
Merge branch 'ticket/14577' into ticket/14577-3.2.x
...
Conflicts:
phpBB/includes/acp/acp_modules.php
2016-04-02 09:51:37 +02:00
5b61ac06cb
[ticket/14577] Do not calculate size of array in for loop
...
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
2016-04-02 09:46:54 +02:00
3f44f36817
[ticket/13454] Add excessively removed code back
...
PHPBB3-13454
2016-01-06 13:52:11 +01:00
73900d1857
[ticket/13454] Remove more unused variables
...
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
266576c6a4
[ticket/13454] Remove unused variables
...
Part 4
PHPBB3-13454
2016-01-06 13:52:11 +01:00
f50ba9ab4f
[ticket/13454] Remove unused variables
...
This is part 2 of the pr.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
2e31cae7bf
Merge branch 'ticket/13930' into ticket/13930-master
...
Conflicts:
phpBB/includes/acp/acp_database.php
2015-06-08 15:39:47 +02:00
f9389995e7
[ticket/13930] Add missing spaces to code
...
PHPBB3-13930
2015-06-08 13:54:50 +02:00
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
2015-04-16 13:24:10 +02:00
79d4ff5538
[ticket/13494] Update calls to set_config()
...
PHPBB3-13494
2015-02-02 19:28:23 +01:00
0e0c649477
[ticket/13441] Functions_convert fails to set global moderators default group
...
PHPBB3-13441
2015-01-03 13:45:52 +01: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
a94581e7ca
[ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy
...
PHPBB3-12721
2014-06-16 22:35:44 +02:00
ca3cdadd08
[ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
...
PHPBB3-12722
2014-06-16 19:05:09 +02:00
5a320adc75
[ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset
...
PHPBB3-12724
2014-06-16 01:26:59 +02:00
64467f50db
[ticket/11366] Update FILE_NOT_FOUND language string
...
PHPBB3-11366
2014-05-28 22:17:00 +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
166e27566a
[ticket/12005] Remove PM popup from converter
...
PHPBB3-12005
2013-11-08 21:57:05 +01:00
158c998216
Merge pull request #1810 from nickvergessen/ticket/11031
...
Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes
2013-11-02 07:20:15 -07:00
cb8cd50495
[ticket/11031] Correctly add groups to teampage
...
PHPBB3-11031
2013-11-02 13:25:46 +01:00
ef1f991837
[task/code-sniffer] Replace spaces with tabs.
...
PHPBB3-11980
2013-10-30 13:37:29 +01:00
02e9f6e284
[task/code-sniffer] Fix argument list spacing.
...
PHPBB3-11980
2013-10-29 23:38:05 +01:00
85a12ce4f4
[ticket/11031] Fix group legend position
...
PHPBB3-11031
2013-10-28 23:28:24 +01:00
b8c55291ed
[feature/soft-delete] Lay the groundwork for a soft-delete feature
...
So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :)
PHPBB3-9657
2012-08-29 17:49:37 +02:00
3c6272ff04
[feature/new-tz-handling] Remove appearances of board_dst and user_dst
...
PHPBB3-9558
2012-06-18 15:08:46 +02:00
2f010fe96e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10407] Fix check for empty image paths in convertor
[ticket/10407] Fix check for empty image paths in convertor
2012-01-02 19:54:46 +01:00
24cf7f1d29
[ticket/10407] Fix check for empty image paths in convertor
...
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will check the path without the trailing slash to see if the path is
actually empty.
PHPBB3-10407
2012-01-02 13:09:21 -05:00
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
d5dc70cbe3
[ticket/10407] Fix check for empty image paths in convertor
...
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will temporarily remove the trailing slash, then check if the path is
empty.
PHPBB3-10407
2011-12-29 16:27:48 -05:00
23765fa668
[ticket/9932] Add the Bing bot when converting
...
PHPBB3-9932
2010-11-29 08:33:10 +01:00
884cc2ac9b
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
...
includes/functions_convert.php and install/install_convert.php tested by Dicky.
PHPBB3-9519
2010-08-13 16:40:56 +02:00
b64f456c40
[ticket/9659] Signature options in set_user_options
...
The phpBB3 defaults are being used.
PHPBB3-9659
2010-07-06 14:43:50 +02:00