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-07-21refs #5863 moved some translations from core into pluginsThomas Steur
2014-07-12Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Updates/0.4.2.php core/Updates/0.6.3.php core/Updates/1.2-rc1.php core/Updates/1.9-b9.php core/Version.php tests/PHPUnit/Fixture.php tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/Integration/Core/JsProxyTest.php
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
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-07If a dimension only implements a getName() method it should extend Dimension ↵Thomas Steur
and not VisitDimension which is more "correct" and improves performance since we do not have to check whether they are installed and whether they implement certain methods
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-06-26use dot notation for jshint preprocessor checkThomas Steur
2014-06-26fixes #5382 make sure a search with upper case characters worksThomas Steur
2014-06-23Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring
2014-06-20fixes #5320 calculate total value of nb_pageviewsThomas Steur
2014-06-20Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring
2014-06-18updating comment for consistency: free/libre analytics platformmattab
2014-06-18merging master into branch, wish me luckThomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: plugins/DevicesDetection/DevicesDetection.php plugins/Referrers/Referrers.php
2014-06-13fix evolution metric translationsThomas Steur
2014-06-12as the category is used for reportMetadata and widgetsList we should not ↵Thomas Steur
translate the category. The reportMetadata wants it translated but widgetslist wants the translation key. So we translate it only for the reportMetadata. Best solution would be to always accept either translated or the key but one problem after another
2014-06-12fixed some more testsThomas Steur
2014-06-12fixed processed metricsThomas Steur
2014-06-12some more reports, bugfixes, migrations to new structureThomas Steur
2014-06-11converted more reports, segments, dimensions, ... not finished yetThomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-27fixes #5240 made pagination translatableThomas Steur
2014-05-27refs #5222 move search icon one px upThomas Steur
2014-05-27refs #5222 fixed some iconsThomas Steur
2014-05-26Merge branch 'master' into morpheus_defaultthemeThomas Steur
2014-05-26Merge remote-tracking branch 'origin/master' into 5192_menuThomas Steur
2014-05-23started experiment making morpheus default themeThomas Steur
2014-05-22replaced arrow icons with html to make sure it gets the brand color. needs ↵Thomas Steur
to be optimized in addNewSegment in firefox +ie it is 1 or 2 pixel too high/low
2014-05-20refs #5192 added generator for menus, updated more plugins to use menu ↵Thomas Steur
class, fixed some bugs, improved design, fixed tests, ...
2014-05-20refs #5192 starting a little Menu refactoringThomas Steur
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
2014-05-09Merge pull request #269 from piwik/4987_zenmodeThomas Steur
refs #4987 Simplify Piwik interface: Zen Mode
2014-05-05refs #5038 could not reproduce your issue so far but this might fix the ↵Thomas Steur
revenue error
2014-05-05fixes #4982 all websites dashboard page titleThomas Steur
2014-05-05refs #4885 make sure we work decimalThomas Steur
2014-05-05fixes #4885 all websites dashboard should use number sort againThomas Steur
2014-05-05refs #4987 for consistency make sure all websites dashboard has same look as ↵Thomas Steur
regular report
2014-05-01refs #4987 some bugfixes especially for small windows, fixed a test, enabled ↵Thomas Steur
plugin
2014-04-14refs #4985 Improve Dashboard / Datatables UIThomas Steur
refs #4985 Improve Dashboard / Datatables UI various UI fixes and cleaner datatables some more ui tweaks this should make sure to related report text is centered when not displayed within dashboard darker arrow icon if there are no footer icons, do nothing some fixes for the ui improvments, especially annotations related there should be still a gap when not displayed in dashboard save the expanded footer state to make sure users who often use the footer do not have to open it each time and also makes sure the footer will be still expanded after reloading the widget etc move related report closer to the actual report make sure all annotation pins are in one line and positioned correct fix issues when dashboard widget is maximised. Annotations were not positioned correct and drawer was displayed when there is no data or no paging, do not display paging or search display all websites dashboard similar to other reports do not display column documentation in dashboard but in other reports show title on drawer hover hide related reports if there are no related reports, makes the footer looks better when widgetized make sure the annotations are positioned correct if opened within a widgetized report transition a fix for firefox and make sure annotation pins do not jump in dashboard area when loading message is displayed only on firefox and only within the first two columns the arrow was not displayed fully although the css of the image and parent nodes is the same. this workaround makes sure the arrow of the drawer is always fully visible on firefox move annotations 6px to the left to be displayed as before
2014-03-31refs #4619 run jshint when saving a file or running tests but only for ↵Thomas Steur
actual angular files
2014-03-26search in website name and group name if one is definedThomas Steur
2014-03-24this should fix some websites are not displayed under circumstances if they ↵Thomas Steur
have groups
2014-03-20worked on the possibility to leave feedback easier and to place help urls / ↵Thomas Steur
inline help
2014-03-17fixes #4853 sparklines in all websites dashboard were not workingmattab
2014-03-16Refs #3749 fixes the All Websites dashboard when actions plugin disabledmattab
2014-03-12refs #4691 moved components temporarily into a folder named angularjsThomas Steur
2014-03-11cssgiehl
2014-02-25refs #2174 added cachebuster to templateThomas Steur
2014-02-25refs #2174 make sure link worksThomas Steur
2014-02-25refs #2174 make sure we update the private var and not the local varThomas Steur