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.
|
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]
|
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
|