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
2012-10-24Refs #3404, refactor some code into PluginsManager method and fix typo in Plu...benakamoorthi
2012-10-24Fixes #3404, remove feedburner plugin and allow Piwik to work if plugin folde...benakamoorthi
2012-07-27Refs #3210 Fix typo... which interestingly didn't break the build (do the Web...mattpiwik
2012-07-26fixes #3210 - workaround php 5.2.0 bugrobocoder
2012-06-01Fixes #3164 - Adding 2 new functios to allow piwik plugins to hook on enable ...mattpiwik
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-25Perf optimization refs #1713mattpiwik
2012-05-24completed a bunch of php doc blockssgiehl
2012-03-10refs #1713 - remove Config __destruct()robocoder
2012-03-06refs #1713 - splitting reader/writer just isn't possible with the way integra...robocoder
2012-03-05refs #1713 - partially resolve regression from the mergerobocoder
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-04-14LanguagesManager plugin is required since a few versions back, having it disa...mattpiwik
2011-04-07refactoring cache clearing mattpiwik
2011-04-04fixes #2256 - missing data type in phpdocs, e.g., @param $namerobocoder
2011-04-03refs #2256robocoder
2011-02-07Renamed functionmattpiwik
2011-01-11Fixing issue when no config file (thanks webtest)mattpiwik
2011-01-11Page titles report improvements fixes #1898mattpiwik
2010-12-20Fixes #1632mattpiwik
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
2010-09-25refs #1014 - move getCss, getJs, getHtc, and redirect to Proxy plugin; todo: ...robocoder
2010-08-20refs #1630robocoder
2010-07-30refs #1529 - added/tested replacement glob() function; a missing glob() is st...robocoder
2010-07-30quick fixes #1529 - recovers more gracefully if glob() is disabled; installer...robocoder
2010-07-21Fixes #1481 mattpiwik
2010-07-01Fixes #1403 Patch by halfdan: great stuff! Menu code is now clean and refacto...mattpiwik
2010-06-30Fixes #1438 Smarty template_c files should be purged on plugin install/uninstallmattpiwik
2010-06-29Fixes #660 - Thanks Julien Moumne for the patch! great new feature improving...mattpiwik
2010-06-16Refs #774mattpiwik
2010-06-03refs #1152 -deprecate "name" in getInformation() array;use getClassName() ins...robocoder
2010-05-31Refs #1374 Moving visitor generator tool to its own plugin. Patch by halfdan!mattpiwik
2010-05-06fixes #1337 - remove static .htaccess files and defined('PIWIK_INCLUDE_PATH')...robocoder
2010-04-24replace Zend_Loader::isReadable() with simple is_readable() since paths are a...robocoder
2010-04-12Refs #56mattpiwik
2010-04-09Fixes #526mattpiwik
2010-03-30Fixes #1001 Adding currency setting per websitemattpiwik
2010-03-22remove deprecated method, getInstalledPlugins()robocoder
2010-03-22fix phpdoc commentrobocoder
2010-03-22refs #1226 - glob() may return false on no match -- we still want to mark the...robocoder
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I skip...robocoder
2010-03-20fixes #1206 - CorePluginsAdmin should load translations for third-party pluginsrobocoder
2010-03-18Installation plugin should not be deactivated and won't appear in the list an...mattpiwik
2009-12-09- PDO returned first as default adapter when both pdo and mysqli are availablemattpiwik
2009-11-27fixes #1049 - peephole optimizations (assignment to a temporary variable befo...robocoder
2009-10-12glob() GLOB_ONLYDIR can return false instead of empty array; this is a poorly...robocoder
2009-08-23more php cross referencingrobocoder
2009-08-23Tweak phpdoc config. Add some missing phpdocs.robocoder
2009-08-22phpdoc cleanup:robocoder
2009-08-11Change die('Restricted access') to simply die.robocoder