Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/matomo-org/plugin-CustomVariables

This plugins allows you to configure and track Custom Variables in your Matomo Analytics.
https://github.com/matomo-org/plugin-CustomVariables

Merge pull request #9463 from piwik/no-interaction-commands

No interaction mode for customvariables:set-max-custom-variables command

c0f5190295c85ba7b2b8cbd825fe23e419a1b7b1 authored almost 9 years ago by Thomas Steur <[email protected]>
Adding comment to clarify logic refs https://github.com/piwik/piwik/issues/8128#issuecomment-121523583

9250c5acc6009caf974615cf79c646e689f4f114 authored almost 9 years ago by mattab <[email protected]>
fixes #8469 - enable no interaction mode for customvariables:set-max-custom-variables command

ed4b74198d81559c19498954ebb2c720cd0f61cd authored almost 9 years ago by sgiehl <[email protected]>
language update

42234ea7b8c37ad3ab39c3d4d5fbea8e8d9aa2df authored almost 9 years ago by sgiehl <[email protected]>
Merge branch 'master' into 3.0

Conflicts:
core/Version.php
plugins/CoreConsole/Commands/ManagePlugin.php
plugins/CoreHome/an...

53076a2545e7946eca6495bd474000b68d59f46a authored almost 9 years ago by sgiehl <[email protected]>
language update

c410c3a227dfb86bf016bda9a27c6e563c341071 authored almost 9 years ago by sgiehl <[email protected]>
fix tests

56f0f8327f8637753632845bec57adce40b4509c authored almost 9 years ago by Thomas Steur <[email protected]>
Merge master into "3.0"

Conflicts:
.travis.yml
CHANGELOG.md
core/Plugin/ControllerAdmin.php
core/Version.php
core/te...

4443b163cb2ad23884c625a249f638b362427159 authored almost 9 years ago by Thomas Steur <[email protected]>
Merge pull request #9324 from piwik/9025

Show selected/current website in websites selector

cad00258066854d961f69cbb0be5ae7d34c1d792 authored almost 9 years ago by Matthieu Aubry <[email protected]>
show selected/current website in websites selector

bce95823529b418dc3f5990a75645cc8770aa865 authored almost 9 years ago by Thomas Steur <[email protected]>
Do not serialize API request otherwise

3dc5c5a6a5e231be83ea7f0c2a793f90994583da authored almost 9 years ago by Thomas Steur <[email protected]>
UI test shows Custom Dimensions menu in Personal menu

acf68e7b75deef470fe4e12f7a25fb1703bed85b authored almost 9 years ago by mattab <[email protected]>
refs #9129 added feature Custom Dimensions

9fc13599642e6cdc0c4931bd3c6f2e2fce7b1190 authored almost 9 years ago by Thomas Steur <[email protected]>
use union of segments for custom variables

89f69071cd4a1b58df83cbc9f690f031481db644 authored almost 9 years ago by Thomas Steur <[email protected]>
language update

b57493322a39bce18e4958d499d61ff311cb33ee authored almost 9 years ago by sgiehl <[email protected]>
refs #9201 do not use DI for request processors

ae49cb0ca16a3bdac802f648cdc9c87f75d69ef9 authored almost 9 years ago by Thomas Steur <[email protected]>
Add DI test.php to override 'today' in tests

9bf5aa3134419bb7cb5cc064dc9bfe475703d97e authored almost 9 years ago by mattab <[email protected]>
Fix System tests by not using 'date=today' in tests

we need tests to have deterministic 'idsubdatatable'

1e69d01a3808d317d30448de6d57b98c7121d890 authored almost 9 years ago by mattab <[email protected]>
fix tests

f473f3c0eea24137b4a02445ed7722d888c82994 authored almost 9 years ago by Thomas Steur <[email protected]>
show a warning if there are custom variables but no usages are shown

9dc403317efcbacf0f4588c2569faf7f8bb42a4a authored almost 9 years ago by Thomas Steur <[email protected]>
changed look of custom variables screen, merge metadata when specified

d96df58e9ee4b5287335c519c9f5d23f94ac6896 authored almost 9 years ago by Thomas Steur <[email protected]>
added screen to see custom variable usages

2e6b4557214756919d4dc4655bf383417d966242 authored almost 9 years ago by Thomas Steur <[email protected]>
Merge branch 'master' into 3.0

Conflicts:
core/Version.php
plugins/Actions/Menu.php
plugins/CoreHome/angularjs/history/histo...

ca354747bb8f9ed45cec933f750cc4e2a954c5f4 authored almost 9 years ago by Thomas Steur <[email protected]>
language update

05b07fe37822c6025b4d99792c69869271659d8c authored about 9 years ago by sgiehl <[email protected]>
generate pages instead of implementing them in each controller

875021ad42119164c0c75ef396bf3361b557ad84 authored about 9 years ago by Thomas Steur <[email protected]>
fixed tests

2ef7593df944e9162869e44ba80165ec8bbac4bf authored about 9 years ago by Thomas Steur <[email protected]>
language update

6ea84c996a3642dcbc777e76015aed3e1de22a87 authored about 9 years ago by sgiehl <[email protected]>
UI tests: disabled Provider plugin

627dc7141da2422714b0591006df253350f8614d authored about 9 years ago by mattab <[email protected]>
language update

a3dbe1f43e970290f0259e761e499a0358238de6 authored about 9 years ago by sgiehl <[email protected]>
Refs #6031, #7213, add segment label to top level CustomVariables.getCustomVariables report for customVariableName.

c8ca0053c75f13b049c3121c56d75537c903b06b authored about 9 years ago by diosmosis <[email protected]>
Merge pull request #8754 from piwik/6031_cvar_unified_segment

Define four segments that search over all custom variable name/value columns instead of one per ...

82fc0122e9baaafc7cef084be8fe1c422e9fabef authored about 9 years ago by Matthieu Aubry <[email protected]>
Allow new CustomVariable segments to provide all custom variable suggested values by allowing the suggestedValuesCallback to accept Live.getLastVisitDetails data.

73822cdf83fc30f012ee34c9f304d07b6b8511e6 authored about 9 years ago by diosmosis <[email protected]>
Make CustomVariableName/CustomVariableValue derive from VisitDimension instead of Dimension so we can define segments in them.

407d917ae49eb45d25e6d9ee5dc70a34f1466ec6 authored about 9 years ago by diosmosis <[email protected]>
Allow Segments to define multiple SQL columns if the segment value can be matched in any of those fields, and use to define two new segments: customVariableName & customVariableValue.

9cbbfa292de7cb86bc33e3dd769fe21c8353d4e8 authored about 9 years ago by diosmosis <[email protected]>
Add visit scope text to relevant custom variable segments.

329a196780f9ebe96073012ef53197944037f3b1 authored about 9 years ago by diosmosis <[email protected]>
Fixing test namespaces and files of some system tests.

3c4f1eaf37f6c417699d6230238725c059cc3343 authored about 9 years ago by diosmosis <[email protected]>
refs #8565 #8503 #8567 refactored/removed some code to not use deprecated APIs / events for 3.0

046fa1f81e4f99c20e057ea601e67960e8b18cb1 authored about 9 years ago by Thomas Steur <[email protected]>
language update

9bd573b625df1189f3672999a37fdb537104bee5 authored about 9 years ago by sgiehl <[email protected]>
Merge pull request #8703 from piwik/autosugesst_api_test

Fix AutoSuggestAPITest w/ small refactor to API.getSegmentsMetadata & Plugin\Segment

2a3c8b4a827b4bee5f9077f628b9e22498a0261a authored about 9 years ago by Matthieu Aubry <[email protected]>
Refactor API.getSegmentsMetadata and Plugin\Segment so segments are all defined through Plugin\Segment class in dimensions & make sure AutoSuggestAPITest data providers do not use database.

80f3e4598c2fe2eecccb143f0dcf10953ea91d0e authored about 9 years ago by diosmosis <[email protected]>
language update

c29be82a2c834de103251fdf76f3f9236e98721f authored about 9 years ago by sgiehl <[email protected]>
return min amount of available custom variables across tables instead of maximum

cd7dc974092bd672a2bc3d4aeacbc0be7eda1ed1 authored about 9 years ago by Thomas Steur <[email protected]>
Add public methods to VisitProperties for property access and use instead of direct access.

549e6901190acf6e43f48a16edddda66c8bab67d authored about 9 years ago by diosmosis <[email protected]>
Moving request metadata from VisitProperties to Tracker\Request class.

b9cf81df689085c9dd71a9ffd279c4a1d378621a authored about 9 years ago by diosmosis <[email protected]>
Document RequestProcessors and tweak some RequestProcessors.

95dbb88bf639b4ca145c02f06f9fe54657a8e666 authored about 9 years ago by diosmosis <[email protected]>
Move CustomVariables tracking logic to CustomVariablesRequestProcessor. Includes two methods in RequestProcessor, onNewVisit and onExistingVisit (matches Dimension methods).

4a0617a14ccd36c961b0df4298503ede82a49293 authored about 9 years ago by diosmosis <[email protected]>
language update

76bbac1dce251669044c284fdf4a8f4d621dff7a authored over 9 years ago by sgiehl <[email protected]>
language update

c4cb69ef500114aa557784782a4768b7629571a7 authored over 9 years ago by sgiehl <[email protected]>
language update

4137db78d401bcb349c3fd78ae4ef1c19516b271 authored over 9 years ago by sgiehl <[email protected]>
translation update

480cd96dec130586a7bb299201556fd10e888bdb authored over 9 years ago by sgiehl <[email protected]>
added language and languageCode to visitor details; adjusted tests

62755f9c2810f066a4d8599b500a41214973e970 authored over 9 years ago by sgiehl <[email protected]>
language update

a64f8dfbb39a191995aca41d7a9a1d297cd9a3e8 authored over 9 years ago by sgiehl <[email protected]>
remove getInformation() method from CustomVariables plugin

8d2140584689f77275895959acd848e78a19333d authored over 9 years ago by sgiehl <[email protected]>
language update

4891558211f2e31421198c9096cb7a5ccd27efa0 authored over 9 years ago by sgiehl <[email protected]>
language update

2bbfe474be384fa4fee3b9808ab2a046d87c78a3 authored over 9 years ago by sgiehl <[email protected]>
language update

5883abd2d9894df24c5e82c6dd7ee32ecefda912 authored over 9 years ago by sgiehl <[email protected]>
Merge branch 'master' into 6176

a9fedda2e98959662d85932e3846f8a1fb171a16 authored over 9 years ago by sgiehl <[email protected]>
fix a couple of bugs and actually only count the recursive rows count if needed

f9b70a5104144d1012b9a4aace7bad67428d0eb4 authored over 9 years ago by Thomas Steur <[email protected]>
faster archive by calculating the recursive count only if needed

a63edfb31a666d1a21cc259af79db927c18e2adb authored over 9 years ago by Thomas Steur <[email protected]>
Various performance improvements and bugfixes.

Imporves performance for Archiving and Range dates. Makes all kind of
reports faster as well. Fi...

30e4c4404fc466ae226a9be5dfede435610d9a72 authored over 9 years ago by Thomas Steur <[email protected]>
fixed tests

7a022120470d6db8e5f2dcdbe7857a6b1e9ff82d authored over 9 years ago by sgiehl <[email protected]>
Made for reports faster when flat=1 is used.

Also replaceColumnNames is now queued again which should bring
a performance boost in general.

f7a5bd6a34425df4d8049fe93b79882d421be9ed authored over 9 years ago by Thomas Steur <[email protected]>
translation update

ad562ee06e052b2292be378e87ffcffc424b43ad authored over 9 years ago by sgiehl <[email protected]>
translation update

b6acb8e89f62266fb750fb2ce91403a8cb05ed79 authored over 9 years ago by sgiehl <[email protected]>
Set a consistent description in plugins metadata

fixes https://github.com/piwik/piwik/issues/7184

f61023fd8876d352946a5863a0d3d5567c22be79 authored over 9 years ago by mattab <[email protected]>
fixed some tests

738ea8c982435d344a4789592eaa379c8c68273d authored over 9 years ago by sgiehl <[email protected]>
removed old windows icons; updated some tests

0703f093c68e41902c022629281a643c8578c8a4 authored over 9 years ago by sgiehl <[email protected]>
fixed some tests

2026f48ed6400e47c9cadfe98f28da1af1f6eb12 authored almost 10 years ago by sgiehl <[email protected]>
Fix System tests refs #6529

cc3143e5996dcf4330816a1f4fdab873e7da4198 authored almost 10 years ago by mattab <[email protected]>
fixed tests

add4dade57e1ba4487f11e4f1be906d751778b37 authored almost 10 years ago by sgiehl <[email protected]>
refs #3962 - moved os/browser images to DevicesDetection plugin

ea7661b0ef6fe8c315ce4d8294ebf4b4e35fa89c authored almost 10 years ago by sgiehl <[email protected]>
removed screen type report and widget

2416116338b7a540345ce97b923dc29e85a95f64 authored almost 10 years ago by sgiehl <[email protected]>
Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!

2dc6f1c2227dc1127d7ec0c44620594eb74cf1b4 authored almost 10 years ago by mattab <[email protected]>
fixed tests

8deed8d2414cd31b4552432a85c21e8e63db5b36 authored almost 10 years ago by sgiehl <[email protected]>
Merge branch 'master' into deprecate_usersettings

Conflicts:
tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisits...

050f1315391076aa98a98ff0a23212d640a4c0bd authored almost 10 years ago by sgiehl <[email protected]>
Error when failing to create a custom variable

8edd3e15a7065e2b2ed36bc098a3b012cd9bb7b6 authored almost 10 years ago by mattab <[email protected]>
language update refs #3430

c4a1fcc562b7a35fafb3f955ad3448272a4aed46 authored almost 10 years ago by sgiehl <[email protected]>
update expected test files

65ea59276be4411981aa7981b8ad9f0354202e7d authored almost 10 years ago by sgiehl <[email protected]>
completely removed short os name as it is useless

ea8556e037b9e95f2c05217c5011d137dba2003e authored almost 10 years ago by sgiehl <[email protected]>
Merge branch 'master' into deprecate_usersettings

4c7c72a4c432a7a1c25e09ccdb5651d768dc9acf authored almost 10 years ago by sgiehl <[email protected]>
Replaced usage of deprecated Common::json_encode to json_encode

a07baf7d1e2c49a090e93a393f7a7ad5de296594 authored almost 10 years ago by Matthieu Napoli <[email protected]>
Merge branch 'master' into deprecate_usersettings

dc5e9e137336c6a037ebe943fcde4e0d3ea2a05f authored almost 10 years ago by sgiehl <[email protected]>
language update refs #3430

9f128588bac1ce28a67f296fa4016078a1134230 authored almost 10 years ago by sgiehl <[email protected]>
updated a couple of test files

a6a521064e0496bd2057fc498a8295c8b954562a authored almost 10 years ago by sgiehl <[email protected]>
Merge branch 'master' into deprecate_usersettings

Conflicts:
core/Version.php

75b607e603ed84460f69d0ac8d2559578613ce04 authored about 10 years ago by sgiehl <[email protected]>
refs #5940 moved files into a subfolder framework, added autoloader to remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles

be9820b28f733fa1845943731009fc608cfd622a authored about 10 years ago by Thomas Steur <[email protected]>
Merge branch 'master' into deprecate_usersettings

Conflicts:
core/Version.php
plugins/CustomVariables/tests/processed/test_CustomVariablesIntegr...

099a1426516119cf38652f7e8a472724d481abdf authored about 10 years ago by sgiehl <[email protected]>
merged

7675a6420b0e0d0ff6a3a5f279651dd5301567a6 authored about 10 years ago by mattab <[email protected]>
these tests didnt pass locally

4d7b64fd96933fa7677901c4334949092997b73d authored about 10 years ago by mattab <[email protected]>
small cleanup in tests:

- renamed code coverage tests units to new structure
- removed processed system test files from g...

7e21738c39db62ed31d7258b28eecc249533d111 authored about 10 years ago by sgiehl <[email protected]>
Merge branch 'master' into deprecate_usersettings

Conflicts:
tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv

1554feb4f868d56bd3829ca086ab66306b9d0a6e authored about 10 years ago by sgiehl <[email protected]>
Merge branch 'master' into 5940_testRenamingAndCorrectFolders

Conflicts:
tests/PHPUnit/phpunit.xml.dist

f3e9acfcbc9deeb36454f904350f25c2f4887d60 authored about 10 years ago by Thomas Steur <[email protected]>
green build

0d32bed2bd614e8e2b62d988dbe3e24aeebf9fe7 authored about 10 years ago by mattab <[email protected]>
fixing tests after the provider returns no data rather than unknown

82b7c57c572ff4469c9cb93d8ffa29933b119686 authored about 10 years ago by mattab <[email protected]>
refs #5940 we might stay backwards compatible this way for 2 months. moved some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.

e57ae8e73dd1ca7c90a7925dac491f986f017887 authored about 10 years ago by Thomas Steur <[email protected]>
refs #5940 splitting plugin tests folder into unit, integration and system for now

b5c4e024d88acd7692601525b1fb271f1a69a1de authored about 10 years ago by Thomas Steur <[email protected]>
Merge remote-tracking branch 'origin/master' into deprecate_usersettings

Conflicts:
composer.lock
core/Version.php
tests/PHPUnit/Integration/expected/test_AutoSuggest...

091b24a52b4c41dae9037dbbafc2e20fa362ca62 authored about 10 years ago by sgiehl <[email protected]>
refs #5940 put tests in correct folders, better testsuite names, some tests still fail and I cannot figure out why

8829644d4cb85d8cf0e0140e04024e59b80db774 authored about 10 years ago by Thomas Steur <[email protected]>
refs #5940 fix customVariables tests

176c774b5e96a86700e5edbe766dee6930e295fb authored about 10 years ago by Thomas Steur <[email protected]>
refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of integration => system

1465f22948a1005b7bc5c01d5ac0a9377d0b604d authored about 10 years ago by Thomas Steur <[email protected]>