Ecosyste.ms: OpenCollective

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

Matomo Analytics

We create the open alternative to Google Analytics that gives you full control over your data. Privacy is built-in.
Collective - Host: opensource - https://opencollective.com/matomo-analytics - Website: https://matomo.org - Code: https://github.com/matomo-org

fix graph is not displayed in AllWebsitesDashboard on tablets

github.com/matomo-org/matomo-mobile-2 - 2aba94154986eb50fb30814b1c5452d17f508b7b authored over 11 years ago
Implemented custom event dispatching system for Piwik (replaced event dispatcher lib in libs/Event).

Notes:
- New dispatcher can execute callbacks before or after other callbacks.
- It is also ...

github.com/matomo-org/plugin-CustomVariables - 9e8582da58b49cd00c14f9087c871c372827508a authored over 11 years ago
display any error message that occurs while trying to load processed report

github.com/matomo-org/matomo-mobile-2 - 8f5badeda059e347aa903e806d5fc46bacacc10b authored over 11 years ago
fix always the same goal report is displayed

github.com/matomo-org/matomo-mobile-2 - 0ea750c7601aac4feff5b87b4436fc5d4d85e101 authored over 11 years ago
the rendering of the composite report takes too long. Therefore, only render a loading message until the data is fetched. Render the complex view only once the data is fetched. Currently I am rendering all boxes, even those not in viewport for a smoother scrolling. We might need to change that later.

github.com/matomo-org/matomo-mobile-2 - 41be1a01cbeab858b8df4338a8279b2c3d6b80db authored over 11 years ago
render only a graph when the imageView layout is done and when we know the width of the image

github.com/matomo-org/matomo-mobile-2 - 3906b30f668570285fe55fc2c5089a3fd4c68212 authored over 11 years ago
under certain circumstances it triggers the load and error function event

github.com/matomo-org/matomo-mobile-2 - a6554f7914bffedd880d70aa4a05cab17f3c9d6a authored over 11 years ago
Merge pull request #14 from nesQuick/phpunitconfigignore

ignore 'local' phpunit config file

github.com/matomo-org/cache - dc3438804c6303f1b5892f184a79aa8e3ce5d81d authored over 11 years ago
Merge pull request #13 from nesQuick/testagainstphp55

also test against php 5.5 on travis ci

github.com/matomo-org/cache - 3d226d17a85b16ce3af96893e26ad92e5a91c6ab authored over 11 years ago
Merge pull request #15 from nesQuick/filestats

provide stats for file caches

github.com/matomo-org/cache - 1ce7f59b9f501130101e5dcf88818fc6a6b5789a authored over 11 years ago
also test against php 5.5 on travis ci

github.com/matomo-org/cache - 016d331cf43d6f3f3296da38c6e508fe4fdcc7cd authored over 11 years ago
ignore 'local' phpunit config file

github.com/matomo-org/cache - 94a0975e90bab029d08d3a52f4f88ee09a4d9e92 authored over 11 years ago
provide stats for file caches

github.com/matomo-org/cache - 285052fba573f910d2e180cbdee4906fe42a387d authored over 11 years ago
wrote tests for piwikReports model

github.com/matomo-org/matomo-mobile-2 - f9683c4540df214bdc7c2ca4b11a119bdc3cbf4d authored over 11 years ago
the test should run in isolation

github.com/matomo-org/matomo-mobile-2 - a474a521d3349921df7dde0af16fb6c68bd01904 authored over 11 years ago
changed debug mode to android, trace is not needed

github.com/matomo-org/matomo-mobile-2 - 16e906a2654e6a2b481cc7ae9826a25bed25f1c4 authored over 11 years ago
the data is cached anyway, no need for a pullToRefresh widget on iOS

github.com/matomo-org/matomo-mobile-2 - 6b7dc8f41ed486bf35f62770df211e990dbbdf31 authored over 11 years ago
this is a workaround for user needs to press the back button twice to close the app on Android. We should look for a better solution later. Also fixes the splashscreen is visible when switching between reports

github.com/matomo-org/matomo-mobile-2 - e261c3cc7527cb443483c3f6ab795c1a2d8389c9 authored over 11 years ago
took me only 5 days in total over the last weeks to find out the borderRadius causes the widgets to disappear in landscape mode on Android

github.com/matomo-org/matomo-mobile-2 - 268339f9af5e5283676e5df73f12b624eecdf1ca authored over 11 years ago
remove trailing semikolon

github.com/matomo-org/matomo-mobile-2 - 5c50f73349a09c67edcdeb717e017fe67e997940 authored over 11 years ago
wrote tests for piwikProcessedReport model

github.com/matomo-org/matomo-mobile-2 - faabae86a5de12ad679d187340a6f61ef969fe0c authored over 11 years ago
Merge branch 'master' of github.com:piwik/piwik into pleineLune__layout-cleanup

github.com/matomo-org/plugin-VisitorGenerator - d34616f7294abe3634b029ccd647da8dd964c107 authored over 11 years ago
Merge branch 'master' of github.com:piwik/piwik into pleineLune__layout-cleanup

github.com/matomo-org/matomo-log-analytics - 8fa6a87a62a274daf6ae5a5949c7b8c093778e37 authored over 11 years ago
Merge branch 'master' of github.com:piwik/piwik into pleineLune__layout-cleanup

github.com/matomo-org/plugin-CustomVariables - 4fb384d4a034eab31e97098749e8fdbde7b4a14f authored over 11 years ago
* Enabling Twig 'strict_variables' so that we write best code possible, and learn early if some tpl code is not valid. Fixing few bugs that this uncovered

* refactoring the percent column label in getPercentVisitColumn()
* removing indexBeforeMenu and ...

github.com/matomo-org/plugin-VisitorGenerator - 8a541c59346756ce2d1bb3479dfd9a42f64ab727 authored over 11 years ago
updated jasmine from 1.0.2 to 1.3.1

github.com/matomo-org/matomo-mobile-2 - 26740179328b5d578c9de63a876b51937b193587 authored over 11 years ago
change log level from trace to debug

github.com/matomo-org/matomo-mobile-2 - f82da496f4960606f92b4d80849542c290a5dc67 authored over 11 years ago
wrote tests for some more models

github.com/matomo-org/matomo-mobile-2 - 7817fd60484b336cd6b4b43c522f81dde24b8a6e authored over 11 years ago
output total number of passed expectations

github.com/matomo-org/matomo-mobile-2 - 259aa59eb0998ad38019069407946009631d71b6 authored over 11 years ago
added another test to make sure default values are correct

github.com/matomo-org/matomo-mobile-2 - 2a3d2feb68a9d92cb0cd7aaefa23b70472f3209a authored over 11 years ago
only log warnings, the interesting part is the test result

github.com/matomo-org/matomo-mobile-2 - 37b10ac7d6bab8e94bdf44844d394435147aaa37 authored over 11 years ago
better test result formatting

github.com/matomo-org/matomo-mobile-2 - a0c5c1d383486531730ac72fd6d6089d9ac89a9c authored over 11 years ago
added a test for new empty data controller

github.com/matomo-org/matomo-mobile-2 - 2e9e3a18db4c39cda1a935f19ec45add53f20301 authored over 11 years ago
automatically start a webserver before running the tests and terminate the webserver after the tests are finished

github.com/matomo-org/matomo-mobile-2 - d1fa32d7c91798f70e7cb76d97d369f986e02150 authored over 11 years ago
sendErrors property is deprecated

github.com/matomo-org/matomo-mobile-2 - 43ab516959845f948ca1ad4c8c067151a2150880 authored over 11 years ago
fix website not found message is not styled on android

github.com/matomo-org/matomo-mobile-2 - 8155c3323827f584e2c0b1bd79b6b16fa131095e authored over 11 years ago
build app before running the tests and set path for easy integration into any IDE

github.com/matomo-org/matomo-mobile-2 - ca995569f94e739d541f3f66508f91c39c8d3c6f authored over 11 years ago
added some simple scripts to deploy app to iOS simulator, to Android device or to open app in browser. For easy integration into any IDE

github.com/matomo-org/matomo-mobile-2 - 71aae097beaadd26deee583db608acf5267e6860 authored over 11 years ago
ignore node modules

github.com/matomo-org/matomo-mobile-2 - 21f585f207877382c410e8d6fd019787686a8e07 authored over 11 years ago
ignore generated xml testsuite results

github.com/matomo-org/matomo-mobile-2 - b0be3b58cb1886cbcde355cd6d01cdbb4af514ae authored over 11 years ago
fix refresh ignores search

github.com/matomo-org/matomo-mobile-2 - b5909bec8cc7d2c09cc2870087b995f5eaf7f612 authored over 11 years ago
refs #3999 removed duplicated code

github.com/matomo-org/matomo-mobile-2 - 5c1fd4f28c3800e84838e77fab5dd10a80640aa7 authored over 11 years ago
refs #3999 create empty_data screen only if needed for better performance and less memory usage

github.com/matomo-org/matomo-mobile-2 - c6ffadff518136b6abdb192f81eb572163994f37 authored over 11 years ago
added missing helper needed to execute tests

github.com/matomo-org/matomo-mobile-2 - aea5d2dce0d3c638d84ca1e83ef6afa2959119d4 authored over 11 years ago
refs #3999 empty data screen should be scrollable if message is too long

github.com/matomo-org/matomo-mobile-2 - c58bbb415549b3a6b64db69634979ed45e2af9da authored over 11 years ago
booom! removed behave and got Jasmine working for unit tests including full Titanium API support thx to MobileWeb. They execute within 2 seconds and they also generate files for Jenkins. They will be executed within a headless browser (PhantomJS).

github.com/matomo-org/matomo-mobile-2 - bccc531578fe06ffded551c8b2c4b2a2845953aa authored over 11 years ago
this allows me to run unit tests in phantomjs (headless browser). Execution of tests takes only a few seconds now instead of 1-2 minutes

github.com/matomo-org/matomo-mobile-2 - 4907a81f638579ed1e88cbb391828d6cf60b5af1 authored over 11 years ago
make sure alloy is defined

github.com/matomo-org/matomo-mobile-2 - 89c653eeb73061eab16096783fa503519367ba51 authored over 11 years ago
refs #3999 fix tests

github.com/matomo-org/matomo-mobile-2 - 115d619845ae54b9674de220f085ac6de6e2aac6 authored over 11 years ago
refs #3999 display network error messages and simplified/refactored some parts

github.com/matomo-org/matomo-mobile-2 - 72e91eca2b567b1e251a84c28f842a5a41b741a5 authored over 11 years ago
refs #3999 trigger error handler if response does not have valid format, simplified the adapter

github.com/matomo-org/matomo-mobile-2 - 3fa2b399924efd40914f072f77296ab843bc7bc0 authored over 11 years ago
refs #3999 display any network errors, display the all websites dashboard even if user has access to only one website --> need to test how Piwik itself handles this case, performance improvement by doing less requests and using the MultiSites.getAll API directly and not MetadataAPI because this one needs no siteId, simplified the controller in general

github.com/matomo-org/matomo-mobile-2 - 8165889642549609e1e8424563aacf3e78522402 authored over 11 years ago
refs #3999 performance improvement by fetching only the website ids, not all site information

github.com/matomo-org/matomo-mobile-2 - 9431caf083903b6bdbb0eda03878e71a744420e2 authored over 11 years ago
refs #3999 the network client should really not output any error message and also not handle any error

github.com/matomo-org/matomo-mobile-2 - 259dcd5bb4aef7987900ff92d7976592edf9c2b0 authored over 11 years ago
Merge branch '2.x-twig' of https://github.com/piwik/piwik into 2.x-twig

Conflicts:
core/Twig.php

github.com/matomo-org/plugin-VisitorGenerator - 912fd0ca20197e75be533cfbe12172e7294f39d0 authored over 11 years ago
Merge branch '2.x-twig' of https://github.com/piwik/piwik into 2.x-twig

Conflicts:
core/Twig.php

github.com/matomo-org/plugin-SecurityInfo - d783ef2e547a8a1ec55d2f6e49f6bddb30e0518f authored over 11 years ago
Reverting my commit where I removed all |raw per @halfdan feedback

Instead we should manually add the missing |raw...
Refs #4019

github.com/matomo-org/plugin-SecurityInfo - 7607b67dd41406b69866dc9e4b499513cdbbb875 authored over 11 years ago
Reverting my commit where I removed all |raw per @halfdan feedback

Instead we should manually add the missing |raw...
Refs #4019

github.com/matomo-org/plugin-VisitorGenerator - c7692ada0ec9fca0680aec43a15a7c3b71a78e45 authored over 11 years ago
Revert "See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for your work!"

This reverts commit c263308d8229735c04b7aeacf4c224f0a5b866d2.

github.com/matomo-org/plugin-VisitorGenerator - 57b90c995a6860bbbacc36835b3d90bbaf667c51 authored over 11 years ago
Revert "See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for your work!"

This reverts commit c263308d8229735c04b7aeacf4c224f0a5b866d2.

github.com/matomo-org/plugin-SecurityInfo - d3475aba86bff88e29b4a05e9e8bbfaad8f799f4 authored over 11 years ago
See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for your work!

Here are some updates:
* Removing |raw from the codebase.
* Disabling autoescape by default (i...

github.com/matomo-org/plugin-SecurityInfo - 4f76b12e56475d082afb6d920494b966b659d148 authored over 11 years ago
See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for your work!

Here are some updates:
* Removing |raw from the codebase.
* Disabling autoescape by default (i...

github.com/matomo-org/plugin-VisitorGenerator - 645384494dd85c4ceafad0fbc4a9decd9cf0014b authored over 11 years ago
refs #3997 display a no data screen if there is no data for a report

github.com/matomo-org/matomo-mobile-2 - 01c880380b8651682745810da5fedbc97aface76 authored over 11 years ago
execute tests only under ios because on Android the deployType is always test and under MobileWeb the deploy type is never test :(. Also load each test automatically

github.com/matomo-org/matomo-mobile-2 - be0c39782d3232ee3ff376a3e5f406e7a1874844 authored over 11 years ago
refs #3997 fix no data icon was truncated

github.com/matomo-org/matomo-mobile-2 - 6c6d075a31e29872761566fe7100b45c8e792f1f authored over 11 years ago
refs #3997 empty data widget. Needs to be integrated in each report

github.com/matomo-org/matomo-mobile-2 - c62d77c760933dbab24fe85137dff453e76795d2 authored over 11 years ago
Huge merge! Lets see how the tests run..

Merge branch 'master' into 2.x-twig

Conflicts:
core/ReportRenderer/Html.php
core/SmartyPlugin...

github.com/matomo-org/plugin-VisitorGenerator - 35951b3a5de158e57f2914068b1560e4aa0fdb46 authored over 11 years ago
the back icon is now better visible

github.com/matomo-org/matomo-mobile-2 - 0450ca7fbbd4f4520eb6c209330e137b6f5cac8d authored over 11 years ago
Merge branch 'master' of github.com:piwik/piwik-mobile-2

github.com/matomo-org/matomo-mobile-2 - 312339a29aea7fe6e7e47924268fe3e5151e1f60 authored over 11 years ago
there is a new Android design pattern "Navigation Drawer": http://developer.android.com/design/patterns/navigation-drawer.html Always display our appicon in ActionBar and show a icon if there is a menu

github.com/matomo-org/matomo-mobile-2 - 02048810f8ef3006bd4eb7eb67801d4ea0165b03 authored over 11 years ago
wrote script to find all tests within the tests folder. unfortunately it looks like the files are not copied when deploy type is test. needs more investigation

github.com/matomo-org/matomo-mobile-2 - 437ed26f1decb2dfcb1b141433699a901624d3a2 authored over 11 years ago
do not write the junit xml file, we do not need it

github.com/matomo-org/matomo-mobile-2 - 040de41e50ea1e224a8fd6cd750e8f73c70ad8b5 authored over 11 years ago
nicer formatting of test result

github.com/matomo-org/matomo-mobile-2 - 2e38f4e43805dcb400f0d40e7661cc76a9e4d725 authored over 11 years ago
added information about tests

github.com/matomo-org/matomo-mobile-2 - bbc6a4449505ba78a81690b2b4333ca0a8f749c5 authored over 11 years ago
fixes #3983 footer title is displayed weird on iOS. Looks like Alloy does not support ListView.footerView yet but works creating the widgets the old way

github.com/matomo-org/matomo-mobile-2 - a9659f1cc313d351188f055bfc58092732f28b8f authored over 11 years ago
wrote tests for piwikWebsites model

github.com/matomo-org/matomo-mobile-2 - 4767bbbbf1e2f89876f3f8866b442e13e80b99c0 authored over 11 years ago
wrote a unit test for fetching piwik version number

github.com/matomo-org/matomo-mobile-2 - c6fecbf2505be65281c396d3add9779dfc6d8018 authored over 11 years ago
refs #3985 there is no need to serialize the value

github.com/matomo-org/matomo-mobile-2 - 5ecfa5c41624289e0ef61933d3eb04408065335c authored over 11 years ago
log if there was a failure

github.com/matomo-org/matomo-mobile-2 - 4547447f6d94c4cc696708381825fa0e50e8fd5c authored over 11 years ago
refs #3985 wrote unit tests for cache model and collection

github.com/matomo-org/matomo-mobile-2 - eed6fe83ec589ada980e155ce50095c142f90a59 authored over 11 years ago
added license of behave

github.com/matomo-org/matomo-mobile-2 - cffaa063cac2985dcc258e95369c1842ad9bb805 authored over 11 years ago
test number of entries after putting a value into cache and refactored tests

github.com/matomo-org/matomo-mobile-2 - e6dbd4972ee7005ff86630f292263ec5b41985d2 authored over 11 years ago
added simple script to run tests

github.com/matomo-org/matomo-mobile-2 - 25c59aa57d1a6b023eea26f0f2d50b7537e87ff6 authored over 11 years ago
fixes #3978 our first unit test using behave... tests run in simulator when deploy-type is "test". nice!

github.com/matomo-org/matomo-mobile-2 - 17e80a899612214d944ed73fc3124022100fef51 authored over 11 years ago
refs #3985 fix detection of successful response

github.com/matomo-org/matomo-mobile-2 - 49e4bb085cb4895bfd71053d0d6d9214b6423d2d authored over 11 years ago
refs #3985 fix caching not working on MobileWeb

github.com/matomo-org/matomo-mobile-2 - 694f34bbc291c1a97a6b68b6f6e93d2cd94bf34e authored over 11 years ago
refs #3985 cache some requests. Caching can be disabled in config. Each model can be cached by specifying a caching adapter. A caching adapter consists of a caching type (persistent or session) and a caching time/duration. We are caching only successful responses. Seems to work but need to do some more tests

github.com/matomo-org/matomo-mobile-2 - 20f88140cf2183c32fc0de92ae779a4ac58dd7dc authored over 11 years ago
Handle log files in log importer where site URL's protocol + host will be prepended to the path even if the path already contains a protocol & host.

github.com/matomo-org/matomo-log-analytics - 80abd51c1c09424b44cdff27ed1751654c1519e4 authored over 11 years ago
fixes #3987 render and execute requests only if composite report is displayed. brings performance improvement and less data is transferred over the internet

github.com/matomo-org/matomo-mobile-2 - 620113a5c4b4d69df0b7cdb3f679251129e8e832 authored over 11 years ago
Adding new Metrics class that knows about all metrics. Moving from Piwik_Archive class.

Also moved some other const to Piwik class.

github.com/matomo-org/plugin-CustomVariables - 9f34cfeee491d86ba6723623d0f3c4b2a254a135 authored over 11 years ago
Implemented support for flushAll as per php_riak 0.5.0 release (to happen yet on PECL). Still no support for HEAD operations (contains()).

github.com/matomo-org/cache - d6f5611aa53d30a69c215960f3c9fac830cfadff authored over 11 years ago
* README updated.

github.com/matomo-org/matomo-nginx - 4b9691376adfc91a8471ff3bd931a35c01b73307 authored over 11 years ago