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/config
AgeCommit message (Collapse)Author
2016-04-19Implements #9389 - UserId module, that adds a new Users report (#9883)alexkuk
* Implement the UserId module, that adds a new Users report showing all unique user IDs and some aggregated data. Includes reindexing of raw visitors log into aggregated user ids table * Update UserId module: add total_actions, total_events and total_searches columns; format dates * Use an injected model instead of creating a new object * Rework the UserId plugin to use core archiver instead of custom indexer * Users report small changes: - remove logger injection - change archive record name - add low population filter - add all columns visualization - add datatable_archiving_maximum_rows_userid_users configuration, default value is 50000 * Remove unused method parameter * Users report: remove custom visualizations and add data-row-metadata attribute for every row
2016-03-31URL query string parameters to remove from URL are now stored in config filemattab
2016-03-16Fix typoJoost van Rijn
2016-01-29fixes #9650 new widget showing piwik pro blogThomas Steur
2016-01-28fixes #9648 New sentence presenting Piwik PRO after a successful Piwik ↵Thomas Steur
installation
2016-01-15add possibility to specify charset when importing in batchThomas Steur
2015-12-22Merge pull request #9310 from peterbo/9156-ForceNewVisitAtMidnightMatthieu Aubry
New visit after midnight - setting for disabling this characteristic, refs #9156
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-12-07Commit after code review, refs #9156pboehlke
2015-11-30 New visit after midnight - setting for disabling this characteristic, refs ↵pboehlke
#9156
2015-11-26Add 'all' in the Row count selector to be able to display all rows, and ↵mattab
optionally export them all
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-11-01Fix config overriding in ui-test.php DI config.diosmosis
2015-10-29Rename whitelist to blacklist since we're ignoring entries that are in the ↵diosmosis
list, not running code only for those entries.
2015-10-29Instead of hardcoding whitelisting of Overlay methods in UI test URL ↵diosmosis
normalizing, use DI to store whitelist and override in ui-test.php DI config for Overlay.
2015-10-27Remove trusted host change and try to fix w/ ui-test.php config modification.diosmosis
2015-10-27Get last two Overlay tests to pass.diosmosis
2015-10-27Do not replace port URLs for overlay API results so links can be matched in ↵diosmosis
UI tests.
2015-10-27Fix ui-test.php config (missing DI\add).diosmosis
2015-10-27Try to fix CORS issues in travis when port 3000 is used for Piwik.diosmosis
2015-10-27Fix failing Dashboard test by removing RSS widget contents for UI tests.diosmosis
2015-10-27Remove host & port only if test port is defined in config & remove Piwik ↵diosmosis
base path from all output so tests won't change based on machine.
2015-10-27Allow extra environments to be specified through testing environment ↵diosmosis
variables, add a new one for UI tests call ui-test.php, use to remove port from localhost in UI tests, and fix a bug in ContainerFactory (config/config.php should be applied after environment files).
2015-10-27Add port in tests to tracker URL.diosmosis
2015-10-27Try to fix nginx setup on travis. Includes new [tests] INI config parameter ↵diosmosis
for port (since using port 80 is not allowed for normal users on linux).
2015-10-13add comment to document new feature https://github.com/piwik/piwik/issues/8529Matthieu Aubry
2015-10-08Plugin to track usage of PiwikThomas Steur
2015-10-07Left menu designThomas Steur
2015-09-29TTL: Time to live for cache files, in seconds. Default to 60 minutesmattab
2015-09-29Added INI setting to configure maximum number of id actions to store in one ↵mattab
cache entry + integration tests
2015-09-28Caching id actions in general cache - can be enabled via INI setting ↵mattab
enable_segments_subquery_cache setting (disabled by default)
2015-09-22refs #8549 support for multiple release channelsThomas Steur
2015-09-22Restore to last versionmattab
This reverts commit a2f8768b1f9d1cd1c7e98d6f0ab9a31ef10935ef.
2015-09-22UI tests: Added LogViewer plugin to view and search Piwik application logs ↵mattab
in the UI
2015-09-22Make Provider plugin disabled by default. fixes #8826mattab
2015-09-21Revert "Do not enable Provider plugin by default for new users"Benaka
2015-09-21Do not enable Provider plugin by default for new users fixes #8826mattab
2015-09-18Fix a small typo in global.ini.phpJorrit Schippers
`independantly` -> `independently`
2015-08-21Add new option for [General] process_new_segments_from option, ↵diosmosis
'segment_last_edit_time'. New option sets beginning of segments archiving from last edit time (or created time if it is found). Includes tests.
2015-08-19added warning re debug_on_demandThomas Steur
2015-08-14Merge pull request #8455 from piwik/6497Thomas Steur
Set database charset utf-8 by default
2015-08-07Add quick note in config/global.php regarding tracker.request.processors item.diosmosis
2015-08-06Make Tracker\Settings stateless and store in DI. Remove Visitor::recognize() ↵diosmosis
and use VisitorRecognizer service in Visit class instead.
2015-08-06Move bulk of logic in Visitor class to new stateless service, ↵diosmosis
VisitorRecognizer which is stored in DI. Also fix two integration tests.
2015-08-06Add new RequestProcessor to Actions plugin for action detection + new ↵diosmosis
RequestProcessor for ping request handling. Ping request handling is performed in new Heartbeat plugin. Also added a new method to Plugin, isTrackerPlugin for plugins to override if they are tracker plugins, but don't have a dimension or implement a tracker method.
2015-08-06Add initial RequestProcessor base + DI entry + use in Visit::handle(). ↵diosmosis
Moving some core visit handling logic to a new RequestProcessor in CoreHome plugin.
2015-07-29refs #6497 always set a charset by defaultThomas Steur
2015-07-29changed config descriptionThomas Steur
2015-07-29refs #8252 introduce new option noreply_email_nameThomas Steur
2015-07-22Fix emails validation with unknown TLDbarbushin