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
2014-07-112.4.1-rc12.4.1-rc1mattab
2014-07-11Make sure logging doesn't fail during tests.diosmosis
2014-07-11Fixes #5809, change existing SQL to ignore errors that occur when updates are...diosmosis
2014-07-11Ignore warnings for file_put_contents in Log when logging to file.diosmosis
2014-07-11Refs #5397, quick fix for issue where Limit filter is run before LabelFilter:...diosmosis
2014-07-10--force-periods will respect the config setting "Periods enabled in API" enab...mattab
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-08Refs #4363, introduce @ terminal operator for row evolution queries to get ri...diosmosis
2014-07-08refs #5409 #341 #5349 if a config value contains a dollar sign convert it to ...Thomas Steur
2014-07-07Merge pull request #345 from craue/more-useful-error-messageMatthieu Aubry
2014-07-07included default value for concurent threads numberMichał Gaździk
2014-07-06Removing extra travis debugging code.diosmosis
2014-07-06Trying to debug travis failure (disabling most integration tests temporarily).diosmosis
2014-07-06Add log call to CliMulti class.diosmosis
2014-07-05provide a more useful error message on exceptionChristian Raue
2014-07-05Fixing some tests and trying to diagnose travis failure.diosmosis
2014-07-05Fix build for no tables_prefix on travis change.diosmosis
2014-07-04Refs #5400, fixing UI tests and regression in Installation process.diosmosis
2014-07-04Fixes #5400, display useful error message when a database connection cannot b...diosmosis
2014-07-04Fixes #5411, refs #4363 use '%20' to differentiate between terminal + leaf ro...diosmosis
2014-07-03Fixes #4455 changed URL to builds.piwik.org/piwik.zipmattab
2014-07-03Removing getPluginsToLoadDuringTests from Plugin/Manager.diosmosis
2014-07-03Do not use getPluginsToLoadDuringTests for tracker (to fix plugin build).diosmosis
2014-07-022.4.0 Kaboom!2.4.0mattab
2014-07-012.4.0-rc12.4.0-rc1mattab
2014-07-01add missing statementmattab
2014-07-01Remove the purge of outdated archives from the Archive loading mechanism. it ...mattab
2014-07-01factor out the Archive Purging code in own classmattab
2014-07-01Small refactor, replace static variable with two static methodsmattab
2014-07-01add --concurrent-requests-per-website: When processing a website and its segm...mattab
2014-07-01fix output logging when --force-date-range is usedmattab
2014-07-01Add support for --force-date-range parameter + also enable Verbose logging vi...mattab
2014-07-01fix bug in --force-periods logicmattab
2014-07-01core:archive console command: new parameter --force-periodsmattab
2014-07-01factor out more code to method processArchiveDays()mattab
2014-07-01factor out code in method processArchiveDays()mattab
2014-07-01beta9mattab
2014-07-01Fixes #5356 Applying change suggested in pull request https://github.com/piwi...mattab
2014-06-30better debug outputmattab
2014-06-30In case config file uses PDO_MYSQL (backward compatibility)mattab
2014-06-30Removing this part as it breaks the build eg. https://travis-ci.org/piwik/piw...mattab
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
2014-06-30do not use base.less but use generic theme's stylesheet namemattab
2014-06-30Merge pull request #323 from czolnowski/fix-custom-theme-bugMatthieu Aubry
2014-06-29Fixing build.diosmosis
2014-06-29Handle any level of nested DataTables in ArchiveProcessor::aggregateDataTable...diosmosis
2014-06-27Refs #4363, add workaround to fix bug where leaf rows of page titles reports ...diosmosis
2014-06-27Log caught exceptions to help with debugging.diosmosis
2014-06-26Merge pull request #332 from czolnowski/add-replyto-in-the-same-way-like-fromMatthieu Aubry
2014-06-26Parse replay-to header in the same way like from - with {DOMAIN} placeholder.Marcin Czołnowski