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
2015-08-12refs #8030 added a comment that this code may be buggyThomas Steur
2015-04-07Fixing strange test error where a fatal error occurs if proxy_client_headers ↵diosmosis
isn't in config.
2015-03-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
This should fix the unit tests.
2014-10-30Added comment in IP class' phpdoc to encourage using the new componentMatthieu Napoli
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
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-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-10-21Refs #4200, tweaked docs for core/IP.php.diosmosis
2013-10-18Refs #4200, do not generate docs for CacheFile class, document @api methods ↵diosmosis
in Common, remove unused Common:: var, remove Common::substr and Common::strlen.
2013-10-15Making sure at least WARNING messages are written on screenmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07refs #4194 marked some classes and methods as API to test doc generationThomas Steur
2013-09-04Remove compat code for PHP < 5.3. inet_pton/inet_ntop are available in ↵Fabian Becker
Windows in PHP >= 5.3 so we don't need the compat code anymore. refs #3741, #4113
2013-09-03Extend AnonymizeIP to properly mask IPv6 addresses.Fabian Becker
maskLength is now interpreted as "mask level" (0-4) and determines the number of bits to be masked. Level IPv4 IPv6 0 0 0 1 8 64 2 16 80 3 24 104 4 32 n/a fixes #3710
2013-08-02fixed undefined classes in doc blockssgiehl
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-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#45-abstract-final-and-static
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-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-11-14Fixes #3458, fixes #3515, improved geoip diagnostics/help & allowed ↵benakamoorthi
IPv4-mapped IP addresses to be geo-located. git-svn-id: http://dev.piwik.org/svn/trunk@7469 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6325 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-07refs #1331, refs #3021 - remove #1331 hacksrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5988 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-07refs #1713, refs #1331 - this should fix the one click updaterobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5980 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
2012-02-26add isIPv4() methodrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5913 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-12-02Safe fail when using these functions before the config file is ready (or ↵mattpiwik
reusing code outside of piwik) git-svn-id: http://dev.piwik.org/svn/trunk@5503 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-13fixes #2769 plus refactoringrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5431 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-05fixes #2622robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5126 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-03refs #2622 - strtolower converts it to an empty stringrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5120 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-03fixes #2622robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5119 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-22refs #2444 - relax isLocalReferer() test so that it's comparable to the ↵robocoder
Origin: test git-svn-id: http://dev.piwik.org/svn/trunk@4754 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-03quoting stylerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4629 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-01fixes #2385robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4623 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-01refs #2359 - thanks Julienrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4621 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-27#2356robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4579 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-27fixes #2365robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4578 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-27refs #2359 - clean up php_compat_inet_ptonrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4570 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-27#2359 - clean up php_compat_inet_ntoprobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4569 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-27refs #2359 - relax some of the rules for compatibility with native functionrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4567 59fd770c-687e-43c8-a1e3-f5a4ff64c105