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-02-19Setting minimum username length to 2 chars instead of 3mattab
2015-02-09Merge branch 'master' into removed-registryMatthieu Napoli
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-01-14removed several occurences of UserSettings pluginsgiehl
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-05Fixed typo that crept inMatthieu Napoli
2015-01-05Refactored Piwik\Translate into a non-static class Piwik\Translation\TranslatorMatthieu Napoli
2014-12-04Tracker refactoringThomas Steur
2014-11-26Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-25refs #6697 start refactoring the DoNotTrack code to allow for adding testsmattab
2014-11-08Forgot to add files in previous commit and document two more pieces of code.diosmosis
2014-11-07[poc] moved BounceRate calculation to ProcessedMetric class.diosmosis
2014-10-22Refactor isUserIsAnonymousmattab
2014-10-16Removed `Piwik::getJavascriptCode()` and its deprecation notice: it wasn't an...Matthieu Napoli
2014-10-16Extracted `Piwik::getJavascriptCode()` into a separate, non static class: `Pi...Matthieu Napoli
2014-10-03Extend tracking with all changes.Marcin Czołnowski
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-27Refactor Login controller and auth to be more modular and easier to extend/ov...diosmosis
2014-09-23fix regression when HTTPS URL is different from HTTP Tracker URL, both should...mattab
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-10refs #6174 - added possibility to add 'disableCookies' option in tracking cod...sgiehl
2014-09-08Merge pull request #344 from Irrational86/masterMatthieu Aubry
2014-09-04Added the protocol-agnostic URL format to the Tracker's fallback image.Jesse
2014-08-24Fixing build for Json array rendering bug.diosmosis
2014-08-06refs #5896 started to move rendering code from response builder in other clas...Thomas Steur
2014-07-25Merge branch 'master' of https://github.com/piwik/piwikJesse
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23fixes #5867 remove upper limit completelyThomas Steur
2014-07-22refs #5867 allow up to 15 characters in top level domainThomas Steur
2014-07-22refs #5867 make sure a *.international email address would workThomas Steur
2014-07-18fixes #5841 fix Uninitialized string offset if custom variable is an empty st...Thomas Steur
2014-07-15fixed method signaturesChristian Raue
2014-07-05Changed JavaScript Tracking Code generation to use "//", instead of verifying...Jesse
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-23started experiment making morpheus default themeThomas Steur
2014-05-14In Tracking Code screen, custom variables should be indexed with index 1 rath...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-17Fix password resetmattab
2014-04-14Revert previous commit, this was wrong. Instead use: getPluginsLoadedAndActiv...mattab
2014-04-14Refs #4357 Only add Javascript and CSS files from activated plugins.mattab
2014-04-07Return login as array key in Piwik::getAllSuperUserAccessEmailAddresses.diosmosis
2014-04-07tests for unlimited custom variablesThomas Steur
2014-04-04In the tracking code, the domain was not displayed (regression). Prepending h...mattab
2014-04-03Removed deprecated methods, renamed calls to the new methods. Refs #4942mattab
2014-04-03Remove stray newlines in javascript tracking code output, use server side tra...diosmosis
2014-03-24Normalize URL inputs to Piwik::getJavaScriptCode.diosmosis
2014-03-24Fix another bug in core/Piwik.php's tracking code generation (use http URL fo...diosmosis