aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_send_statistics.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* 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
| * - links to send statistics after install and updateNils Adermann2009-08-131-1/+2
| | | | | | | | | | | | | | | | | | - link back to ACP main from send statistics - improved language / better explanation (incl. Bug #48555) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9969 89ea8834-ac86-4346-8a33-228a782c2dd0
| * correctly add the install_id to the dataNils Adermann2009-07-261-0/+5
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9857 89ea8834-ac86-4346-8a33-228a782c2dd0
| * - Added install_id to data collectorNils Adermann2009-07-221-2/+13
| | | | | | | | | | | | | | | | - config variable whitelist, so sensitive MOD info is not transmitted, currently mostly bool/int values - should we reduce the amount of data? git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9818 89ea8834-ac86-4346-8a33-228a782c2dd0
| * merged questioinnaire and questionnaire_phpbb and adjusted all files to our ↵Meik Sievertsen2009-07-071-10/+12
| | | | | | | | | | | | | | | | coding guidelines... if we want to allow dropping in other providers we could add provider files to the questionnaire directory (and grab them), if not it is best to remove the questionnaire directory and put the file under includes/ git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9719 89ea8834-ac86-4346-8a33-228a782c2dd0
| * did not have auto props on this machine - removed an unused function from ↵Nils Adermann2009-06-271-23/+1
| | | | | | | | | | | | the new acp file git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9699 89ea8834-ac86-4346-8a33-228a782c2dd0
| * acp module for submitting statistical information to phpBBNils Adermann2009-06-271-0/+93
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9698 89ea8834-ac86-4346-8a33-228a782c2dd0
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | PHPBB3-9916
* [task/whitelist-code-coverage] Load all of includes/ into code coverage reportNils Adermann2011-08-071-3/+3
| | | | PHPBB3-10314
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+90
git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0