f68bdb9e08
Merge branch '3.2.x' into 3.3.x
2020-04-14 16:19:10 +02:00
39c6d11ed6
[ticket/16418] Fix non-numeric value - ACP board start date
...
PHPBB3-16418
2020-03-28 15:34:06 +01:00
eba65f57ab
Merge branch '3.2.x' into 3.3.x
2020-01-18 16:46:52 +01:00
bb5cf54e61
[ticket/16328] Inform admins about PHP requirements in phpBB 3.3
...
PHPBB3-16328
2020-01-18 14:03:27 +01:00
4ed854c818
[ticket/16288] PHP 8 compatibility
...
PHPBB3-16288
2020-01-03 02:21:37 +07:00
db36318ad0
[ticket/15772] Hide warning in acp when allow_install_dir is true
...
PHPBB3-15772
2019-05-09 19:01:23 +02:00
baabcad8ab
[ticket/15510] Link Orphan attachments in ACP General to its page
...
Link Orphan attachments in ACP General to Orphaned attachments page
if Orphan attachments>0
PHPBB3-15510
2018-01-12 18:23:16 +03:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
4cbf619fd5
Merge pull request #4705 from nomind60s/ticket/15097
...
[ticket/15097] Add PHP version to Board statistics
* github.com:phpbb/phpbb:
[ticket/15097] New 'Installed software' lead section
[ticket/15097] Resolve travis-ci error
[ticket/15097] Resolve travis-ci error
[ticket/15097] Add PHP version to Board statistics
[ticket/15097] Add PHP version to Board statistics
2017-04-18 23:14:56 +02:00
65513c79f5
[ticket/15097] Resolve travis-ci error
...
Make sure indentation is using tabs not spaces per code guidelines
PHPBB3-15097
2017-02-17 16:15:00 -07:00
c30ad4ce60
[ticket/15097] Add PHP version to Board statistics
...
Rework commit message per DavidIQ's guidance and change variable name
to avoid confusion
PHPBB3-15907
2017-02-17 15:31:43 -07:00
c06f4756ec
[ticket/15097] Add PHP version to Board statistics
...
The ACP main page shows the phpBB version and the database version,
but didn't show the PHP version.
With this change the PHP version is displayed as part of the
Board statistics.
PHPBB3-15097
2017-02-17 15:30:02 -07:00
7c77e33313
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14968] Use earlier version as written in comment
[ticket/14968] Update docblock and ensure method returns array
[ticket/14968] Display possible upgrade on acp index and update page
[ticket/14968] Add method for retrieving updates on current branch
2017-01-22 23:15:26 +01:00
a620ce0713
[ticket/14968] Display possible upgrade on acp index and update page
...
PHPBB3-14968
2017-01-22 16:37:20 +01:00
c4ee378456
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/11076] State current and minimum required versions in old PHP notice
2017-01-15 18:13:00 +01:00
cb44dbc8cb
[ticket/11076] State current and minimum required versions in old PHP notice
...
PHPBB3-11076
2017-01-15 15:32:55 +01:00
8481bd4e18
[ticket/12610] Use exception_interface
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
e974f338af
[ticket/14739] Remove SQLite 2.8.x database driver
...
PHPBB3-14739
2016-11-16 17:59:28 +01:00
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
a460aec68c
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/language/en/install.php
2016-06-19 18:25:16 +02:00
04f320cb01
[ticket/13716] Check phpBB version against config version
...
Display a warning in the ACP if the version constant (files)
does not match the phpbb_config version
(often indicating that the database updates hasn't been run)
PHPBB3-13716
2016-04-05 07:09:12 -04:00
886fb7c3f4
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/14159] Hide version info on ACP if we don't have the permission
2015-10-14 16:56:44 +02:00
f3dc2a801d
[ticket/14205] Bump PHP requirement to PHP 5.4
...
PHPBB3-14205
2015-10-04 16:19:48 +02:00
2f4fcee7e8
[ticket/14159] Hide version info on ACP if we don't have the permission
...
This also hide a link to an unreachable module (Check phpBB version).
We could have simply remove the link to the module, but if the user hasn't
the permission to access to the phpBB version check module, I think that
he shouldn't view any version information about phpBB.
PHPBB3-14159
2015-09-12 17:11:20 +02:00
b2ada8ba09
Merge branch '3.1.x'
...
Conflicts:
phpBB/includes/mcp/mcp_main.php
2015-06-09 15:24:08 +02:00
6e8da5a424
[ticket/13685] This should take care of the rest
...
PHPBB3-13685
2015-06-08 18:09:48 +01:00
1e45a05000
[ticket/13685] Add phpbb_dispatcher to fulltext search constructors
...
PHPBB3-13685
2015-06-07 18:40:44 +01:00
f077b72d0d
Merge pull request #3487 from MateBartus/ticket/13697
...
[ticket/13697] Moving filesystem related functions to filesystem service
2015-04-16 20:44:02 +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
147a713cc0
[ticket/11768] This commit integrates s9e\TextFormatter
...
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467
PHPBB3-11768
2015-04-02 19:16:01 +02:00
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
79d4ff5538
[ticket/13494] Update calls to set_config()
...
PHPBB3-13494
2015-02-02 19:28:23 +01:00
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
afada9ed40
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
2014-10-20 23:20:42 +02:00
53f166274a
[ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
...
PHPBB3-13168
2014-10-20 16:47:52 +02:00
5dcf56c98d
[ticket/12896] Add php event for admin notices
...
PHPBB3-12896
2014-07-27 19:35:07 +02: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
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
cfc0c9bcf9
[ticket/12476] Increase asset version on cache purge
...
Increace the asset version when purging the cache from "ACP > General"
PHPBB3-12476
2014-05-09 01:49:41 +03: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
8f525e1ef5
[ticket/7707] Fix undefined variable: perm_from
...
PHPBB3-7707
2014-04-04 23:48:14 +02:00
db6e5a19f2
[ticket/7707] Remove unnecessary variables
...
PHPBB3-7707
2014-03-26 17:13:46 +01:00
4b2d7735b3
[ticket/7707] Add get_username_string() where possible
...
PHPBB3-7707
2014-03-16 00:11:12 +01:00
6a8f110b5a
[ticket/9871] Use $request->variable instead of request_var
...
PHPBB3-9871
2014-03-05 19:00:52 -06:00
6c8589775b
[ticket/9871] Update version check file to use json format
...
PHPBB3-9871
2014-02-19 16:13:23 -06:00
bef7bc7900
[ticket/11911] Warn admins when there is no search index for the selected engine
...
PHPBB3-11911
2013-12-27 13:16:38 +01:00
b6c3939c32
Merge pull request #1543 from nickvergessen/ticket/11685
...
[ticket/11685] Remove logout confirmation page
2013-07-13 10:37:43 -07:00
0ef95a7009
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11112] Do not change opensource.org link to https
[ticket/11112] Use https for user-visible links to phpbb.com
Conflicts:
phpBB/language/en/install.php
phpBB/language/en/ucp.php
2013-07-13 13:16:58 -04:00