./wip/piwik, Open Source Analytics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.17.1, Package name: piwik-2.17.1, Maintainer: pkgsrc-users

Liberating Web Analytics. Star us on Github? +1. Piwik is the leading open
alternative to Google Analytics that gives you full control over your
data. Piwik lets you easily collect data from websites, apps & IoT and
visualise this data and extract insights. We love Pull Requests!

This is the preparation package to install piwik. You need more work after
this package installed. (And worse, may not complete easily).
See TODO.


Required to run:
[textproc/php-json] [converters/php-iconv] [www/ap-php] [www/php-curl] [graphics/php-gd] [databases/php-pdo_mysql] [databases/php-mysql] [archivers/php-zlib] [shells/bash] [security/mozilla-rootcerts] [converters/php-mbstring] [net/php-geoip] [devel/git-base] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: aba8efe42bf29f2e6af8cf56d2256271ec11f928
Filesize: 18995.493 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-12 09:18:21 by Makoto Fujiwara | Files touched by this commit (3) | Package updated
Log message:
Update 2.13.0 to 2.14.0
-----------------------
## Piwik 2.14.0

### Breaking Changes
* The `UserSettings` API has been removed. The API was deprecated in
  earlier versions. Use `DevicesDetection`, `Resolution` and
  `DevicePlugins` API instead.

* Many translations have been moved to the new Intl plugin. Most of them
  will still work, but please update their usage. See
  https://github.com/piwik/piwik/pull/8101 for a full list

### New features 
* The JavaScript Tracker does now track outlinks and downloads if a user
  opens the context menu if the `enabled` parameter of the
  `enableLinkTracking()` method is set to `true`. To use this new feature
  use `tracker.enableLinkTracking(true)` or
  `_paq.push(['enableLinkTracking', true]);`. This is not industry
  standard and is vulnerable to false positives since not every user will
  select "Open in a new tab" when the context menu is shown. Most users
  will do though and it will lead to more accurate results in most cases.

* The JavaScript Tracker now contains the 'heart beat' feature which can
  be used to obtain more accurate visit lengths by periodically sending
  'ping' requests to Piwik. To use this feature use
  `tracker.enableHeartBeatTimer();` or
  `_paq.push(['enableHeartBeatTimer']);`. By default, a ping request will
  be sent every 15 seconds. You can specify a custom ping delay (in
  seconds) by passing an argument, eg,
  `tracker.enableHeartBeatTimer(10);` or
  `_paq.push(['enableHeartBeatTimer', 10]);`.

* New custom segment `languageCode` that lets you segment visitors that
  are using a particular language. Example values: `de`, `fr`, `en-gb`,
  `zh-cn`, etc.

* Segment `userId` now supports any segment operator (previously only
  operator Contains `=@` was supported for this segment).

### Commands updates
* The command `core:archive` now has two new parameter:
  `--force-idsegments` and `--skip-idsegments` that let you force (or
  skip) processing archives for one or several custom segments.

* The command `scheduled-tasks:run` now has an argument `task` that lets
  you force run a particular scheduled task.

### Library updates

* Updated pChart library from 2.1.3 to 2.1.4. The files were moved from
  the directory `libs/pChart2.1.3` to `libs/pChart`

### Internal change

* To execute UI tests "ImageMagick" is now required.
* The Q JavaScript promise library is now distributed with tests and can
  be used in the piwik.js tests.
   2015-05-02 04:58:45 by Makoto Fujiwara | Files touched by this commit (3) | Package updated
Log message:
Update to 2.13.0
----------------
In this release we have focused on improving performance and
making Piwik much faster at loading and archiving reports. The
dashboard and All websites dashboard will load faster than
ever before! This is especially visible if you measure many
websites (hundreds of thousands) within your Piwik, the
improved Websites Manager will now let you search for websites
and page through the list, and the ‘All Websites’ dashboard
will now load correctly.

Performance was not our only focus and we also improved the
usability and design of some parts of Piwik (such as the
Updater and maintenance mode, with more design updates coming
in the next releases). Log Analytics, a very popular tool
within the Piwik community, has received several
improvements. Many other small bugs were closed, and a XSS
security bug was reported and fixed in this release.

97 tickets have been closed by 8 contributors!
   2015-04-05 16:39:00 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Update to 2.12.1
------------------
  http://piwik.org/changelog/piwik-2-12-1/2

March 27, 2015
Piwik 2.12.1 is a new minor release of Piwik, a follow up to
2.12.0 major release.

In this release we have focused on fixing a regression in the
Visitor Log as well as other smaller fixes.

11 tickets have been closed by 5 contributors!

  * #7529 “Next” link on Visitor log does not load the next results \ 
[by @tsteur, @mattab]
  * #7413 Enable tracker debug output only when specific parameter set [by @mnapoli]
  * #7530 Allow more control for travis builds in .travis.yml generation system. [by 
    @diosmosis, @mattab]
  * #7539 Transitions > Exits metric should count Downloads and Outlinks as \ 
exit path [by 
    @mattab]
  * #7535 Exception: Trying to log a message that is not a string [by @mnapoli]
  * #7528 Website name is double encoded in page “No data has been recorded \ 
yet” [by 
    @mnapoli]
  * #7522 Visitor profile, visits loaded on click are missing the datetime [by \ 
@sgiehl, 
    @mattab]
  * #7436 When clicking on Admin => Users it shows login form under \ 
circumstances [by 
    @mnapoli]
  * #7161 Delete idsite=1 and try to add a new user – does not work
  * #7510 Smaller website manager table to fit in smaller screens [by @mnapoli, \ 
@sgiehl]
  * #7448 Show indicator whether database upgrade is in progress [by @mnapoli]
   2015-03-24 05:01:00 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
CHMOD +x build-xhprof.sh added, more on TODO for installation log

   2015-03-24 04:29:43 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Update TODO (changing policy to work on VARBASE).

   2015-03-24 04:11:29 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add one SUBST trying to fix misc/composer/build-xhprof.sh problem

   2015-03-24 03:25:32 by Makoto Fujiwara | Files touched by this commit (3) | Package updated
Log message:
Update 2.11.2 to 2.12.0
-----------------------
Piwik 2.12.0

March 22, 2015

Piwik 2.12.0 is a new major release of Piwik! In this release we have focused
on security, performance, and data quality improvements.

What?s new?

Loading reports in the UI will be faster overall, as well as custom date range
reports and archiving. There were improvements made in both memory and CPU
usage.

When you create a new website in Piwik, it will now show instructions and
display the Javascript Tracking code instead of the dashboard, as long as no
data has been tracked.

There is a new data quality tool: a console command to geo-locate any past
visits which don?t have geo-location data.

There are also important security improvements such as the one-click update
which will now be done over secure connection HTTPS, or the fact that the
token_auth will be removed from all of the log outputs.

If you use the ?Make it flat? feature, you may have noticed it was slow on
large datasets: from Piwik 2.12.0 the Flattened reports will now render quickly
even on the largest datasets (?Make it flat? is available via the bottom right
icon in most reports).

There are also several other bug fixes and improvements: 49 tickets have been
closed by 7 contributors! (see the list of issues below)

After You Update

  * Use the forums if you have any question or feedback (free support),
  * Please help us spread the word about Piwik! Maybe you can write about the
    project on your blog, website, twitter, talk about Piwik Analytics at
    conferences, or let your friends and colleagues know what is Piwik. Already
    1,000,000+ websites have liberated their web analytics, and with your help
    we can grow the community!
  * To improve Piwik in your language consider contributing to translations,
  * Contact Piwik PRO for any enquiry or to learn more about making the most of
    Piwik, and discover the Piwik Cloud and our Enterprise packages.
  * We?re hiring! Piwik PRO, the company creating Piwik, is growing and looking
    for talents (Remote work, or based in US/Canada, Germany, Poland or New
    Zealand). See the Jobs at open source analytics company Piwik PRO

Database upgrade

This release does not contain any major database upgrade.

Platform Changes

Piwik is an open analytics platform. In an effort to help Piwik developers
learn about improvements and changes in the core APIs, we document the changes
since the last release.

In this 2.12.0 release there are breaking API changes (important read if you
are developing a Plugin), API deprecations, new features, new APIs, new console
commands.

Learn the details in Platform Changelog for Developers which lists all changes
to the platform and APIs (you can also find it in the CHANGELOG.md in the root
of your Piwik).

Note: the Marketplace showcases more than 40 plugins extending Piwik but we
think this is just the beginning!

New and updated guides and FAQs

  * New FAQ: How do I configure Piwik to use Redis for better scalability?
  * New Blog post: Piwik PRO is hiring a Technical Support Specialist (Remote)
  * How do I configure Piwik Tracking for high reliability?
  * How can I move Piwik from one server to another, also migrating the data
    from one mysql server to another?
  * How do I apply accurate geolocation to old visits, tracked before I enabled
    geo location?
  * Jobs at open source analytics company Piwik PRO

List of 49 tickets closed in Piwik 2.12.0

  * #7327 Update Piwik over HTTPS [by @mnapoli]
  * #6763 How to make hierarchical tables scale? (flatten, search, sub tables)
  * #6846 Investigate if there are any memory leak in the Archiving process
    (yearly archives run out of memory)
  * #4768 Custom date range reports are slow: how to make them archive faster?
  * #6544 Keeping CI builds green at all times for all our repositories
  * #7437 % of user with Cookie can be more than 100% [by @mnapoli]
  * #7368 When UserID is set to empty string, actions maybe added to the same
    UserID visit [by @mattab]
  * #6359 Make UsersManager.getSitesAccessFromUser work for SuperUsers [by
    @sgiehl]
  * #5277 Remove token_auth from archive.log [by @mnapoli]
  * #7087 Show Tracking Code Generator / Notification as long as no visit for a
    website is tracked [by @mnapoli]
  * #7381 Geolocating existing log entries attribution task [by @diosmosis]
  * #7209 Duplicate actions are logged for lower/upper case encoded URL
  * #6821 Truncation of labels on datatables leads to labels changed to ??? [by
    @tsteur]
  * #7402 Do not set user id when it?s set to empty string [by @mattab]
  * #6638 Computation load after adding new segments on long existing Piwik
    instance
  * #7223 New INI setting to define how far back to pre-process segments
    reports [by @diosmosis, @mattab]
  * #4757 Date range longer than 1 year, should use the yearly reports instead
    of 12 months reports
  * #7452 Fix Sort filters are sometimes applied multiple times [by @tsteur,
    @mattab]
  * #7120 Flattening Referrers.getWebsites is very slow and needs lot of memory
  * #6758 Live.getCounters times out on very large instance [by @tsteur]
  * #5098 ?Make it flat? actions/pages report eats server resources when
    there?s a large amount of data [by @tsteur]
  * #7468 Faster archiving by calculating the recursive count only if needed
    [by @tsteur, @mattab]
  * #7465 Various performance improvements and bugfixes. [by @tsteur, @mattab]
  * #7435 Do not rename columns twice when aggregating dataTable records [by
    @tsteur, @mattab]
  * #7409 Made reports faster when flat=1 is used. [by @tsteur, @mattab]
  * #7387 Run queued filters after generic filters making visualizations much
    faster [by @tsteur, @mattab]
  * #7336 Faster flatten for some reports [by @tsteur, @mattab]
  * #7432 Make direct links work even if login is required [by @sgiehl]
  * #7408 Dependency injection in widgets, menus, settings and tasks [by
    @mnapoli, @mattab]
  * #7407 Dependency injection in API classes [by @mnapoli]
  * #6676 Discontinue git.piwik.org service
  * #7276 during core:update display SQL queries as they are executed [by
    @diosmosis]
  * #7393 extend command ?development:sync-ui-test-screenshots? to sync UI
    screenshots of Plugins [by @mattab]
  * #7391 Remove coveralls test coverage from plugin travis CI configs [by
    @mattab, @mnapoli]
  * #7377 refactor archive purging for clarity and resilience. [by @diosmosis,
    @mattab]
  * #7163 Move Log Analytics import_logs.py in its own repository [by @mattab,
    @diosmosis]
  * #6932 New FAQ How do I configure Piwik to use Redis for better scalability?
  * #7486 core:archive outputs message ?sh: /bin/uname: Permission denied? [by
    @mattab]
  * #7431 Popovers should not open on login page [by @sgiehl]
  * #7395 curl_exec: Resolving timed out after 3153 milliseconds. Hostname
    requested was: plugins.piwik.org [by @mattab]
  * #7356 Cron: [InvalidArgumentException] There are no commands defined in the
    ?core? namespace. [by @mnapoli]
  * #7230 The arrows are displayed incorrectly on Chrome [by @mnapoli]
  * #7475 Extend login nav with custom templates [by @czolnowski, @mattab]
  * #7462 OPTIMIZE TABLES should be run against mariadb instances that support
    it [by @diosmosis]
  * #7461 Removing misc/log-analytics directory and replace w/ submodule. [by
    @diosmosis]
  * #7425 [automatic translation update] Updated 40 strings in 5 languages (sv,
    ca, es, de, da) [by @sgiehl]
  * #7412 Typo in error message: functionnality [by @mattab, @claytondaley]
  * #7403 Load translations in core\Console.php so translations are accessible
    to console commands. [by @diosmosis]
  * #7353 Composer install fails for Piwik 2.10.0
   2015-03-24 03:12:30 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Correction of REPLACE, not BASH, but SH for archive.sh