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-10-06new API to make checkTokenInUrl easierThomas Steur
2015-10-02Merge pull request #8856 from piwik/dateformatsMatthieu Aubry
Improve date & time formats
2015-09-30language updatesgiehl
2015-09-25use new date/time formats; use updated internal namessgiehl
2015-09-13remove special handling for annotation positioning in overlays as it should ↵sgiehl
work without now
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-08-15small language updatesgiehl
2015-07-31language updatesgiehl
2015-07-18language updatesgiehl
2015-07-12language updatesgiehl
2015-06-25small translation updatesgiehl
2015-06-06use new translations from Intl pluginsgiehl
2015-05-09language updatesgiehl
2015-04-21language updatesgiehl
2015-02-19translation updatesgiehl
2015-02-13Updated translations from otrancemattab
2014-11-17language update refs #3430sgiehl
2014-11-14language update refs #3430sgiehl
2014-11-05refs #6508 Now we will purge only the right monthly archive_numeric table ↵mattab
and also only for the websites IDs that were invalidated
2014-11-05language update refs #3430sgiehl
2014-10-07language update refs #3430sgiehl
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-23refs #5972 preselect today when clicking on annotations (when not clicked on ↵Thomas Steur
a specific date)
2014-09-23refs #5972 show end date of date range when clicking on annotations and ↵Thomas Steur
select the clicked date when clicking on a specific day. It still does not show today as default when clicking on annotation.
2014-09-23refs #5972 display today button in calendar. Unfortunately it does not ↵Thomas Steur
select the date directly and it is not possible to add another button for yesterday which are both quite annoying. When moving to Angular we better choose another calendar
2014-09-12Refs #5976, more tweaks to CSS to get different datatable views to look correct.diosmosis
2014-08-24refs #5863 another try to move translations into plugins. This time we ↵Thomas Steur
always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
2014-07-21Revert "refs #5863 moved some translations from core into plugins"Thomas Steur
This reverts commit 62ba8dfb44a4b6f8fbe5345dd0c0ea5a4d52033b.
2014-07-21refs #5863 moved some translations from core into pluginsThomas Steur
2014-06-18updating comment for consistency: free/libre analytics platformmattab
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-23started experiment making morpheus default themeThomas Steur
2014-05-15Use less theme variable to allow easy overrideThomas ZILLIOX
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
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-07fixes #4510 When adding new annotation calendar was not fully visible is ↵Thomas Steur
dashboard
2014-05-05fixes #4888 use today as default date for new annotationsThomas Steur
2014-05-05fixes #4741 also support date=today for update methodThomas Steur
2014-05-05fixes #4741 date=today is not resolved to actual date in annotations APIThomas Steur
2014-05-05refs #4987 fix position of annotations if widgetized or within dialogThomas Steur
2014-05-05Merge remote-tracking branch 'origin/master' into 4987_zenmodeThomas Steur
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own ↵mattab
Period\Factory class
2014-05-01refs #4987 show footer icon drawer if not in dialogThomas Steur
2014-04-14those changes got lost while rebasing, displays loading message below the ↵Thomas Steur
annotation pins to prevent a jumping effect
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-02-26Refs #4189, add Annotations.deleteAll API method, work around popover issue ↵diosmosis
in phantomjs (modifying window.location.href directly erases JavaScript state for page even if the URL is the same) and tweak user creation in test fixture setup.
2014-02-03Removing last Piwik_ occurencesFabian Becker
refs #4609
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609