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-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-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).
2014-08-29Fixing TravisYmlViewTest for travis.diosmosis
2014-08-29Fix another refactoring error in travis.yml twig file.diosmosis
2014-08-29Fix another type in generate:travis-yml refactoring.diosmosis
2014-08-29Add extra instructions regarding how to edit travis.yml.twig file.diosmosis
2014-08-29Fix small bugs in generate:travis-yml refactoring.diosmosis
2014-08-29Allow plugins to specify custom travis build commands by creating .yml files ↵diosmosis
and storing them in tests/travis subdirectory. Added example files to ExamplePlugin which are used in generate:travis-yml tests.
2014-08-29Add tests for .travis.yml generation, remove options to supply custom ↵diosmosis
.travis.yml command, and refactor TravisYmlView & GenerateTravisYmlFile.
2014-08-27can't be bothered to cherry pick so we'll release 2.6.0 earlier2.6.0-b1Matthieu Aubry
2014-08-27Do not delete tracker cache in proxy piwik.php so devicedetector cache will ↵diosmosis
remain after test tracking requests.
2014-08-272.5.1-b12.5.1-b1Matthieu Aubry
2014-08-26Merge pull request #6072 from piwik/6065_trackerPluginsInCacheFileThomas Steur
dynamically detect tracker plugins and cache them instead of using config
2014-08-26refs #6065 added changelog and fixed some testsThomas Steur
2014-08-26refs #6065 maybe this makes sure to load plugins always in same order in ↵Thomas Steur
tests? As glob will return files in any order it pleases. It is only a wrapper for libc glob() function
2014-08-26refs #6065 forgot to mark method as static, did not trigger a notice on my PHPThomas Steur
2014-08-26by including the version number into the cache file we make sure a new file ↵Thomas Steur
will be created after an update and we should prevent any problems with opcaches
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a ↵Thomas Steur
file. Wondering which test will fail...
2014-08-26Merge pull request #6071 from piwik/6045_hooksForLiveThomas Steur
Use an event to collect visitor information and made sure UI works even when minimum plugins are enabled