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-15language updatesgiehl
2015-11-17language updatesgiehl
2015-09-25use new date/time formats; use updated internal namessgiehl
2015-09-15Set HTML <title> values in all user menu and admin menu pagesmattab
Having proper HTML titles increase usability and is important eg. one can more easily find the right tag in the list of browser tabs
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-09-05small translation updatesgiehl
2015-09-02language updatesgiehl
2015-07-18language updatesgiehl
2015-07-02language updatesgiehl
2015-06-29translation updatesgiehl
2015-06-20use new intl unit datasgiehl
2015-06-19refs #7090 #4789 Improve the look of data tables, entity tables, forms, ...Thomas Steur
2015-06-11Merge pull request #8027 from piwik/test_env_di_8Benaka
Injection Inception, Change #6: Final cleanup of test environment setup. Remove TestingEnvironment.addHooks event, make sure core doesn't depend on test files/classes/constants, integrate test environment variables w/ DI for easier overriding in tests, and related clean ups to test environment setup.
2015-06-06Use DI to override objects in tests in DBStats plugin instead of test event.diosmosis
2015-06-05language updatesgiehl
2015-05-31language updatesgiehl
2015-05-15language updatesgiehl
2015-05-09language updatesgiehl
2015-05-07refs #7821 do not instantiate reports directlyThomas Steur
2015-04-28language updatesgiehl
2015-04-21language updatesgiehl
2015-04-05language update refs #3430sgiehl
2015-03-16Dependency injection in API classesMatthieu Napoli
2015-03-13language update refs #3430sgiehl
2015-02-25translation updatesgiehl
2015-02-19translation updatesgiehl
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2014-11-28refs #6552 don't add rel=nofollow on links going through the proxy as the ↵2.10.0-b1mattab
referrer is checked ;)
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: plugins/Actions/Reports/GetSiteSearchKeywords.php tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-11-17Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-17language update refs #3430sgiehl
2014-11-14Make MetricsFormatter a class with instance methods and move Html related ↵diosmosis
functionality to derived class. Use FOrmatter in Metric::format calls so Metrics do not have to be aware of context of formatting, and so Metric::format methods will have less code redundancy.
2014-10-15fixed one of DBStats hide method annotationsd-skora
2014-10-15refactoring of code, fixes for hiding classesd-skora
2014-10-15hide annotation with testsd-skora
2014-09-18language update refs #3430sgiehl
2014-09-14language update refs #3430sgiehl
2014-09-07language update refs #3430sgiehl
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ↵Thomas Steur
to addItem without boolean parameter
2014-08-18fixes #5952 make Pie chart work with DbStats pluginThomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-22refs #5192 simplified admin menu since it is very confusing for developers ↵Thomas Steur
to find the correct translation key to use for menuName. Results in lots of dulicated code as well (same translation keys are mentioned everywhere). Also removed the $displayedForCurrentUsers in those methods since boolean parameters are bad practice and it did result in duplicated code as well as you had to call the same function or pass the same variable in each add() call. Moved the VisitorGenerator in a development section since it is not really diagnostic. There will be another development menu item with the next commit. Need to update ui tests
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
Conflicts: core/FrontController.php core/Log.php plugins/API/API.php tests/PHPUnit/Fixture.php tests/PHPUnit/UI
2014-07-05Fixing UI tests.diosmosis
2014-07-02language update refs #3430sgiehl
2014-06-25Add segment table entry to DBStats' MockDataAccess class.diosmosis
2014-06-20this was not merged by master, see @d7b2e4aa4cf702a7afba404de0e5cfd77661b300Thomas Steur
2014-06-20started to port goal reports to use new structure, probably not working yetThomas Steur
2014-06-20Fixes #5370 Set $priority to false, so that the column is processed later on ↵mattab
when the summary row is available. ping @tsteur - upcoming merge fail