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
2015-05-06fixes #7829 idgoal parameter was wrong when generating image tracking codeThomas Steur
2015-04-17Merge pull request #7641 from piwik/load_all_sites_only_if_neededBenaka
2015-04-17refs #3838 use pagination in SitesManager to be able to manage many hundreds ...Thomas Steur
2015-04-08load all site ids only if needed. Makes dashboard much faster if one is super...Thomas Steur
2015-01-12Method renamingMatthieu Napoli
2015-01-12Removed usage of the deprecated TaskSchedulerMatthieu Napoli
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-07refs #6435 fix siteCreation fails under circumstances if German locale is use...Thomas Steur
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-16Extracted `Piwik::getJavascriptCode()` into a separate, non static class: `Pi...Matthieu Napoli
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-15refs #4996 cache all site urls in trackerThomas Steur
2014-09-13Merge pull request #6201 from piwik/4996_content_trackingThomas Steur
2014-09-12refs #4996 redirect only to trusted hosts (will have to remove this most like...Thomas Steur
2014-09-10refs #6174 - added possibility to add 'disableCookies' option in tracking cod...sgiehl
2014-07-27refs #5887 use a model so we do not have to expose the method in the API. I t...Thomas Steur
2014-07-27refs #5887 make sure the user has view access to all sites... we should reall...Thomas Steur
2014-07-27refs #5887 should fix Invalid parameter number in case pattern parameter is u...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-02Merge pull request #324 from JulienMoumne/3838Matthieu Aubry
2014-07-01Fixes #5388 throw exception if date is not validmattab
2014-06-19refs #3838 - SitesManager fully migrated to AngularJSJulien Moumné
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Fixes #5131mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-03Remove stray newlines in javascript tracking code output, use server side tra...diosmosis
2014-03-11Using SettingsPiwik::getPiwikUrl() instead of getCurrentUrlWithoutFileName() ...mattab
2014-03-04Merge branch 'master' into uiunittestsdiosmosis
2014-03-04refs #4747 verify user has at least view access for the siteThomas Steur
2014-03-02Fixing UI tests build:diosmosis
2014-02-25refs #2174, bugfixes, compatibility with IE8, display groups in site selectorThomas Steur
2014-02-25refs #2174 some bugfixesThomas Steur
2014-02-12Fixes pr #222 Adding hook SitesManager.addSite.end in addSitemattab
2014-02-06Added a setSiteAliasUrls method to the APIChris Butler
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-28Capitalizing Super User for consistency refs #4564mattab
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2013-11-20Refs #4325 Making the new Site hook used piwik wide so that when eg. a site n...mattab
2013-11-20Adding new column 'type' to 'piwik_site' table. Adding setters in Site object...mattab
2013-11-20Moving method updateSiteCreatedTime from CoreAdminHome to SItesManager API wh...mattab
2013-11-08Adding some type hintmattab
2013-10-31refs #3781 fix superuser default preference is not returned by default, proba...Thomas Steur
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-28Merge pull request #127 from claytondaley/api-javascript-tag-optionsMatthieu Aubry
2013-10-26Refs #4200, revised documentation for all events in plugins/*.diosmosis