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-19refs #5977 the menu dropdown now required the translate filterThomas Steur
2014-08-19Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-08-19refs #5977 group goals in a menu if there are more than 3 goals. I reused an ...Thomas Steur
2014-08-18fixes #5952 make Pie chart work with DbStats pluginThomas Steur
2014-08-18fixes #5971 better indication of current state of real time widget. Always di...Thomas Steur
2014-08-18fixes #5973 added cancel link to edit users similar to cancel websiteThomas Steur
2014-08-18fixes #5997 display label Pattern next to the field so it is clear which fiel...Thomas Steur
2014-08-18refs #6014 make sure Goals_Ecommerce is loaded client side even if goals plug...Thomas Steur
2014-08-15refs #5414 make those settings readable by all usersThomas Steur
2014-08-15findMultiComponents can now find components in sub foldersThomas Steur
2014-08-15this is just to showcase the convenient method renderTemplate()Thomas Steur
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