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
AgeCommit message (Collapse)Author
2014-09-052.6.1 to fix error2.6.1Matthieu Aubry
2014-09-05fixes #6127 Add --no-dev flag to composer when installing dependencies and ↵Matthieu Aubry
packaging Piwik releases
2014-09-052.6.1-b1 to fix packaging issue2.6.1-b1Matthieu Aubry
2014-09-052.6.02.6.0Matthieu Aubry
2014-09-052.6.0 is almost here2.6.0-rc4mattab
2014-09-05Remove device detector tests from the build as they take 1.1MBmattab
2014-09-05refs #5995 Remove xhprof, and other phpunit dependencies, from the vendors ↵mattab
to keep builds light (cherry picked from commit 8a831d1)
2014-09-052.6.0-rc32.6.0-rc3mattab
2014-09-052.6.0-rc22.6.0-rc2mattab
2014-09-05Merge remote-tracking branch 'origin/master'mattab
2014-09-05Fix opt out iframe and add screenshot test to ensure we don't regressmattab
2014-09-04Refs #6092, last related commit probably won't fix the issue, this should do it.diosmosis
2014-09-04Fixes #6092: if plugin.isActivated is not defined, assume false in ↵diosmosis
CorePluginsAdmin/templates/macros.twig. Happens in Marketplace::getPluginsHavingUpdate() when plugin w/ update is not $loadedPlugins. Not sure why it happens.
2014-09-042.6.0-rc12.6.0-rc1Matthieu Aubry
2014-09-03Merge pull request #6084 from ThaDafinser/patch-5Matthieu Aubry
Removing pre PHP 5.3 checks
2014-09-03Merge pull request #6117 from piwik/translationupdatesStefan Giehl
[automatic translation update] Updated 129 strings in 6 languages (fa, tr, ru, cs, ja, nl)
2014-09-03language update refs #3430sgiehl
2014-09-03refs #6114 - fixed name of Norwegian Bokmålsgiehl
2014-09-03fixes #6114 - fixed name of Norwegian Bokmålsgiehl
2014-09-03Merge pull request #6112 from piwik/6102_fixProcessedReportColumnsThomas Steur
Fix getProcessedReport does not include all metrics in columns
2014-09-03refs #6102 make sure processedMetrics is an array to prevent any noticeThomas Steur
2014-09-03refs #6102 wondering if this solution breaks anything. Should display all ↵Thomas Steur
processedMetrics in columns array of processed report
2014-09-03refs #6089 should fix broken test after we changed default valueThomas Steur
2014-09-03Merge pull request #6107 from piwik/xhprof_composerBenaka
xhprof removed their composer.json file, adding it to our composer.json file so we can still use composer to manage xhprof. Includes output cleanup for build-xhprof.sh script.
2014-09-03Trimming output of build-xhprof.sh script.diosmosis
2014-09-03Skip xhprof building if phpize or make are missing.diosmosis
2014-09-02xhprof removed their composer.json file, adding it to our composer.json file ↵diosmosis
so we can still use composer to manage xhprof. Added an extra script to make sure the update is clean for git users.
2014-09-01Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-09-01refs #6089 setting TTL to 150 seconds instead of 10 to not archive on nearly ↵Thomas Steur
every request. Makes Piwik faster
2014-09-01Make sure log messages are trimmed correctly for clean log output.diosmosis
2014-09-01Fixes #6086, in piwikApi angularjs object, make sure we use and add abort() ↵diosmosis
method to new promises returned by angularjs promise methods.
2014-09-01Log exception when API request catches it.diosmosis
2014-09-01Fix bug in Date::addPeriod(N, 'month') where max number of days in a month ↵diosmosis
was not respected. So if subtracting one month from July 31, result would be July 1. Now result is June 30th. Note: there appears to be little to no change in speed, tested both in integration tests and the code by itself.
2014-09-01Do not overwrite log section of config w/ global when running tests.diosmosis
2014-09-01Fix build error due to recent Log changes.diosmosis
2014-09-01Make sure log messages are trimmed correctly for clean log output.diosmosis
2014-09-01Fixes #6086, in piwikApi angularjs object, make sure we use and add abort() ↵diosmosis
method to new promises returned by angularjs promise methods.
2014-09-01Log exception when API request catches it.diosmosis
2014-08-31Fix bug in Date::addPeriod(N, 'month') where max number of days in a month ↵diosmosis
was not respected. So if subtracting one month from July 31, result would be July 1. Now result is June 30th. Note: there appears to be little to no change in speed, tested both in integration tests and the code by itself.
2014-08-31Do not overwrite log section of config w/ global when running tests.diosmosis
2014-08-31Fix build error due to recent Log changes.diosmosis
2014-08-30added missing widgets PHPdoc, fix a bug in widget generator where namespace ↵Thomas Steur
was not generated correct, generate a translation key for widget category in case user has not chosen an existing one, added an example to template that demonstrates how to remove a widget
2014-08-30Make sure arrays are formatted correctly in Log calls w/ sprintf params and ↵diosmosis
indent message newlines so they can be more easily parsed.
2014-08-30Allow reuse of Error::getErrNoString function.diosmosis
2014-08-29Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-29Fix php-versions option handling in generate:travis-yml command.diosmosis
2014-08-29Allow plugins to specify custom PHP versions to test against in ↵diosmosis
autogenerated .travis.yml files.
2014-08-29Fixing CoreConsole_TravisYmlViewTest test.diosmosis
2014-08-29.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-29Fix self-referential command export in travis.yml.twig (use double quotes ↵diosmosis
since escapes in single quotes don't behave quite right).