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-12-10Merge master into "3.0"Thomas Steur
Conflicts: .travis.yml CHANGELOG.md core/Plugin/ControllerAdmin.php core/Version.php core/testMinimumPhpVersion.php plugins/API/API.php plugins/Actions/Reports/GetPageUrls.php plugins/AnonymousPiwikUsageMeasurement plugins/CoreHome/CoreHome.php plugins/CoreHome/templates/_menu.twig plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js plugins/CustomVariables/tests/System/expected/test_CustomVariablesSystemTest__CustomVariables.getCustomVariables_day.xml plugins/Goals/Controller.php tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php tests/PHPUnit/Integration/Plugin/ManagerTest.php tests/PHPUnit/System/expected/test_FlattenReports__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_reportLimiting__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_reportLimiting_rankingQuery__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_week.xml tests/UI/expected-ui-screenshots tests/UI/specs/Overlay_spec.js tests/UI/specs/UIIntegration_spec.js
2015-11-12Fix plugin name does not have to start with upper caseThomas Steur
2015-11-12Do not automatically convert first character to uppercase as a plugin does ↵Thomas Steur
not have to start with uppercase
2015-11-05refs #9171 better check for valid plugin namesThomas Steur
2015-10-23Allow plugin:generate command to overwrite existing files and/or continue if ↵diosmosis
plugin directory exists if new --overwrite option specified.
2015-10-19Merge branch 'master' into 3.0Thomas Steur
Conflicts: core/Version.php plugins/Actions/Menu.php plugins/CoreHome/angularjs/history/history.service.js plugins/CoreHome/javascripts/menu.js plugins/CoreHome/templates/_menu.twig plugins/Dashboard/Menu.php plugins/Ecommerce/Menu.php plugins/ExampleUI/Menu.php plugins/Goals/Menu.php plugins/Referrers/Menu.php plugins/VisitsSummary/Menu.php tests/UI/expected-ui-screenshots tests/UI/specs/UIIntegration_spec.js
2015-10-19fix namespace is wrong when generating an update for a pluginThomas Steur
2015-10-06fixes #8180 remove deprecated command core:pluginThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-08-30Fix custom date ranges are still being archived when --force-periods=dayThomas Steur
2015-08-18fix sync processed system tests is no longer possibleThomas Steur
2015-07-24Remove "deprecated" from the parameter documentationmattab
2015-07-24Fixes #8316, re-add core:archive URL override functionality for users that ↵diosmosis
do not use systems that support CLI archiving.
2015-07-20fixes #8294 CLI plugin generator doesnt intercept plugin descriptionThomas Steur
2015-07-01--url was deprecated, update command documentationmattab
2015-06-23Move and rename the sync-ui-screenshots commandMatthieu Napoli
2015-06-19Console command parameter: make text consistentmattab
2015-06-16Add --skip-all-segments parameter to core:archive command to allow skipping ↵diosmosis
archiving of segments.
2015-06-16Clean up long lines in CoreArchiver.php + remove two unused imports.diosmosis
2015-06-16Adding force-idsegments parameter to core:archive param and handle the ↵diosmosis
parameter in CronArchive.php class. New parameter limits list of segments that should be archived during archiving, all other segments are skipped.
2015-05-10Add cron archiving API method only visible to superusers, use this in ↵diosmosis
archive.php script and re-add php-cgi support to Console, which did not get merged in the past for some reason.
2015-05-10Remove dependency on FrontController::init.diosmosis
2015-04-27improve core:archive logging outputmattab
* display segment count summary at the end rather than beginning, * display log message as early as possible
2015-04-21When syncing UI screenshots, add some git status and sleep for making help ↵mattab
text a bit more safe
2015-04-21Removing the xhprof option as it is now available on every comand.Thomas Steur
2015-04-16#7682 DocumentationMatthieu Napoli
2015-03-24Added command aliases for names that are easier to remember and typeMatthieu Napoli
2015-03-16Refs #7419 Make getDownloadToPath logic clearmattab
2015-03-16Refs #7419 Do not use logger, do not pass $input as parameter, do not hold ↵mattab
state in object, better message to developer
2015-03-13Ability to sync UI screenshots for Plugins including premium pluginsmattab
fixes #7393 updated wiki at: https://github.com/PiwikPRO/support/wiki/How-to-develop-PRO-plugins%3F
2015-02-10added a command to sync processed system test results with travisThomas Steur
Useful for core devs only
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
On local it does not work and I have not figured out why. Maybe it works on travis though?
2015-02-01highlight the example commands to run the tests, otherwise one would not see ↵Thomas Steur
them
2015-02-01do not append Test to the test name when generating a UI test as the ↵Thomas Steur
testname is needed to run the test and it would be not intuitive if we modify that name
2015-02-01fix successMessage() was called twice, list how to run ui testThomas Steur
2015-02-01added possibility to generate a UI testThomas Steur
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-12#6915 Renamed plugin management commandsMatthieu Napoli
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md plugins/CoreConsole/Commands/CoreArchiver.php
2014-12-18Minor changelog editsmattab
2014-12-05#6622 Logger refactoring: removed manual overriding of the log level in CLI ↵Matthieu Napoli
since it's now dependent of the verbosity level `Piwik\Log::setLogLevel` is now deprecated and doesn't do anything. Its usages have been removed.
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
Moved the `tmp/` path into the config (was hardcoded everywhere)
2014-12-01Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: core/Error.php
2014-11-28Reorganise commands so it worksmattab
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: tests/PHPUnit/Integration/LogTest.php
2014-11-20Only show git:commit and git:push command when development mode is on and ↵mattab
Git repository is found refs #6695
2014-11-19Fixes #6695 show git:pull command whenever piwik is deployed from git (push ↵mattab
and commit commands are still shown in development mode only)
2014-11-14Merge branch 'master' into tmp-pathMatthieu Napoli
2014-11-13fixes #6663 New command `./console core:plugin list` will list the enabled ↵mattab
plugins, one per line, making it easy to compare the list of plugins used in two piwik installs
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.