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-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-08-19refs #5414 this should fix the seg fault on PHP 5.3.6. I did install an Apach...Thomas 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-19refs #6013 #6012 make sure not to call console in case PHP is type CGI. In ty...Thomas Steur
2014-08-18refs #6009 make sure we use only reports and widgets of actually activated pl...Thomas Steur
2014-08-18refs #6012 if the current script is run as type CGI, it is most likely that w...Thomas Steur
2014-08-16Merge pull request #6011 from piwik/5414_useFindComponentsToGetSettingsThomas Steur
2014-08-15Merge pull request #6010 from piwik/findComponentsOnlyOfActivatedPluginsThomas Steur
2014-08-15refs #5414 only find components of actually activated plugins. Wondering if t...Thomas Steur
2014-08-15refs #5414 this could fix the segmentation fault. It is more of a guess but I...Thomas Steur
2014-08-15making difference between loadPlugin() and loadPlugins() a bit clearer, bette...Thomas Steur
2014-08-15find only components of loaded and activated pluginsThomas Steur
2014-08-15Merge pull request #6008 from piwik/5896_filter_limit_support_for_arraysThomas Steur
2014-08-15findMultiComponents can now find components in sub foldersThomas Steur
2014-08-152.5.02.5.0Matthieu Aubry
2014-08-15refs #5936 make sure to remove the goals table in case it still exists. this ...Thomas Steur
2014-08-15no need to set the second param so we make sure the default value of clear al...Thomas Steur
2014-08-15added possibility to invalidate xcache if possibleThomas Steur
2014-08-15reset wincache opcache if used on windowsThomas Steur
2014-08-15make sure to clear all caches after an update, it is not enough to do this af...Thomas Steur
2014-08-15before including a file make sure it exists... makes the whole cache kinda ne...Thomas Steur
2014-08-15refs #5896 did not know it would cast the default value...Thomas Steur
2014-08-15refs #5896 wondering if any test fails if we support filter_limit and filter_...Thomas Steur
2014-08-14clear php caches if possible after updating piwik to 2.5.0 to make sure no fi...Thomas Steur
2014-08-14better clear all filesThomas Steur
2014-08-14make sure to delete tracker cache after removing the previous files although ...Thomas Steur
2014-08-142.5.0-rc32.5.0-rc3mattab
2014-08-14better code [skipci]Thomas Steur
2014-08-14refs #5936 remove no longer needed files in case they were not included in a ...Thomas Steur
2014-08-14wondering if this fixes the skipped test?Thomas Steur
2014-08-142.5.0-rc22.5.0-rc2Matthieu Aubry
2014-08-13Better debug output for forum debugging http://forum.piwik.org/read.php?2,117670mattab
2014-08-132.5.0-rc12.5.0-rc1Matthieu Aubry
2014-08-13fixes #5958 When there is an error screen in Piwik (core or in Tracker) then ...mattab
2014-08-13added method again with a better - and more unique - nameThomas Steur
2014-08-13removing this method again for now since the live controller already implemen...Thomas Steur
2014-08-13adding a convenient method to render a template and to assign variables. We a...Thomas Steur
2014-08-12refs #5988 Add silent fail to prevent error message in safe modemattab
2014-08-122.5.0-b32.5.0-b3Matthieu Aubry
2014-08-12refs #5936 moved some business logic from controller into model which also br...Thomas Steur
2014-08-12refs #5936 added some phpdoc blocksThomas Steur
2014-08-12refs #5936 added many tests for the new filesystem methods to make sure they ...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 added some tracker tests to make sure it works well with the dimen...Thomas Steur
2014-08-11refs #5820 added some tests for reports and columns refactoringThomas Steur
2014-08-11Merge pull request #5962 from piwik/travis_systemMatthieu Aubry
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