aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_help_phpbb.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16287] Correctly pass json response to PHP fileMarc Alexander2020-01-031-1/+1
| | | | PHPBB3-16287
* [ticket/16287] After installation an error is given over statistics submissionpaul sohier2020-01-021-4/+7
| | | | | | | | The phpBB.com website required specific fields to be available for the statistics. This change switched over to a new statistics page on www.phpbb.com that uses form fields instead, and that returns JSON as value. PHPBB3-16287
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [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
* [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-19/+17
| | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492
* [ticket/14492] Use new guzzlehttp clientMarc Alexander2016-12-031-9/+8
| | | | PHPBB3-14492
* [ticket/14492] Pass u_action to acp form and add stats configMarc Alexander2016-12-031-0/+1
| | | | PHPBB3-14492
* [ticket/14492] Add events for modifying help phpBB pageMarc Alexander2016-12-031-20/+36
| | | | PHPBB3-14492
* [ticket/14492] Use guzzle for submitting data to stats serviceMarc Alexander2016-12-031-1/+42
| | | | PHPBB3-14492
* [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-031-0/+91
PHPBB3-14492