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
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-04-10fix typoThomas Steur
2014-04-01Fix white spacemattab
2014-04-01Add missing module=APImattab
2014-03-03Add missing ;mattab
2014-02-25Merge branch 'master' into comparison_dashboard_changesdiosmosis
Conflicts: tests/PHPUnit/UI
2014-02-20deleting few outdated unused filesmattab
2014-02-20Fix CLI bootstrap script (add missing use statements and tweak Log config).diosmosis
2014-02-15Move common startup code of Piwik PHP CLI scripts to file in misc/others and ↵diosmosis
use in geoipUpdateRows.php
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ↵Thomas Steur
storage engine, introduced new API method to create tables which will automatically use configured engine, run optimize table only for InnoDB tables
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old ↵Thomas Steur
methods will still work but are marked as deprecated and they will be removed in a future release
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ↵Thomas Steur
Old methods will still work but are marked as deprecated and they will be removed in a future release
2013-11-06Phpstorm organize importsmattab
2013-11-04Adding Code Reorganize setting to phpstorm codestylemattab
2013-10-30Fix setrawcookie error messagemattab
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 #4125 Renaming plugin from Referers to Referrersmattab
* updating all variables/methods containing Referers * RENAMING custom segments definition, and custom scheduled reports definition, so that when they load "Referers" segment/report it still works as expected * RENAMING old archived data so that archived blobs are called Referrers * Reverting part of 0deb2bbb8d5598200f7adfbc77b190516f919e48 * Update integration tests generating PDF+HTML with images on my dev box (GD 2.1 and PHP 5.5)
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also ↵Benaka Moorthi
changed logging level on travis.
2013-09-30Refs #4133 Finishing the code changes and build seems to passmattab
2013-09-19Moving isPhpCli to Commonmattab
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
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 class Piwik to \Piwik\Core\PiwikFabian Becker
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-05-30minormattab
2013-04-14use unix line separator instead of system dependentJulien Moumné
2013-04-14Publishing the Phpstorm custom PSR coding style for others to reuse (and to ↵mattab
make sure I don't lose it, since we want to apply it again (eg. every year or so)) This fixes #3895 the mass conversion was applied in: [ae4b03163792f0b6e933933e5d37df87dc3fd566]
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-03-031.11-b21.11-b2mattab
2013-02-06Remove .svn references. refs #3736Fabian Becker
2012-12-04Moving up authenticationmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7570 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-20Fixes #3559, allow geoipUpdateRows.php to run in browser w/o timing out by ↵benakamoorthi
using successive AJAX requests. git-svn-id: http://dev.piwik.org/svn/trunk@7492 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-12Refs #2465 Adding Insight to list of non tested plugins for integration ↵mattpiwik
tests... once the API is final and all other core things are done, it wiill be nice to add integration tests (but better focus on functionnality first) git-svn-id: http://dev.piwik.org/svn/trunk@7439 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Various small updates including fixes #3449mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7298 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-19Refs #1823, add note to geoipUpdateRows.php that tells user to re-process ↵benakamoorthi
their reports. git-svn-id: http://dev.piwik.org/svn/trunk@7234 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-17Fixes #3446, added better error reporting for geoipUpdateRows.php and ↵benakamoorthi
modified it to be usable even w/ (some) improper Piwik Geolocation configuration. git-svn-id: http://dev.piwik.org/svn/trunk@7222 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-14Refs #1823, many changes including:benakamoorthi
* Add warning if old GeoIP plugin is used. * Display links to installation instructions for different providers if they are not installed. * Add report documentation for country, region, continent and city reports, round latitude/longitude. * Increase 'Done' timeout when switching providers * Display quick start instructions for GeoIP if no GeoIP provider is currently working. * Add script to geolocate old data. git-svn-id: http://dev.piwik.org/svn/trunk@7186 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-09Finish the job (Also updated website docs referring to these files)mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7131 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-09Cleaning up misc/ directory to prepare for GeoIP files, Refs #1823mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7130 59fd770c-687e-43c8-a1e3-f5a4ff64c105