aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_main.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15772] Hide warning in acp when allow_install_dir is truerubencm2019-05-091-1/+1
| | | | PHPBB3-15772
* [ticket/15510] Link Orphan attachments in ACP General to its pagehubaishan2018-01-121-0/+1
| | | | | | | Link Orphan attachments in ACP General to Orphaned attachments page if Orphan attachments>0 PHPBB3-15510
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* Merge pull request #4705 from nomind60s/ticket/15097Tristan Darricau2017-04-181-0/+1
|\ | | | | | | | | | | | | | | | | | | | | [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
| * [ticket/15097] Resolve travis-ci errornomind60s2017-02-171-1/+1
| | | | | | | | | | | | Make sure indentation is using tabs not spaces per code guidelines PHPBB3-15097
| * [ticket/15097] Add PHP version to Board statisticsnomind60s2017-02-171-1/+1
| | | | | | | | | | | | | | Rework commit message per DavidIQ's guidance and change variable name to avoid confusion PHPBB3-15907
| * [ticket/15097] Add PHP version to Board statisticsnomind60s2017-02-171-0/+1
| | | | | | | | | | | | | | | | | | | | 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
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-221-3/+11
|\ \ | |/ | | | | | | | | | | | | * 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
| * [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-221-2/+12
| | | | | | | | PHPBB3-14968
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-151-2/+2
|\ \ | |/ | | | | | | * 3.1.x: [ticket/11076] State current and minimum required versions in old PHP notice
| * [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-151-2/+2
| | | | | | | | PHPBB3-11076
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-1/+2
| | | | | | | | PHPBB3-12610
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-2/+0
| | | | | | | | PHPBB3-14739
* | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+5
| | | | | | | | PHPBB3-10961
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+6
|\ \ | |/ | | | | | | Conflicts: phpBB/language/en/install.php
| * [ticket/13716] Check phpBB version against config versionRichard McGirr2016-04-051-0/+6
| | | | | | | | | | | | | | | | 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
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-11/+20
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14159] Hide version info on ACP if we don't have the permission
| * [ticket/14159] Hide version info on ACP if we don't have the permissionZoddo2015-09-121-10/+19
| | | | | | | | | | | | | | | | | | | | 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
* | [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-041-1/+1
| | | | | | | | PHPBB3-14205
* | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * [ticket/13685] This should take care of the restbrunoais2015-06-081-1/+1
| | | | | | | | PHPBB3-13685
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| | | | | | | | PHPBB3-13685
* | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-161-2/+2
|\ \ | | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+5
|/ / | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-1/+1
| | | | | | | | PHPBB3-13455
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-9/+9
| | | | | | | | PHPBB3-13494
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-9/+9
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
|/ | | | PHPBB3-13450
* Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-10-201-2/+2
|\ | | | | | | | | * develop-olympus: [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
| * [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibilityOliver Schramm2014-10-201-2/+2
| | | | | | | | PHPBB3-13168
* | [ticket/12896] Add php event for admin noticesForumhulp.com2014-07-271-1/+9
| | | | | | | | PHPBB3-12896
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-2/+2
| | | | | | | | PHPBB3-12446
* | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-2/+0
| | | | | | | | PHPBB3-12747
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12476] Increase asset version on cache purgen-aleha2014-05-091-1/+1
| | | | | | | | | | | | Increace the asset version when purging the cache from "ACP > General" PHPBB3-12476
* | [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+2
| | | | | | | | | | | | | | 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
* | [ticket/7707] Fix undefined variable: perm_fromOliver Schramm2014-04-041-1/+3
| | | | | | | | PHPBB3-7707
* | [ticket/7707] Remove unnecessary variablesOliver Schramm2014-03-261-3/+1
| | | | | | | | PHPBB3-7707
* | [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-5/+1
| | | | | | | | PHPBB3-7707
* | [ticket/9871] Use $request->variable instead of request_varNathan Guse2014-03-051-1/+1
| | | | | | | | PHPBB3-9871
* | [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-8/+10
| | | | | | | | PHPBB3-9871
* | [ticket/11911] Warn admins when there is no search index for the selected engineJoas Schilling2013-12-271-0/+16
| | | | | | | | PHPBB3-11911
* | Merge pull request #1543 from nickvergessen/ticket/11685Nathan Guse2013-07-131-3/+1
|\ \ | | | | | | [ticket/11685] Remove logout confirmation page
| * | [ticket/11685] Remove logout confirmation pageJoas Schilling2013-07-131-3/+1
| | | | | | | | | | | | PHPBB3-11685
* | | Merge branch 'develop-olympus' into developNils Adermann2013-07-131-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * 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
| * | [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-121-1/+1
| | | | | | | | | | | | PHPBB3-11112
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2013-03-031-9/+9
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * 'develop' of https://github.com/phpbb/phpbb3: (480 commits) [ticket/6723] Show info that message has been deleted before delivery [ticket/11385] Fix issue with migration module tool not getting extension module info [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working [ticket/11386] Forgot to get the migration classes [ticket/11386] Update tests with new constructors for ext.manager/migrator [ticket/11386] Use finder to find migration files [ticket/11363] Fix to make get_module_infos get from all extensions [ticket/11381] Make finder able to search in all available extensions [ticket/11103] Revert whitespace changes [ticket/11103] Few more minor language things [ticket/11103] Don't call generate_board_url many times [ticket/11103] Case time in queries as an int [ticket/11103] Fix effectively installed check [ticket/11103] Remove padding from notifications for now. [ticket/11363] Fix a couple bugs and throw errors if the file not found [ticket/11372] Migrator should only check if effectively installed if not [ticket/11363] Load module info files for extensions too [ticket/11103] Notifications Migration file ... Conflicts: phpBB/includes/functions_posting.php phpBB/includes/mcp/mcp_queue.php phpBB/includes/search/fulltext_mysql.php phpBB/includes/search/fulltext_native.php phpBB/includes/search/fulltext_postgres.php phpBB/includes/search/fulltext_sphinx.php phpBB/install/database_update.php phpBB/styles/prosilver/template/ajax.js
| * | [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-151-9/+9
| | | | | | | | | | | | | | | | | | Also add phpbb prefix since the signature is being changed anyway. PHPBB3-10758
* | | Merge remote-tracking branch 'remotes/phpbb/develop' into ↵Joas Schilling2012-11-101-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-merge-develop # By Oleg Pudeyev (45) and others # Via Oleg Pudeyev (42) and others * remotes/phpbb/develop: (289 commits) [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. [ticket/11050] make all properties protected in all search backends [ticket/11050] get_common_words() returns empty array for sphinx [ticket/11050] fix tidied search query docblock language [ticket/11050] fix min/max length docblock language [ticket/11050] multi sentences separated by period in docblocks [ticket/11050] fix separated spelling in docblock [ticket/11050] fix split words doc block language [ticket/11050] remove class word from docblocks ... Conflicts: phpBB/install/database_update.php phpBB/install/schemas/mssql_schema.sql phpBB/language/en/acp/permissions_phpbb.php phpBB/styles/prosilver/template/posting_editor.html