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
2014-04-03Add new config flag for developers: ↵mattab
enable_load_standalone_plugins_during_tests = 1 it can be set to 0 to disable the loading of third party plugins when running tests
2014-03-26Add new setting datatable_export_range_as_day = "rss" to let users customise ↵mattab
the list of formats for which the data should be exported daily instead of, for the overall range.
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger ↵Thomas Steur
for printing debug messages which allows users to log to screen, file or db
2014-03-22Refs #4877 change feedback emailmattab
2014-03-17New config setting to skip the Custom Logo check and always assume logo is ↵mattab
writable
2014-03-16Fixes #3116 If website is ecommerce, do not limit custom variables reports ↵mattab
to 1,000 rows. Limit to 50,000 instead.
2014-03-13fixes #4843 send email notifications to all super users in case of new Piwik ↵Thomas Steur
core update and/or Marketplace plugin updates. Core update email notifications are enabled by default and can be disabled in config. Plugin update notifications are disabled by default and can be enabled in UI -> General settings
2014-03-03Enable Insights plugin for all beta testers in the coming weeks. Please send ↵mattab
us your feedback about this new Magic Feature! refs #57
2014-02-17Merge remote-tracking branch 'origin/master'mattab
2014-02-17fixes #4675 Adding new config file setting:mattab
; By default, users can create Segments which are to be processed in Real-time. ; Setting this to 0 will force all newly created Custom Segments to be "Pre-processed (faster, requires archive.php cron)" ; This can be useful if you want to prevent users from adding much load on the server. ; Note: any existing Segment set to "processed in Real time", will still be set to Real-time. ; this will only affect custom segments added or modified after this setting is changed. enable_create_realtime_segments = 1
2014-02-17refs #4655 updated description of merged assets settingThomas Steur
2014-02-11Fixes #4001 Deprecate force_ssl_login setting as it's too hard to properly ↵mattab
enforce
2014-02-10refs #4523 updating documentation for disable_merged_assetsTimo Besenreuther
2014-02-05Streamline config. fixes #4611mattab
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ↵Thomas Steur
storage engine, introduced new API method to create tables which will automatically use configured engine, run optimize table only for InnoDB tables
2014-02-04refs #4563 PrivacyManager Settings should be in Config and Option table, ↵Thomas Steur
also removed some completely from config as described in ticket
2014-02-03refs #4563 moved custom logo from config to databaseThomas Steur
2014-02-03Fix issue that when the General settings are disabled, then the settings ↵mattab
should be read from the config file rather than the DB.
2014-01-28Delete config.ini_e.phpThomas Steur
2014-01-28added validator for password lenThomas Steur
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2014-01-17Fixing docmattab
2014-01-11Fixes #4493, move DoNotTrack & AnonymizeIP logic to PrivacyManager plugin. ↵diosmosis
Includes modification to EventDipatcher to allow generic callbacks in getListHooksRegistered method.
2014-01-08Fix typomattab
2014-01-08Adding option to disable auto updater feature. enable_auto_update = 1mattab
2014-01-08Adding new setting enable_general_settings_admin to disable some General ↵mattab
Settings
2014-01-08Adding new option to disable the Admin settings for: Log data + Report data ↵mattab
delete
2014-01-07Adding new option to completely disable the Plugins enable/disable/uninstall ↵mattab
features: enable_plugins_admin is 1 by default.
2014-01-07Adding new setting allowing to disable Geolocation tab for super usersmattab
2013-12-27Adding config setting to explicitely disable LOAD DATA INFILE to prevent ↵mattab
error when doing mysql replication on AWS Fixes #4358
2013-12-27Adding option to set the chroot path in the config file so that the load ↵mattab
data infile works Fixes #4442
2013-12-19Adding Morpheus as enabled by default so new users install Piwik and use ↵mattab
Morpheus directly
2013-12-10Fixes #4338 Enable Marketplace menu link in admin: users can now browse and ↵mattab
install plugins and themes from their Piwik server!
2013-11-28Adding pk_keyword to the list of supported keyword parametersmattab
2013-11-21Moving [log] section higher so it appears higher in config.ini.php since i ↵mattab
use it often
2013-11-11refs #4241 let plugins add new console commandsThomas Steur
2013-11-04Refs #472 Enabling plugin by default in 2.0mattab
2013-11-03Refs #4273 Making UI text more clear + fixing bug in privacy settings (nonce ↵mattab
was missing)
2013-11-03Merge pull request #136 from nstCactus/anonymize-ip-exception-masterMatthieu Aubry
Use non anonymized ip address for geolocation and provider lookup fixes #4273
2013-11-01refs #4209 renamed ExamplePluginTemplate -> ExamplePluginThomas Steur
2013-11-01refs #4209 removed deprecated example pluginThomas Steur
2013-10-28ADDED: Option to use non-anonymized IP address to determine the visitor's ↵Yohann Bianchi
location & ISP
2013-10-25submodule syncmattab
2013-10-25Fixes #3405 Clearning up the code and fixing the logic so archive.php will ↵mattab
process websites properly when executed concurrently!
2013-10-22Removing broken config setting for Transitionsmattab
2013-10-21Refs #4200, added more documentation to the Log class and modified default ↵diosmosis
value of log_file_path config option.
2013-10-18refs #4229 disable the marketplace while we are in betaThomas Steur
2013-10-18fixes #4229 added possibility to disable marketplace in configThomas Steur
2013-10-15Making sure at least WARNING messages are written on screenmattab
2013-10-07Refs #4125 Renaming PDFReports to ScheduledReportsmattab