Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-193.10.0-b13.10.0-b1Matthieu Aubry
2019-04-193.9.1-b13.9.1-b1Matthieu Aubry
2019-04-17fix JavaScript tracker tests (#14352)Thomas Steur
* fix JavaScript tracker tests * fix tests
2019-04-17add doPing method to JS api (#14127)Chris Pimlott
* add ping method to JS api Fixes #14100 * update minified version * mention new ping method * fix test which doesn't like a newline at the end * fix test which doesn't like a newline at the end
2019-04-16Fix archive invalidation timezone issue in tracker (#14318)Kate Butler
* Fix timezone bug in PHP tracker archive invalidation * Reset timezone after each unit test * Fix timezone issue in unit test * More elegant method for getting midnight in UTC+5
2019-04-16Remove diagnostics plugin from list of always-activated plugins (#14349)Kate Butler
2019-04-15segment is already encoded, so decode it before $httpParamSerializerJQLike ↵diosmosis
encodes it for the URL. (#14338)
2019-04-12Rename visitor log => visits log (#14343)Thomas Steur
refs #14223
2019-04-12remove special handling of browsers with DNT enabled by default (#13686)Lukas Winkler
* remove special handling of browsers with DNT enabled by default * send event to plugins * remove useless lines
2019-04-12Avoid browser tooltips for piwik fields (#13931)Stefan Giehl
by using data-title attribute instead of title
2019-04-11misc/ cleanup (#14265)Lukas Winkler
* HTTPS links in GPL license latest version from https://www.gnu.org/licenses/gpl.txt * remove unneeded files in misc/
2019-04-11use stylelint to normalize default stylesheets (#14152)Fabian Dellwing
2019-04-11Add a config to disable e-mail notifications on password/email change ↵simivar
through API (#14281) * Add a config to disable e-mail notifications on password/email change through API #14267 * Add tests for api_update_users_email_notifications setting * rename setting * Update API.php * Update APITest.php * move enable_update_users_email=1 to teardown in case the test fails
2019-04-11Link to user guide in "Last successful Archiving Completion" diagnostic (#14284)simivar
* Link to user guide in "Last successful Archiving Completion" diagnostic (#14224) * Revert changes from language files other except English (handled by transifex)
2019-04-11Use better random string generator in 2fa lib (#14321)Thomas Steur
2019-04-11Add enable_sql_profiler setting to Tracker (#14288)simivar
* Add enable_sql_profiler setting to Tracker * Adjust message @simivar fyi removed the need for `[log]` as it should be 99% enabled. It's just important they also enable tracker debug.
2019-04-11Display all product categories if present in the visitor log (#14083)diosmosis
* Query and show all product categories not just the first in the visitor log. * Fix SQL + processing * Allow XML renderer to render array of simple values. * Add unit test for xml renderer. * Add second product category to fixture, update test files and update omnifixture. * Update some expected test files.
2019-04-11fix #14307 template override in custom theme did not work anymore (#14337)Thomas Steur
2019-04-11require TwoFA to be verified before updating code base (#14322)Thomas Steur
* require TwoFA to be verified before updating code base fix https://github.com/matomo-org/matomo/issues/14251 * Remove part ofcomment
2019-04-10Readable segment values for browser, os and country segments (#13929)Stefan Giehl
* Use readable segment value for browser and os segments instead of short codes * readds original segments using short codes * Adds additional segment country name to segment by (english) country name * compare browser and os names case sensitive for segments * use correct segments for reports * update tests
2019-04-08Reset tracked impressions for searches and only send tracking request when ↵Thomas Steur
interaction was defined (#14002) * Reset tracked impressions for searches and only send tracking request when interaction was defined * add test to ensure site search clears content impressions
2019-04-07Hide mainurl visitor log action list (#13933)Stefan Giehl
2019-04-07do not wrap date range label (#13955)Stefan Giehl
2019-04-07Fix build (#14320)diosmosis
* update submodules * update expected screenshots
2019-04-05 Add new config datatable_archiving_maximum_rows_site_search (#14112)Kate Butler
* Add new config datatable_archiving_maximum_rows_site_search to control number of rows archived for site search * Fix hardcoding * Use new datatable_archiving_maximum_rows_site_search query limit for archiveDayActions() only * Split site search archiving out into a separate query * Fix page actions archiving query * Fix broken unit tests * Fix broken unit tests * Refactoring * Unit test for new datatable_archiving_maximum_rows_site_search config setting * Comments
2019-04-03Fix build (#14310)Kate Butler
* Fix build
2019-04-03spellcheck en.json files (#14135)Lukas Winkler
* spellcheck en.json files * fix WidgetsListTest * additional fixes * simplify sentence * Fixing tests.
2019-04-03Strip HTML tags in API error messages (#14213)Stefan Giehl
* Strip HTML tags in API error messages * check if root request is api request * fix some tests
2019-04-02New dimension for segmenting visitors by fingerprint (#14184)Kate Butler
* Add new dimension for segmenting by visitor fingerprint; expose fingerprint in getLastVisitsDetails API response * Add new dimension for segmenting by visitor fingerprint * Add new fingerprint field to API system test reference files * System test fixes for visitor fingerprint * System test fixes for visitor fingerprint * System test changes for new fingerprint dimension * Auto-suggest for new fingerprint segment * Fix unit test * Revert whitespace changes * Fix metricId for new visitor fingerprint dimension
2019-04-02fix subtil typos (#14294)Lukas Winkler
* replace + with && as the former doesn't make sense here * add missing , in CSS selector * fix JSdoc entry
2019-04-02Load ThemeStyles in View and make theme-color themeable (#14282)simivar
2019-04-01Changing session name with const PIWIK_SESSION_NAME (#14254) (#14283)simivar
2019-04-01submodule updatessgiehl
2019-04-01Updates composer dependencies (#14260)Stefan Giehl
* Updates composer dependencies * update test
2019-04-01fix typosgiehl
2019-04-01Fixing build (#14296)diosmosis
* fix condition * NullHandler must be end of writer array to allow other handlers to handle the message (since it seems to stop bubbling). * Do not do php eol check during tests. * Just in case. * try to fix the build * Add screenshot.
2019-03-31Use tabular-nums in tables (#14193)Christian Schmidt
* Use tabular-nums in tables * Update tests
2019-03-30Display a warning if using an EOL version of PHP (#14201)Kate Butler
2019-03-28Consistent detection of HTTPS (#14185)Thomas Steur
see https://github.com/matomo-org/matomo/blob/3.9.0-b3/core/ProxyHeaders.php#L22-L40 where we recognise these headers already
2019-03-28Ensure first row is highlighted after switching periods (#14212)Stefan Giehl
2019-03-28Remove unused Pagination key (#14246)Christian Schmidt
2019-03-28Fix row evolution for flattened social networks report (#14266)Stefan Giehl
2019-03-28Fix dashboard copy to user with special chars (#14197)Stefan Giehl
* Fix dashboard copy to users with special chars * improve exception message
2019-03-28remove example API file (#14263)Lukas Winkler
2019-03-28Fix number of sprintf placeholders in GeoIP2AutoUpdater (#14259)Stefan Giehl
* remove unused code * Fix number of sprintf placeholders
2019-03-24Only print warning if locking failed, fixes #14167 (#14257)Seebi
2019-03-213.9.13.9.1Matthieu Aubry
2019-03-213.9.1-rc13.9.1-rc1Matthieu Aubry
2019-03-20Delete cache after one click update to avoid un-updated in-memory classes ↵diosmosis
being used. (#14236)
2019-03-20Do not send password changed email for automated use cases. (#14240)diosmosis