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

Travis integration

github.com/matomo-org/matomo-sdk-ios - 4344207ed2c345013c55eb43fbbec611b30acbc7 authored over 11 years ago
Podspec passing lint validation.

Updated README file.

github.com/matomo-org/matomo-sdk-ios - 82500559b74563723ee1ef7cf3faf20aeb14be9c authored over 11 years ago
More Podspec updates.

github.com/matomo-org/matomo-sdk-ios - 9833ea68830644e7d89e61da0beb2f7fb1698ecb authored over 11 years ago
fixed some html markup errors

github.com/matomo-org/plugin-VisitorGenerator - 631a2c552c0f8a5f130f2d57ba143ead0505f6eb authored over 11 years ago
fixes some UI issues on MobileWeb

github.com/matomo-org/matomo-mobile-2 - 79b1cdee6849c45e8e8bb0ae8f0e78958f22f7ec authored over 11 years ago
Updated README file with links the API documentation.

github.com/matomo-org/matomo-sdk-ios - 1c894cffe51de4a8f96de8f34eea7d0d9da14dc0 authored over 11 years ago
Added target for generating AppleDoc.

github.com/matomo-org/matomo-sdk-ios - 48cb9f149bb53c8dc6bbf23408ccce4e8a78cb0a authored over 11 years ago
Update README file.

github.com/matomo-org/matomo-sdk-ios - 06c68dff3c1f61da400fc504d252b6b345acddc2 authored over 11 years ago
Added a tracked view controller

github.com/matomo-org/matomo-sdk-ios - ea03c94e3d541b6df69dabd2a78a50cf35fa39d8 authored over 11 years ago
Added support for sending lat and long.

github.com/matomo-org/matomo-sdk-ios - be29139a8aa94b2b164cf107d54bc8880507538c authored over 11 years ago
Fixed bug with starting new session and the previous visit timestamp.

github.com/matomo-org/matomo-sdk-ios - 36117727b394f194ec5bba547b72fa66f89db2e3 authored over 11 years ago
Fixed bug with previous visit timestamp.

github.com/matomo-org/matomo-sdk-ios - 62096ee59477eb908d19456e51d0fe1b8a48d4c4 authored over 11 years ago
Merge remote-tracking branch 'origin/master' into plugin_namespaces

Conflicts:
core/Tracker/Request.php
core/ViewDataTable.php
core/ViewDataTable/HtmlTable/Goals...

github.com/matomo-org/plugin-SecurityInfo - dc5a25b3188d0cbd01749200accdc0034a3a4a24 authored over 11 years ago
Fixes #4072 thanks for the patch

github.com/matomo-org/matomo-log-analytics - 7049a2228d3c16868577b725262b806082b7ea23 authored over 11 years ago
Updated RiakCache with provisioned ConflictedObjectException removal by next release.

github.com/matomo-org/cache - 2c9761ff1d13e188d5f7378066c1ce2882d7a336 authored over 11 years ago
Replace macros with constants

github.com/matomo-org/matomo-sdk-ios - 43958cb302ad35c3fe9f9d02610769bfb15e9b2a authored over 11 years ago
Prefix some classes. Consistent naming of parameters. Removed macros.

github.com/matomo-org/matomo-sdk-ios - caf1697cfc3860469dde0056fc2e656e9c530052 authored over 11 years ago
Create Podspec and restructure the project source.

github.com/matomo-org/matomo-sdk-ios - 19a4149aa815bb93c963c68f33b7ad5573f25270 authored over 11 years ago
this should fix the "Invalid response" error message that was reported by a few beta testers

github.com/matomo-org/matomo-mobile-2 - f315795590f65b5587905219a1acfbac7f3e5292 authored over 11 years ago
Fixing build errors.

github.com/matomo-org/matomo-sdk-ios - 108ced9e46fd4d62725dfde536b0d36d30893520 authored over 11 years ago
Using Pods for dependencies

github.com/matomo-org/matomo-sdk-ios - 2706d2f3d6862c19c5f6855e204574ef043edca6 authored over 11 years ago
these icons or also needed by iOS 7

github.com/matomo-org/matomo-mobile-2 - 686bd7b8b042d06137df36e8f284d11bfe396f09 authored over 11 years ago
the response is valid only if both defaultReport and defaultReportDate are not empty

github.com/matomo-org/matomo-mobile-2 - 33161f3cb63dc55a5f71c3892127c01979656c60 authored over 11 years ago
code improvements / fixing doc blocks

github.com/matomo-org/plugin-SecurityInfo - 9ae2b035f8ace6f17a96c6150f00bc01a19da098 authored over 11 years ago
fixed some doc blocks/namespaces

github.com/matomo-org/plugin-SecurityInfo - 9348cbf9f1639daf61a098832a89d05eddcc2b58 authored over 11 years ago
Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\Plugins\*

Added namespaces to functions.php files in the five plugins that had one
Work in progress

github.com/matomo-org/plugin-SecurityInfo - 90704c35f9dc4b8d8d28455a9dbea1095c0f6398 authored over 11 years ago
Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\Plugins\*

Added namespaces to functions.php files in the five plugins that had one
Work in progress

github.com/matomo-org/plugin-CustomVariables - 2b7fb8d398ac5f681beef8b451a4e5508b8800ae authored over 11 years ago
Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\Plugins\*

Added namespaces to functions.php files in the five plugins that had one
Work in progress

github.com/matomo-org/plugin-VisitorGenerator - 58b2f6d6a0120a6ca9386a32e102ddd789117e4b authored over 11 years ago
set enhanced parameter to prevent removing websites which have no visits, see #3786 . Unfortunately the enhanced parameter seems not to work, will have a deeper look later

github.com/matomo-org/matomo-mobile-2 - a5be1e050f1819029d2f5158054356cb216d5fe4 authored over 11 years ago
if there is no entrySiteId (defaultReport), open the allWebsitesDashboard

github.com/matomo-org/matomo-mobile-2 - 5cfa6f7b73dbc56a6fc465b45e5f627056e617d8 authored over 11 years ago
to not write xml files for jenkins, we do not need those. increased timeout to 15s

github.com/matomo-org/matomo-mobile-2 - 9f2c2caeaffd7cd0a95aa69d64735013c5ef00f4 authored over 11 years ago
do not log everything

github.com/matomo-org/matomo-mobile-2 - 5245f7c291aa173437d151bcb75483af8036d74a authored over 11 years ago
go back to project dir, otherwise testrunner is not available

github.com/matomo-org/matomo-mobile-2 - d0d24bc255e01caf13e2fd885df271d56b33326a authored over 11 years ago
this one should hopefully work

github.com/matomo-org/matomo-mobile-2 - 7d5c7485b29846c322b828662c12a01f3b9d8f43 authored over 11 years ago
start node server after building titanium

github.com/matomo-org/matomo-mobile-2 - ba2d6be48a3d968e1a9a77cec14ee8a855d512db authored over 11 years ago
log everything for debugging test execution on travis-ci

github.com/matomo-org/matomo-mobile-2 - 8f61f494b71b9f7b9b5bd724c762012c345cdd4e authored over 11 years ago
use 3.1.1.GA to make Travis happy for now

github.com/matomo-org/matomo-mobile-2 - 70a5a04ad00eb34a7fc643b79e8bac9df4b94b5e authored over 11 years ago
adding travis status image

github.com/matomo-org/matomo-mobile-2 - fe45371df0894afe10771270e7d025b1a4f93b1d authored over 11 years ago
added travis config

github.com/matomo-org/matomo-mobile-2 - 89d7caaadd6159d902d660d2f2e2625b3cb10918 authored over 11 years ago
Checking if format is not nil before logging

github.com/matomo-org/matomo-log-analytics - 17a86b658c8edd70c7490408d8fe6e7a73beda95 authored over 11 years ago
First commit of AFNetworking based Pwik tracker.

github.com/matomo-org/matomo-sdk-ios - aa6ffa2aa3496cec16c51834053c4552675a8f03 authored over 11 years ago
Refs #3741 PHP Namespace conversion continued: Tracker classes,

renaming Unzip to Uncompress,
Renaming Tracker/Referer to Tracker/Referrer,
and few more

github.com/matomo-org/matomo-log-analytics - 16af9ea2ee296a80d692811652a172365806657e authored over 11 years ago
Refs #3741 PHP Namespace conversion continued: Tracker classes,

renaming Unzip to Uncompress,
Renaming Tracker/Referer to Tracker/Referrer,
and few more

github.com/matomo-org/plugin-CustomVariables - 5ba584b8cfd7b782b6fd02e9ef7588a7a9f817a3 authored over 11 years ago
Refs #3741 PHP Namespace conversion continued: Tracker classes,

renaming Unzip to Uncompress,
Renaming Tracker/Referer to Tracker/Referrer,
and few more

github.com/matomo-org/component-decompress - 6b9d7ed8c6aff071b7cce4cf588fd7a8f3386845 authored over 11 years ago
Merge pull request #11 from doctrine/RiakCache

Implemented RiakCache.

github.com/matomo-org/cache - beb242e0e22eebdca1db571edb1bac788b054124 authored over 11 years ago
Documented conflict resolution logic for internal.

github.com/matomo-org/cache - 826f197344281c12e3486e95cf48915ff2b8f23f authored over 11 years ago
piwik (1.12-5) stable; urgency=low

* added a proper README.Debian to detail installation process when it
comes to database pr...

github.com/matomo-org/matomo-package - 92f46385d95e6889769fcbf3362c3a312c7e26d9 authored over 11 years ago
Added automatic conflict resolution.

github.com/matomo-org/cache - bcd321d2f9fbb82b2fa8048351ccb9eb11ab68ea authored over 11 years ago
Merged master into namespace branch

github.com/matomo-org/plugin-CustomVariables - abfb6c5ffe4d28f1fcf922b78a7fd88a35f5a195 authored over 11 years ago
Merge branch 'master' into php-5.3-namespaces

Conflicts:
core/Access.php
core/Config.php
core/EventDispatcher.php
core/JqplotDataGenerator...

github.com/matomo-org/plugin-CustomVariables - 81c836b799d50f3a9e0c0619b4dc15f62c3946a1 authored over 11 years ago
Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished core/ conversion

github.com/matomo-org/plugin-CustomVariables - 2210a4aa84dea1558d38c0e3295f36f9246c4ae9 authored over 11 years ago
Refs #4040, #4041, added ability to access view properties directly, started documenting view properties and modified ExampleUI plugin to set view properties directly.

github.com/matomo-org/plugin-CustomVariables - 70fd40e49c15557e2f8e8c572e216187f9f473c6 authored over 11 years ago
Updated RiakCache to match version PECL riak 0.5 release.

github.com/matomo-org/cache - 4002f84a5e7aae8e18ba85d3b3b0b1dc846889f3 authored over 11 years ago
if the user has not made a choice yet in Piwik, load MultiSites Dashboard by default

github.com/matomo-org/matomo-mobile-2 - 11da10f07495d8a092db9b2b86d5f6aaf05596ce authored over 11 years ago
fix files folder is missing

github.com/matomo-org/matomo-dev-environment - eebcf18aa1a6f8fb867e37dda475cb7873b5d59a authored over 11 years ago
piwik (1.12-4) stable; urgency=low

* minor adjustments for the missing files

github.com/matomo-org/matomo-package - d3aa05a5537f1aaac63dd6d3636841cf24e89a6e authored over 11 years ago
piwik (1.12-3) stable; urgency=high

* added links to usr/share/piwik so the system is 100% clean

github.com/matomo-org/matomo-package - 4c64e144f8019647a67d2f0d50f0b2b034b8ea89 authored over 11 years ago
added proper README.md

fixed debian/copyright with proper credits

github.com/matomo-org/matomo-package - 116ca5a5cdd408310df4611674b4e637d0388139 authored over 11 years ago
piwik (1.12-2) stable; urgency=high

* reverted the removal of licenses files so piwik if full vanilla. this was
necessary (sor...

github.com/matomo-org/matomo-package - cbf9a05777901ae8e5bf33f310c214e611ae2bf5 authored over 11 years ago
piwik (1.12-1) stable; urgency=high

* Initial release.
* Starting with piwik 1.11
* adapted work done from debian.org
* se...

github.com/matomo-org/matomo-package - fd1602be95b98a6325fa256bf2fadd35516f68d9 authored over 11 years ago
Refs #4040, converted CustomVariables plugin to use display properties instead of manually calling ViewDataTable functions.

github.com/matomo-org/plugin-CustomVariables - a924ea08ad9e12a060c1738742843ed497a14a49 authored over 11 years ago
make sure to define a hostname

github.com/matomo-org/matomo-dev-environment - b412ac498a832dbfbc9ba315652b0d9e912543cb authored over 11 years ago
Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classes

Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead

T...

github.com/matomo-org/plugin-SecurityInfo - be03a7826e5c87640ca44f112b6966c434c804e8 authored over 11 years ago
Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classes

Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead

T...

github.com/matomo-org/plugin-CustomVariables - d0a2f6ef2fdbe37554c19b6c89497bf7614e577b authored over 11 years ago
Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classes

Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead

T...

github.com/matomo-org/component-decompress - 9c758aee75a833595e502c2c548924dbb39cec2b authored over 11 years ago
Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classes

Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead

T...

github.com/matomo-org/plugin-VisitorGenerator - 2f4a2eb0e1194917d81ebcc323e1f844445251bf authored over 11 years ago
added note about MySQL binding to external IP

github.com/matomo-org/matomo-dev-environment - 60db4f37f2dfff2b17c02a13b76fba09bccdd6b9 authored over 11 years ago
use latest piwik package

github.com/matomo-org/matomo-dev-environment - 894bf357bbc4b56e491b8d1479d0a6963f919c1a authored over 11 years ago
bind mysql to external IP. This should make it possible to run tests within any IDE and makes it possible to access it with any client from the host system

github.com/matomo-org/puppet-piwik - 604b2fc2e3ff31caf9402eea52e6bda826405217 authored over 11 years ago
install package cutycapt

github.com/matomo-org/puppet-piwik - 0c4e645ec68b6e32269d90ae5ed2d6de535cf660 authored over 11 years ago
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager.

Removed some deprecated code.

github.com/matomo-org/plugin-SecurityInfo - 6fa8ce0729b47bfd72f108f524bdeab1b77d2226 authored over 11 years ago
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager.

Removed some deprecated code.

github.com/matomo-org/plugin-VisitorGenerator - ad475ce6596158c84354df578db83f386ad2bd07 authored over 11 years ago
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager.

Removed some deprecated code.

github.com/matomo-org/plugin-CustomVariables - 81fb3c8011ea671876bc68511ca36b24dea8c088 authored over 11 years ago
use latest puppet-piwik module

github.com/matomo-org/matomo-dev-environment - 51b759205f8cf97257118ada15011c4dab1afb4b authored over 11 years ago
set override to All

github.com/matomo-org/puppet-piwik - 86fa90a06caf3fafcaf0563b33dde36b88aeb347 authored over 11 years ago
install xhprof and run composer update when reloading

github.com/matomo-org/puppet-piwik - ea2b41c86e161d6c49c4d0fc38cbb0f9abee2811 authored over 11 years ago
Merge branch 'master' of https://github.com/piwik/piwik-dev-environment

Conflicts:
vagrantconfig.yaml

github.com/matomo-org/matomo-dev-environment - 862678ae6545d87f4030d46059a1befe4e201faf authored over 11 years ago
clone Piwik into a shared folder so it is possible to work on Piwik without running the virtual machine. Apache and Nginx both run under the vagrant user now which makes everything simpler. Removed some config options for SVN which are no longer needed

github.com/matomo-org/matomo-dev-environment - ca257813b7996f87c8ffa9f79e131a6d3c5bc777 authored over 11 years ago
added possibility to specify the user and group of apache/nginx

github.com/matomo-org/puppet-piwik - db9806203248292fc3a19c55e13e5cf885695846 authored over 11 years ago
Converting to namespace: Period*, Metrics, Segment, SegmentExpression, PluginsManager

github.com/matomo-org/plugin-CustomVariables - b736dc87eadeb8e7a00e13cf86da57e226184e24 authored over 11 years ago
Converting to namespace: Period, Site

github.com/matomo-org/plugin-VisitorGenerator - bed05342e7d8e3db364692395f30356150d7b707 authored over 11 years ago
Converting to namespace: Archive

github.com/matomo-org/plugin-CustomVariables - 1d376fc05c376ed17f1e200ef7e5af2a287a735a authored over 11 years ago
Removing extra namespace \Core

github.com/matomo-org/plugin-CustomVariables - 7146fc2758e1935d4dd66afd7a5fcdc8d575c37b authored over 11 years ago
Removing extra namespace \Core

github.com/matomo-org/plugin-VisitorGenerator - 910efd2f875a629abfdab6b89bbf3c77fb78c5f2 authored over 11 years ago
Removing extra namespace \Core

github.com/matomo-org/plugin-SecurityInfo - b57020550bfbf556160ed6d161134d4822896484 authored over 11 years ago
improved performance on iOS. open windows as early as possible to get a faster response to a user action

github.com/matomo-org/matomo-mobile-2 - 195209d0e20e10fb0c4ceaa46bbe50075a86d28f authored over 11 years ago
fix headerBar is not defined on iOS

github.com/matomo-org/matomo-mobile-2 - d124ca7147f63c3ea79d856a68f13483f334a093 authored over 11 years ago
display date chooser within a Popover on the iPad and within a modal window on the iPhone

github.com/matomo-org/matomo-mobile-2 - bc21654f18cd48e3f51784befa2ef3344e265d2a authored over 11 years ago
made the clickable area of the tryIt and FAQ link bigger

github.com/matomo-org/matomo-mobile-2 - e0bb6a04bfac3324ad475b0f08a2f57659190d31 authored over 11 years ago
make sure the page title in visitor screen is readable

github.com/matomo-org/matomo-mobile-2 - 4b05ec7ee75abc5a542150eea9c3ff9297af8ce0 authored over 11 years ago
Refactor class Piwik_Common to \Piwik\Core\Common

Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so ...

github.com/matomo-org/plugin-CustomVariables - 50871457751b2a15c74ad9c46b1cdfc30c9ca24e authored over 11 years ago
Refactor class Piwik_Common to \Piwik\Core\Common

Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so ...

github.com/matomo-org/plugin-VisitorGenerator - db2dbd2ce36c025685cb8ca1d70c27db0ff6af2a authored over 11 years ago