aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-111-8/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
* | | | [ticket/15460] Fix group name displayed in the manage users ACP modulerxu2017-11-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15460
* | | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-161-11/+11
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15171
| * | | [ticket/15171] Replace all BBCode templates by defaultRubén Calvo2017-10-311-11/+11
| | | | | | | | | | | | | | | | PHPBB3-15171
* | | | [ticket/15408] Reject duplicate BBCodes in ACPJoshyPHP2017-11-031-3/+3
| | | | | | | | | | | | | | | | PHPBB3-15408
* | | | Merge pull request #5008 from rubencm/ticket/15041Marc Alexander2017-11-021-1/+34
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/15041] Add pagination to orphaned attachments
| * | | [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-171-1/+34
| | |/ | |/| | | | | | | PHPBB3-15041
* | | Merge pull request #4930 from rubencm/ticket/15201Marc Alexander2017-10-221-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled
| * | | [ticket/15201] FixRubén Calvo2017-08-281-6/+2
| | | | | | | | | | | | | | | | PHPBB3-15201
| * | | [ticket/15201] CastingsRubén Calvo2017-08-281-2/+6
| | | | | | | | | | | | | | | | PHPBB3-15201
| * | | [ticket/15201] Set user style to default style when it is disabled or ↵Rubén Calvo2017-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | uninstalled PHPBB3-15201
* | | | Merge pull request #5003 from kasimi/ticket/15409Marc Alexander2017-10-171-2/+8
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
| * | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktoolkasimi2017-10-161-2/+8
| | |/ | |/| | | | | | | PHPBB3-15409
* | | Merge pull request #4888 from javiexin/ticket/15306Marc Alexander2017-10-131-2/+4
|\ \ \ | |/ / |/| | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validate
| * | [ticket/15306] Error and missing data in core.acp_users_profile_validatejaviexin2017-08-061-2/+4
| | | | | | | | | | | | PHPBB3-15306
* | | [PHPBB3-14629] round() the log() explicitly to a proper integerDaniel Mota2017-09-211-1/+1
| | |
* | | Merge pull request #4889 from javiexin/ticket/15307Oliver Schramm2017-09-101-0/+16
|\ \ \ | | | | | | | | | | | | [ticket/15307] Extensions may add modes to acp_users
| * | | [ticket/15307] Extensions may add modes to acp_usersjaviexin2017-08-061-0/+16
| | |/ | |/| | | | | | | | | | | | | Includes both PHP and Template events. PHPBB3-15307
* | | [ticket/15355] Remove version field when no update is availableOliver Schramm2017-09-091-1/+4
|/ / | | | | | | PHPBB3-15355
* | Merge pull request #4794 from lr94/ticket/15176Marc Alexander2017-06-241-0/+1
|\ \ | | | | | | | | | [ticket/15176] Add setting for user activity display limit.
| * | [ticket/15176] Add setting for user activity display limit.lr942017-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Up to phpBB 3.2 the maximum number of posts a user must have to have his activity shown is 5000. This limit is hardcoded in functions_display.php. It would be useful if board administrators could choose to disable the limit or to set an higher value. PHPBB3-15176
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-051-8/+17
|\ \ \ | | |/ | |/|
| * | Merge pull request #4784 from rubencm/ticket/15150Marc Alexander2017-06-051-8/+17
| |\ \ | | | | | | | | | | | | [ticket/15150] Add Jabber SSL context configuration options
| | * | [ticket/15150] Add Jabber SSL context configuration optionsRubén Calvo2017-03-301-8/+17
| | | | | | | | | | | | | | | | PHPBB3-15150
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-021-0/+9
|\ \ \ \ | |/ / /
| * | | [ticket/15187] Use $this->template propertykasimi2017-04-291-1/+1
| | | |
| * | | [ticket/15187] Add ACP style after enabling an extensionkasimi2017-04-291-0/+9
| | | |
* | | | [ticket/15011] Use exception interface for 3.2javiexin2017-04-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the mentioned ticket to 3.2 by using exception_inteface instead of the actual exception class. Also, use adm_back_link consistently. PHPBB3-15011
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15151] Use redirected link for consistency [ticket/15151] ACP Cookie settings explanatory text [ticket/15151] ACP Cookie settings add explanatory text where it was missing
| * | | Merge pull request #4781 from nomind60s/ticket/15151Tristan Darricau2017-04-191-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15151] ACP Cookie settings add explanatory text * github.com:phpbb/phpbb: [ticket/15151] Use redirected link for consistency [ticket/15151] ACP Cookie settings explanatory text [ticket/15151] ACP Cookie settings add explanatory text where it was missing
| | * | | [ticket/15151] ACP Cookie settings add explanatory text where it was missingnomind60s2017-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the lead section to include a link to the phpBB.com Knowledge Base and add explanation text for the Cookie domain, Cookie name and Cookie path fields. PHPBB3-15151
| * | | | Merge pull request #4581 from javiexin/ticket/14919Marc Alexander2017-04-161-62/+62
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14919] Do not directly use globals in acp_extensions
| | * | | | [ticket/14919] Do not directly use globals in acp_extensionsjaviexin2016-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Declare all used variables (u_action, tpl_name, page_title). Fix typo. PHPBB3-14919
| | * | | | [ticket/14919] Do not directly use globals in acp_extensionsjaviexin2016-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Declare all used variables (u_action, tpl_name, page_title). PHPBB3-14919
| | * | | | [ticket/14919] Do not directly use globals in acp_extensionsjaviexin2016-12-171-66/+65
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14919
| * | | | | Merge pull request #4761 from VSEphpbb/ticket/15142Marc Alexander2017-04-111-6/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [ticket/15142] Check extension updates on current branch
* | | | | | 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 pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-161-70/+105
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching
| * | | | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-4/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caching is done in ext_manager, and metadata_manager is further simplified by reducing the number of parameters needed. Also, move template output function from metadata_manager to acp_extensions, where it belongs. PHPBB3-15087
| * | | | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-73/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/14919] Do not directly use globals in acp_extensions for phpbb 3.2. PHPBB3-15087
* | | | | | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-101-4/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | PHPBB3-15142
| * | | | | [ticket/15142] Check extension updates on current branchMatt Friedman2017-03-241-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-241-4/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | * 3.1.x: [ticket/15143] Fix display of version update in ACP
| * | | | | [ticket/15143] Fix display of version update in ACPMatt Friedman2017-03-221-4/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15143
* | | | | [ticket/15135] Correctly pass exception arguments and add back link againMarc Alexander2017-03-231-2/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15135
* | | | | [ticket/15135] Parse language files in acp_extensions instead of md managerMarc Alexander2017-03-191-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15135