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-08-28Split piwik.js into multiple files and provide a merged one (#10441)Thomas Steur
refs #6106
2016-08-23Minor Improvement to descriptionmattab
2016-08-17Update global.ini.php (#10408)Thomas Steur
2016-07-26add possibility to create ui tests for users with view access onlyThomas Steur
2016-07-25Professional Services for Piwik, neutral branding within Piwik app (#10339)Matthieu Aubry
Professional Services for Piwik - neutral branding within Piwik app
2016-06-18fixed some typos [ci skip]sgiehl
2016-05-16Merge pull request #10082 from piwik/visit_standard_length_docStefan Giehl
Explain a user should call setSessionCookieTimeout when changing visit length
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-21value should be specified in seconds, not millisecondsThomas Steur
2016-04-20Explain a user should call setSessionCookieTimeout when changing visit lengthThomas Steur
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