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 (Collapse)Author
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
* starting to port marketplace to piwik 3 * updating tests * fix translation key * fix various issues * use material select * fix plugin upload * deprecate license_homepage plugin metadata and link to a LICENSE[.md|.txt] file if found (#10756) * deprecate license_homepage plugin metadata, and link to a LICENSE[.md|.txt] file if found * Make license view HTML only without menu * fix tests and update * fix some links did not work * we need to show warnings even when plugin is installed, not only when activated. otherwise it is not clear why something is not downloadable * fix install was not working * improved responsiveness of marketplace * fix more tests * fix search was shown when only a few plugins are there * fix ui tests * fix some translations * fix tests and remove duplicated test
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-11-14refs #6661 initial work on triggering a 400 bad request instead of 500 in ↵Thomas Steur
case Idsite is wrong
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-17Merge pull request #6211 from kylekatarnls/cleanup-arobases2Matthieu Aubry
Replace header() with Common::sendHeader() when possible
2014-09-17#6232 getExpiresHeaderForFutureDay should be staticKyle
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-06-22Remove parameter from ProxyHttp::serverStaticFile.diosmosis
2014-06-19Move tracker proxy logic in js/index.php to js/tracker.php & allow the ↵diosmosis
removal of the comment header in piwik.js (includes test). Also remove @group from static file serve test & fix bug in modified _readfile() proxy.
2014-06-19Add ability to serve only part of a static file. Includes tests for new ↵diosmosis
functionality.
2014-06-18Refactoring ProxyHttp for clarity & code cleanliness.diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-01Fix for #5064Sharique Abdullah
Fixing the FastCGI check in setHttpStatus function of ProxyHttp.php file. Ticket #5064
2014-05-01Refs #5060 Remove use of substr_compare as it's buggy in 5.5.11 with ↵mattab
negative offset
2014-03-11Typo in commentmattab
2014-03-10cache /js/ for 10 days rather than none. Refs #2406mattab
From forum feedback: http://forum.piwik.org/read.php?2,112741
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2013-12-20refs #4224 do not check auto prepend/append config in test mode, as it is ↵sgiehl
used to generate full code coverage
2013-12-17fixes #4373, #1640Julien Moumné
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-30Refs #4133mattab
2013-09-14ProxyHttp class until I find a better namemattab