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
path: root/misc
AgeCommit message (Collapse)Author
2013-09-27Fixing build on travis.Benaka Moorthi
2013-09-27Silence unserialize error so content can be shown in error output in cron ↵Benaka Moorthi
archive.php.
2013-09-25Fixes #4045, fail log importer if we cannot match a format to the first line ↵Benaka Moorthi
of the logfile.
2013-09-22Display non-truncated errors in travis output for proxy archive cron script.Benaka Moorthi
2013-09-21Revert synchronous curl execution in misc/cron/archive.php (can no longer ↵Benaka Moorthi
reproduce async error).
2013-09-19Moving isPhpCli to Commonmattab
2013-09-19updating build scriptmattab
2013-09-182.0-a4mattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-14Revert debugging change.Benaka Moorthi
2013-09-14Fixing build.Benaka Moorthi
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-12Minor code changes + style following reviewmattab
2013-09-09Fix stalling tests in ArchiveCronTestFabian Becker
refs #4141
2013-09-06Revert this changemattab
2013-09-06Fix Tracker variable was not set properlymattab
2013-09-04no need to remove unrequired files, as they won't be in download package ↵sgiehl
anymore (removed on otrance server)
2013-08-20refs #4086 adjusted automatic updatescript to work with new json formatsgiehl
2013-08-11Merge branch 'plugin_namespaces'mattab
Conflicts: plugins/UserCountryMap/Controller.php
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
Conflicts: core/Tracker/Request.php core/ViewDataTable.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Actions.php plugins/Annotations/API.php plugins/CoreHome/CoreHome.php plugins/DBStats/DBStats.php plugins/DevicesDetection/DevicesDetection.php plugins/Goals/Goals.php plugins/Live/Live.php plugins/Referers/Referers.php plugins/UserSettings/UserSettings.php plugins/UsersManager/API.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/VisitorInterest.php
2013-08-11Fix build (use correct max last date value in archive.php cron script for ↵Benaka Moorthi
week periods).
2013-08-09Fixes #4072 thanks for the patchmattab
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-08-01Checking if format is not nil before loggingAndreas Thielen
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-31Fixing post merge bugsmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
Conflicts: core/Access.php core/Config.php core/EventDispatcher.php core/JqplotDataGenerator/Evolution.php core/Piwik.php core/Plugin/MetadataLoader.php core/ViewDataTable.php core/ViewDataTable/Cloud.php core/ViewDataTable/GenerateGraphHTML.php core/ViewDataTable/HtmlTable.php core/ViewDataTable/HtmlTable/AllColumns.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Controller.php plugins/CoreHome/Controller.php plugins/CoreHome/DataTableRowAction/RowEvolution.php plugins/CoreHome/templates/_dataTable.twig plugins/CustomVariables/Controller.php plugins/DBStats/Controller.php plugins/DevicesDetection/Controller.php plugins/ExampleUI/Controller.php plugins/Goals/Controller.php plugins/Live/Controller.php plugins/Provider/Controller.php plugins/Referers/Controller.php plugins/UserCountry/Controller.php plugins/UserCountryMap/Controller.php plugins/UserSettings/Archiver.php plugins/UserSettings/Controller.php plugins/VisitTime/Controller.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/Controller.php plugins/VisitsSummary/Controller.php tests/PHPUnit/proxy/index.php
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
2013-07-29small fixsgiehl
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-22added no-git mode to translation updatesgiehl
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_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-07-07Added new integration test for archive.php cron script.Benaka Moorthi
Notes: - Modified ManySitesImportedLogs fixture to add segments if desired. - Switch to synchronous execution of curl requests until deadlocking issue in archive processing is dealt with. - Fixed bug in LogAggregator where if a segment required a subquery, archiving would failed.
2013-06-25 * Adding htaccess to allow loading SVG+PNG logos on Settings pagemattab
Refs #4019
2013-06-23Merge pull request #75Fabian Becker
2013-06-20Handle log files in log importer where site URL's protocol + host will be ↵Benaka Moorthi
prepended to the path even if the path already contains a protocol & host.
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can ↵mattab
understand it (nearly there)
2013-05-30minormattab
2013-05-23Move the user logo from themes folder to miscThomas ZILLIOX
2013-05-07Refs #1700 important: renaming generation_time_ms to gt_ms for keeping ↵mattab
parameters name short. Updated doc at: http://piwik.org/docs/tracking-api/reference/ and http://piwik.org/docs/page-speed/
2013-05-07Using standard example domains rather than other websites. Thanks Ronald ↵mattab
Volgers for the suggestion!
2013-05-01HTTP status codes should be a page scope custom variable.Benjamin Doherty
2013-04-25Update import_logs.pyAlejandroF
Added support to Icecast2 HTTP logs format. NSCA_EXTENDED + SessionTime