-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from matomo-org/vue-manage-custom-vars
[Vue] migrate manage-custom-vars model and directive to Vue
- Loading branch information
Showing
19 changed files
with
797 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
tests/System/processed/*xml | ||
tests/System/processed/*xml | ||
tests/System/processed/*text | ||
/vue/dist/demo.html | ||
/vue/dist/*.common.js | ||
/vue/dist/*.map | ||
/vue/dist/*.development.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# CHANGELOG | ||
|
||
* 4.1.0 migrate from AngularJS to Vue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
angularjs/manage-custom-vars/manage-custom-vars.controller.js
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
angularjs/manage-custom-vars/manage-custom-vars.directive.html
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
angularjs/manage-custom-vars/manage-custom-vars.directive.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "CustomVariables", | ||
"description": "Categorise your visitors and actions with custom name-value pairs. Segment by these values and get more insights to draw the right conclusions.", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"keywords": ["custom variables"], | ||
"license": "GPL v3+", | ||
"homepage": "https://matomo.org", | ||
"require": { | ||
"matomo": ">=4.0.0-b1,<5.0.0-b1" | ||
"matomo": ">=4.10.0-b1,<5.0.0-b1" | ||
}, | ||
"support": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-94 Bytes
(100%)
tests/UI/expected-ui-screenshots/CustomVariables_manage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.