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
path: root/core
AgeCommit message (Collapse)Author
2017-10-05Remove the word Piwik from CSV download (#12150)Thomas Steur
Remove the word Piwik from CSV download filenames
2017-10-043.2.0-b33.2.0-b3Matthieu Aubry
2017-10-04force using utf-8 as charset for htmlentities/htmlspecialchars (#12135)Stefan Giehl
2017-10-04Fix reports are not cached per site (#12148)Thomas Steur
Because of the Reports.addReport and Reports.filterReports events, reports may be different per website. However, currently, we cache only plugin aware. For now I try to detect idSite based on that parameter
2017-10-04Make it possible to show a header message for datatables (#12146)Stefan Giehl
* Make it possible to show a header message for datatables * update changelog * add comment that messages will be printed raw
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
* column tweak * fix install * more tweaks * rename column to dimension * various fixes * added new control expandable select * starting to refactor segment selector * make segment editor work again * use translation keys * defined some metrics * set types * simplify * simplify * fix join generator * add possibility to use custom join table names when using query builder and it uses an inner query * fix bug in query selector when selecting same field name from different tables twice * more metadata * more tweaks * improve selector * add possibility to use custom entity names * also processed archived metrics * generate sql filter, suggested values callback, and accept values automatically for columns with enums * several tweaks * focus search field when opening it * various tweaks * added missing method * format and fix more metadata * more fixes * better definition * define custom filter * fix definition * fix various tests * fix more tests * fix bug in logquery builder * fix referrerurl segment was missing * fix some tests * fix more tests * add group * refactor for better definition * fix a bug in log query builder when similar columns are used in archiver * add goal metrics * various fixes * make datatable row more flexible * various fixes and visualization enhancements * simply segment editor and make it smaller * remove trailing comma * various fixes and added new dimension * fix formatting of returning customer * added missing primary key * fixes * various fixes and improvements * make sure to update segment definition when selecting a value from auto complete list * various fixes and more metrics * more metrics * more dimensions and fixes * fix some tests * fix some integration tests * update submodule * fix some system tests * fix ui tests * trigger new test run * fix more ui tests * fix system tests * update submodule * fix categories * sort segments by category for more consistency * add custom variables * some translations and fixes * add minute segment * more segments * added plurals * added some docs * fix test * fix tests * fix tests * added suggested values * fix some tests * various fixes * fix more tests * allow to select segments on any site * make sure to include file * added doc block * fix some system tests * fix most system tests * fix ui test * fix system test * adjust examples * added more tests and docs * no metrics for these dimensions * added developer changelog and made some classes public api * some fixes for entity names * add possibility to set format metrics in test * more consistency in defining the name * get idsites only if provided * fix integration tests * added another segment for visit start hour and visit start minute * more clear name for segment * use old segment name to not break bc * various fixes * more test fixes * fix no suggested values for new segment * add event value * for boolean dimensions only sum metric * update available widgets when updating reporting menu * Add new segments in developer changelog + typo * fix system tests * fix screenshot test
2017-09-26Better fetching of saved report parameters by report ID (#11983)Thomas Steur
* Better report parameter fetching * prefer a unique report id * add method to get id * removed code that is supposed to be in different PR
2017-09-263.1.2-b2\3.1.2-b2Matthieu Aubry
2017-09-26Use mbstring proxy methods (#12104)Stefan Giehl
* Use mbstring proxy methods * Avoid using strtolower/strtoupper if mbstring is not available to prevent possible unicode problems
2017-09-26Adding new events triggered when dynamic files are changed by Piwik. (#12106)Benaka
* Adding new events triggered when dynamic files are changed by Piwik. * Fixing broken test in TrackerUpdaterTest.php.
2017-09-22Ignore misc/user/*js files in integrity checker (#12091)Matthieu Aubry
2017-09-213.1.2-b13.1.2-b1Matthieu Aubry
2017-09-20Use Piwik.org in our HTTP Socket integration test (#12074)Matthieu Aubry
* Use Piwik.org in our HTTP Socket integration test * use exact "piwik.org" in HTTP socket integration test * use "ssl://" if necessary for HTTP socket * divert from spec to please HTTP socket test
2017-09-203.1.1Matthieu Aubry
2017-09-203.1.1-b33.1.1-b3Matthieu Aubry
2017-09-18Reuse existing period archives when range date is requested when possible ↵Thomas Steur
(#12004) fixes #12003
2017-09-183.1.1-b23.1.1-b2Matthieu Aubry
2017-09-18Hide file integrity warnings from SEO site verification processes (#12060)Matthieu Aubry
* Hide file integrity warnings from SEO site verification processes fixes https://github.com/piwik/piwik/issues/12050 * Typo
2017-09-18When resetting translations, add general translation keys (#12071)Thomas Steur
2017-09-153.1.1-b1Matthieu Aubry
2017-09-13Show Tibet as part of China on map (#11930)Stefan Giehl
* Revert "free tibet!" This reverts commit 4e47c8aba3bf146292f6e9d38aa0151c383e6c33. * Remove unneeded translations * adjust API * fix tests * update screenshots * update tests files * update screenshot * Do not change detected location * update tests * Fix continent detection for old records * submodule update * update screenshots * Cleanup * use group by filters only if needed * make filter work for datatable maps
2017-09-11Use correct delimiter for Page Title reportssgiehl
2017-09-11Changes to support custom periods (#11837)Benaka
* Separate Archive query creation responsibility from Archive class. * Add ability for plugins to define custom period types. * Make period responsible for determining start/end time of periods, not LogAggregator. * Allow specifying custom archive writer in PluginsArchiver.
2017-09-113.1.03.1.0Matthieu Aubry
2017-09-11Escapes site name for goals report (#12012)Stefan Giehl
* Escape site name correctly escape site name * prevent raw notification messages to be parsed from angular
2017-09-07Restore the speed of Visitor Log (#12009)Matthieu Aubry
* render template only if needed * reuse same Twig instance * cache CacheBuster to prevent recalculation when needed multiple times
2017-09-053.1.0-rc13.1.0-rc1Matthieu Aubry
2017-09-04Allow different reports pre-archiving frequency for each period (#11979)Thomas Steur
* Allow different reports pre-archiving frequency for each period * Add new config settings for archive frequency * added default config for range dates * print changed archive periods * minor change to log output * Clarify wording, processed != requested. * Fix integration test
2017-09-04Different SMTP ports never used (#11961)Frederik Bosch
* Different SMTP ports never used * Remove ini_set
2017-09-01let console renderer handle objects in metadata correctly (#11990)Stefan Giehl
2017-09-01Fix HTML renderer not able to handle metadata of a row (#11991)Stefan Giehl
2017-08-313.0.5-b3Matthieu Aubry
2017-08-30exclude cpchart cache files from integrity check (#11989)Stefan Giehl
2017-08-163.0.5-b23.0.5-b2Matthieu Aubry
2017-08-04Fix a typo in core/SettingsPiwik.php (#11933)Felix Yan
2017-08-03Ignore table not found errors when removing plugin or measurable settings ↵Stefan Giehl
(#11881)
2017-08-03Show windows commands for file integrity check on windows (#11907)Stefan Giehl
2017-07-283.0.5-b13.0.5-b1Matthieu Aubry
2017-07-26Correct PIWIK_USER_PATH to PIWIK_DOCUMENT_ROOT (#11661)florianjacob
in UIAssetFetcher and StylesheetUIAssetMerger. Resolves #11654, makes PIWIK_USER_PATH work again. Presumably. the paths were just mixed up.
2017-07-24Allow logging in Debug level the SQL queries of all log archivers (#11812)Matthieu Aubry
* Debug log archiver queries * comment out
2017-07-22When tracker is in maintenande mode return HTTP status code 503 (instead of ↵Matthieu Aubry
the current 200 and 400 http status cods) (#11773) * When tracker is in maintenande mode, return HTTP status code 503 instead of the current status of 200 or 400 This will make our return code consistent with the UI which also returns 503 while in maintenance mode Learn more about starting a maintenance window: https://piwik.org/faq/how-to-update/faq_154/ * Update TrackerResponseTest.php * Update TrackerResponseTest.php
2017-07-18Fix core:updater needs to be executed twice (#11833)Thomas Steur
I haven't tried to reproduce it actually but this will reload all plugin information after clearing the cache and then should find the plugin update on the first try. fix #11831
2017-07-17Use localized format to display hour in Visits per time reports (#11747)Stefan Giehl
* Use localized format to display hour in Visits per time reports * updates cldr data * update test files
2017-06-29More generic raw log access (#11775)Thomas Steur
2017-06-19disable outgoing communication with one setting (#11465)Martin Keckeis
* disable outgoing communication with one setting * disabled piwik blog if isInternetEnabled=0 * better description for enable_internet_features * reenable plugin
2017-06-18Replaced http with https links (#11782)Thomas Steur
2017-06-14Tracker output debug: message when new visit is forcedmattab
2017-06-09Fixes to some local testing issues (#11760)Benaka
* Fixing travis-ci/local inconsistencies in AutoSuggestAPITest.php. (userAgent was not correctly set in fixture) * In CliMulti, ignore zombie processes when parsing ps output. * Set URL of tracker in ThreeVisitsWithCustomEvents fixture, so test does not depend on _SERVER["HTTP_HOST"] which in turn depends on dynamic INI config value. * PHPUnit tests should not refer to each other, otherwise the PSR autoloader will be used, and PHPUnit will not load the file itself (resulting in the test not being run). * Update OneVisitorTwoVisitsTest expected files. * URL encode attribution date time in fixture since the tracker will not do it itself.
2017-06-05Fix wording on Error screen (#11769)Stefan Giehl
2017-05-24Allow setting custom headers for requests done by Http::sendHttpRequestBy ↵Stefan Giehl
(#11738)