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
2013-11-15Adding required file for the Piwik_ShouldThrowException functionmattab
2013-11-06Phpstorm organize importsmattab
2013-10-22Minormattab
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of ↵mattab
Transitions code refs #472
2013-10-20Minor refs #472mattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom ↵mattab
getInstance() (some tests failing)
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Fix testsmattab
2013-10-08Fixing tracker debug modemattab
2013-10-07Refactoring + improve Trusted Host messagemattab
2013-10-07Fixing build.Benaka Moorthi
2013-09-30Refs #4133 Finishing the code changes and build seems to passmattab
2013-09-30Refs #4133mattab
2013-09-19Fixing bug as reported in: http://forum.piwik.org/read.php?2,106317mattab
2013-09-14Fix buildmattab
2013-09-06Ignore new google and facebook bots http://forum.piwik.org/read.php?2,106051mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-06Implemented custom event dispatching system for Piwik (replaced event ↵Benaka Moorthi
dispatcher lib in libs/Event). Notes: - New dispatcher can execute callbacks before or after other callbacks. - It is also possible to dispatch events only to a specific set of plugins instead of all plugins. - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass - Added visibility to some event handlers that were missing it. - Allowed two unit tests to fail w/ better diagnostic messages.
2013-07-03Fixing last testmattab
2013-07-03Enabling debug to understand travis failuremattab
2013-07-02Fixing testsmattab
2013-07-02Refactor Tracker_Visit, moving 400+ lines to a new Tracker_Request object. ↵mattab
This class contains all getRequestVar calls and all knownledge of request params.
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-20Missing includemattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-10-23Fixes #3466mattpiwik
* Now including Translate.php in the correct order ensuring that scheduled repotrs generated via a Tracker request, make use of translations. git-svn-id: http://dev.piwik.org/svn/trunk@7286 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-22Refs #3339 testing pots commit hook was migrated correctly?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6859 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-22Refs #3339 testing pots commit hook was migrated correctly?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6858 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-02 * Fixing broken POST tracking requests mattpiwik
* Now displaying gif after init, so that errors can be displayed properly when occuring during a BULK import * Fixes #3270 Displaying plain errors when the Tracking request is authenticated (ie. when runnning log import or other manual tracking API calls) git-svn-id: http://dev.piwik.org/svn/trunk@6642 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-23Make sure that exceptions are caught in piwik.php or the webserver might ↵mattpiwik
return 500 error and this would fail the system check tests git-svn-id: http://dev.piwik.org/svn/trunk@6103 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5951 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-26revert r5484robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5485 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-26refs #1713robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5484 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-29load bootstrap.php using an absolute pathrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4599 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-24refs #2341 - disable magic_quotes_runtime for consistency with index.php; ↵robocoder
plus, it's deprecated in php 5.3 and buggy with MYSQLI (http://bugs.php.net/52221) git-svn-id: http://dev.piwik.org/svn/trunk@4544 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-23Fixing Notice when debugging & trying to set cookies 'headers already sent'mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4538 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-23refs #1111 - debug offrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4534 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ↵robocoder
exclusion) fixes #2095 - add new anonymization hook (pre-heuristics) fixes #2055 - optional IP filter when multiple proxies present fixes #1775 - SitesManager: supports CIDR notation for IP exclusion Notes: * Installer no longer checks for IPv6, so the related messages should be deleted from translations * IPv4 mapped addresses (e.g., ::ffff:127.0.0.1) are no longer re-mapped into IPv4 space * users who to query IP addresses from MySQL directly, can use the following SQL, but inet_ntoa() is limited to IPv4 addresses: {{{ select inet_ntoa(conv(hex(location_ip), 16, 10)) from piwik_log_visit; }}} * Windows: IPv6 inet_pton()/inet_ntop() not supported until php 5.3; see #2351 git-svn-id: http://dev.piwik.org/svn/trunk@4533 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-05Small changesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4325 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-02fixes #2252robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4283 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-10fix buildrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3690 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-05Fixes #1916 mattpiwik
Now always checking in the DB if we saw the visitor earlier. The cookie also becomes much smaller. Renamed the setting enable_detect_unique_visitor_using_settings now called trust_visitors_cookies as it is different logic, and should only be enabled in intranet where IP is same for all users. This will also help getting 1st party cookie implemented Refs #409 git-svn-id: http://dev.piwik.org/svn/trunk@3634 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-30refs #1919robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3545 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-21tabifyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3483 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-21Fixing unit tests mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3480 59fd770c-687e-43c8-a1e3-f5a4ff64c105