aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14901] Remove notice for extension without version checkDerky2016-12-091-16/+24
* [ticket/14900] Do not state missing cached version check means ext is invalidMarc Alexander2016-12-081-1/+5
* Merge pull request #3856 from Nicofuma/ticket/12610Marc Alexander2016-12-052-60/+66
|\
| * [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-031-4/+5
| * [ticket/12610] Ignor exception due to the version check in extensions listTristan Darricau2016-12-031-5/+12
| * [ticket/12610] Skip extensions with no update infoTristan Darricau2016-12-031-15/+36
| * [ticket/12610] Use exception_interfaceTristan Darricau2016-12-032-7/+12
| * [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-37/+9
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-041-0/+4
|\ \ | |/ |/|
| * Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
| |\
| | * [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
* | | [ticket/14492] Always update the time the stats were sentMarc Alexander2016-12-031-5/+2
* | | [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
* | | [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+1
* | | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-19/+17
* | | [ticket/14492] Use new guzzlehttp clientMarc Alexander2016-12-031-9/+8
* | | [ticket/14492] Pass u_action to acp form and add stats configMarc Alexander2016-12-031-0/+1
* | | [ticket/14492] Add events for modifying help phpBB pageMarc Alexander2016-12-031-20/+36
* | | [ticket/14492] Use guzzle for submitting data to stats serviceMarc Alexander2016-12-031-1/+42
* | | [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-032-3/+3
* | | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-032-5/+5
* | | Merge branch 'ticket/9590' into ticket/9590-rheaMarc Alexander2016-11-271-0/+5
|\ \ \ | |/ /
| * | [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-261-0/+5
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-1/+1
|\ \ \ | |/ /
| * | Merge pull request #4511 from senky/ticket/14842Marc Alexander2016-11-201-1/+1
| |\ \
| | * | [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-151-1/+1
* | | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-174-6/+0
|\ \ \ \
| * | | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-164-6/+0
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-161-1/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #4497 from senky/ticket/14849Marc Alexander2016-11-161-1/+17
| |\ \ \ \
| | * | | | [ticket/14849] Add core.acp_extensions_run_actionJakub Senko2016-11-131-1/+17
| | | |/ / | | |/| |
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-161-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge pull request #4510 from senky/ticket/14864Marc Alexander2016-11-161-1/+1
| |\ \ \
| | * | | [ticket/14864] Set maxlength=64 to dateformat in ACPJakub Senko2016-11-131-1/+1
| | |/ /
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+13
|\ \ \ \ | |/ / /
| * | | Merge pull request #4495 from senky/ticket/14847Marc Alexander2016-11-121-1/+13
| |\ \ \
| | * | | [ticket/14847] Add core.acp_attachments_config_edit_addJakub Senko2016-11-021-1/+13
| | |/ /
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-061-6/+11
|\ \ \ \ | |/ / /
| * | | Merge pull request #4486 from marc1706/ticket/11483Tristan Darricau2016-11-061-6/+11
| |\ \ \ | | |/ / | |/| |
| | * | [ticket/11483] Generate user act key if database entry is emptyMarc Alexander2016-10-161-6/+11
| | |/
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-282-18/+13
|\ \ \ | |/ /
| * | [ticket/14823] Move check_form_key() inside actual save data stepMarc Alexander2016-10-281-5/+5
| * | [ticket/14830] Fix FORM_INVALID error on cpf settings changingrxu2016-10-241-1/+1
| * | [ticket/14830] Fix FORM_INVALID error during AСP search index deletionrxu2016-10-211-1/+1
| * | [ticket/14830] Fix FORM_INVALID error on search backend changingrxu2016-10-211-5/+3
| * | [ticket/14830] Fix link hash checking caserxu2016-10-211-1/+1
| * | [ticket/14830] Fix FORM_INVALID error during AXP search index creation/deletionrxu2016-10-211-8/+5
| |/
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-023-13/+29
|\ \ | |/
| * [ticket/14789] Remove obsolete check_form_key() and add missing hashesMarc Alexander2016-09-302-7/+8
| * [ticket/14789] Move form key checks to where they actually do somethingMarc Alexander2016-09-302-11/+26