Skip to content
Extraits de code Groupes Projets
Valider 6ddfccd2 rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

Refs #703 Removing images from "downloads", and improving TIP message in output debug

git-svn-id: http://dev.piwik.org/svn/trunk@6070 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 091c68f2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -72,9 +72,9 @@ EXCLUDED_EXTENSIONS = ( ...@@ -72,9 +72,9 @@ EXCLUDED_EXTENSIONS = (
) )
DOWNLOAD_EXTENSIONS = ( DOWNLOAD_EXTENSIONS = (
'7z aac arc arj asf asx avi bin csv deb dmg doc exe flv gif gz gzip hqx ' '7z aac arc arj asf asx avi bin csv deb dmg doc exe flv gz gzip hqx '
'jar jpg jpeg js mpg mp2 mp3 mp4 mpeg mov movie msi msp odb odf odg odp ' 'jar mpg mp2 mp3 mp4 mpeg mov movie msi msp odb odf odg odp '
'ods odt ogg ogv pdf phps png ppt qt qtm ra ram rar rpm sea sit tar tbz ' 'ods odt ogg ogv pdf phps ppt qt qtm ra ram rar rpm sea sit tar tbz '
'bz2 tbz tgz torrent txt wav wma wmv wpd xls xml z zip' 'bz2 tbz tgz torrent txt wav wma wmv wpd xls xml z zip'
).split() ).split()
...@@ -424,11 +424,16 @@ Website import summary ...@@ -424,11 +424,16 @@ Website import summary
%(sites_created)s %(sites_created)s
%(total_sites_ignored)d distinct hostnames did not match any existing site: %(total_sites_ignored)d distinct hostnames did not match any existing site:
%(sites_ignored)s %(sites_ignored)s
TIP: if one of these hosts is an alias host for one of the websites TIPs:
in Piwik, you can add this host as an "Alias URL" in Settings > Websites. - if one of these hosts is an alias host for one of the websites
TIP: use --add-sites-new-hosts if you wish to automatically create in Piwik, you can add this host as an "Alias URL" in Settings > Websites.
one website for each of these hosts in Piwik rather than discarding - use --add-sites-new-hosts if you wish to automatically create
these requests. one website for each of these hosts in Piwik rather than discarding
these requests.
- use --idsite-fallback to force all these log lines with a new hostname
to be recorded in a specific idsite (for example for troubleshooting/visualizing the data)
- use --idsite to force all lines in the specified log files
to be all recorded in the specified idsite
Performance summary Performance summary
------------------- -------------------
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter