aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #4711 from javiexin/ticket/15102Tristan Darricau2017-03-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15102] Missing parameter calling version_check * github.com:phpbb/phpbb: [ticket/15102] Missing parameter calling version_check
| * | | | | [ticket/15102] Missing parameter calling version_checkjaviexin2017-02-241-1/+1
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-15102
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-2/+2
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * 3.1.x: [ticket/14806] Fix ACP test emails authentication failure
| * | | | Merge pull request #4734 from rxu/ticket/14806Tristan Darricau2017-03-191-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14806] Fix ACP test emails authentication failure * github.com:phpbb/phpbb: [ticket/14806] Fix ACP test emails authentication failure
| | * | | | [ticket/14806] Fix ACP test emails authentication failurerxu2017-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14806
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-0/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| * | | | | Merge pull request #4745 from rxu/ticket/13558Tristan Darricau2017-03-191-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13558] Add smtp SSL context configuration options * rxu/ticket/13558: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| | * | | | | [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13558
| | * | | | | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-171-0/+3
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-13558
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-03-191-15/+47
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4578 from javiexin/ticket/14849Marc Alexander2017-03-191-15/+47
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action
| | * | | | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2017-02-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename event to core.acp_extensions_run_action_before PHPBB-14849
| | * | | | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-301-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position. Added an extra variable to the event. Additional event to be run after the execution of the action in ACP. Added a new action to allow for extension execution control. PHPBB-14849
| | * | | | | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP. Adding missing var as input to event. PHPBB-14849
| | * | | | | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP PHPBB-14849
| | * | | | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-111-9/+21
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position to perform common checks before calling the event, added an extra variable to allow execution control, honor the extension modified value of u_action (if any) PHPBB-14849
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-03-191-10/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4703 from javiexin/ticket/15011Marc Alexander2017-03-191-10/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15011] All errors on metadata throw exceptions
| | * \ \ \ \ Merge branch '3.1.x' into ticket/15011javiexin2017-02-152-6/+23
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | [ticket/15011] All errors on metadata throw exceptionsjaviexin2017-02-151-10/+8
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is inconsistency in the way error are treated in metadata_manager. Some method return false on error, others throw exception. With this, the usage is homogeneus, and the uses of these are also adapted. Using same ticket as it is the same issue, solved in a different way. PHPBB3-15011
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-03-191-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4743 from rubencm/ticket/14820Marc Alexander2017-03-191-0/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [ticket/14820] Add style version in ACP
| | * | | | [ticket/14820] Add style version in ACPRubén Calvo2017-03-161-0/+4
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-14820
* | | | | Merge pull request #4700 from DavidIQ/ticket/15089Marc Alexander2017-03-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15089] Reverse the order of cookie secure radio buttons
| * | | | | [ticket/15089] Reverse the order of cookie secure radio buttonsDavid Colón2017-02-121-1/+1
| | | | | |
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-211-6/+21
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge pull request #4604 from rxu/ticket/13344Marc Alexander2017-02-211-6/+21
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/13344] Add core event to acp/info/acp_logs.php
| | * | | [ticket/13344] Add core event to acp/info/acp_logs.phprxu2017-01-011-6/+20
| | |/ / | | | | | | | | | | | | PHPBB3-13344
| * | | [ticket/14998] Point only to install dir from acp_updateMarc Alexander2017-01-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14998
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-222-4/+19
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * 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-222-3/+20
| | | | | | | | | | | | | | | | 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
* | Merge pull request #4632 from VSEphpbb/ticket/14989Tristan Darricau2017-01-151-0/+7
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14989] Allow more admin-configurable schemes in post links * VSEphpbb/ticket/14989: [ticket/14989] Allow more admin-configurable schemes in post links
| * | [ticket/14989] Allow more admin-configurable schemes in post linksMatt Friedman2017-01-111-0/+7
| | | | | | | | | | | | PHPBB3-14989
* | | [ticket/14961] Add cookie notice as enablable featureMarc Alexander2017-01-061-0/+1
| | | | | | | | | | | | | | | | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
* | | [ticket/14945] Send bbcode flags in user sig previewsMatt Friedman2016-12-281-1/+3
|/ / | | | | | | PHPBB3-14945
* | [ticket/14901] Remove notice for extension without version checkDerky2016-12-091-16/+24
| | | | | | | | | | | | | | Extensions without version check should not display a notice on the details page in the ACP. PHPBB3-14901
* | [ticket/14900] Do not state missing cached version check means ext is invalidMarc Alexander2016-12-081-1/+5
| | | | | | | | | | | | Also fixed typo in code that was looming there for a while. PHPBB3-14900
* | Merge pull request #3856 from Nicofuma/ticket/12610Marc Alexander2016-12-052-60/+66
|\ \ | | | | | | | | | [ticket/12610] Add command to check if the board is up to date.
| * | [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-031-4/+5
| | | | | | | | | | | | PHPBB3-12610
| * | [ticket/12610] Ignor exception due to the version check in extensions listTristan Darricau2016-12-031-5/+12
| | | | | | | | | | | | PHPBB3-12610
| * | [ticket/12610] Skip extensions with no update infoTristan Darricau2016-12-031-15/+36
| | | | | | | | | | | | PHPBB3-12610
| * | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-032-7/+12
| | | | | | | | | | | | PHPBB3-12610
| * | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-37/+9
| | | | | | | | | | | | PHPBB3-12610
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-041-0/+4
|\ \ \ | |/ / |/| / | |/ | | * 3.1.x: [ticket/14888] Missing check for disabled profile field types
| * Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
| |\ | | | | | | | | | | | | | | | | | | [ticket/14888] Missing check for disabled profile field types * javiexin/ticket/14888: [ticket/14888] Missing check for disabled profile field types
| | * [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
| | | | | | | | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888
* | | [ticket/14492] Always update the time the stats were sentMarc Alexander2016-12-031-5/+2
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | PHPBB3-14492