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-01-13refs #3962 - moved language reports to their own pluginsgiehl
2014-12-21moved browser plugin reports to an own plugin 'DevicePlugins'sgiehl
2014-12-09moved resolution and configuration reports to a new pluginsgiehl
2014-11-28removed screen type report and widgetsgiehl
2014-10-24cleaned up usersettings functionssgiehl
2014-10-24Remove MobileVSDesktop reports as we now have detailed device type reports; ↵sgiehl
rename GetWideScreen report to GetScreenType, as that better points out what it returns
2014-09-28refs #3962 - implemented new detection of browser engines. Merged old ↵sgiehl
reports from UserSettings plugin to DevicesDetection plugin. Added segment option for browser engines. Added update script to move old archives and to update old visits with engine data
2014-09-23update chmodsPatryk Andrzejewski
2014-09-19feedbackPatryk Andrzejewski
2014-09-16refactor translationPatryk Andrzejewski
2014-09-12cleaningPatryk Andrzejewski
2014-09-11resolve piwik/piwik#6097, modify browser language reportingPatryk Andrzejewski
2014-07-23reduced multiple empty lines to exactly oneChristian 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 remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
2013-10-22Refs #4200, documented many more filters and modified ↵diosmosis
ColumnCallbackDeleteRow so filter supplied returns true if the row should be deleted (as opposed to the other way around).
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* ↵mattab
directories
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-09-07translation cleanup: moved language name from scope UserLanguage to UserSettingssgiehl
2013-09-07translation cleenup: removed unused TranslationsAdmin language keyssgiehl
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 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
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-05-27Tweak to last commit, use full path when checking if image exists.Benaka Moorthi
2013-05-27Make sure UserSettings reports getOS & getBrowsers check that a logo image ↵Benaka Moorthi
exists before adding it to the report (if a logo does not exist, the unknown image).
2013-04-14fixes #3892 Fixing + testing filter_truncate on getPluginmattab
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-06Merge branch 'master' of github.com:piwik/piwikStefan Giehl
Conflicts: .gitignore
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-04refs #3726 adding reports for browser language of visitorsStefan Giehl
2012-05-29Fixes #3133, changed Device type report to Mobile vs Desktop.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@6362 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-27Fixes #2895, #3133, renamed existing report getBrowser to getBrowserVersion, ↵benakamoorthi
added 3 new reports, getBrowser (browser w/o version), getOSFamily and getDeviceType. Notes: * Modified MetadataCallbackReplace & ColumnCallbackReplace so extra columns could be passed to the callback, w/o being replaced. * Modified UserAgentParser.php to provide operating system family extraction functionality. git-svn-id: http://dev.piwik.org/svn/trunk@6326 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-11refs #3141robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6256 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-25fixes #2217robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4181 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-13Fixes #1709 Adding a new screen type 'mobile' which contains everything ↵mattpiwik
below 640 width git-svn-id: http://dev.piwik.org/svn/trunk@3723 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-20refs #1630robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-15git-svn-id: http://dev.piwik.org/svn/trunk@2305 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-05-06fixes #1337 - remove static .htaccess files and ↵robocoder
defined('PIWIK_INCLUDE_PATH') or die "guard"; we'll enhance PhpSecInfo to assist the user in configuring their environment more securely git-svn-id: http://dev.piwik.org/svn/trunk@2147 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-02-23fixes #1165 - expand UserSettings unit test coverage;robocoder
fixes #1167 - fix UserAgentParser issues git-svn-id: http://dev.piwik.org/svn/trunk@1859 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-02-19fixes #1163 - recognize Palm webOS (Pre and Pixi); add unit testsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1850 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-11-14html decode General_Unknown for translationsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1586 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-23Tweak phpdoc config. Add some missing phpdocs.robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1431 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-22phpdoc cleanup:robocoder
* add @category (Piwik => 'core', Piwik_Plugins => 'plugins') * in core, use @package and @subpackage more consistently to group files/classes; exception is DataFiles/*, PluginsFunctions/*, and SmartyPlugins/* * in plugins, @package is the plugin name * removed '@param none' -- not a phpdoc convention * '@throws' and '@return void' are also not phpdoc conventions, but are widely used elsewhere, e.g., Smarty & Zend git-svn-id: http://dev.piwik.org/svn/trunk@1420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-11Change die('Restricted access') to simply die.robocoder
With error_reporting(E_ALL|E_NOTICE) it prints nothing and is more consistent with directly accessing other Piwik php files. git-svn-id: http://dev.piwik.org/svn/trunk@1388 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-07-27fix JSON stringify'd layout not completely decoded;robocoder
add defined(PIWIK_INCLUDE_PATH) before require_once per checklist git-svn-id: http://dev.piwik.org/svn/trunk@1335 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.) git-svn-id: http://dev.piwik.org/svn/trunk@1296 59fd770c-687e-43c8-a1e3-f5a4ff64c105