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
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-07-20Merge remote-tracking branch 'origin/master' into php-5.3-namespacesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-19Refs #4052 Reprocess CSS file if any of merged files has changedmattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-15Making Plugin enable/disable work for a thememattab
2013-07-13friendly message for devs if composer not updated yetmattab
2013-07-13Generate a base.css file from a base.less file for Installation & CoreUpdater...Thomas ZILLIOX
2013-07-10Handle @import rule in less filesThomas ZILLIOX
2013-07-10Regenerate the merged CSS every time in developmentThomas ZILLIOX
2013-07-09Use less to compile CSS files. CSS files are now always merged, even in devel...Thomas ZILLIOX
2013-07-07fixed some doc blocks; removed some unused varssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-04-04Adjusted paths in AssetManager for plugins/Zeitgeist (for now static)Fabian Becker
2013-03-29refs #3813 css files in libs folder should always be included first, so they ...sgiehl
2013-03-29refs #3813 readding jQuery.browser plugin, as it has been removed in 1.9sgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-06Small fixes/refactormattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-09-25Refs #3332 Fixing error when merged JS file, broadcast.js should be loaded be...mattpiwik
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-11-18refs #2771 - reverting patchrobocoder
2011-11-18fixes #2771 - will revert this when the minimum requirements is php 5.3 and w...robocoder
2011-05-30Fixes #2449 - removed all "user facing" fopen (left the one that could be use...mattpiwik
2011-05-06These libs are not in used anymoremattpiwik
2011-04-04refs #2256 - some phpdocs loverobocoder
2011-01-18refs #1294 - mkdir wrapper inconsistenciesrobocoder
2011-01-13convert EOL on merged assets to make it more readable on Windows (when debugg...robocoder
2011-01-06fixes #1950 - wasn't removing compressed assets on update; merged assets in t...robocoder
2010-11-25git-svn-id: http://dev.piwik.org/svn/trunk@3352 59fd770c-687e-43c8-a1e3-f5a4f...mattpiwik
2010-11-25refs #1822, r3325 - only str_replace() on the urlrobocoder
2010-11-24Fixes #1822mattpiwik
2010-11-06micro-optimizations and some code clean-uprobocoder
2010-09-25refs #1014 - move getCss, getJs, getHtc, and redirect to Proxy plugin; todo: ...robocoder
2010-09-13refs #1507, refs #1527 - revert hack from #1507, and fix unit test on Windows...robocoder
2010-09-09refs #1682 - use realpath to remove ..robocoder
2010-09-08fixes #1682robocoder
2010-09-08some jquery plugins will check for (and use) bgiframe and blockUI; to be on t...robocoder
2010-09-06fixes #1675JulienMoumne
2010-09-05fix broken cachebuster; fix broken ajaxcdn; use piwik_version in cachebuster ...robocoder
2010-09-04fixes #1527 - merged assets are now returned to browser using a custom php pr...JulienMoumne
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