Stefan Giehl

Results 583 comments of Stefan Giehl

@comradekingu There had been a couple of changes the the usersmanager language. Not sure if you are able to rebase this PR. Otherwise might maybe be simpler to recreate the...

This change should actually not be needed at all. It true, that a `&` is stored as `&` in the config file. But that is actually on purpose, as all...

Hi @PeteTrombone Would you mind to explain what exactly your expected behavior would be? Is it that the preselected value when creating a new segment is `pre-processed` even if real...

@PeteTrombone do you have browser archiving enabled?

Ok. Looking at the code that seems clear now: https://github.com/matomo-org/matomo/blob/d671dcd8771eaaaf22e1432da348967f8d033179/plugins/SegmentEditor/templates/_segmentSelector.twig#L62 The option is not pre-selected if browser archiving is disabled. I guess the reason for that is, that pre-processed segments...

@PeteTrombone So would you need some sort of setting/config to fully disable pre-archived segments, or is it only the pre selection when creating segments that is bothering you?

You can simply skip archiving any segments by appending `--skip-all-segment` to the cron archive command. But if new segments are created as `pre-archived`, that would prevent those segments from being...

Thanks for the detailed description. I guess for now you won't have another possibility than adjusting the code yourself for now, so the default setting is changed. Our product team...

@fritzmg Are you actually having any trouble with the `&` in your password? Looking through the code it seems to be on purpose that a `&` is stored as `&`,...