Feature #25404

Add the possibility to store anonymized log information

Added by Björn Pedersen about 2 years ago. Updated about 1 year ago.

Status:Resolved Start date:2011-12-18
Priority:Must have Due date:
Assignee:- % Done:

100%

Category:-
Target version:4.7.0-alpha2
TYPO3 Version:4.7 Complexity:
PHP Version:
Votes: 0

Description

[FEATURE] add anonymizing capabilities to the core statistics functions

Two new options in config allow the anonymized storage of statistic log
informations.

config.stat_IP_anonymize(int[0-4]): Set the n least significant octets to 0
and only log empty hostname

config.stat_noUserLog: don't log uid and username

(issue imported from #M18049)


Subtasks

Feature #32662: New config.stat_* options to allow anonymized storage of ...ClosedChris topher


Related issues

related to Core - Feature #25336: Add support for IPv6 New 2011-03-16

Associated revisions

Revision 2f65be3a
Added by Björn Pedersen over 1 year ago

[FEATURE] Allow anonymous logging

New options in config allow the anonymized storage of statistic log
informations.
(necessary e.g. in Germany: see e.g. http://www.saechsdsb.de/ipmask)
config.stat_IP_anonymize:
set to 1 to activate anonymized logging
config.stat_IP_anonymize_mask_ipv4:
config.stat_IP_anonymize_mask_ipv6:
Prefix-mask (0..32 for IPv4, 0..128 for IPv6) to use for
anonymisation. Setting this to will log an empty hostname.
Recommendation for Germany: config.stat_IP_anonymize_ipv4 = 24
if not set, defaults to 24 and 64, resp.
config.stat_logUser: configure username logging
CGL-cleanup in statistics function.

Change-Id: Id03841ad19343b7b6820d780d0769154c5a880b0
Resolves: #25404
Releases: 4.7
Reviewed-on: http://review.typo3.org/1289
Reviewed-by: Stefan Neufeind
Reviewed-by: Dominik Mathern
Tested-by: Dominik Mathern
Reviewed-by: Steffen Ritter
Tested-by: Steffen Ritter

History

Updated by Mr. Hudson about 2 years ago

Patch set 4 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 5 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 6 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 7 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 8 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 9 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 10 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 11 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 12 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 13 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 14 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson almost 2 years ago

Patch set 15 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson over 1 year ago

  • Status changed from New to Under Review

Patch set 16 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson over 1 year ago

Patch set 1 of change I861980ed9d3e077c2b511fd97fcd09c907cee189 has been pushed to the review server.
It is available at http://review.typo3.org/6728

Updated by Mr. Hudson over 1 year ago

Patch set 17 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Hudson over 1 year ago

Patch set 18 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Jenkins over 1 year ago

Patch set 19 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Mr. Jenkins over 1 year ago

Patch set 20 of change Id03841ad19343b7b6820d780d0769154c5a880b0 has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Gerrit Code Review over 1 year ago

Patch set 21 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Gerrit Code Review over 1 year ago

Patch set 22 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/1289

Updated by Björn Pedersen over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Updated by Steffen Gebert over 1 year ago

  • Target version changed from 0 to 4.7.0-alpha2
  • TYPO3 Version set to 4.7

Also available in: Atom PDF