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 (Expand)Author
2014-08-15refs #5994 add marketplace link to user menu and actually highlight settings ...2.5.0-rc4Thomas Steur
2014-08-15make sure to clear all caches after an update, it is not enough to do this af...Thomas Steur
2014-08-15fixes #5964 I was now able to reproduce after I understood the problem. Thx f...Thomas Steur
2014-08-15refs #5964 make sure to pass segment to the API although it should already wo...Thomas Steur
2014-08-14language update refs #3430sgiehl
2014-08-14forgot to commit the controller updateThomas Steur
2014-08-13Do not fail if we cannot git checkout master -- . It would seem to be impossi...diosmosis
2014-08-13Fix git checkout command in travis.yml generator and correctly reference self...diosmosis
2014-08-13Make sure git checkout master does not fail on other branches when running in...diosmosis
2014-08-13Make sure statement to update travis scripts is always executed before script...diosmosis
2014-08-13Refs #5962, add ability for .travis.yml file to check out dependent plugins u...diosmosis
2014-08-13In generate:travis-yml command, look for tests in root tests folder as well a...diosmosis
2014-08-12Refs #5962, do not generate .travis.yml file in GeneratePlugin command since ...diosmosis
2014-08-12refs #5987 I think this should make sure we always get an array if MultiSites...Thomas Steur
2014-08-12refs #5949 only escape a quantifier in case it is the first characterThomas Steur
2014-08-12refs #5950 sort visitor log by lastActionTimestamp by defaultThomas Steur
2014-08-12refs #5950 trying another fix for this problem to see whether this passes the...Thomas Steur
2014-08-12refs #5950 wondering whether we break any tests when applying the clean visit...Thomas Steur
2014-08-12refs #5936 forgot to commit the testsThomas Steur
2014-08-12refs #5936 moved some business logic from controller into model which also br...Thomas Steur
2014-08-12refs #5936 started to work on removing files from core and the plugins direct...Thomas Steur
2014-08-11fixes #5969 - added sputnik.rusgiehl
2014-08-11refs #5820 fixes some more classes and looks like reportTest needs to be a da...Thomas Steur
2014-08-11Use master version of CoreConsole in travis so generate:travis-yml command is...diosmosis
2014-08-11Fix whitespace that causes travis generated file diff to fail for plugins.diosmosis
2014-08-11Don't use quotes around arguments when creating self-referential commands in ...diosmosis
2014-08-11Write lines to output in generate:travis-yml command (don't just write text).diosmosis
2014-08-11Make sure .travis.yml file is copied in travis when setting up Piwik for tests.diosmosis
2014-08-11Fixing dumb copy-paste error.diosmosis
2014-08-11Fixing dumb typo.diosmosis
2014-08-11Adding debug output to GenerateTravisYmlFile to help debug plugin .travis.ml ...diosmosis
2014-08-11Fix self referential command generation for generate:travis-yml command (quot...diosmosis
2014-08-11Revert earlier change to cd into piwik directory for plugins in generated .tr...diosmosis
2014-08-11When generating .travis.yml for plugins make sure travis scripts are always l...diosmosis
2014-08-11Exclude PHP 5.3.3 builds correctly for plugins when generating plugin .travis...diosmosis
2014-08-11Fix more YAML indentation issues and only throw exception for no tests in gen...diosmosis
2014-08-11Fix YAML indentation error in generate:travis-yml command.diosmosis
2014-08-11Add check for tests to travis.yml generation so generation does not occur if ...diosmosis
2014-08-11refs #5949 prevent warning if a quantifier is used. Escape them to make sure ...Thomas Steur
2014-08-11fixes #5961 radio fields were not selected when editing a goalThomas Steur
2014-08-11Merge pull request #5962 from piwik/travis_systemMatthieu Aubry
2014-08-11Revert "Temporary change to test for recursion detection. [.travis.yml file i...diosmosis
2014-08-11Temporary change to test for recursion detection. [.travis.yml file is out of...diosmosis
2014-08-11language update refs #3430sgiehl
2014-08-11fixes #5151 - added some missing browser iconssgiehl
2014-08-10Trim URL before attempting to download itmattab
2014-08-10Created unified system for running tests in travis for Piwik Core and any Piw...diosmosis
2014-08-09fixes #5951 throw an exception in getRowEvolution if a report is request that...Thomas Steur
2014-08-08refs #5943 remove a users reports that belong to a specific site if the user ...Thomas Steur
2014-08-07Merge branch 'master' into 5896_add_generic_filters_to_arraysThomas Steur