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 (Expand)Author
2019-10-103.12.0-b63.12.0-b6Matthieu Aubry
2019-10-10Add event to disable async execution of CliMulti (#14969)Thomas Steur
2019-10-10Log stack traces for PHP warnings etc (#14961)Kate Butler
2019-10-10Smaller varchar size for log_action.name (#14859)Thomas Steur
2019-10-033.12.0-b53.12.0-b5Matthieu Aubry
2019-10-03Show all sites item only if multi sites is enabled (#14936)Thomas Steur
2019-10-02To not prefix dir ever (#14928)Thomas Steur
2019-10-02Ignore option inserts if they fail (#14931)Thomas Steur
2019-10-02Proper encoding of segment values for Actions reports. (#13481)diosmosis
2019-10-02Add option to archiver to not create archives for segments for today (#14834)Thomas Steur
2019-10-02Change login page message when user has been redirected after auth failure (#...Kate Butler
2019-10-01Replace some usages of Common::printDebug w/ use of logger (#13968)diosmosis
2019-10-01Catch error if tx_isolation is not available (#14924)Thomas Steur
2019-10-01Add a configurable row limit to report export popover (#14913)Kate Butler
2019-09-30HTTP method needs to return true when a destination path is given (#14921)Thomas Steur
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-09-30Fix transaction level capability check (#14920)diosmosis
2019-09-27Sparkline: Fix value sanitizing (remove non breaking spaces and other invalid...MichaelHeerklotz
2019-09-27Small tweaks to some of the in-app links to matomo.org (#14912)Matthieu Aubry
2019-09-263.12.0-b43.12.0-b4Matthieu Aubry
2019-09-23If session was already started, do not start it again (#14896)Thomas Steur
2019-09-22When loading a template url from a custom plugin directory, prefix the relati...Thomas Steur
2019-09-21No config reload on save (#14824)Thomas Steur
2019-09-20Ensure all plugins are archived when range archiving is triggered by core:arc...Stefan Giehl
2019-09-19Fixed #14662 and fixed decimal separator translation (#14901)MichaelHeerklotz
2019-09-19better handling of setting transaction level (#14899)Thomas Steur
2019-09-18Use correct NotYetInstalledException when Matomo is not yet installed (#14823)Thomas Steur
2019-09-18Provide possibility to force not using a subquery (#14786)Thomas Steur
2019-09-17Allow custom DB adapter in tracker mode (#14876)Thomas Steur
2019-09-17Fix user path was not working as it should (allow placing config file outside...Thomas Steur
2019-09-17Let plugins hook and listen into http requests (#14877)Thomas Steur
2019-09-16Tweak behaviour of orphaned segment archive purge (#14857)Kate Butler
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-09-11Use "if not exists" when trying to create table (#14886)Thomas Steur
2019-09-11Allow configuration of max execution time (#14858)Thomas Steur
2019-09-11Copy visits into temp table non locking (#14788)Thomas Steur
2019-09-05Make it possible to force archiving for custom date ranges (#14856)Stefan Giehl
2019-09-053.12.0-b33.12.0-b3Matthieu Aubry
2019-09-05Makes flushSpools public available (#14854)Stefan Giehl
2019-09-04Minor performance tweak for purge archive for deleted sites (#14843)Thomas Steur
2019-09-04Don't process tracking requests that are older than data purge cutoff (#14831)Kate Butler
2019-09-03Faster raw log data deletion (#14844)Thomas Steur
2019-09-03change mysql column type for new installs for log_action.name and log_convers...Thomas Steur
2019-09-03Batch up records for insert in ArchiveWriter (#14838)Kate Butler
2019-09-02Make sure to use index on log table when deleting log entries (#14840)Thomas Steur
2019-08-30Update archive status instead of delete and insert (#14816)Thomas Steur
2019-08-29Do tracker request validation/auth before start of processing (#14830)Kate Butler
2019-08-29fix implode argument order (#14825)Lukas Winkler
2019-08-28Try using memory table for segments cache in tests to make tests faster (#14822)Thomas Steur
2019-08-26Send tracking code JS by email (#14569)Kate Butler